Activate Two-Finger Touchpad Scrolling in Debian 10

Debian Touchpad Scroll

People who use MacBook frequently are accustomed to scrolling with the two-finger touchpad. They also know how useful two-finger scrolling can be on a laptop. Fortunately, you can use the same feature via Debian on your other laptops, especially if your touchpad is made by Synaptics. If this feature is enabled on your laptop, the … Read more

Do Math on Linux Command Line with expr command

Linux expr command

The Linux terminal (shell) allows you to perform mathematical calculations including addition, subtraction, multiplication, division, increment, and comparison of multiple numbers easily. This tutorial will show you various examples of basic mathematical calculations using expr command. I have performed all the commands and procedures on Debian 10, but the commands will work on any other … Read more

How to install Firefox Browser on Debian 10

Install Firefox Browser

Firefox is an open-source web browser developed by the Mozilla Corporation. It is the second most popular browser after Google Chrome. This tutorial demonstrates how to install Firefox on Debian 10 from its command line. There are different ways, but we will focus on installing a Firefox from the official Debian repository. Prerequisites You need … Read more

Just for fun: Show gif files as text in Debian Terminal

Gif to cli

So yesterday me and some geeky friends sat together and discussed the power of the Linux terminal application. It came down to what the geekiest or terminal savvy thing we ever did with our command line. One friend mentioned that he played gifs “in” the terminal. If he had said “through” the terminal, it wouldn’t … Read more

[Fixed] N: Repository ‘http://security.debian.org buster/updates InRelease’ changed its ‘Version’ value from ” to ’10’

You might get the following error message while executing the command apt-get update on Debian 10: N: Repository ‘http://security.debian.org buster/updates InRelease’ changed its ‘Version’ value from ” to ’10’ When this happens, execute the following command on the terminal. apt-get update –allow-releaseinfo-change Below is the sample output.