Reinstalling a Linux computer system: Step by step
I’m about to put a new hard drive and battery in my main laptop, a 2017 HP Envy 15.
Whenever I make a change like this, I like to be ready with backups, Linux install images on USB drives and whatever tools and parts I might need.
I’m not as worried about running into problems because I now have a very decent second computer — the 2011 27-inch iMac running Debian Buster — if the laptop isn’t ready right away, I’ll still be able to work.
If you’re worried about losing Google Sync in Chromium, you might as well use Chrome
I’m a hypocrite.
I use the Chromium browser packaged by the Debian Linux distribution.
I also use Google’s sync service for my bookmarks.
By using the open-source (yet Google controlled) Chromium instead of the proprietary Chrome (which is based on Chromium), I fool myself into thinking I’m adhering to some kind of software freedom principles.
I don’t want Google “spying” on me, so I don’t use Google Chrome, which could be a black box doing all sorts of horrible things for Google’s benefit.
I’m not opposed to nonfree firmware in Debian, but I removed it, and my laptop still runs fine
The debate over whether to include nonfree firmware in the Debian installer has emerged from the depths of the debian-devel mailing list under the title “Making Debian available.”
The gist of this extremely long e-mail thread (and Debian is a mailing list culture, despite attempts to pull it into the 21st century is that the Debian Project is hostile to new users because its standard install images do not include nonfree firmware, and installations on most laptops will go poorly because the Linux kernel and free firmware might not support their WiFi or display systems.
Ruby gems: Using Linux/BSD packages vs. gem install
As a Ruby user and programmer, I thought that Linux distributions and BSD projects offered packaged versions of Ruby gems to add sanity and stability to a computer.
The problem is that every distribution and project packages a different subset of all the Ruby gems available.
I’ve always tried to use as many “packaged” gems as possible in the systems I run — chiefly Debian and Fedora Linux, along with OpenBSD.