News

Setting up aliases on Linux systems can save you a lot of time and trouble on the command line. This post shows how to set up and manage aliases and provides a number of examples on how and why to ...
One of the most confusing things when starting with Linux is the terminology. Some people will use terms interchangeably, ...
A bash alias is a shortcut to a complicated command. Here are 10 aliases I've used to make using the command line a bit easier.
Setting up the most useful aliases on Linux is a mix of what's otherwise annoying to enter, hard to remember or typed way too often.
The first thing you'll want to do to improve your terminal on a new Linux installation is install the Kitty terminal emulator ...
Is there a way to make all modifications I have made to my .bashrc file (new aliases, functions and scripts) without having to exit the current shell that I am in and starting a new one (currently ...