Basic usage of UFW on Ubuntu
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…
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…
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…
How to install the popular media processing library FFmpeg on an Ubuntu server. The steps are straight forward and minimal. First start by updating your package list with: sudo apt…
An important part in Linux server management, creating and deleting users. Despite being simple these commands form the basis of administration alongside permissions. Add a user Creating new users can…