up
This commit is contained in:
@@ -40,7 +40,7 @@ Arch
|
|||||||
```bash
|
```bash
|
||||||
sudo pacman -Syu chromium
|
sudo pacman -Syu chromium
|
||||||
```
|
```
|
||||||
#### SCARICA LO SCRIPT
|
#### SCARICA LO SCRIPT ffproxy.sh
|
||||||
```bash
|
```bash
|
||||||
#scarica lo script in /usr/bin/
|
#scarica lo script in /usr/bin/
|
||||||
curl https://repo.esiliati.org/scossa/ffproxy/raw/branch/main/ffproxy.sh -o /usr/bin/ffproxy.sh
|
curl https://repo.esiliati.org/scossa/ffproxy/raw/branch/main/ffproxy.sh -o /usr/bin/ffproxy.sh
|
||||||
@@ -102,7 +102,7 @@ Per rimuovere tutte le cartelle di sessione create da ffproxy.sh dai il comando:
|
|||||||
```bash
|
```bash
|
||||||
cd /home/$USER/.mozilla/firefox; rm -rf /home/$USER/.mozilla/firefox/*socks5-$PORT; firefox --ProfileManager
|
cd /home/$USER/.mozilla/firefox; rm -rf /home/$USER/.mozilla/firefox/*socks5-$PORT; firefox --ProfileManager
|
||||||
# o con un alias
|
# o con un alias
|
||||||
alias resetff="cd /home/$USER/.mozilla/firefox; rm -rf /home/$USER/.mozilla/firefox/*socks5-$PORT; firefox --ProfileManager"
|
alias ffresetproxy="cd /home/$USER/.mozilla/firefox; rm -rf /home/$USER/.mozilla/firefox/*socks5-$PORT; firefox --ProfileManager"
|
||||||
```
|
```
|
||||||
|
|
||||||
## MENU HELP MOSTRATO DA "ffpproxy --help"
|
## MENU HELP MOSTRATO DA "ffpproxy --help"
|
||||||
|
|||||||
Reference in New Issue
Block a user