Remote screen capture
If you want to take screenshot of the remote host, you can use the xwd utility if you have access to running DISPLAY:
DISPLAY=:0.0 xwd -root -out screen.xwd
It takes the whole screen capture (with -root arguments) and stores it in a special x-window dump file. You can look this file with several utilities like gimp. Xwd files takes too much space. For example, it is about 7,5 MB for 1680x1050 display. But you can compress it using gzip with the compress ratio of 30:1 or even more.
Tags:
screen capture
- 0 Comment
- Murat Demirten
- 03 Jun 2008, 12:36
-
You must be login first or sign-up for an account to post comments.
USERBOX
CATEGORIES
MOST READ TODAY
- Redirecting tcp / udp ports with socat
- Syntax highlighting in less
- Disabling reverse dns lookups in ssh
- Passwordless sudo setup
- Users with /bin/false shell to login on vsftpd
- Scp resume
- Using lsof utility
- Enabling remote desktop on a VirtualBox Machine
- XFS Filesystem has duplicate UUID problem
- Replication in MySQL
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
