Kernel

MacOS - Kernel Extensions

see: https://nektony.com/how-to/remove-kext-on-mac System Extensions > ll /System/Library/Extensions/ |head total 0 drwxr-xr-x@ 3 root wheel 96 May 13 00:29 AFKACIPCKext.kext drwxr-xr-x@ 3 root wheel 96 May 13 00:29 AFTK_Kext.kext drwxr-xr-x@ 3 root wheel 96 May 13 00:29 AGXFirmwareKextG13GRTBuddy.kext drwxr-xr-x@ 3 root wheel 96 May 13 00:29 AGXFirmwareKextG13XRTBuddy.kext drwxr-xr-x@ 3 root wheel 96 May 13 00:29 AGXFirmwareKextG14GRTBuddy.kext drwxr-xr-x@ 3 root wheel 96 May 13 00:29 AGXFirmwareKextG14PRTBuddy.kext drwxr-xr-x@ 3 root wheel 96 May 13 00:29 AGXFirmwareKextG14XRTBuddy.

Puffy Spezial

Tips, Trick, Notes and Snippets around OpenBSD Adding Static Default GW man route route add -inet default 192.168.1.1 route add -inet6 default 2001:db8:efef::1 Use Puffy as Jumphost Redirect incomming Traffic from a certain Source and also NAT the Outgoing Traffic so we remain in the “Line” ;) # Apply SNAT for outgoing Traffic match out log on em0 inet from !(egress) to IP_OF_TARGET_HOST nat-to (egress) # Forward Port 22 to another (hidden) Host via DNAT pass in log quick on egress inet proto tcp from SRC_IP_OF_HOST to egress port 22 rdr-to IP_OF_TARGET_HOST port 22 pass in log quick on egress inet proto tcp from SRC_NET/MASK to egress port 22 rdr-to IP_OF_TARGET_HOST port 22 Debug OpenSMTPD doas rcctl stop smtpd doas smtpd -dv -Tall tty0 to fb0 on ARM you may need to redirect tty0 on arm64 boxes