

intel macbook air works good for me, with debian and xfce
intel macbook air works good for me, with debian and xfce
theyre whatever, they have their place in my system, but inprefer installing debs from the repo
fuck all these people. if you didnt know, ill fill you in…theyre all full of shit. fuck the republican party and the democratic party. this “my team is better than yours” bullshit is working exactly how its supposed to. literally to waste our time while they blow up brown kids and enslave the global south for corporate profit…
google gay
jokes on you, i was lookin for a job when i found this one.
and the mexicans are gonna pay for it!!!
equilibrium?
yeah food science creates a helluva drug. fat,salt,sugar dopamine addiction.
catastrophe is good for business. if the climate would do it instead they’ll save some money on bombs.
Technology? Like old growth forests and rainforests?! Like trees?
brutal
well i guess i’m designing a toilet paper roll…
“hey you wanna see the titanic? i made it myself!”
I agree it’s definitely counter productive to argue with brainwashed general public, especially outright saying your are communist, anarchist, Marxist…socialist, even leaning. Far right propaganda is so pervasive and mob mentality is real. The division has already been made and media pushes these reactionary divisions of the “left vs the right”. Choose a team and in-fight, meanwhile the loudest of the extremes in the general public are literally in the same class based on capitalist society’s standards. Basically petty bourgeoise. The other lepers mindlessly following suit are the working class… To me its more imperative to try to communicate with the latter because they live, eat and breathe, the modern feudal system from the bottom rung. But how do you start the conversation? To me, as a communist leaning anarchist, direct action leads to beginning the discussion. if you build it they will come. Once they’ve voluntarily stepped through the door, the conversation is more likely to be productive. Ie Food Not Bombs.
I was like 11 and had no idea wth i was doing. but i sure downloaded a lot of stuff from Limewire…“why the hell is the computer so slow all of a sudden?!”
i always just sudo apt install firefox
install KIO packages if tou do t have them dolphin needs these for network shares to behave like local files:
sudo apt install kio-fuse kio-extras ffmpegthumbs
then log out and log back in (or restart)
dolphin should mount network paths under
/run/user/your-uid/kio-fuse-somerandomshit
check it
if the path starts with /run/user/… you’re good. If it’s something like smb://, it’s not using fuse
gpt explainstion for education
What’s going on:
Your server has files. Dolphin can look at them, but it’s not actually pulling them down to your computer in a normal folder.
Because the files aren’t really on your computer, other programs can’t just “open” them — they don’t know how to talk to the server like Dolphin does.
How it should work: If you use FUSE (with kio-fuse), Dolphin secretly makes a fake local folder that pretends the server’s files are on your computer.
Now, when you double-click a file, your computer thinks it’s opening a local file — so any app can work with it.
Why Nemo works but Dolphin doesn’t Nemo automatically mounts network folders in that “pretend local folder” way.
Dolphin can do it too, but only if kio-fuse is installed and working.
Without it, Dolphin is basically just showing you a picture of the files instead of giving them to your apps.
The fix: Install the thing (kio-fuse) that makes the fake local folder.
Restart your session so Dolphin uses it.
Now Dolphin acts like Nemo — server files will just work everywhere.