Posted on
29th Mar 2026
Below is some of the aliases i use very often and i don't think i saw them else where. There are many aliases to find on the Net and use, but these are the ones, i am most proud of :)
alias l='/usr/bin/ls --color'
That simple... typing ls is tyring... so why not just type l?
These two,...
Posted on
31st Dec 2025
I often find my self, searching for a way to test some RegExs and almost every time, i use an online tool. I searched for a CLI alternative, but found them inadequate for me. Either they need to much dependencies, like external Python libraries or they don't have a good documentation, providing exam...
Posted on
15th Nov 2025
Nothing too exciting, but it is something i need, from time to time, to test various terminal emulators and specially the size and the number of colors can be used. It's written in BASH, but i think it will work with other cli interpreters. Just copy/paste the script, make it executable and run it....
Posted on
3rd Jul 2025
Github, hosts many valuable and important projects/programs. As time passes, you are adding more and more, GitHub, projects on your PC and you reach a point, that either you have forgot them or when you reinstall your OS, you don't remember what you had installed. So, an easy way to store a backup l...
Posted on
27th May 2025
When a website, gets large enough, finding posts and navigating, gets frustrating. Something to help, is to create an Index page. A page, that will have a list of all blog posts, in chronological order, easy for someone to read and find what he is looking for. And because Grav CMS keeps everything i...