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

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 and Configure LAMP Server on Ubuntu

Ubuntu LAMP Server

LAMP or LAMP stack is a very useful open-source development platform designed for Linux. It is called LAMP as it uses Linux as an OS, Apache as the webserver, MySQL as Relational DBMS and PHP as the scripting language. Installing LAMP on Ubuntu is fairly simple. This article describes a very convenient way to install … Read more