📦Useful scripts for CLI📦
-<--->-
Installs a Storjio-Storagenode on Debian/Ubuntu | Tested Ubuntu 20.04
- Download the script
wget -qO- CLITools.tk/install-storjio>install-storjio
- Make the script executable and run it
chmod +x install-storjio; ./install-storjio <email:characterstring> <LIVEPATCHTOKEN(optional)>
Installs Speedtest.net CLI on Debian/Ubuntu/Fedora/CentOS Windows | Tested Ubuntu 20.04, Fedora, Windows 10
wget -qO- https://raw.githubusercontent.com/marrobHD/clitools/master/install-speedtest-lnx>st.sh; chmod +x st.sh; ./st.sh
and
wget -qO- CLITools.tk/install-speedtest>st.sh; chmod +x st.sh; ./st.sh
or
wget -qO- CLITools.tk/install-speedtest-lnx | bash
powershell -C "start-process -verb runAs "powershell" -argumentlist ""/COMMAND set-executionpolicy remotesigned; wget https://raw.githubusercontent.com/marrobHD/clitools/master/install-speedtest -O speedtestcli.ps1; ./speedtestcli.ps1; set-executionpolicy default; echo exit"""
set-executionpolicy remotesigned; wget https://raw.githubusercontent.com/marrobHD/clitools/master/install-speedtest -O speedtestcli.ps1; ./speedtestcli.ps1; set-executionpolicy default
Note: You may have to set the PowerShell execution-policy to remotesigned. Do it in admin PowerShell via:
set-executionpolicy remotesigned
After running the script you can go back to the default policy:
set-executionpolicy default
Installs Docker Package CLI on Debian/Ubuntu | Tested Ubuntu 20.04
- Download the script and run it
wget -qO- CLITools.tk/install-docker | bash
Fully uninstalls Docker Package CLI on Debian/Ubuntu | Tested Ubuntu 20.04
- Download the script and run it
wget -qO- CLITools.tk/uninstall-docker | bash
Feel free to post issues and contribute!
The original setup of this repository is by Marlon.
For a full list of all authors and contributors, check the contributor's page.