How to Generate a SSL/TLS Certificate Signing Request (CSR) on Debian 10

Create SSL CSR

For any live website, SSL Certificates have become a key requirement. A Certificate Authority (CA) verifies and issue SSL certificates. There are two categories of these certificates: Self-Signed certificates: As the name implies, these are the certificates that are signed by the identity creating it rather than by a trusted certificate authority. It is Mostly … Read more

How to Install Debian 10

Debian 10 Installation

This article shows you step-by-step how to install Debian 10 on your server or desktop. I have installed on my VMware workstation. However, the steps are same when you install on any physical machine. Let’s continue without wasting any further time. Download Debian 10 Step 1. Download the appropriate iso image according to your processor … Read more

How to install Emacs editor on Debian 10

Debian Emacs Editor

Emacs is a widely used open-source text editor for Linux. It exists for many years now and can be used for basic word processing, code editing, and scripting, etc. In this small how-to article, I am going to show you how to install Emacs editor on Debian 10 using the terminal. To start the installation … Read more

How to check uptime in Debian 10

Debian Uptime

The uptime command shows the amount of time since the pc has been started or has been rebootet. It also shows the load average which is the percentage of CPU usage for all cores. Example: If your CPU has 4 cores, then a load average of 1.0 indicates that 1/4 of the cpu ressources are … Read more

Four Ways to Open the Terminal in Debian

Open Debian Terminal

Although Linux users these days get to perform various operations through programs having high-end GUIs, there are multiple reasons to use the Linux command line called the Terminal. Through Terminal, you can access many powerful native Linux commands as well as the empowering command-line features of many desktop applications. You can install software on Linux … Read more

Play a Video in the Ubuntu Command Line-Just for Fun

Play Video on the shell

So yesterday, me and some geek friends were sitting and discussing the power of the Linux Terminal application. It boiled down to what is the most geekiest or Terminal-savvy thing we have ever done with our command line. A friend mentioned that he has played videos “in” the Terminal. If he had said ‘through’ the … Read more