Check if a process is running on Linux with PHP
Check if a process is running on a Linux system such as Ubuntu by using PHP. This is done by using pgrep and checking if its response is empty. pgrep…
Check if a process is running on a Linux system such as Ubuntu by using PHP. This is done by using pgrep and checking if its response is empty. pgrep…
Ubuntu comes packaged with a very easy to use firewall tool called UFW. This is literally meaning uncomplicated firewall for Ubuntu. The UFW syntax is a short and sweet option…
Downloading and installing a game server with SteamCMD on an Ubuntu based linux server. This is following on from this post about installing and setting up SteamCMD on Ubuntu 18….
SteamCMD is the official command-line version of the Steam client. Through the command line of SteamCMD you can install, update and run Steam game servers, making it ideal for Linux…
How to easily change the hostname on your Ubuntu VPS server, this will work with Ubuntu 16.04, 18.04, 19.10 and 20.04. Use hostnamectl to view the system hostname and id…
A method to find files on a Linux system is with the well named find command, find allows for certain parameters to be passed allowing for a more specialized and…
Most of the time a freshly installed server will automatically set its timezone to be locally orientated, this can be easily changed for user preference. Finding your Ubuntu systems time…
Putting a dedicated server with an Intel Xeon E3-145 v5 4 cores, 8 threads at 3.9GHz with 32GB ram against a VPS with a Ryzen 3950x 6 processors at 3.49GHz…
Geekbench is a well-established multi-platform benchmarking tool that is designed to be easily comparable from processor to processor, test to test. Geekbench tests CPU power, speed and capabilities however it…
Here is a method to set up automatic updates on your Ubuntu server, avoiding the need to manually check and apply important security updates and patches. Start by updating your…