How to enable Ubuntu Pro on your Ubuntu Server
Have you actually tried going to https://ubuntu.com/pro ? I just did, and after logging in, I received a “Free Personal Token” that never expires and includes up to 5 machines.…
Have you actually tried going to https://ubuntu.com/pro ? I just did, and after logging in, I received a “Free Personal Token” that never expires and includes up to 5 machines.…
First install this package: Because we do not want our VPN to be public we are going to create users. I am using nano you can use vi or whatever…
Start by checking your root filesystem free space with As you can see I am only using 14% of my ~49GB volume, but we’ll pretend I’m close to 100% and…
Checking the Current Timezone timedatectl is a command-line utility that allows you to view and change the system’s time and date. It is available on all modern systemd-based Linux systems,…
To install transmission torrent client on Ubuntu, run Before you can configure transmission-deamon, you need to stop it. Edit configuration file Once edited, start transmission-deamon with Settings Password Default user…
Add the Plex APT repository to your system and import the repository’s GPG key: Once the repository is enabled, update the apt package list and install the latest server version:…
Make sure that headers.load is enabled under /etc/apache2/mods-enabled/. It is checked by getting the list of folder contents with the following command. output of above command The headers.load file may not be enabled. For this,…
Installing Apache If you do not have Apache installed, we need to install it. Enter the commands: Enabling Mod_SSL and Mod_Rewrite Modules. The next step is to enable the mod_ssl…