How to View the Network Routing Table in Debian 10

Debian Network Routing

What is Routing of Network Packages? The process of network package routing is the transmission of an IP packet from one point to another over the network, e.g the internet. When you send an email to someone, you are actually transferring a series of IP packets or datagrams from your computer to the other network … 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 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