mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-11 03:05:41 -04:00
more scripts
This commit is contained in:
parent
5852171b21
commit
77bd7a32e9
6 changed files with 29 additions and 0 deletions
12
shell_scripts/useful/SAB.sh
Normal file
12
shell_scripts/useful/SAB.sh
Normal file
|
@ -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
|
6
shell_scripts/useful/USENET.sh
Normal file
6
shell_scripts/useful/USENET.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
stunnel
|
||||
clear
|
||||
echo
|
||||
echo "Type sab and sickbeard ..."
|
||||
echo
|
11
shell_scripts/useful/i2p.sh
Normal file
11
shell_scripts/useful/i2p.sh
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue