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

Remove all installed Homebrew packages

Keeping your Mac clean can be a difficult task if you use Homebrew to install packages for development and testing purpose and without correctly installing the right packages, it may bloat your system, taking up unwanted storage space. This one command will uninstall all the packages install through Homebrew. You can also run. To remove … Read more

Sierra bootable USB

Upgrading Macs to the latest version is quite easy. Today we will show you how to create a bootable Mac OS Sierra USB. This method can be extremely useful if you must upgrade many Macs. Use a USB drive that does not have any valuable information as this process will erase the data. All you … Read more