Advanced Search
Search Results
989 total results found
Sensitive Data Exposure
All of the front end components we covered are interacted with on the client-side. Therefore, if they are attacked, they do not pose a direct threat to the core back end of the web application and usually will not lead to permanent damage. However, as these co...
mjn: yara's last child
usefull windows hotkeys
Quick Rename f2 while renaming to go to next file without needing to click f2 again tab
links
apt install libusb-1.0-0-dev apt install -y curl curl -fsSL https://www.phidgets.com/downloads/setup_linux | bash - apt install -y libphidget22 libphidget22extra phidget22networkserver phidget22admin phidget22wwwjs apt install -y python3 npm nodejs net...
week 3 [Gen 9] Draft replay: echomaestro vs. Forgepure2008
RoseGarden RxP / R old succubus avi only pictures
ubuntu kiosk with phidgethub using touch screen
#!/bin/bash set -eu # Enable pipefail if supported if set -o | grep -q pipefail; then set -o pipefail fi # Function definitions for each section section_1() { #read "Press [Enter] key to continue... stopping screen blanking (best effort for...
restart chromium demon
#!/bin/bash set -euo pipefail # CONFIGURATION APP_URL="http://localhost:8080" INACTIVITY_MINUTES=10 CHROMIUM_BIN="/usr/bin/chromium-browser" WATCHDOG_SCRIPT="/usr/bin/chromium-idle-restart.sh" SERVICE_FILE="/etc/systemd/system/chromium-idle-restart.se...
Installer Demon Template
#!/bin/bash set -euo pipefail # CONFIG MEDIA_BASE="/media" USB_LABEL="recharjme" MONITOR_BIN="/usr/bin/NZK_System_Updater.sh" SERVICE_FILE="/etc/systemd/system/NZK_System_Updater.service" echo "=== Installing USB Update Monitor...
Rose Garden RxP R pics
Rose Garden RxP+friends pics
RxP
Plato info
Link to CV
Plato Northup Ethical Hacker & Robotics Mentor Primary Address: Lasalle, QC, Canada, Secondary Address: Sherbrooke, QC Phone: +1 (438) 526-4003 Email: plato.northup@gmail.com LinkedIn: https://www.linkedin.com/in/plato-northup/ GitHub: https://github...
yes
nzk-install
#!/bin/bash # Script to install an AppImage to /nzk/appImages and add it to the application menu # update nzk-install with nkz-install --update APPIMAGE_PATH="" APP_NAME="" OVERRIDE=false UPDATE=false HELP=false HELPFILE=false HELPFILE_PATH="" SUDO...
nzk-help
#!/bin/bash # nzk-help: Display help for nzk-installed apps if [ $# -eq 0 ]; then echo "Usage: nzk-help <appname>" echo "Available apps with help files:" if [ -d /bin/nzk-apps/helpfiles ]; then ls /bin/nzk-apps/helpfiles else...