by bgrolleman | Sep 8, 2016 | Uncategorized
Because, [foaas command=”it” name=”Bas Grolleman”]...
by bgrolleman | Jan 13, 2016 | Uncategorized
Unpacking a tar.gz to install something is enough pain, to fully automate this I need the installer to run without asking stupid questions. So after a quick read of the code I found the following switches. ./vmware-install.pl –default EULA_AGREED=yes...
by bgrolleman | Sep 2, 2015 | Uncategorized
sudo apt-add-repository ppa:minecraft-installer-peeps/minecraft-installer sudo apt-get update sudo apt-get install -y minecraft-installer
by bgrolleman | Mar 20, 2015 | Uncategorized
I stopped using chrome a while back, constant crashing made it unusable as a daily driver. Wasn’t to hard switching to Firefox, but I was missing the per app icon feature I could use in Ubuntu. Allowing me to make every web application feel more like a separate...
by bgrolleman | Apr 10, 2014 | Uncategorized
I wanted to use Pushover with Uptimerobot, as it’s a much nicer way to be notified about site issues then email. Unfortunately, Uptimerobot only supports GET requests and pushover needs POST requests.So to fix that I wrote a small PHP script that I loaded on my...