Last active
January 31, 2017 08:37
-
-
Save shklqm/66dc7e82c4c0b63a731f8d4e3722b9fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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