Paper jams happen. That’s a fact of office life! Here are 10 tips to help reduce HOW OFTEN they happen. 1. Use older paper first. If it sits around, it may take on moisture, dry out too much, or get bumped causing curved corners. 2. Don’t open a ream ofContinue Reading

Kiosk bash script nano /home/pi/kiosk.sh #!/bin/bash xset s noblank xset s off xset -dpms unclutter -idle 0.5 -root & sed -i ‘s/”exited_cleanly”:false/”exited_cleanly”:true/’ /home/pi/.config/chromium/Default/Preferences sed -i ‘s/”exit_type”:”Crashed”/”exit_type”:”Normal”/’ /home/pi/.config/chromium/Default/Preferences /usr/bin/chromium-browser –noerrdialogs –disable-infobars –kiosk https://pimylifeup.com https://www.adafruit.com & while true; do xdotool keydown ctrl+Tab; xdotool keyup ctrl+Tab; sleep 10 done Service file sudo nanoContinue Reading

DHCP Reservation made in DHCP server showing up as “inactive” In order to get the reservations in the DHCP server to be shown as Active, the machines you’ve assigned reservations for need to use DHCP for ip address assignment (not static ip). It looks like you already tried that, butContinue Reading

How to set up Cloudready: Free home use version: https://www.neverware.com/freedownload Grab an 8 or 16GB, non-SanDisk USB drive, and plug it into your computer. – Windows device, go to Downloads > CloudReady USB Maker, and run the executable to create your USB Installer. – Mac or Chrome device, go toContinue Reading

Assembling the Kit – Case – Fan (a must for the 4B) Preparing the microSD card – It’s easy if it’s 32gb or under…more steps if over… – SD Card Formatter – gui format if the card is over 32gb. More info here Installing the operating system – 3 officialContinue Reading