Skip to content

marrobHD/clitools

Repository files navigation

CLITools.tk

📦Useful scripts for CLI📦

License

Project Maintenance GitHub Activity Discord Community Forum

Github

Features

-<--->-

Install Storjio-Storagenode on Debian/Ubuntu

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)>

Install Speedtest.net CLI on Debian/Ubuntu/Fedora/CentOS/openSUSE Windows

Installs Speedtest.net CLI on Debian/Ubuntu/Fedora/CentOS Windows | Tested Ubuntu 20.04, Fedora, Windows 10

Linux:

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

Windows:

CMD:
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"""
Admin PowerShell:
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

Install Docker and Docker Compose on Debian/Ubuntu

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 uninstall Docker and Docker Compose on Debian/Ubuntu

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

Sources

Feel free to post issues and contribute!

Authors & contributors

The original setup of this repository is by Marlon.

For a full list of all authors and contributors, check the contributor's page.

Troubleshooting

Releases

No releases published

Packages

No packages published

Languages