Skip to content

Instantly share code, notes, and snippets.

@shklqm
Last active January 31, 2017 08:37
Show Gist options
  • Save shklqm/66dc7e82c4c0b63a731f8d4e3722b9fe to your computer and use it in GitHub Desktop.
Save shklqm/66dc7e82c4c0b63a731f8d4e3722b9fe to your computer and use it in GitHub Desktop.
screen -- share terminal screen
rsync remote@path local@host -- copy files
scp [-r] remote@path local@host -- copy files/dirs
nslookup www.somesite.com -- get ip
uptime -- get amount of up running time
xclip -- Reads from standard in, or from one or more files
nohup command_name [>filename] [2>&1] & -- run a command immune to hangups, with output to a non-tty
xmllint --format filename [>outfile] -- format a given xml file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment