

God dammit the DNC pisses me off. Why can’t they act like human beings for just five fucking minutes.


God dammit the DNC pisses me off. Why can’t they act like human beings for just five fucking minutes.


The 1907 comic strip Little Nemo: Dreams of a Rarebit Fiend was about a little kid who ate cheese on toast before bed having vivid and strange dreams


Practically speaking all open source software is communist, insofar as the capital, which in the case of software would be the source code and the means to build and deploy it, is available to anyone with the wherewithal to use it.
I have a cheap brother USB printer, the HL-L2300D. I got it for $80 refurbished. I get wifi printing with my phone through cups on my attached computer. You do need to install the ppd files from brother for optimal performance iirc.
Then it is working. That is what that code was checking for.
Specifically, -n checks if the variable exists and also does not have a null value.
If you want to reverse it, ie, check that those conditions are not true, put an exclamation mark in front of the whole thing.
You need to reference the value of the variable, ie:
if [[ -n "$VARIABLE1" && -n "$VARIABLE2" ]]; then
echo "OK"
fi


Will someone think of the poor innocent gestapo agents?


At least they are admitting it was wrong instead of doubling down


Upstart was the one that made me ditch it back in the day. I came back when they embraced the more sensible systemd


Check more logs - your webserver logs, auth logs, dmesg, journalctl entries, etc.
Kubuntu is a pretty solid choice. It has an up-to-date KDE, and it’s surprisingly snappy and resource efficient.


Bingo. This is the explanation.
Driver support will always potentially be an issue unless you buy laptops that are built for Linux, or are well vetted. This is because Microsoft has near total market control and Linux support is usually reverse engineered later if the drivers source is never shared.
Same thing for gaming – gaming support on Linux is mostly a bunch of ad hock hacks, because those games were never made to run on Linux in the first place.
So, if you want to commit to Linux, make it an informed choice. You will need to make some sacrifices. Or you could always just dip your toes and only use Linux for running a server or hosting a website.


Domestic cat


Detailed list view for everything except videos and images, and sometimes even for those
Ubuntu because they provide kernel live patching and they fix issues quickly and my system doesn’t go down if I procrastinate in doing system updates


deleted by creator


It still needs to pass the house. If you live under a red representative, please write and call them and let them know you do not support this legislation.
You need to update yt-dlp, ie:
But first you probably need to install an updated python version; the latest yt-dlp needs at least python 3.10 iirc