January 2010
5 posts
4 tags
4 tags
Screen reference for Linux
Starting screen
To start screen, enter the following command:
screen
General commands
Note: Every screen command begins with Ctrl-a .
Ctrl-a c Create new window (shell)
Ctrl-a k Kill the current window
Ctrl-a w List all windows (the current window is marked with “*”)
Ctrl-a 0-9 Go to a window numbered 0-9
Ctrl-a n Go to the next window
Ctrl-a Ctrl-a Toggle between the...
4 tags
5 tags
Capturing packets with Python →
4 tags