Debian Chromebook

Because ChromeOS is simply ridiculous in terms of resource requirements (on devices meant for it), the only proper approach is to install or boot from a USB drive running Debian Linux (in this case, Debian Stable. Note: there is GalliumOS but it seems to have stalled development. There are various steps involved in getting this ... Read more

Chromebooks in 2024

There are low-end and high-end Chromebooks. This is about relatively low-end devices, specifically an ASUS C214MA which is a cheap, somewhat small, ruggedized device meant for the schooling market. It has an 11.6" HD+ screen and a 4gb/32gb RAM/ROM configuration. In our household we've run up against the limits of this device in a variety ... Read more

Linode and Linux

I've used Linode for the past three years, and before that, another two years (with 3 years of AWS in between). There has been a (reasonable) increase in prices, and not much else since the acquisition by Akamai. Before Linode I used Servint which had more tools but also was much higher in prices, for ... Read more

Smart Control (drive health app)

[smartctl](https://www.baeldung.com/linux/storage-device-check-health) is a tool for testing hard drives. There is a graphical interface called gsmartcontrol which oddly cannot be found in the standard Debian testing repository but is otherwise available.

LMDE to Xfce desktop environment

I've been having trouble with the sleep cycle of a new monitor, such that causes problems with the LXDE lxpanel app. Basically the panel unloads when the monitor sleeps (or awakes). Since lxpanel is more or less frozen, I've looked to other desktop distributions to remedy this. Though I am generally satisfied with LXDE, it ... Read more

Removable Disk Volume Name

To change the volume name of a removable disk (USB / SD), in Debian (or other Linux): Open up > Accessories > Disks Click on device Click on gears icon (Additional partition options) Edit Filesystem Enter partition name

Can I use PPAs on Debian?

PPAs are personal package archives that allow people to distribute application packages to Ubuntu distributions. Since Ubuntu is based on Debian, and PPA packages are in the .deb format, they can theoretically be used in Debian. However, there are several complications that need to be understood: Why PPAs are not recommended for use in Debian ... Read more

Samba on Linux

Note: to be honest I'm a bit lost with my configuration. I've had a bit of trouble but it looks like it is ultimately due to the USB interface I'm using to connect HDDs and sharing them. In any case, Samba is working, but I'm not too sure about what kind of mapping to do, ... Read more