Manjeet Singhblog.rlxos.dev·May 20, 2024Inside RLXOS 2.0 Source Code - Part 2Welcome back to our deep dive into the rlxos 2.0 source code! In Part 1, we set the stage by covering the essentials of setting up the environment, installing prerequisites, building the system, and taking it for a test drive. Now, in Part 2, we’re g...1 like·235 readsrlxos
Manjeet Singhblog.rlxos.dev·Apr 16, 2024Inside RLXOS 2.0 Source Code - Part 1Hey there, tech enthusiasts! Today, we're taking a fun dive into the source code of RLXOS and building one from source. Hold on a sec, ever heard of RLXOS? It's not just your average operating system – it's an open-source, independent, and immutable ...264 readsLinux
Matthias Weilingermatthias.hashnode.dev·Oct 31, 2023A Universal Guide to Migrating Git Repositories with LFS Across PlatformsHave you ever faced the daunting task of migrating a Git repository complete with LFS files? Recently, I embarked on this journey from Bitbucket to GitLab and hit a few snags along the way. In this post, I'll share the motivations, challenges, and ul...GitLab
Aditya Kumarhashnode.adityakumar.xyz·Jul 14, 2023Linux From Scratch: Reasons You Should and Should Not Use ItLinux from Scratch (LFS) is a project that provides a step-by-step guide for building a completely customized Linux system from scratch, including building the Linux kernel, selecting and configuring hardware, writing system scripts, and more. LFS is...LFS