How Google got to rolling Linux releases for Desktops
21–30 of 167 posts
Re: How Google got to rolling Linux releases for Desktops
#22Earlier quoted context omitted.
I liked Suse before Novell acquired it. Is it still good?
Yes. I've been using it for over a decade and it's still great. Like Fedora it's leading the charge in modernization (btrfs, /usr/etc, snapper, Yast, etc) and like Arch it has a big set of up-to-date packages, except they're in the main repo instead of an untrusted AUR.
Re: How Google got to rolling Linux releases for Desktops
#23Can I ask the following as this what Google did is literally what I try to achieve on a Raspberry Pi: I have configured unattended-upgrades (the package from apt) on a Raspberry Pi on Raspbian 10, but no security updates seem to ever be released. Is there a gotcha I’m missing resp. is there a better way of configuring an always-on computer and keep it secure?
But if your using it for server tasks, your probably better off actually running Debian. Although if your looking for something that is closer to a rolling release, you could just pick one of the distro's that have a release policy that strikes your fancy WRT how they roll out new packages/etc. Most distro's have rpi specific images, or you just install their generic arm64 images on top of something like the PFTF firmware.
Put another way, raspberry pi os, has a fairly dated kernel/etc but works well with all the hardware on the machine for desktop purposes. If your using it as a server, its not a good choice because they frequently don't have useful things turned on (various filesystems, networking options, RAID levels, etc). The core storage/networking/cpu/etc type of things have been working quite well in mainline/etc for a couple years now, so that has trickled down into all these distros.
Re: How Google got to rolling Linux releases for Desktops
#24Re: How Google got to rolling Linux releases for Desktops
#25Just use Arch
I wanted to give it a try, but SecureBoot is refusing to be set up correctly, despite following the manual '( (I suspect the problem is with NVidia drivers..)
Though I had to stick to a slightly older version of grub to get it to load up properly with the given guide.
Re: How Google got to rolling Linux releases for Desktops
#26Re: How Google got to rolling Linux releases for Desktops
#27Just use Arch
Or NixOS unstable hehe
Re: How Google got to rolling Linux releases for Desktops
#28Can I ask the following as this what Google did is literally what I try to achieve on a Raspberry Pi: I have configured unattended-upgrades (the package from apt) on a Raspberry Pi on Raspbian 10, but no security updates seem to ever be released. Is there a gotcha I’m missing resp. is there a better way of configuring an always-on computer and keep it secure?
dpkg-reconfigure unattended-upgrades
will create a minimal config file, '/etc/apt/apt.conf.d/20auto-upgrades' that may be all you need. But, you might consider adding something like below to cleanup downloaded package files: // Auto cleanup archives
APT::Periodic::MaxAge "10";
// Setting minage too is a good idea to prevent race conditions
APT::Periodic::MinAge "8";
Or, if you prefer (but, this will delete all archives present when it triggers and not just old ones like above): APT::Periodic::AutocleanInterval "10";
(Note: I'm assuming Raspbian is the same as the upstream Debian; I've never used Raspbian)Re: How Google got to rolling Linux releases for Desktops
#29Re: How Google got to rolling Linux releases for Desktops
#30The more important question is where is this magical Google-blessed rolling release Debian available to download? We've all heard rumors of this internal Google distro and what I'm reading is their intent to give back. You can use Microsoft's CBL-Mariner today. Where is Google's?
Why yes, they could share Goobuntu with the world. But they don't have to, and so they won't.