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 →
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 →
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 →
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 →
Timeout issues on uWSGI and Nginx proxying are very common when setting up the environment first time. This particular setup I was workin on was working perfectly fine on my local machine. The page actually works in the background more than 60 seconds and generates enormously large CSV file. All… Read more →