Skip to content

marrobHD/clitools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
TechHome
Mar 12, 2022
2589479 · Mar 12, 2022

History

91 Commits
Jun 29, 2020
Jun 2, 2021
Jun 29, 2020
Aug 14, 2020
Jun 29, 2020
Sep 29, 2021
Sep 29, 2021
Jan 9, 2021
Mar 12, 2022
Jun 29, 2020

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