Visits

[+/-]
Today:
Yesterday:
Day before yesterday:
330
517
481

+36
This week:
Last week:
Week before last week:
2189
2962
3860

-898

Last month:
Month before last month:
8447
15650
24339

-8689

Visitor Data

IP ADDRESS
38.107.179.213
-
Location
United States
-
Browser
Unknown Browser
-
Operating System
Unknown Operating System


   
Add to: JBookmarks Add to: Bookmarks.cc Add to: Digg Add to: Reddit Add to: Upchuckr Add to: StumbleUpon Add to: Slashdot Add to: Blogmarks Add to: Technorati Add to: Newsvine Add to: Blinkbits Add to: Smarking Add to: Spurl Add to: Google Information
Record your actions in a TERMINAL

Record Eveything Printed on Your Terminal Screen.

$ script -a <filename>

Now start doing stuff and "everything" is appended to <filename>.
For example

$ script installation

$ (command)

$ (result)

$ ...

$ ...

$ (command)

$ (result)

$ exit

The whole session log is in the installation file that you can later
read and/or cleanup and add to a documentation.

This command can also be used to redirect the contents to another user,
but you must be root to do this.

Step 1 - find out what pts they are using.

$ w

Step 2 - Run script on that pts. After running this command below
everything you type will appear on their screen.

$ script /dev/pts/4


Thanks to This e-mail address is being protected from spambots. You need JavaScript enabled to view it for his contribution
to this tip.