#linux-for-beginners
Read more stories on Hashnode
Articles with this tag
To sort text lines with VIM you first select the lines you wish to sort with visual mode and then sort them. To execute this task follow the following...
When working with a Debian Linux Desktop it is ideal to install the 'vim-gtk3' package instead of the 'vim' package because the first includes the...
Unclutter its a program which helps you hide the cursor after a set time of no mouse activity. This time amount can be configured on your system by...
To install a deb file manually on Debian 11, use the following commands: sudo apt update sudo dpkg -i PackageName.deb These commands run as...
The Man Pages for GCC compiler are not included by default on Debian 10 Buster and must be added by installing the Backport package named gcc-doc. To...