CentOS 8 Maintenance in 2024

If you're encountering issues with yum or dnf on CentOS 8, such as an error stating No URLs in mirrorlist, this article will explain the cause and how to resolve it. The error message typically looks like this: Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist:… Read more →


ReactJS Custom Radio Buttons

Started to work on a project based on ReactJS and from previous (probably bad) experience started to look for a third party component for Radio Buttons. After not finding a suitable solution I quickly implemented the following tiny component for making any button-like elements switch like radio buttons. Usage The… Read more →

Install PIP on Mac OSX

The official documentation on PIP describes an alternative way for installing PIP, which works just perfect with OSX operating system. As the documentation describes, we should download and run the get-pip.py script. $ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py $ sudo python get-pip.py Alternatively you can… Read more →


Text Formatting in Skype

I really don't like Skype, but you don't have choice in these kind of situations, when all use it so you have to as well. Some notes for me (not to Google every time) to enable/disable wiki markup in the conversation. /wikimarkup [on/off] All the supported syntax is… Read more →