5 Ways to Free Up Disk Space on Debian 10

Free up disk space

From time to time we have to clean up our system memory to make room for installing new programs and handling 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 who … Read more

How to use grep command on Debian 10

Debian Grep Command

Grep stands for global regular expression print. It is a useful command and widely used by Linux system engineers while searching a string or patterns against regular files and in the system. In this article, I am going to demonstrate the usage of grep command with a large number of examples. I have tested all the … Read more

How to Enable/ Disable Automatic Login in Debian 10

Debian automatic login

As a common practice, users are required to provide authentication information to log on to a Linux system. This helps in securing any sensitive or personal files, emails and other data residing on your system from any physical intrusion. However, if your system is placed at an already secure location, free from any privacy threat, … Read more

How to Write and Run your first Qt Program in Debian 10

Debian QT Programming

Qt is a free, open source, and cross-platform application development framework for desktop, embedded and mobile. It supports various platforms such as Linux, OS X, Windows, VxWorks, QNX, Android, iOS, BlackBerry, Sailfish OS, and others. More than a programming language. Qt is a framework written in C++. A preprocessor, Meta-Object Compiler is used to extend … Read more

How to Install Arduino IDE on Debian 10

Debian Arduino IDE

The Arduino software or IDE (Integrated Development Environment) is open-source software that is used to interact with the Arduino controller board. Using it, we can connect and communicate with the Arduino hardware. It contains a text editor that is used for writing, compiling and uploading code in Arduino hardware. You can install and run Arduino … Read more

How to add a wallpaper to the Debian 10 terminal

Debian Terminal Wallpaper

The terminal is a powerful tool that can be used for performing various tasks including software installation, system administration, and network monitoring, etc. The terminal with its default black background and white characters is really a helpful tool when you have to do something quickly and efficiently. But sometimes users get bored with its black … Read more