Victor O. Alvarez
Stream of Letters

Stream of Letters

Follow
homeListBookmarksAboutbadgesnewsletter
Tag

linux-basics

#linux-basics

More content

Read more stories on Hashnode


Articles with this tag

Sort Text Lines with VIM

Sep 7, 20231 min read

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...

Sort Text Lines with VIM

Configure Unclutter on Debian 11 Linux

Oct 9, 20221 min read

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...

Configure Unclutter on Debian 11 Linux

Install GCC Man Pages on Debian 10 Buster

Jan 5, 20212 min read

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...

Install GCC Man Pages on Debian 10 Buster