christiandreschler9Dec 44 min readThe 'bat' command: a 'cat' replacementThe `bat` command is a modern replacement for the traditional `cat` command in Unix-like operating systems, offering users an enhanced...
christiandreschler9Dec 32 min readEza: A modern, maintained replacement for "ls", written in rustEza is a modern, maintained replacement for the venerable file-listing command-line program " ls" that ships with Unix and Linux...
christiandreschler9Nov 282 min readHow to install the latest (non ESR) Firefox on DebianDebian is the most stable, and one of the oldest GNU/Linux distributions. However, its conservative approach means it often includes...
christiandreschler9Nov 272 min readUsing 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....
christiandreschler9Nov 262 min readCreating 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...
christiandreschler9Nov 231 min readThe $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...