setfacl

joined 1 week ago
[–] setfacl@beehaw.org 9 points 4 hours ago* (last edited 4 hours ago)

I think you will find that people vary widely on their personal taste and tolerance in these matters.

Just as some love foods that others find completely offputting.

edit: typo

[–] setfacl@beehaw.org 13 points 6 hours ago

As a happy linux user since 2001, I find that community to be very height of unintentional comedy. Has the exact same "desperate disinformation" vibe of every anti-linux ad Microsoft ever made.

[–] setfacl@beehaw.org 5 points 21 hours ago* (last edited 21 hours ago) (1 children)

Still a great little laptop that I routinely get 4-6 hours out of between charges. Lots of useful life left in it!

Its been a little while, but I don't recall any drama with the protection screw. You do have to install Mr Chromebox before you install a linux distro, after doing the protection screw.

I found Devuan a few years ago at FOSDEM.

I just remembered, if you find trackpad doesn't work in the install don't worry it will work after you update the kernel. If needed you can use a USB mouse to do the install.

eta: you can choose runit during the install of devuan and then you're set

[–] setfacl@beehaw.org 22 points 23 hours ago* (last edited 23 hours ago) (4 children)

I use exactly that Chromebook and here is my optimized setup after trying several options. I use it as my daily on-the-go laptop.

I run Devuan with Runit. Anything that uses SystemD is going to be too slow for this little 2 core Chromebook.

I set it up with F2FS (follow the debian howto) instead of EXT4 in an attempt to prolong the life of the little internal SSD.

I did the minimal install and then installed only Enlightenment as the desktop. You will not find a better and less resource consuming DE.

The GUI Apps:

  • Terminal: Terminology
  • Writing: Abiword
  • Spreadsheet: Gnumeric
  • Email: Thunderbird but set to leave all mail on the server and not sync any folders locally. This save the tiny SSD space and also makes it faster.
  • Media: Audacious and MPV
  • Web: Firefox, it runs ok but big PWAs like Gmail are very very slow.
  • Smolweb: Bombadillo, but everything else works great too.
  • Network: ConnMan, this is all you need, no dhcpcd etc to manage network/wifi connections, and there is a nice simple GUI "gadget" for it included with Enlightenment

I love this specific chromebook, I have the blue and white one, its keyboard is so much better than it should be for the price.

I keep a 128G EXT4 sd card mounted at /home//data and I replace dirs that get a lot of use like ~/Downloads with a symlink to the sd card.

You can squeeze a little more juice out of the CPU by changing the default kernel command line to include turning off all the CPU security mitigations. You don't need them on a single user chromebook anyway.

edit: formatting

eta: I forgot to mention that I also mapped all the top row keys onto functions in Enlightenment so they do what you expect them to do.

eta: ConnMan

[–] setfacl@beehaw.org 1 points 1 day ago

I'm running Devuan + Enlightenment on an old chromebook with a 16g drive and 4g ram. It's perfectly usable for everything except big PWAs like Gmail.