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 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…)
You have started your Ubuntu system and suddenly a black screen like the snapshot below appeared ? (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…)
In you are running Ubuntu on a Virtualbox and you would like to use some features such as folder sharing, mouse pointer integration and clipboard access(for copy and paste), you would (more…)
Sometimes when users try to install an application by executing the usual apt command on Ubuntu, they get the following error: (more…)
If you have been using a Linux distribution, you might have encountered filesystems errors somehow. Filesystems can be identified as a hierarchy of directories (or a directory tree) which determines the way files (more…)
In some circumstances you may need to install packages without the need to check the public keys signatures. Here we outline one way to bypass all the signature related checks/ignore of all of the signature errors . (more…)