

Same. I used it for so long on reddit that I jumped as soon as the Lemmy version was available.
Same. I used it for so long on reddit that I jumped as soon as the Lemmy version was available.
I am a network engineer and have used Linux as my primary desktop os since 2000 or so. With the bona fides out of the way, I picked up an Acer Chromebook Plus from Costco for $250 and I think it’s a great deal for the money (it’s currently on sale for $200). It has 8 gb memory, 512 gb storage, 8 cores, etc. Most important, it has a native linux environment that lets me install Linux apps, including GUI apps in case you prefer other browsers like Librewolf over Chrome.
Is it the best laptop on the planet? No. Is it the best laptop you can buy new for $200? Probably.
I’m guessing the Harris campaign wants muted mikes as well and are manipulating the very stable genius into going along…
I used Boost for reddit for years, so I switched Boost for Lemmy as soon as it became available. It’s not free, iirc it was $3 or $4, but it works well and I’ve had zero issues with it.
I have a Yahoo email account from the mid-late 90’s…
I have a similar one as well for debian-based operating systems…
dist-upgrade() { sudo apt update && sudo apt dist-upgrade && sudo apt autoremove }
To get this to work without a password, i dropped a file in /etc/sudoers.d that allows anyone in the sudo group to sudo apt without a password.
root@tux:~# cat /etc/sudoers.d/apt
# Cmnd alias specification Cmnd_Alias COMMANDS = /usr/bin/apt, /usr/bin/apt-get, /usr/bin/dpkg # Use apt commands without a password %sudo ALL=(root) NOPASSWD: COMMANDS