

intel macbook air works good for me, with debian and xfce
intel macbook air works good for me, with debian and xfce
should say, “we create the poor”
theyre whatever, they have their place in my system, but inprefer installing debs from the repo
“welcome to costco, i love you”
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…
i instinctively read that as: “meet the new right wing feces in the White House…”
but can you run excel on linux :(
what a time to be alive
not all hero’s wear capes
same, and make sure fast boot or whatever fast start up is disabled in windows
commute and work deliveries on a 90’s hardrock that i pulled out of the trash.
thanks i didnt know this. i kinda got the cibes that this was the case, but had never heard of that until now. not something they taught us in school. im not necessarily “younger” but i was very disconnected for a long time between no phone, couch surfing punk houses, hobo life, then just living in rural New Mexico until like 7 years ago.
power to the players
is there a textbook that people like trump read and act accordingly. because its almost as if there is a guide book on being a self absorbed fascist tyrant baby
you can use a 24t, but the 40t can do more accurate finer rips and lasts a bit longer in my experience, and it can handle hardwoods better, and reduces splintering etc when ripping plywood. if doing cabinets maybe go up on teeth even more, but then youre pushing the balance of cost and performance.
if we keep conflicts going, we create longterm business partners. war is good business for those with no moral fiber.
its true if you zoom out 6mo to a year+ …most of these tech stocks etc are still way up. but panic in the market make “dumb money” sell. smart money buy cheap…
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.