Recent Activity












naruzkurai
User for 2 years
Created Content
Recently Created Pages View All
Installer Demon Template
#!/bin/bash set -euo pipefail # CONFIG MEDIA_BASE="/media" USB_LABEL="recharjme" ...
restart chromium demon
#!/bin/bash set -euo pipefail # CONFIGURATION APP_URL="http://localhost:8080" INACTIVITY_MI...
ubuntu kiosk with phidgethub using touch screen
#!/bin/bash set -eu # Enable pipefail if supported if set -o | grep -q pipefail; then s...