28 Oct 2024
https://muhammadraza.me/2024/building-container-runtime-python/
... technology by building a simple container runtime in Python. We’ll explore the Linux primitives that make ...
09 Jun 2024
https://muhammadraza.me/2024/building-http-server/
In this post, we will understand how an HTTP server works by implementing one in Python.
12 Mar 2024
https://muhammadraza.me/2024/Python-Commandline-Tools-Part-1/
In this post, we will dive deep into python smtpd module and explore its capabilities and how it can used for local testing
19 Nov 2023
https://muhammadraza.me/2023/python-oneliners/
Simple Python One liner code snippets
09 Nov 2023
https://muhammadraza.me/2023/linux-cp/
... As a regular Linux user, I’ve been intrigued by the simplicity of the UNIX philosophy, which states ...
31 Oct 2023
https://muhammadraza.me/2023/shell-functions/
... I have been working extensively in Linux recently and decided to write a post about my useful shell ...
19 Sep 2023
https://muhammadraza.me/2023/fzf/
Dive into fzf: the ultimate command-line fuzzy finder. Master terminal searches, enhance productivity, and streamline tasks with this must-have tool.
31 Aug 2023
https://muhammadraza.me/2023/grep-log-analysis/
... time in the terminal. Even though I have been a long-time Linux user, I embarked on my Linux journey ...
02 Aug 2023
https://muhammadraza.me/2023/vim-onliners/
A list of simple vim oneliners which helps you edit your text faster
13 Dec 2022
https://muhammadraza.me/2022/data-oneliners/
The Command Line is a powerful tool for processing data. With the right combination of commands, you can quickly and easily manipulate data files to extract ...