Bijay Das logo

Blog

Thoughts on Python, AI engineering, and system design.

·2 min read

Unleash the Stream Editor: Mastering sed for Text Transformation in Linux

In the realm of text manipulation, a powerful sorcerer reigns supreme: the sed command. This versatile tool, known as the...

Unleash the Stream Editor: Mastering sed for Text Transformation in Linux
·2 min read

Understanding Access Control Lists (ACLs) in Unix-like Systems

Access Control Lists (ACLs) offer a powerful way to manage file and directory permissions beyond the traditional Unix permission system....

Understanding Access Control Lists (ACLs) in Unix-like Systems