This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Kamran's Steamrip Source", | |
| "downloads": [ | |
| { | |
| "title": " 007 First Light Free Download ", | |
| "fileSize": "53.1 GB", | |
| "uris": [ | |
| "https://gofile.io/d/T4DCde", | |
| "https://bzzhr.to/of3b0cax2tj7" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| powershell -NoProfile -Command "Start-Process powershell -Verb RunAs -ArgumentList '-NoProfile -ExecutionPolicy Bypass -Command """"\"java.exe\",\"javaw.exe\" | %% { New-NetFirewallRule -DisplayName \"Allow Java %% Inbound\" -Direction Inbound -Action Allow -Program \"*\\%%\" -Profile Any; New-NetFirewallRule -DisplayName \"Allow Java %% Outbound\" -Direction Outbound -Action Allow -Program \"*\\%%\" -Profile Any }\""""'" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Compiling/installing the mesa virtio-venus-driver-(below done with new linux container) | |
| For: Chrome OS crostini-default debian container bookworm | |
| Best viewed in "raw" format | |
| In chrome browser type or paste | |
| chrome://flags |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Terminal color definitions | |
| class fg: | |
| BLACK = '\033[30m' | |
| RED = '\033[31m' | |
| GREEN = '\033[32m' | |
| YELLOW = '\033[33m' | |
| BLUE = '\033[34m' | |
| MAGENTA = '\033[35m' | |
| CYAN = '\033[36m' |