Commenting out/Uncommenting a Line in a Debian Configuration File

Editing Debian Config File

Like all UNIX-type operating systems, Linux stores the 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 operating system settings for your system. As a Linux administrator, you can edit these files in several ways; one of them is … Read more

How to manage files from the Linux terminal

Linux File Management

If you are a Linux administrator or a regular user, you should need to know the basics of managing files and navigating directories in your operating system. Whether it is a desktop or just a command-line based OS, both offer a simple and straightforward way for managing files and directories. However, in some cases, it … Read more

Copying Text to the Debian Terminal

Debian Terminal Clipboard

While working with the Terminal, we sometimes require copying a long command, file name or text from the web, a tutorial, or simply from some text file. You might have observed that the simple pasting control, Ctrl+V does not work in the Terminal. We all know that copying a text requires selecting it and then … Read more

How to install custom Fonts in Debian

Debian Font Installation

All operating systems come with a large set of fonts already installed in them. However, sometimes, you may need a new font that is not available in the preinstalled fonts. In that case, you will need to manually download and install that font in your system. This article is about explaining how to download and … Read more

How to Install IDLE Python IDE on Debian 10

IDLE Python Editor

IDLE stands for Integrated Development Environment. It is a graphical user interface for Python development is well suited for newbies since it has a simple IDE feature list. The IDE allows you to edit, execute and debug Python programs in an easy GUI environment. It is supported on all major platforms, like Windows, Linux, Mac … Read more

How to Enable Low Graphics Mode in Ubuntu Linux

Ubuntu Desktop Low Graphics Mode

Every component of your operating system contributes somewhat to the consumption of your battery. The more active components you have at a particular instance, the more quickly you should expect your battery to be drained out. This is exactly why some people who prefer their laptop’s battery to last long want to enable low graphics … Read more