The Torrent (full name BitTorrent) is just another protocol just like HTTPS or any other … yet this one is directly perceived as ‘THE’ Piracy protocol – while you can download the same things over HTTPS protocol even in more convenient way – without any third party Torrent client or whatsoever. Most/many open source projects […]| 𝚟𝚎𝚛𝚖𝚊𝚍𝚎𝚗
The so called PKGBASE is the future of packaging the FreeBSD Base system – and its already implemented and tested in the upcoming 15.0-RELEASE version that will come later this year. You can even decide at the bsdinstall(8) stage if you want to install FreeBSD the ‘classic’ way or the PKGBASE way. The PKGBASE is […]| 𝚟𝚎𝚛𝚖𝚊𝚍𝚎𝚗
I usually prefer to run Poudriere inside FreeBSD Bhyve VM – its just faster to setup – but as sometimes its desired to use the power of FreeBSD Jails instead – here is how to do this. Host Setup First we will setup the host system. To make things faster we will install the host […]| 𝚟𝚎𝚛𝚖𝚊𝚍𝚎𝚗
One of the things that makes FreeBSD an amazing operating system is its package manager, pkg(8). Many people will keep arguing with me saying that apt or pacman is better, but pkg has some of the best features out there. Don’t even get me started on number of packages. A friend was telling me “but […]| Antranig Vartanian
Couple of months ago I got my sister a MacBook Air with the new M4 chip, and she was happier than ever. However, I was the happiest, as she gave me her old MacBook Pro 2015.| Antranig Vartanian
One of the most popular articles on this blog is “Notarize a Command Line Tool with notarytool.” In that post I introduced a workflow for Xcode to build and notarize a custom installer …| Scripting OS X