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
added commands text file to repo
pull/11/head
jrtechs
7 years ago
parent
a4c8d240f7
commit
b554e7e15d
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