How to install libsodium in php7
Verify php and pecl version If you don’t have the PECL package manager installed on your system, make sure you do that first. Install libsodium extension After success installing libsodium…
Verify php and pecl version If you don’t have the PECL package manager installed on your system, make sure you do that first. Install libsodium extension After success installing libsodium…
The term “Virtual Hosting” refers to the hosting of many domains on a single server. In Linux-based systems such as Ubuntu 22.04, a Virtual Host is a configuration directive in Apache that…
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…
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,…
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:…
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…
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,…
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…