While I agree with the message, that the people should leave all centralized Social Media services, the big mistake here is concentrating a massive user-base on one instance (.ml) of one specific service (Lemmy) instead of spreading the influx towards many smaller, but still solid instances and federated services (PieFed, Mastodon, MBin).
Even disregarding .ml's reputation, if this post does reach a substantial user-base, the only thing happening then is .ml receiving a HoD and people losing faith in the Fediverse as a whole (e: spelling) due to this, sadly. :c
Yeah, depending on when you left "conventional social media", you missed out all of that.
That is the very same mechanism that, as of recent, censors/censored every mention and discussion of the Fediverse, alternative OSes, or any other way to fight back against these corporate forces. How dare people want to communicate freely and in their own way!?
I have a custom script, which changes the fan profile (in my case between two thinkfan config files) depending whether the dock is connected or not. That one gets triggered whenever it switches the power source (AC or BAT0). (AC gets plugged in -> script starts -> check if dock is connected -> if connected run different profile)
apt
on its own isn't safe to use in shell scripts whileapt-get
is. At least, that is the output I get when usingapt
in a script on Debian.That is the only reason, for interactive sessions use
apt
, for automated scriptsapt-get
.