Rabin.IO Blog

0

Install All The Nerd Fonts

This is a small script I wrote for myself to download all the NERD Fonts automatically. Gist: https://gist.github.com/rabin-io/28a701ced8127ced0e39b23188f8f712

0

Understanding OpenShift CagalogSource Image

The CatalogSource is the definition of a source that contains bundles (packages) that we can install on our cluster, in the CatalogSource definition, there is a pointer to the index image, e.g let’s examine...

9

Download All Torrent Magnet Links In A Page

If you’re lucky and have search engine which list the results with their magnet links, and you found the right query to list only the torrent you are looking for, one can use this...

Jenkins logo 0

Jenkins systemd service file

This is a small snippet to run Jenkins via systemd service unit and not via the included init.d file (which systemd need to auto-generate a unit for it).