How to find your IP address in Linux
In this article, you will learn how to find the public IP address of your computer by using commands in the terminal as well as using a graphical user interface. (more…)
In this article, you will learn how to find the public IP address of your computer by using commands in the terminal as well as using a graphical user interface. (more…)
Usually when you have Ubuntu installed, it is likely that the system folders and the home folder all belong to the same partition.In order to keep your custom settings, your files and folders, it is recommended that you (more…)
When you are using the VIM editor on Linux and you would like to exit, you just need to follow the tips below. First press the Esc key in order to access the Normal mode. Now to access the Command-line mode, you can just type in : . (more…)
There are many GUI applications on Linux that help optimize and compress images while retaining the original quality. In this article we will use two command-line based utilities , jpegoptim and OptiPNG. Let’s get started. (more…)
Gunzip It is a utility that decompresses already compressed files such as images, documents, audio tracks, etc . Gunzip accepts many file extensions such as .gz, -gz, _z,.z, -z , .Z, .tgz or .taz. After (more…)
Ubuntu allows you easily to hide and show folders and files using the file manager. (more…)
Normal users can acquire administrator privileges which is usually held by the root user, via the sudo command. In this short article, you will find an easy way to create a powerful new user who will have sudo (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…)