Harisfromcyber
Harisfromcyber@lemmy.ml
<p>Tinkerer. Website: <a href="https://harisqazi.com/">harisqazi.com</a>.</p>
Posts
-
Installing GOG Games via CLI
Hey all, I have been searching online for this question, but was not able to get a solid answer. Is there a way/playbook for installing proton (regular and GE), setting prefixes, installing the GOG game, all over CLI? The closest thing I found to this was maybe github.com/Open-Wine-Components/umu-launcher, which I saw mentioned in wiki.archlinux.org/title/Gaming#Game_launchers. This question is more of me trying to learn more about game configuration on Linux over command-line rather than...
-
rsync command for mirroring drives
I wanted a sanity check on my current rsync flags. Posts on Reddit seem to highlight the use of rsync -avz for most use cases, for some instances even for when someone asks for mirroring a drive: www.reddit.com/…/rsync_command_to_mirror_drive/. This has not worked for me for the following case: Drive #1: file1.txt file2.txt Drive #2: file1.txt file2.txt file3.txt With -avz, file3 on the destination would not be deleted. With experimenting, I ended up now using rsync -havziP --delete-...