Books menu with bash

2020/08/16

If you have a folder full of ebooks in various formats and not necessarily one sigle format and you want to have a quick menu to browse though your collection without requiring to open a File Manager …

Podman repositories on ubuntu like distros

2020/08/01

Recently I installed podman on ubuntu based dervative. I like podman a lot but to my distress I found that after installation, I was not able to search or run any containers. Found out that the …

Pygmentize Styles

2020/07/26

I have recently started using pygmentize for looking at my code in terminal. A very good and native way to do this is to use pygmentize. If you do not know about pygmentize then […] Highlight …

Blog Updates

2020/07/19

Quick update on the blog. I have made some pretty good changes and now this blog should be loading pretty fast. Hope you have a much better experience now :)

Artificial ?

2020/06/08

scripting – performance improvement with file open

2020/04/20

Sometimes just one line of code can make all the difference. I will show you with example. Here is script with 2 functions. Both are writing some lines of text to a file. First function, “a” I have …

List all the tags for a image on docker hub

2020/03/16

Something that you may want to know sometimes and docker cli does not show by default is all the tags for the image on docker hub. Here is example to list all tags fro the centos image curl …

kitty terminal themes

2020/03/09

Kitty is a very nice and fast terminal that uses GPU, you can find more information here. For this terminal there are lot of themes available that you can checkout on the kitty themes github page …

unicode characters in urxvt terminal

2020/03/02

If you quickly want to type the unicode character in urxvt terminal, then try doing this: Press Shift+Ctrl and then type the number for the unicode. 🙂

Get the git url of current repo in clipboard

2019/12/30

Lot of times, I just want to copy the git url to clipboard. This is so common in my flow of work that I created an alias for it. Here it is:


This website uses cookies to ensure you get the best experience on our website. Learn more Got it