Sponsored Content
Full Discussion: Terminal
Top Forums UNIX for Dummies Questions & Answers Terminal Post 302123109 by fpmurphy on Saturday 23rd of June 2007 10:10:53 AM
Old 06-23-2007
Perhaps you pressed the Ctrl-Q key and suspended output. Try Ctrl-S to restart output.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

connecting to unix through hyper terminal - as a dumb terminal

I just changed from windows NT to XP and I am no longer able to connect to my unix system. I used to use hyper terminal -- which acts as dumb terminal to my main frame unix system. I think one of the options used to be "direct to comX". This option isn't listed now. I use a serial port and the... (2 Replies)
Discussion started by: michelle
2 Replies

2. UNIX for Advanced & Expert Users

dt terminal

Hi:- Problem: How can I see Solaris CDE (graphic windows) through through Exceed session from my workstation. Any idea, comments or docs... (2 Replies)
Discussion started by: s_aamir
2 Replies

3. AIX

Terminal

People, what util can help me as a terminal for COM connection with a Zyxel modem so that I can connect to another server (p630) with the same modem through a dedicated line??? And also does anybody know where can I put a question about Storage Area Networking?? I am having problems with setting... (5 Replies)
Discussion started by: dilshik
5 Replies

4. HP-UX

HP UX Terminal Help

HI All Which is the best terminal Emulator at present -- xterm , dtterm or ....what I mean in terms of appearance n features .. I am presently using xterm ....but it has a bad n unattractive scroll bar . Moreover my version is old n does'nt even display the colours i have set in my... (0 Replies)
Discussion started by: gpta_varun
0 Replies

5. UNIX for Advanced & Expert Users

Pseudo-terminal will not be allocated because stdin is not a terminal.

I am trying to automate a SSH login using Keys using the following command ssh -i id_rsa usernamw@ipaddr. I am successful in doing this and i am getting the Warning Screen and I logon successfully. but when I am executing the command tail -1cf put.dat | ssh -i id_rsa username@ipaddr > get.dat ... (1 Reply)
Discussion started by: Shivdatta
1 Replies

6. UNIX for Dummies Questions & Answers

Gnuplot wxt terminal vs x11 terminal

Hi, I installed ubuntu recently on my pc. And I installed gnuplot as well. When I first started working with gnuplot it was working . I did a plot and when I wanted to fit my data something happened and not the default terminal of gnuplot is xwt! I changed it to: set terminal x11, but it... (0 Replies)
Discussion started by: cosmologist
0 Replies

7. UNIX for Dummies Questions & Answers

Does DOS has a terminal or pseudo terminal?

I am wondering if the DOS console works like the unix terminal? (1 Reply)
Discussion started by: vistastar
1 Replies

8. UNIX for Dummies Questions & Answers

A terminal controlling a terminal...

Hi all... Consider me a dummy here... I do not want any code or for anyone to show me how to do it at this time, but here is the question:- I have had this brainstorm to be able to control the AudioScope.sh program in the "Shell Scripting And Programming" forum... Is it possible, by... (4 Replies)
Discussion started by: wisecracker
4 Replies

9. Shell Programming and Scripting

Cannot get terminal application to launch with a graphical launcher when successful in terminal

I have been having an extremely annoying problem. For the record, I am relatively new at this. I've only been working with unix-based OS's for roughly two years, mostly Xubuntu and some Kali. I am pretty familiar with the BASH language, as that's the default shell for debian. Now, I've made this... (16 Replies)
Discussion started by: Huitzilopochtli
16 Replies

10. Shell Programming and Scripting

Print Terminal Output Exactly how it Appears in the Terminal to a New Text File

Hello All, I have a text file containing output from a command that contains lots of escape/control characters that when viewed using vi or view, looks like jibberish. But when viewed using the cat command the output is formatted properly. Is there any way to take the output from the cat... (7 Replies)
Discussion started by: mrm5102
7 Replies
vncsnapshot(1)								VNC							    vncsnapshot(1)

