Results 1 to 9 of 9
  1. #1

    Default Remote Screen Capture


    Does anyone know of any remote screen capture in Linux? Or probably a local program that captures the screen every X minutes?

  2. #2
    Already found the program but if someone got another option, pls post here

  3. #3
    maybe you can modify vnc or something?

  4. #4
    try teamviewer or logmein.
    google is your friend

  5. #5
    Thanks for your suggestions, already made my own program

  6. #6
    Quote Originally Posted by javapenguin View Post
    Does anyone know of any remote screen capture in Linux? Or probably a local program that captures the screen every X minutes?
    What particular linux distro you are using?

  7. #7
    Quote Originally Posted by deford_cnca View Post
    What particular linux distro you are using?
    openSUSE and Ubuntu

  8. #8
    Quote Originally Posted by javapenguin View Post
    openSUSE and Ubuntu
    This is for ubuntu only.
    1. apt-get install scrot

    2. write a script somewhere and copy paste below. Save it like xshot.sh
    #!/bin/bash
    scrot '%Y%m%d_%H%M%S_shot.jpg' -e 'mv $f ~/screenshots/' -q 80

    Note: See the scrot man page for details about the various options. My example will take a screenshot and name it with a timestamp, move it to a folder called ~/screenshots, and save it at a quality of 80%. An error will occur if that folder doesn't already exist.

    3. schedule the script to run whatever you prefer via cronjobs
    ex. to run it every minute
    * * * * * /bin/bash ~/xshot.sh

    Note to all above instructions, this should be done on the remote computer itself.

    Hope this helps!

  9. #9
    Quote Originally Posted by deford_cnca View Post
    This is for ubuntu only.
    1. apt-get install scrot

    2. write a script somewhere and copy paste below. Save it like xshot.sh
    #!/bin/bash
    scrot '%Y%m%d_%H%M%S_shot.jpg' -e 'mv $f ~/screenshots/' -q 80

    Note: See the scrot man page for details about the various options. My example will take a screenshot and name it with a timestamp, move it to a folder called ~/screenshots, and save it at a quality of 80%. An error will occur if that folder doesn't already exist.

    3. schedule the script to run whatever you prefer via cronjobs
    ex. to run it every minute
    * * * * * /bin/bash ~/xshot.sh

    Note to all above instructions, this should be done on the remote computer itself.

    Hope this helps!
    Thanks a lot, I'll try this out

  10.    Advertisement

Similar Threads

 
  1. For Sale: Logitech Harmony One Universal Remote with Color Touch Screen
    By droid in forum Gadgets & Accessories
    Replies: 51
    Last Post: 02-17-2013, 06:25 PM
  2. For Sale: Sony WEGA 21" CRT Flat screen TV w/ Original Remote
    By Generals in forum Household Appliances & Accessories
    Replies: 122
    Last Post: 02-16-2012, 10:28 AM
  3. Replies: 8
    Last Post: 03-09-2006, 04:42 PM
  4. Xbox Video Screen Capture
    By cebu_tux in forum Software & Games (Old)
    Replies: 1
    Last Post: 02-25-2006, 05:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top