Computing and Networks

iCloud contacts on Linux. 2 years on

Two years ago I began migrating away from the Appleverse to Linux and opensource. The biggest issue I faced was my calendars and contacts. I still use my iPhone and needed to have access and synchronisation between my phone and desktop. I overcame this issue and wrote a blog (https://webby.land/2017/08/11/using-your-icloud-address-book-in-linux/ ) Moving on and settling… Continue reading iCloud contacts on Linux. 2 years on

Computing and Networks

Kernel patch and compile the Debian/Ubuntu way

Continuing on with my theme of compiling and patching linux kernels a la: Kernel patch and compile the Fedora way A more elegant: Quick and dirty kernel patch and build Here is how I patch and compile new kernels for Ubuntu/Debian distributions. More specifically, create .deb files to be used by the Advanced Packaging Tool… Continue reading Kernel patch and compile the Debian/Ubuntu way

Computing and Networks

A more elegant: Quick and dirty kernel patch and build

Ok,  I’ll keep this short, sweet and generic.  I’ll endeaver to put up a instructions for creating custom kernel packages in .dep and rpm (done and see here “Kernel patch and compile the Fedora way“) format if I find the need to create them. As we have seen, the original/traditional/generic way to install new kernels… Continue reading A more elegant: Quick and dirty kernel patch and build

Computing and Networks

Kernel patch and compile the Fedora way

Compiling a custom kernel in the open source world of Linux is pretty much a given and an underrated privilege.   This can be a simple or convoluted process depending on work flow and technique. Each distribution has a preferred way which tends to result in a nice reusable packaged compatible to specific package management… Continue reading Kernel patch and compile the Fedora way