Linux

Bash expansions

In this post you will learn about bash expansions, you probably already used them if you have done something like “ls *.txt”. Basically the shell does some processing on the command line before actually executing it, which enables us to…Continue Reading →

The /proc filesystem

Have you ever heard of the /proc filesystem before? I’m pretty sure you have if you are a regular Linux user. Here is a quick refresher. /proc is a virtual filesystem that the Linux kernel uses to expose information and allows the…Continue Reading →