ellen

joined 1 year ago
[–] ellen@discuss.tchncs.de 11 points 6 days ago

My mind somehow merged your username and the title and I read the combination as "Poor baby Jesus is starving". Was confused for a second, and now utterly devastated to see this poor starving cat.

[–] ellen@discuss.tchncs.de 38 points 1 month ago (5 children)

Quick tip for the author and those reading, instead of doing as in the article noted e.g. sudo nano or the like, you can use sudoedit (or sudo -e). The advantage of this is that it will use whatever you have configured as an editor (through $SUDO_EDITOR, $VISUAL or $EDITOR), and will use your configuration files while editing instead of root's, meaning if you have a sick custom neovim or emacs setup you don't have to keep those settings files in sync with the root account. ;)

[–] ellen@discuss.tchncs.de 6 points 3 months ago

As the unfortunate owner of a same-gen MBP with the same wireless card, you're looking at using the proprietary driver (I at least never had any luck with the open-source ones). Luckily, Debian do support those, and even have wiki page for them: https://wiki.debian.org/wl

Does require some extra configuration though. If you happen to have a Android phone, you should be able to use that for USB-tethering to have internet access on the device you're installing on, will make the process a lot easier (you don't even need a SIM in it, you can tether your wifi, that's what I ended up doing 😅).