How to change Apache Document root directory on Ubuntu 18.04
To modify the root folder in Apache, you would need to make changes to two files basically. We will first start by modifying the file /etc/apache2/apache2.conf.
(more…)
To modify the root folder in Apache, you would need to make changes to two files basically. We will first start by modifying the file /etc/apache2/apache2.conf.
(more…)
On Unix or Linux operating systems, the scp utility, stands for secure copy, is similar to the more famous command, cp, but is used to transfer files and directories between hosts on a secure encrypted network. (more…)
Here’s how to install BalenaEtcher quickly and conveniently. With it you can create pen drives and memory cards to boot from various systems. (more…)
Currently, if you are a frequent computer user with an Internet connection, it is likely you have a lot of data stored. This is not only a bunch of personal documents or multimedia files but also data related to programs (more…)
The permission error ‘EACCES permission denied access, /usr/local/lib/node_modules’ occurs in most cases when the user may have (more…)
PDFTK is a versatile command line utility that is used to manipulate PDF documents. It has the possibility to perform simple and complex actions on PDF documents such as merging, encrypting, splitting (including (more…)
On Linux operating system, the messages that are triggered by the kernel, by the system services and by the running applications are written and stored on log files. Different types of information are stored on different log (more…)
Fdisk is used to manipulate the disk partitions and its types like GPT, MBR, Sun, SGI, and BSD partitions. Fdisk is available as part of the Linux utils commands .We will be exploring some of the many usages of Fdisk, Ubuntu partition manager, in this article. (more…)
You would like to remove MySQL database from your Ubuntu system ? In this short tutorial, you will learn how to safely uninstall MySQL . (more…)
Docker Compose is Docker’s container orchestrator. And how does an orchestrator work in an orchestra? It governs how a band should behave / play during a given performance or song. (more…)