Advanced Search
Search Results
964 total results found
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 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...