Move the Ubuntu Launcher to Bottom or Right

By default, the Launcher in Ubuntu is located vertically at the left side of the screen. With Ubuntu 17 and 18, it is very easy to move the launcher to the right side of the screen or to the bottom. This simple task does not require you to run any commands or install a special … Read more

How to Free Up Space on Ubuntu Linux

Ubuntu cleanup

From time to time, we need to clear up our system storage to make space for installing new programs and dealing with additional files. This is especially important when you have a low storage device or a limited storage capacity. Even if you have a large storage available but you are a person like me … Read more

How to Change Login/Lock screen background in Ubuntu

Customize Ubuntu Lock Screen

Why Change the Login Screen? You may have noticed that the latest versions of Ubuntu, such as Ubuntu 18.04 and 20.04, like all previous versions, have a very simple-looking login screen. Whether you like it or not, you’ll notice this purple screen every time you log in or lock and unlock your system. If, like … Read more

8 Ways to Customize your Ubuntu 18.04 Desktop

Customize Ubuntu Desktop

After installing a new Operating System that we intend to use for long, we start noticing the things we would like to customize according to our needs, preferences, and personal choices. It starts from the look & feel of the desktop, the arrangement of various applications installed on our system, the font and cursor size, … Read more

How to Open and Edit Files and Folders in Ubuntu Desktop as an Administrator

Edit files and folders as administrator

While working with files and folders as a Linux Administrator, we frequently need to access and edit files and folders that require root permissions. We usually perform this task through the Ubuntu Terminal(the command line utility) using the sudo function. However, when we need to edit files that require root privileges through the Graphical Interface, … Read more

Commenting Out/Uncommenting a Line in Ubuntu Configuration File

Comment or uncomment line in config file

Linux, like all operating systems, keeps initial/default settings and configuration parameters for its programs in the form of configuration files. These files are used to configure software applications, server processes and OS settings for your system. As Linux administrators, you can edit these files in various ways; one of them being commenting or uncommenting a … Read more