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 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

How to change the Time Limit for a Sudo Session

Change sudo timeout

While performing some administrative tasks on the command line with sudo privileges, you might have noticed this situation that if you enter a sudo password, the command runs normally. For subsequent commands that run shortly after the first sudo command,  password is not required. However, after waiting for some time if you again run the … Read more

Convert Documents to PDF on the Debian Command Line

Debian PDF Converter

PDF or the Portable Document Format is mostly our first choice when it comes to printing, sharing and emailing documents, especially the larger ones. For Windows and macOS, you might be very much familiar, and also dependent on, the widely used Acrobat products for pdf file creation, viewing, and editing. Unfortunately, there is no default … Read more

How to Install Software trough Flatpak on Debian 10

Debian FlatPak Software

Flatpak is a universal package system for software deployments, application virtualization, and most importantly package management that works on all Linux distros. With a Flatpak package, you don’t need to worry about any dependencies and libraries as everything is already bundled within the application itself. A notable feature of Flatpak is that all apps work … Read more