command-line
ls alternatives
ls alternatives
· ☕ 3 min read · ✍️ Syed Dawood
ls is one of most used command, it is very plain though. Lets make it interesting.

Data Processing with sed
· ☕ 3 min read · ✍️ Syed Dawood
GNU Core utils are powerful and fast. Let’s see an example.

Consistent Prompt With Starship
Consistent Prompt With Starship
· ☕ 2 min read · ✍️ Syed Dawood
Shell prompt customization is tideous and non-portable. starship to the rescue!

reading gmail mails with emacs
reading gmail mails with emacs
· ☕ 3 min read · ✍️ Syed Dawood
mu is a tool for dealing with e-mail messages stored in the Maildir-format, on Unix-like systems. mu includes an emacs-based e-mail client (mu4e)

GCP VM SSH problem and solution
· ☕ 4 min read · ✍️ Syed Dawood
It was just another day at work. I was working on just another task in my everyday routine. I was required to login to a VM buts things don’t go as per the plan

Eliminating Duplicate Lines
· ☕ 2 min read · ✍️ Syed Dawood
One of the common problems when working with plain text is duplicate lines. They are bad and in most of the cases we would like to get rid of them. Here I present to you the simple solution(s) to address this problem