Tag: linux
- How I reduced the size of my very first published docker image by 40% - A lesson in dockerizing shell scripts (03 Feb 2024)
My learnings from publishing my first ever Dockerfile for ugit (a shell script based tool to undo git command) and writing the most optimized dockerfile for it. - Undo your last git mistake with ugit (30 Apr 2021)
Learn how to use ugit or git undo to undo git commands like git commit, git push, git merge among many more. ugit helps you fix your last git fuck-up without any hassle, undo from 19+ git scenarios - Making grep searches sexier 🌶️ (22 Mar 2021)
Beautifying grep searches & using AWK to modify grep output. Changing grep colors. Exploring codebase using grep - Surfing web inside a terminal, because why not? (02 Mar 2021)
How to search the internet inside a terminal. How to use searx inside a terminal, python script to browse web inside vim & terminal - Prettifying JSON using Vim, Python & Bash (22 Dec 2020)
How to format JSON files in Linux. Combining the power of Bash, Python and Vim to prettify JSON files without any external plugins - Monitor network (data) usage in linux (09 Aug 2020)
Learn how to find network usage statistics of your linux machine by writing a shell script . - Creating a smart alternative to 'cd' command (03 Aug 2020)
Shell function to automatically find absolute paths and change directories - Shell script to open a url through terminal (08 Jul 2020)
Shell script to open a url through terminal - Find all python virtual environments in your system (10 Jun 2020)
Find all python virtual environments in your system, lsvirtualenv command not found, list all virtual environments python - I spent a week offline here is how I stayed productive (01 Apr 2020)
I was offline 🙈 for a week, in this post I logged what new I learned this time.