How to disable SSH password login on Ubuntu
How to disable normal username/password login authentication to your Ubuntu server, only allowing SSH key authentication. This gives you the advantages of SSH’s whilst securing your server that little bit…
How to disable normal username/password login authentication to your Ubuntu server, only allowing SSH key authentication. This gives you the advantages of SSH’s whilst securing your server that little bit…
Installing and setting up a LAMP stack on Ubuntu 20.04 x64. This post covers installing Apache with the brand new PHP 8, a MySQL server and finally enabling SSL with…
Getting image EXIF data on Ubuntu can be done with Exif, this is an Ubuntu package that can output and change JPEG EXIF data. Installing is done with: sudo apt-get…
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…