NAME
vncsnapshot - grab snapshots from VNC servers SYNTAX
vncsnapshot [options] host:display JPEG-file vncsnapshot [options] -listen local-display JPEG-file vncsnapshot [options] -tunnel host:display JPEG-file vncsnapshot [options] -via gateway host:display JPEG-file DESCRIPTION
VNC Snapshot is a command-line program for VNC. It will save a JPEG image of the VNC server's screen. This manual page documents version 1.2a of vncsnapshot. OPTIONS
-allowblank Allow blank (all black) images as snapshots. See -ignoreblank. -compresslevel level Compress network messages to level, if the server supports it. level is between 0 and 9, with 0 being no compression and 9 the maximum. The default is 4. -cursor Include the cursor in snapshots. Only effective if the remote server is a TightVNC version; otherwise ignored. -encodings list Use the given encodings. The default is "copyrect tight hextile zlib corre rre" or "raw copyrect tight hextile zlib corre rre" when VNC snapshot and the server are on the same machine. -ignoreblank Ignore blank (all black) screens; do not save the screen until a screen that is not all black is received. This is useful with some servers that send an initial all-black screen before sending the actual screen. This is the default. -jpeg Request the remote server to use JPEG-style encoding when sending the image, if possible. Currently only supported by TightVNC (and servers derived from it). This is the default. -nocursor Do not include the cursor in snapshots. Only effective if the remote server is a TightVNC version; otherwise ignored. This is the default. -nojpeg Request the remote server to not use JPEG-style encoding when sending the image, if possible. Currently only supported by TightVNC (and servers derived from it). -listen local-display Do not connect to a server; wait for the server to connect to the specified local "display". Cannot be used with -tunnel or -via options. -passwd filename Read encrypted password from filename instead of from the console. The filename can be made with the vncpasswd utility included with the vncsnapshot release. -quality quality Use the specified JPEG image quality (0-100) for the output file. The default is 100. -quiet Do not print any messages. Opposite of -verbose. -rect wxh+x+y Save a sub-rectangle of the screen, width w height h offset from the left by x and the top by y. A negative number for x or y makes it an offset from the opposite edge. A zero value for the width or height makes the snapshot extend to the right or bottom of the screen, respectively. The default is the entire screen. -tunnel Connect to the remote server via an SSH tunnel. Cannot be used with -listen or -via options. -via gateway Connect to the remote server via an SSH tunnel on the host gateway. Cannot be used with -listen or -tunnel options. -verbose Print messages; default. -vncQuality quality Use the specified image quality level (0-9) for tight encoding. The default is 9. Only effective if the remote server is a TightVNC version; otherwise ignored. -count number Take number snapshots; default 1. If greater than 1, vncsnapshot will insert a five-digit sequence number just before the output file's extension; i.e. if you specify out.jpeg as the output file, it will create out00001.jpeg, out00002.jpeg, and so forth -fps rate When taking multiple snapshots, take them every rate seconds; default 60. EXAMPLES
vncsnapshot anhk-morpork:1 unseen.jpg Get a snapshot of screen 1 from the server ahnk-morpork and save it in unseen.jpg. The entire screen is saved; the default transport is used. vncsnapshot -listen 0 portrait.jpeg Wait for a server to connect to this host (using "screen" 0), and then save the full screen image in portrait.jpeg. vncsnapshot -passwd ~/.vnc/passwd -rect 640x0+120+30 :1 subarea.jpeg Using ~/.vnc/passwd to get the server's password, connect to screen 1 on the local machine and save a rectangle 640 pixels high and extending to the right edge, offset 120 pixels from the left and 30 pixels down. vncsnapshot -rect 0x0-800-600 :1 pict.jpeg Get a snapshot that is 800 pixels from the right edge and 600 pixels from the bottom of the screen. It will extend to the screen edges, making it 800x600. Alternatively, the rectangle could be given as -rect 800x600-0-0, which specifies the same region. AUTHOR
Grant McDorman <grmcdorman@netscape.net> Based on TightVNC <http://www.tightvnc.com> and RealVNC <http://www.realvnc.com>. DISTRIBUTION
Source for vncsnapshot can be found at <http://vncsnapshot.sourceforge.net>. SEE ALSO
vncviewer(1), Xvnc(1), vncpasswd(1), vncconnect(1) Grant McDorman 1.0beta2 vncsnapshot(1)
All times are GMT -4. The time now is 09:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy