Skip to main content

Scripts

These are simple little scripts that I have either created or placed here as a reminder to myself, mostly to keep myself from forgetting how I did the things that these scripts were created to do. If you have problems with anything on this page, message me and I'll get around to fixing whatever it is when I think about it.

Docker

I didn't create this (obviously) but I'm putting it here because I often need it. Installs Docker and Compose.

curl -fsSL https://get.docker.com | sudo sh
sudo usermod -aG docker $USER

speedtest.sh

This is a little script that installs the updated speedtest package for debian systems. I made it because the one included in the default apt distributions is strange and does not always work properly.

Run the script with

curl -sSL https://storage.matthewsmithyt.me/speedtest.sh | sudo bash

, then type speedtest to test your network.

tt.sh

This is a simple script that downloads and runs another one of Dug Lee's utilities. Run this little script on a linux server and it'll install the TeamTalk Server Box Administration Utility and set the permissions automatically.

curl -sSL https://storage.matthewsmithyt.me/tt.sh | sudo bash

or just click this link to download the utility manually. Feel free to delete it or whatever after it's finished running.