Skip to content

Instantly share code, notes, and snippets.

@ScottPhillips
Forked from petehamilton/README.md
Created January 25, 2017 02:51
Show Gist options
  • Save ScottPhillips/f0b207e2d8f52de1f33d83bd2cdd424d to your computer and use it in GitHub Desktop.
Save ScottPhillips/f0b207e2d8f52de1f33d83bd2cdd424d to your computer and use it in GitHub Desktop.
Set up a Raspberry Pi to load a web dashboard

Dashboards on Raspberry Pi

curl -L 'http://git.io/h1iuxQ' | sh
#!/usr/bin bash
PI_DASH_CONFIG_FILE="/etc/xdg/lxsession/LXDE/autostart"
PI_DASH_BOOT_FILE="/home/pi/dashboard_boot.sh"
sudo apt-get update && apt-get upgrade -y # Update the Pi
sudo apt-get install chromium # Get Chromium
sudo apt-get install x11-xserver-utils # Get x11 server utils
sudo apt-get install unclutter # Unclutter hides the mouse
sudo echo '@xset s off' >> $PI_DASH_CONFIG_FILE # Turn off screensaver
sudo echo '@xset -dpms' >> $PI_DASH_CONFIG_FILE # Turn off power saving
sudo echo '@xset s noblank' >> $PI_DASH_CONFIG_FILE # Disable screen blanking
sudo echo $PI_DASH_BOOT_FILE >> $PI_DASH_CONFIG_FILE # run script to load dashboard
echo '#!/usr/bin bash' > $PI_DASH_BOOT_FILE
echo 'chromium-browser --kiosk --new-window http://mydashboard.mysite.com/' >> $PI_DASH_BOOT_FILE
echo "Modify $PI_DASH_BOOT_FILE to change which webpage to load at boot"
@Castleapp102
Copy link

Castle APK is a feature-rich entertainment app that gives users access to a massive library of movies, TV shows, live sports, and international content—all for free. It supports HD and 4K streaming, subtitles, Chromecast, and includes a built-in media player for a smooth viewing experience. As an entertainment app designed with convenience in mind, it offers privacy-friendly features like no login requirements and minimal permissions. Castle APK is easy to use, regularly updated, and works seamlessly on Android devices, TVs, and emulators—making it a reliable all-in-one solution for enjoying content anywhere.

@Castleapp102
Copy link

PlayBusSimulator.info offers modded versions of bus simulation games like Bus Simulator Ultimate and Bus Simulator Indonesia. These mods provide features such as unlimited money, unlocked vehicles, and ad-free gameplay.

@Castleapp102
Copy link

91clubapkk.org offers the 91 Club APK, an unofficial gaming app featuring color prediction, slots, casino games, and sports betting. It promotes easy setup, a welcome bonus, UPI support, and referral rewards.

@Castleapp102
Copy link

Waplusorignal.com provides the original WhatsApp Plus APK (e.g., Blue version v18.x), offering advanced features like customizable themes, enhanced privacy settings (hide last seen, blue ticks), larger file sharing, anti-ban protection, and multiple account support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment