To run a speedtest.net test on your server, please visit https://www.speedtest.net/apps/cli and choose your operating system under "Install Options". Simply type speedtest
and the test will be performed.
Most Popular Articles
Changing the timezone
If you're like us, you'll want your server's timezone to match your local time to make log...
Finding the largest files and directories
This nifty command allows you to built up a list of the largest files and...
Installing and using iftop
The installation commands are as follows:yum -y install libpcap libpcap-devel ncurses...
Find where a process is running from
You may see a process running and wonder exactly where it's running from. Fortunately, there's a...
Installing and using Strace
Strace is a Linux command that allows you to follow what a process on your server is doing. Let's...