Archive

Tools

Practical tooling notes for Linux, terminal workflows, automation, and engineering productivity.

Tools

How to paste screenshot in vim buffer on Ubuntu

Goal In markdown files, you can insert an image by writing ![alt text](/path/to/image), but doing this task manually is quite cumbersome. Let me state …

Tools

Perkeep: Your own Google Photos, for life

Perkeep Perkeep is an amazing Open Source Software that is used to store images from various sources (like Google Photos) and store it permanantly in …

Tools

Pigz: The parallel gzip for modern processors

While compressing large amount of file using gzip I realised that it is quite slow, specially if you use --best flag for compressing maximum. While …

Tools

Linux tips and tricks

Why? The terminal of UNIX based operating systems is insanely powerful, hence owning this power takes a lifetime. While learning it there are few tips …

Tools

irssi: IRC client setup and configuration

What is IRC? IRC is the abbreviation for Internet Relay Chat, which is an application layer protocol of the OSI stack, used for communication between …