The Tree Command on Debian

Linux Tree Command

Most Linux users utilize the good old ls command for a directory listing on Debian. The ls command, however, lacks some features that are provided by another command- the tree command. This command prints the folders, subfolders, and files in the form of a tree. You can make the command even more useful by using … Read more

Getting Started with LaTeX on Debian 11

LaTeX on Debian Linux

This tutorial will show the step-by-step installation process of the LaTeX package, editor, and compiler on Debian 10 and Debian 11. We will also show you various tools for editing and compiling LaTeX files and how to convert LaTeX .tex files to PDF. LaTeX is free software and a typing system specialized for technical and … Read more

Check Dependencies of a Package in Ubuntu and Debian

Apt package dependencies

We know that most of the packages we install on our Linux operating system cannot work correctly without other prerequisite packages installed. Such prerequisite packages are called dependencies. Sometimes you want to find out the dependencies of a particular package. So today, I will show you three ways to check and list the dependencies of … Read more

The Hosts File on Linux

Linux hosts file

All operating systems with network support have a hosts file to translate hostnames to IP addresses. Whenever you open a website by typing its hostname, your system will read through the hosts file to check for the corresponding IP and then open it. The hosts file is a simple text file located in the /etc … Read more

Linux File Management from the Terminal

Linux file management

As we all know Linux is an operating system mostly used by Geeks and developers who are mostly keyboard people and love to write commands instead of using a Graphical user Interface (GUI). Unlike the Windows operating system, where most of the work done is with few clicks while in Linux, we have commands for … Read more

How to Install and Run Chromium Web Browser on Debian

Chromium Browser

Chromium is a free and open-source web browser developed in collaboration between Google and Microsoft. The code of this web browser serves as the cornerstone for most popular web browsers, including Google Chrome. The features of this web browser have been adopted from other popular web browsers. The best thing about Chromium web browser is … Read more

How to manage files from the Linux terminal

Linux File Management

If you are a Linux administrator or a regular user, you should need to know the basics of managing files and navigating directories in your operating system. Whether it is a desktop or just a command-line based OS, both offer a simple and straightforward way for managing files and directories. However, in some cases, it … Read more