How to speed test your server/vps bandwidth

Most folk have encountered the tool speedtest.net for testing broadband bandwidth speeds. To test your debian linux server/vps bandwidth speed using the same service via CLI do the following: SSH to your server as root or use sudo Download the speed test python script Set permissions to allow it to be executed At this point … Read more

Upgrade to MariaDB 10.4 VestaCP Debian 9

Out the box MariaDB on Debian 9 was 10.1 on my VestaCP server. This wasn’t high enough to run some of the web apps I needed, so I did the following to upgrade (based on MariaDB’s recommended process for upgrading). This guide will show you how to easily upgrade your MariaDB database server if you’re … Read more