Korhaka@sopuli.xyztosimpsonsshitposting@sh.itjust.works•Maybe a bit optimistic, but one can dreamEnglish
2·
1 hour agoIf 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?
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