Update the device (kernel should be >= 6.1)
sudo apt update && sudo apt upgrade -yEnable USB Gadget and g_audio
echo "dtoverlay=dwc2" | sudo tee -a /boot/config.txt| XZ Backdoor symbol deobfuscation. Updated as i make progress |
| pid /run/nginx/nginx.pid; | |
| error_log stderr; | |
| daemon off; | |
| events { | |
| } | |
| http { | |
| proxy_cache_path /var/cache/nginx/immich_revprox keys_zone=immich_revprox:10m levels=1:2 use_temp_path=off inactive=1d max_size=1g; | |
| server { | |
| listen 0.0.0.0:443 ssl ; |
| (version 1) | |
| #Kicad 7 | |
| # 2-layer, 1oz copper | |
| (rule "Minimum Trace Width (outer layer)" | |
| (constraint track_width (min 5mil)) | |
| (layer outer) | |
| (condition "A.Type == 'track'")) | |
| (rule "Minimum Trace Spacing (outer layer)" |
This isn't a guide about locking down homebrew so that it can't touch the rest of your system security-wise.
This guide doesn't fix the inherent security issues of a package management system that will literally yell at you if you try to do something about "huh, maybe it's not great my executables are writeable by my account without requiring authorization first".
But it absolutely is a guide about shoving it into its own little corner so that you can take it or leave it as you see fit, instead of just letting the project do what it likes like completely taking over permissions and ownership of a directory that might be in use by other software on your Mac and stomping all over their contents.
By following this guide you will:
sudo to forcefully change permissions of some directory to be owned by your accountFrom the design document:
Generic functions, rather than generic types, can probably be compiled using an interface-based approach. That will optimize compile time, in that the package is only compiled once, but there will be some run-time cost.
Generic types may most naturally be compiled multiple times for each
| # OpenVPN Let's Encrypt first run config file | |
| #https://loige.co/using-lets-encrypt-and-certbot-to-automate-the-creation-of-certificates-for-openvpn/ | |
| cert-name= | |
| authenticator = standalone | |
| standalone-supported-challenges = tls-sni-01 | |
| non-interactive = True | |
| rsa-key-size = 4096 | |
| email = "user@server.com" | |
| domains = "vpn.server.com" |
| kubectl get pods | grep Evicted | awk '{print $1}' | xargs kubectl delete pod |