Cat hair, dog hair and crumbs.
ArchBTW
I don’t trust that fish
- 0 Posts
- 7 Comments
ArchBTW@ani.socialto
A Boring Dystopia@lemmy.world•Meta patents AI that takes over a dead person’s account to keep posting and chatting - Dexerto
1·4 months agoYo that’s fucked! Like fucked fucked bad man.
ArchBTW@ani.socialto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Can i make offline dvd installers for pirated games?English
3·5 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
Kegel exercise helps with that.
“If there are big boobs to be found I will find them no matter what” -Ranta from Grimgar
I watched anime at home. kissed my wife at midnight, then took my meds and went to sleep.


The “Any day now” just keeps holding hopeium and copeium. They dont have to deliver if any day is a phrase that keeps people putting off switching.
Side note to any power users that are planning on making the switch that I wish I knew back when I switched. (Types that really want a system thats theirs and dig in) don’t start out with a “user friendly distro” go straight to a main bloodline distro like Arch or Debian. Chances are you’ll end up on one anyway and it’ll save you time distro hopping.