Rabin.IO Blog

Make krunner bigger 0

Make krunner bigger

I didn’t find any simple option, but I was able to hack it around, With Fedora, I edit the file `/usr/lib64/qt5/qml/org/kde/milou/ResultDelegate.qml:183` and increased the font size by multiplying the `Layout.preferredWidth` and `Layout.preferredHeight` And the...

0

PXE/TFTP Boot File Search Path

When booting a machine using (i)PXE there is simple logic the boot process will use to find the most specific boot file it can find to bootstrap from. Where the most specific one is...

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...