ArchBTW
I don’t trust that fish
- 0 Posts
- 5 Comments
ArchBTW@ani.socialtoMicroblog Memes@lemmy.world•That's nice that they got a rejection letter though instead of being ghostedEnglish
6·2 months agoI personally think a horrible employer is worse than homelessness. I actually spent less time hungry what time I didn’t have a place and always had the shelter at night before getting back on my feet.
Shitty job; I woke up nauseous every morning. Always had this sort of dread. A general depression from the abuse and general humiliation of the workplace. We really know how to grind the average white collar to ash and dump them in the garbage when they get older.
ArchBTW@ani.socialto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Can i make offline dvd installers for pirated games?English
4·2 months agoYou can just use a USB. Cloning your directories and copying them over is how backups work. Copying the files over as they belong accomplishes installing the game.
Cloning on Linux
Use the rsync command in Bash to clone directories.
- Open Terminal
- Command:
rsync -avh /path/to/source/ /path/to/destination/
Replace /path/to/source/ with the path of your game directory. Replace /path/to/destination/ with the path to where you want to clone the directory.
On Windows
You can use PowerShell
- Right click PowerShell; run as admin
- command:
Copy-Item -Path “C:\path\to\source*” -Destination "C:\path\to\destination" -Recurse
Replace C:\path\to\source\ with the path of your game directory. Replace C:\path\to\destination\ with the path for where you want to put the files. Probably the USB
I’d say Win11 is a joke but its more like a slap in the face.
And a joke…Its still a joke…


OS Dev won’t be the problem. Its bull shit laws thats forced upon them in order to keep the project alive. No one wants to be the dude that has to keep up with securing the new literal front door on a distro. This shit is a security nightmare. Devs ain’t the top of this food chain the distro’s shut down and we have what? TempleOS?