Dnf by default does not choose the fastest mirror, but this can be changed by editing the dnf.conf
file.
tutorials
Create a MacOS Mojave thumb drive
Yesterday, Apple announced MacOS Mojave at WWDC. Here is how you can create a bootable MacOS Mojave thumb drive, great for a clean install or multiple installations. You need a thumb drive that is 8GB or above. A working developer copy of MacOS Mojave. Working knowledge of the terminal. This clears up all the data … Read more
Rust on Mac
Rust is systems programming language gaining popularity due to its “safe, concurrent, practical language”, being memory safe while maintaining performance is the reason why so many people are adopting it as their systems language of choice, winning the first place for “most loved programming language” in the Stack Overflow Developer Survey in 2016 and 2017. … Read more
Create bootable Mac OS Sierra installer flash drive
Apple recently announced Mac OS Sierra at WWDC which is currently available as a Developer Preview and soon will be available as Public Beta.
Python3 on Mac
Mac by default does not ship with Python 3 this means you have to install it manually. There are many ways of installing it, the first way is to download pre-build package from the official website and install it on your system. The second way is by compiling it on your system. While both the … Read more