Most iOS app tweaks are hosted on GitHub, being the most widely known Git hosting platform. If you are opting for some other provider for your Git repositories, such as GitLab, then if you want to use a pipeline to build the tweaks on your own, you are out of…
I've always played around with different Linux distributions, including those which are "DIY" like Arch Linux, or source-based like Gentoo Linux, but there has always been a project in the back of my mind that I never had the time to start: Linux from Scratch.
Since…
During the last merge window for the 6.12 Linux kernel, a couple commits have been made regarding a new protocol for the NFS filesystem with documentation (see this one and FAQ). This is very important, as this new protocol is supposed to allow the NFS client and server to…
In a recent task I was assigned, I had to do an automation which included the use of UptimeRobot's API. I was writing it in Python and I needed a way to connect to the API without the use of credentials. Using the requests library, I have created…