$ grep -rn "#Linux" ./posts

Linux: make your processes act nice

The nice command allows to schedule the execution priority of processes. In other words controls how much CPU time will assigned to a……

Understand C pointers the easy way

One the most confusing part to understand in C is pointers and how to use them, In this article i will explain you what a pointer is, how……

xq: or how to use jq with XML files

JSON is currently more popular than XML and there is a great tool to filter, query and transform JSON files its called jq, but since XML is……

How to add swap space to Linux

One of the most common operations is to add swap space to a Linux machine, there are two ways, the first one is to create a swap partition……