ArchBTW
I don’t trust that fish
- 0 Posts
- 11 Comments
I think trolling, AI isnt good at text. You ever see a shirt for sale with like a dumpster fire of a sentence on it? Decent example of AI generators when it comes to words. Usually there being actual words inside of images and coherent at that I take as a sign of being made by a human.
ArchBTW@ani.socialto
Anime@ani.social•From Old Country Bumpkin to Master Swordsman • Katainaka no Ossan, Kensei ni Naru - Episode 2 discussionEnglish
1·2 months agoAnd the blacksmith
If you’re not compiling your own kernel are you really running Arch?
ArchBTW@ani.socialto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Can i make offline dvd installers for pirated games?English
4·4 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 started building my own kernel day 1 because I’m a techno masochist.
I play with distro’s on task specific PC’s but with my main rig I stick with my distro.


I love that TempleOS is on here