From 77bd7a32e91ab50cb3d5eb17fd864bd82b9f835a Mon Sep 17 00:00:00 2001 From: Marina Wahl Date: Wed, 9 Jul 2014 03:42:42 -0400 Subject: [PATCH] more scripts --- bash_logout => configs/bash_logout | 0 bashrc => configs/bashrc | 0 bashrch_root => configs/bashrch_root | 0 shell_scripts/useful/SAB.sh | 12 ++++++++++++ shell_scripts/useful/USENET.sh | 6 ++++++ shell_scripts/useful/i2p.sh | 11 +++++++++++ 6 files changed, 29 insertions(+) rename bash_logout => configs/bash_logout (100%) rename bashrc => configs/bashrc (100%) rename bashrch_root => configs/bashrch_root (100%) create mode 100644 shell_scripts/useful/SAB.sh create mode 100644 shell_scripts/useful/USENET.sh create mode 100644 shell_scripts/useful/i2p.sh diff --git a/bash_logout b/configs/bash_logout similarity index 100% rename from bash_logout rename to configs/bash_logout diff --git a/bashrc b/configs/bashrc similarity index 100% rename from bashrc rename to configs/bashrc diff --git a/bashrch_root b/configs/bashrch_root similarity index 100% rename from bashrch_root rename to configs/bashrch_root diff --git a/shell_scripts/useful/SAB.sh b/shell_scripts/useful/SAB.sh new file mode 100644 index 0000000..44fac5e --- /dev/null +++ b/shell_scripts/useful/SAB.sh @@ -0,0 +1,12 @@ +#! /bin/bash +# + +echo "Stunnel on?" +ps aux | grep stunnel +echo +echo "Starting secure SABnzbd... " +echo +python /opt/SABnzbd-0.7.17/SABnzbd.py && google-chrome localhost:8080/sabnzbd +echo +echo "Remember to kill the process after closing the browser!!!" +echo diff --git a/shell_scripts/useful/USENET.sh b/shell_scripts/useful/USENET.sh new file mode 100644 index 0000000..8b3f9e8 --- /dev/null +++ b/shell_scripts/useful/USENET.sh @@ -0,0 +1,6 @@ + +stunnel +clear +echo +echo "Type sab and sickbeard ..." +echo \ No newline at end of file diff --git a/shell_scripts/useful/i2p.sh b/shell_scripts/useful/i2p.sh new file mode 100644 index 0000000..ad006fe --- /dev/null +++ b/shell_scripts/useful/i2p.sh @@ -0,0 +1,11 @@ +echo "--------------------------------------------------" +echo +echo "Starting i2p..." +echo +echo " Don't forget to proxy the browser or the network" +echo " with 127.0.0.1, ports 4444 and 4445" +echo +echo "--------------------------------------------------" +echo +cd ~/i2p/ +./i2prouter start \ No newline at end of file