Sponsored Content
Full Discussion: Linux Desktop vs Windows 8
The Lounge What is on Your Mind? Linux Desktop vs Windows 8 Post 302558381 by jgt on Friday 23rd of September 2011 12:09:12 PM
Old 09-23-2011
Linux Desktop vs Windows 8

Any comments on this Windows 8 OEM specs may block Linux booting | ITworld
 

10 More Discussions You Might Find Interesting

1. HP-UX

to put the unix script output on windows desktop

Hi could you pls guide a to automate that unix script output is avaialble on desktop.i can FTP and then download but i want to automate it. rgds (1 Reply)
Discussion started by: Assassin
1 Replies

2. UNIX for Advanced & Expert Users

view remote linux desktop on my windows machine

Hi, is there anyway i can view a remote linux desktop on my windows desktop? i am aware that X11 can see 'certain screens'. For eg if i type 'xclock &' and i have a client running on my windows, i can see the clock. If i am interested to see the entire desktop of my linux, how can i do it? (4 Replies)
Discussion started by: new2ss
4 Replies

3. Shell Programming and Scripting

AIX , unix ftp to windows desktop

Hi guys, i want to know if i can make a script to ftp or sftp files from the unix box to my windows desktop or c: drive. I log into the server through Putty, once in the server i run a script which makes a file called disk.log every 30 minutes. i then have to manually copy it to the computer... (2 Replies)
Discussion started by: hassanj
2 Replies

4. HP-UX

how to execute script from my desktop windows xp to my HPUX server?

Good day, i would like to get some advice, how will i execute my script in hp ux servers, and how to configure rsh and rexec. thanks (2 Replies)
Discussion started by: kenshinhimura
2 Replies

5. Windows & DOS: Issues & Discussions

ssh client and Windows remote Desktop

Dear All , I want to Access my office computer form the home. The enviourment is like the following : 1- From my home I connect for the office via VPN connection to Unix server lets say it's IP is 11.11.11.11 and till now every thing is OK and I can access the machine normally . 2- In my... (3 Replies)
Discussion started by: habuzahra
3 Replies

6. SCO

How to export file from terminal to Windows desktop

I have a file in Unix terminal under $, any command can make this file to be transferred to Windows desktop or C:\, I know that I can use software like FileZilla ftp to transfer file from Unix terminal to desktop. But I am really interested in using command to do this job. anyone knows? (1 Reply)
Discussion started by: wendyz
1 Replies

7. Windows & DOS: Issues & Discussions

Get file on our windows desktop from a ubuntu server

Hello, How can I please have a program automatically upload some files from a ubuntu server to my machine desktop that is running windows XP? I would like to be able to do that from the windows machine itself. Thanks, (3 Replies)
Discussion started by: Pouchie1
3 Replies

8. Shell Programming and Scripting

Getting started with windows and screens without desktop environment

Hi there, Hope the title is sufficiently self explaining. I have no idea how to start and where to start. I don't even know what keywords to google for. I need to build a machine : based on Debian without desktop environment with a quite powerful multi-monitor graphic card able to... (9 Replies)
Discussion started by: chebarbudo
9 Replies

9. UNIX for Dummies Questions & Answers

scp to get a file from windows desktop to UNIX server

Hi, I want to use scp to upload file to my unix server. i am using this: scp D:\testr.txt unixuser@unixhost:/path it returns an error: ssh: D: host/servname not known i am not sure how to tell path of my D drive in the command and how will command understand it has to pick from my... (5 Replies)
Discussion started by: Kohli
5 Replies

10. UNIX for Dummies Questions & Answers

How to Navigate to Windows Desktop?

I want to use my Desktop for saving files of my codes. Looking for Desktop in my OS (C : ) and couldn't find it anywhere. Is it possible to navigate to your desktop? If so how? By the way, I am using Cygwin. (6 Replies)
Discussion started by: DyslexicChciken
6 Replies
DVITODVI(1)						      General Commands Manual						       DVITODVI(1)

NAME
dvitodvi - rearrange pages in a DVI file SYNOPSIS
dvitodvi [ -q ] [ -i infile ] [ -o outfile ] [ -wwidth ] [ -hheight ] pagespecs [ infile [ outfile ] ] DESCRIPTION
Dvitodvi rearranges pages from a DVI file, creating a new DVI file. Dvitodvi can be used to perform a large number of arbitrary re- arrangements of Documents, including arranging for printing 2-up, 4-up, booklets, reversing, selecting front or back sides of documents, scaling, etc. pagespecs follow the syntax: pagespecs = [modulo:][mag@]specs specs = spec[+specs][,specs] spec = [-]pageno[(xoff,yoff)] modulo is the number of pages in each block. The value of modulo should be greater than 0; the default value is 1. The optional mag param- eter adjusts the file's magnification by the magnification specified. The magnification and modulo can be specified in reverse order if desired. specs are the page specifications for the pages in each block. The value of the pageno in each spec should be between 0 (for the first page in the block) and modulo-1 (for the last page in each block) inclusive. The optional dimensions xoff and yoff shift the page by the specified (positive) amount. xoff and yoff are in PostScript's points, but may be followed by the units cm or in to convert to cen- timetres or inches, or the flag w or h to specify as a multiple of the width or height. If the optional minus sign is specified, the page is relative to the end of the document, instead of the start. If page specs are separated by + the pages will be merged into one page; if they are separated by , they will be on separate pages. If there is only one page specification, with pageno zero, the pageno may be omitted. The -w option gives the width which is used by the w dimension specifier, and the -h option gives the height which is used by the h dimen- sion specifier. These dimensions are also used (after scaling) to set the clipping path for each page. Dvitodvi normally prints the page numbers of the pages re-arranged; the -q option suppresses this. EXAMPLES
This section contains some sample re-arrangements. To put two pages on one sheet (of landscaped A3 paper), the pagespec to use is: 2:0+1(21cm,0) To reduce an A3 page to A4 size, the pagespec to use is: 700@(-.3in,-.3in) To select all of the odd pages in reverse order, use: 2:-0 AUTHOR
Angus Duggan, from dviselect(1), by Chris Torek, University of Maryland SEE ALSO
dviconcat(1), dvibook(1), dviselect(1), latex(1), tex(1) MC-TeX User's Guide The TeXbook BUGS
Dvitodvi does not adjust some of the parameters in the postamble. This may be a problem if these values are used to size certain structures in the output conversion programs. DVITODVI(1)
All times are GMT -4. The time now is 01:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy