Browse Source

added commands text file to repo

pull/11/head
jrtechs 6 years ago
parent
commit
b554e7e15d
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      src/commands

+ 12
- 0
src/commands View File

@ -0,0 +1,12 @@
#backup commands
rsync -xavHl --delete /run/media/jeff/Stuff/ /run/media/jeff/Backup/Sync/
#sets bash profile for user
chsh -s /bin/bash username
#terminates screen
screen -X -S [session # you want to kill] quit
#ssh socks proxy
ssh -D 8123 -f -C -q -N sammy@example.com

Loading…
Cancel
Save