Victor O. Alvarez
Stream of Letters

Stream of Letters

Follow
homeListBookmarksAboutbadgesnewsletter
Tag

debian

#debian

More content

Read more stories on Hashnode


Articles with this tag

Install VIM Editor on a Debian Desktop

Sep 1, 20231 min read

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

Install VIM Editor on a Debian Desktop

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

Installing Google Chrome on Debian 11 Linux

Oct 3, 20222 min read

Google's Chrome web browser is a popular proprietary app with many useful features that both users and developers use in a daily basis, like the...

Installing Google Chrome on Debian 11 Linux

Notes on Using & Moving to Debian Linux Stable

Sep 6, 20221 min read

In 2021 I decided to use Arch Linux exclusively. I used to dualboot Arch Linux and Windows 10. However, between 2021 and 2022 I confronted problems...

Notes on Using & Moving to Debian Linux Stable

Install Debian deb file manually on Debian 11 Linux

Jul 7, 20221 min read

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

Install Debian deb file manually on Debian 11 Linux