When I first started with Linux, I used to mostly rely on the graphical interface simply because it felt familiar and straightforward, especially since I am used to the Windows OS. However, after ...
Linux tricks can help you get work done faster, especially when they're easy. Here are some ways to find files, reuse prior commands, stop processes and more. In this post, we’ll take a look at a ...
The shopt builtin offers 53 settings that can alter how bash behaves. Read this post and then refer to bash's man page to follow up on how these settings might work for you. If you haven’t tried it ...
The tab completion feature saves time and prevents errors by auto-completing commands and filenames. Linux shells like bash and zsh offer powerful tab completion features that handle subcommands and ...