If it doesn’t run on Linux because of intrusive anti-cheats you probably shouldn’t install it anyway.
If it doesn’t run on Linux because of intrusive anti-cheats you probably shouldn’t install it anyway.
Linux represents those that are free
Yep, but the second best time would be now.
I quit before virtue signalling was a term that people used to describe things they don’t like. I wonder what he would have called it back around 2012?
Got a few demijohns filled in my loft with experiments.
1: Sourdough starter brew, nothing fancy just a test for what brewing with sourdough starter as a yeast source might be like. 2: Inverted sugar, see if inverted sugar makes much difference 3: Honestly forgot what went into this one, it looks more active than the others though. It has some bits of fruit floating in it. Really should write this stuff down next time.
Finally while not exactly brewing, I have a large bag of sloe berries that I really want to infuse with gin at some point, but need to get enough gin. Probably fill a demijohn with it because I have them so may as well.
That is pretty much my experience when I have to use a windows machine at work. Sorry, the powershell command is how long? Just got this from ChatGPT, no idea if it works and I am not booting windows to test it.
Bash: grep -iRl “test”
Powershell: Get-ChildItem -Recurse | Select-String -Pattern “test” -CaseSensitive:$false | Select-Object -ExpandProperty Path -Unique