Markdown parse test
TEST
TEST
#define MAX(a, b) ((a) > (b) ? (a) : (b)) #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define ABS(x) ((x) < 0 ? -(x) : (x)) #define IS_POWER_OF_TWO(num) ((num) > 0 && ((num) &...
Setup Details 3x 11th gen i5 NUC Laptop for critical workloads that require power backup ARM based Jetson and Raspberry Pi Platform for Wireless experiments. Node-Red for Monitoring and...
Basic WPA sup # Basic wpa_supplicant country=us update_config=1 ctrl_interface=/var/run/wpa_supplicant network={ scan_ssid=1 ssid="MyNetworkSSID" psk="Pa55w0rd1234" } WPA3R3 ONLY STA #WPA3...
Basic WPA sup # Basic wpa_supplicant country=us update_config=1 ctrl_interface=/var/run/wpa_supplicant network={ scan_ssid=1 ssid="MyNetworkSSID" psk="Pa55w0rd1234" } WPA3R3 ONLY STA #WPA3...
# New server setup sudo apt-get update sudo apt-get install openssh-server -y # Configure SSH options sudo sed -i 's/#ClientAliveInterval 0/ClientAliveInterval 600/' /etc/ssh/sshd_config sudo sed ...
Cheats Get rid of beacons, probe requests and probe respons && (!(wlan.fc.type_subtype == 4 || wlan.fc.type_subtype == 5 || wlan.fc.type_subtype == 8 )) Display only connection/d...
Tmux Tmux is a terminal multiplexer that allows users to switch between several programs in one terminal window. It also enables users to detach from a session and continue working on it later. Tm...
My handy-dandy networking cheat sheet. Whether you’re a beginner or an experienced network administrator, this cheat sheet provides essential information on IP addressing, subnetting, protocols, an...
Whether you’re a beginner or an experienced network administrator, this cheat sheet provides essential information on IP addressing, subnetting, protocols, and more. IP Rang...