Wazuh Dashboard + Nginx Proxy ManagerServer Wazuh Dashboard via docker behind NGINX Proxy Manager Set up a docker network. Change the subnet to whatever you want. docker network create \ --driver=bridge \ --subnet=10.0.1.0/24 \ --gateway=10.0.1.1 \ wazuh_npm Clone and e...Jul 24, 2024·1 min read
Flash Tasmota firmware to a Sonoff S31 Smart Monitoring Outlet using an Arduino NanoSep 10, 2023·2 min read
Hacking Xbox controllerChips to remove: U4 - TCA6416RTWR - (the only large ic on the power board) This chip handles IO Expansion for all the buttons. Test points to tap: // ON THE POWER BOARD 13 - 5v from the USB 19 - LB 20 - RB 21 - A 22 - X 23 - Y 28 - LED through Q3 39 ...Apr 9, 2023·1 min read
Arch, QEMU, and Virt-Managersudo pacman -Syu sudo pacman -S qemu virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat libguestfs I chose these providers for qemu and virtiofsd yay virt-bootstrap sudo systemctl enable libvirtd sudo systemctl start libvirtd sud...Mar 27, 2023·1 min read
Start mariadb in recovery mode - Unraid: official docker containermysql recovery mode ssh into unraid cd /mnt/user/appdata/mariadb-official/config nano my.cnf paste in [mysqld] innodb_force_recovery=1 exit chmod 0444 my.cnf restart the docker container. Fix whatever broke specifically, I broke a table in my nex...Mar 18, 2023·1 min read
Raspberry Pi Pico & Code-OSS on Archlinux - A Comprehensive GuideI got really annoyed trying to figure out how to use the pico with vscode on arch, and I'm sure others are as well. Here's everything I did to get it working. I'll definitely forget all this so it def needed to be written down. System Packages sudo p...Mar 5, 2023·3 min read
Linux - Arduino udev rulessudo nano /etc/udev/rules.d/52-arduino.rules paste in the following SUBSYSTEMS=="usb",KERNEL=="ttyACM*",ATTRS{idVendor}=="16c0",ATTRS{idProduct}=="0483",SYMLINK+="USBIO%n",GROUP="dialout",MODE="0666" #Arduino Uno Auto Tool Changer #SUBSYSTEMS=="usb"...Mar 4, 2023·1 min read
Solidworks Standalone in a VMVirtualbox Solidworks with education licenses doesn't like VirtualBox. I get the error using a standalone license for solidworks is not supported in this virtual environment. Since I exclusively run Arch as my daily driver, this is a bummer. Turns ou...Feb 25, 2023·2 min read