top of page


Fzf: a command-line fuzzy finder
The terminal is essential for every Linux user. Enhancing its functionality can lead to a more efficient workflow. One significant...

Chris
Dec 1, 20243 min read
7 views
0 comments


Exploring the Fish Shell: Installation, Configuration, and Features on Major Linux Distributions
The Fish shell, or " F riendly I nteractive SH ell," is designed for maximum user-friendliness, making it an excellent choice for anyone...

Chris
Nov 30, 20243 min read
14 views
0 comments


How to remove all the games in vanilla Debian
If you installed Debian by using the any live image, or the network install image and you didn't perform any additional change, you ended...

Chris
Nov 29, 20241 min read
9 views
0 comments


How to install the latest (non ESR) Firefox on Debian
Debian is the most stable, and one of the oldest GNU/Linux distributions. However, its conservative approach means it often includes...

Chris
Nov 28, 20242 min read
13 views
0 comments


Using SSH keys to communicate with Gitlab.
In the previous post (here) we created a SSH key pair. Now we're gonna use the generated key pair to communicate with the Gitlab server....

Chris
Nov 27, 20242 min read
6 views
0 comments


Creating a SSH key-pair.
What is SSH? SSH stands for Secure SHell. The Secure Shell (SSH) protocol is a method for securely sending commands to a computer over an...

Chris
Nov 26, 20242 min read
10 views
0 comments


Managing dotfiles with a git bare repository - Part 2
Disclaimer: there are other proven solutions to the problem. I do think the technique below is very elegant though. Recap of Part 1? In...

Chris
Nov 25, 20243 min read
10 views
0 comments


Managing dotfiles with a git bare repository - Part 1
Disclaimer: there are other proven solutions to the problem. I do think the technique below is very elegant though. What's git? Git is a...

Chris
Nov 24, 20242 min read
19 views
0 comments


What are dotfiles.
Dotfiles are hidden configuration files on Unix-like systems (including Linux and macOS) that store settings for various applications,...

Chris
Nov 23, 20242 min read
15 views
0 comments


What's a Git bare repository?
A Git bare repository is a type of Git repository that does not have a working directory (i.e., no files checked out) and is intended for...

Chris
Nov 23, 20242 min read
13 views
0 comments


The $MANPAGER shell variable.
The MANPAGER shell variable is used to specify an alternative pager program for displaying manual pages (man pages) in Unix-like systems...

Chris
Nov 23, 20241 min read
15 views
0 comments
bottom of page