Skip to content

Instantly share code, notes, and snippets.

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 }\""""'"
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
@NarmakTwo
NarmakTwo / color.py
Created December 18, 2023 20:37 — forked from minism/color.py
python terminal colors
# 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'