This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-bash_manager
mirror of
https://github.com/jrtechs/bash_manager.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Merge remote-tracking branch 'origin/master'
pull/11/head
jrtechs
6 years ago
parent
915c75ae54
b554e7e15d
commit
4c5f132fc1
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save