Why I drop from Fedora to BRGV-OS
Jairo Junior shares his experience of switching from Fedora to BRGV OS, a Linux distribution built on Void Linux. He highlights the appealing features of BRGV OS, such as its lightweight performance and beautiful desktop experience. While he acknowledges that Fedora remains a strong choice, he appreciates the fresh perspective and unique offerings of BRGV OS.
- ▪BRGV OS is built on top of Void Linux, which was previously unfamiliar to the author.
- ▪The distribution is designed for both gaming and development, making it appealing to software engineers.
- ▪BRGV OS is lightweight and offers a polished experience out of the box, requiring less configuration than typical Linux installations.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1522014) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Jairo Junior Posted on May 30 Why I drop from Fedora to BRGV-OS #devjournal #linux #opensource #ui Hello! I'm Jairo. This week I found myself doing something that probably every Linux user has done at least once: looking for a new distro even though my current one was working perfectly fine 😅.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).