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

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

Customize the Debian Command Line

Customize Debian Terminal

If you like to run all your tasks through the terminal like I do, you may have noticed how boring it sometimes gets with its black background and white/grey text. Fortunately, there are some ways to bring some life and color to the command line. Some try to change the background to some eye-friendly spot … Read more

4 Ways to install Opera Browser in Debian 10

Debian Opera Browser

Opera may not be one of the most used and famous web browsers today, but it is a fast browser and offers many useful features. It is supported on nearly all major OS platforms such as Windows, Linux, and Mac. Its main feature because of which most of the users preferred it is its built-in … Read more

How to Install Microsoft PowerShell on Debian 10

Debian PowerShell

PowerShell is Microsoft’s an automation platform with an interactive command-line shell and scripting language that allows administrators to simplify and automate administrative tasks. Previously it was just available for Windows OS but then Microsoft created a snap version of PowerShell for Linux users.  Snaps are actually containerized applications that offer a single package that works … Read more

How to Install Grub Customizer on Debian 10

Graphical Grub Config Editor

Grub Customizer is a great GUI tool for changing the default configurations of the grub bootloader. With this tool you can add, remove and rearrange boot menu entries via the GUI. It also allows you to edit kernel parameters to change the time delay at boot time. The Grub Customizer tool also allows you to … Read more