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…)
There can be many reasons behind Ubuntu being unable to boot, like, GRUB error, broken package installation, or even a faulty hardware issue. We will be looking at these issues one-by-one and try to solve it. (more…)
Sometimes when the command below is run :
docker build -t thebuildimage . (more…)
The permission error ‘EACCES permission denied access, /usr/local/lib/node_modules’ occurs in most cases when the user may have (more…)
Sometimes Docker (its Snap version rather, .i.e. docker-snap ) has some problems when trying to create volumes that are mounted on a directory that does (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…)
You have started your Ubuntu system and suddenly a black screen like the snapshot below appeared ? (more…)
You have tried to remove a package in Ubuntu but to no avail ? In this short tutorial, we will provide some tips using Ubuntu built-in utilities that may help (more…)
Sometimes, when you try to install a program or a package from its source code, you might end up getting an error which looks like : (more…)
You tried to run a Docker command without sudo or in other words, as a non root user. This has returned an error which is similar to the following: (more…)