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