Projects

TTCom Configurator

The point of this application is to help configure your TTCom as easily and as quickly as possible.

If you've used the old TTCom configurator written in BGT, this should be relatively simple and should make sense. This version, written in python, has a lot more features, and uses simple and self-explanatory command line input to generate its output.

And best of all, you don't even have to have any sources or programming languages installed!

If you don't have Dug Lee's TTCom, you can download it from the link above.
Just download the script, and it'll do just about everything for you.

Download latest

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.

wget https://storage.matthewsmithyt.me/tt.sh
chmod +x tt.sh
./tt.sh

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