Linux server admin, MySQL/TSQL database admin, Python programmer, Linux gaming enthusiast and a forever GM.
You know you’re old when the gf/wife wants to accompany DnD with a cheese board and a bottle of wine for the guests :))
The key is sharing a hobby. For me, it’s board games and TTRPGs. Much easier to hang if there’s an activity.
/me eating popcorn as a nano user
I missed the mention of Verizon. Good catch!
How do you know this is the US, rather than UK, AU, NZ or a British school in the EU?
EDIT: Looked at the original file linked here in the comments, and it makes reference to “HCPSS”, which according to a Google search means this is in Maryland. Your assumption seems to have been correct!
In Uni I ran Gentoo as my daily driver. It was stupid, but I learned a lot.
Trying and failing to get a working desktop environment, using IRC on the command line to get help from people who knew what they were doing and could advise a dumb kid like me, following their advice and getting a working DE after a reboot was the most hackerman I ever felt. I was convinced I was real hot shit. In actuality, I’d followed the advice to tweak the kernel config to get working drivers :))
There’s also the issue that the US needs to sell bonds at higher and higher yields just to convince them it’s worth the risk.
As far as I understand it (not an economist), that might lead to a debt spiral.
Most USs in the iron don’t use dryers
This is a time of crisis, and both the Squad specifically and the American progressive movement in general are letting a good crisis good to waste
What would you recommend they do? And how would they go about doing that within the strictures of a two-party system where one is fascist and the other is captured?
Messaging is important. While the Republicans are saying “There’s some temporary pain, but it’ll all sort itself out in the end. We just need to get through this transition, and the tarrifs and deportations will MAGA”, there needs to be a counter-argument.
They’re (thankfully) not preaching to the choir. They’re going to Republicans and independents and explaining in these rallies that there’s an oligarchy that has taken control, made them poorer, and it will get worse.
If they can convince enough people of the real causes, they have a broader base, and potentially even some new progressives.
Yup. MAGAs are just as American as any other American. If they really want to deal with this, just whinging like elected Democrats isn’t gonna help. They’ve got to actually organize in meatspace.
No, this is a very old joke that uses the fact the command has “fr” in it to trick people about what the command does. Joking aside, here’s what the command actually does:
rm
is the command to delete files and folders
-f
is the force modifier. This means it’ll keep going even if it encounters problems and just delete as much as it can
-r
is the recursive modifier. That means it’ll go down every folder it sees in the target and delete the contents as well, and delete the contents of folders of folders, etc.
/
is the target. This is the root of the filesystem. If you’re used to Windows, that’s like targeting C:
.
Put it all together, and this command basically deletes your whole filesystem. A safeguard was put in place a while back due to people meming about this and causing newbies to delete their whole system. Now it won’t work unless you put in --no-preserve-root
, which tells rm
that yes, you really mean it, please delete my whole system.
/*
as the target works around that safeguard, because technically deleting everything in root is not the same as deleting root itself.
And to avoid annoying error messages about preserving the root of the language, add a *
at the end. Final command should look like this:
sudo rm -fr /*
You just make an account on a smaller instance (easiest way to find them is at the bottom of the page here), and subscribe to all the communities you want from lemmy.world and others to start pulling them in.
Then proceed to shitpost as normal.
EDIT: Alternatively, go here, switch the “Software” option to Lemmy at the top, and look for a server geographically close to you.
If you’re interested, the short version is that instances (A.K.A servers) are run by different people in different places. A reason to move instances might be:
My admin, the owner of the instance, has been doing things I heavily disagree with (bans, blocks, etc)
I don’t agree with the rules on my instance.
The instance is run in a country which criminalizes something that I care about, and so has to ban discussion of that thing (piracy, porn, etc).
I want to run a community on a specific instance for whatever reason, and so need an account there