Who I Am

  • Software developer, heavily interested in performance and optimization and systems engineering.
  • I also specialize in Linux and other operating systems.

About CRNX.net

  • This is my personal site and I use it to write about technology topics, from programming and system engineering topics, to also different useful tech tools.
  • Nonetheless, this site isn’t only about tech, but also about my main interests: plants, gardening and hydroponics, as well as my other hobbies.
  • In CRNX you’ll also find information about my different projects, from climate controlled preservation rooms to categorization systems and advanced hydroponics.


Latest Posts

Linux dev folder.

How Everything is a File in Linux and Unix Systems

January 25, 2025
This article explores and explains the “everything is a file” philosophy and implementation, discussing its implications, practical examples, and the benefits it brings to the Linux and Unix ecosystems.
Relationships map.

The History and Evolution of the Linux Kernel

January 23, 2025
From a personal hobby project to a cornerstone of modern computing, the Linux kernel’s journey is a testament to the power of open-source collaboration and innovation. Its flexibility, performance, and community-driven development have ensured its relevance across decades.
Bash command substitution.

Command Substitution in Bash

January 21, 2025
This guide and cheat sheet will help your understand command substitution in Bash (and other shells). Be it in the command line or in a script, with command substitution you’ll be able to combine commands and their outputs in a very powerful way.
Bash shell.

Debugging and Troubleshooting Your Bash Scripts

January 21, 2025
This guide and cheat sheet, explores various techniques and tools for troubleshooting and debugging your Bash scripts. We’ll cover both built-in approaches (like set options and trap) and external resources (shellcheck, logs) to help you quickly identify and fix issues.
Bash scrpiting shebang.

Advanced Bash Scripting Guide, Cheat Sheet and Use Cases

January 21, 2025
This Advanced Bash scripting guide and cheat sheet covers from advanced parameter expansion techniques, process substitution and signal handling to namerefs and indirection, advanced argument parsing, I/O redirection and even parallelization. Take bash scripting to the next level.
Bash shell

Bash scripting guide and cheat sheet

January 20, 2025
While there are many tutorials about Bash scripting on the Internet, this one focuses on presenting the information in a cheat sheet style, so you can jump right into coding without wasting your time. From the very beginning to intermediate and advanced topics.
Code inspection.

The Ultimate cURL Guide and Cheat Sheet

January 19, 2025
cURL excels in transferring data between systems or services, especially for API interactions, testing endpoints, and sending or receiving files in custom ways. Its flexibility, combined with support for various protocols and authentication methods, makes it an essential tool in any developer or sysadmin’s toolkit.
Linux and Tux.

Wget Advanced Examples and Use Cases

January 19, 2025
From handling cookies and session data to manage SSL certificates, connect to to proxies and using custom headers. These are some of the most advanced Wget use cases.
Wget screenshot.

The Ultimate Wget Guide and Cheat Sheet

January 19, 2025
This cheat sheet covers the majority of daily use cases for Wget. Whether you’re scripting a bulk download, mirroring a site, or retrieving files over HTTP(S) or FTP, these commands should help you handle most scenarios efficiently.
Linux initialization.

The System V to-the-point guide and cheat sheet

January 18, 2025
System V is the classic Linux init system, this article is a to-the-point guide and cheatsheet intended to help you quick access to all System V commands, directories and tools.
Systemd screenshot.

The systemd to-the-point guide and cheat sheet

January 18, 2025
Systemd is currently the fastest growing Linux and widely adopted service manager and init system. This part guide, part cheatsheet will give you all the commands in a neatly organized fashion so you can master it and become a proficient Linux power user.