How to Control Audio on the Debian Command Line

Control Sound on Linux Command Line

A Terminal-savvy person will find a way to perform any action while staying in the comfort zone of the command line. We mostly control system volumes through the Debian GUI but there are certain situations where you want to do it from the command line. ALSA or the Advanced Linux Sound Architecture provides audio support … Read more

How to Improve Notebook Battery Life in Debian with TLP

TLP is a free, open-source and feature rich utility for battery use optimization on laptops running Debian and other Linux distros. You can find it in both CLI and GUI versions for whatever suits you. TLP comes with a default configuration which is pretty much perfectly tuned for your OS and the underlying machine. All … Read more

How to install Sublime Text 3 Code Editor on Debian 10

Debian Sublime Text 3

Sublime Text is a powerful and extensively used text editor that is mostly used by programmers. It is supported on all three major operating systems Linux, Mac, and Windows. Its lightweight and intuitive user interface can adapt to any writing and programming style. It is extremely fast and has a lot of functionalities. These functionalities … Read more

How to Install Google Chrome on Debian 10

Google Chrome on Debian 10

Chrome is a cross-platform, secure and light web browser which is developed by Google. It can run on Windows, Linux, MacOS, iOS and Android. In this tutorial, I am going to show you how to install Google Chrome on your Debian 10 machine using the terminal. Here we go!! Requirements You need to have the … Read more

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