All Projects → whizzzkid → Linux-System-Info-Webpage

whizzzkid / Linux-System-Info-Webpage

Licence: MIT license
Material Design Dashboard for Linux System Info. Great for RPi and other linux Distros

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Linux-System-Info-Webpage

Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (+173.68%)
Mutual labels:  rpi, raspberrypi, raspberry-pi-3
Gassistpi
Google Assistant for Single Board Computers
Stars: ✭ 911 (+4694.74%)
Mutual labels:  rpi, raspberrypi, raspberry-pi-3
Rpi gpio
Ruby conversion of RPi.GPIO Python module
Stars: ✭ 185 (+873.68%)
Mutual labels:  rpi, raspberrypi, raspberry-pi-3
Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+3889.47%)
Mutual labels:  rpi, raspberrypi, raspberry-pi-3
Opencv 3.2.0 Compiling On Raspberry Pi
Download, Compile, Build, and Install OpenCV 3.2.0 with Extra Modules on RPI running Jessie
Stars: ✭ 65 (+242.11%)
Mutual labels:  rpi, raspberry-pi-3
Openvoiceos
OpenVoiceOS is a minimalistic linux OS bringing the open source voice assistant Mycroft A.I. to embbeded, low-spec headless and/or small (touch)screen devices.
Stars: ✭ 64 (+236.84%)
Mutual labels:  rpi, raspberry-pi-3
Crankshaft
Crankshaft: A turnkey GNU/Linux solution that transforms a Raspberry Pi to an Android Auto head unit.
Stars: ✭ 1,703 (+8863.16%)
Mutual labels:  rpi, raspberrypi
Cattlepi
effortlessly boot, configure, update and monitor your raspberry pi ☁️
Stars: ✭ 250 (+1215.79%)
Mutual labels:  rpi, raspberrypi
Gumcp
Web Control Panel for Raspberry Pi
Stars: ✭ 124 (+552.63%)
Mutual labels:  rpi, raspberrypi
EEGwithRaspberryPI
Open-Source board for converting RaspberryPI to Brain-computer interface
Stars: ✭ 402 (+2015.79%)
Mutual labels:  raspberrypi, raspberry-pi-3
yamete
Yamete - Hentai downloader in PHP CLI - Easy site downloader PHP system
Stars: ✭ 63 (+231.58%)
Mutual labels:  raspberrypi, raspberry-pi-3
RPi-TELEBOT
Python based Telegram bot to monitor and control the raspberry pi
Stars: ✭ 19 (+0%)
Mutual labels:  raspberrypi, raspberry-pi-3
PiHueEntertainment
An application that can handle the Hue Entertainment Areas on a Raspberry Pi
Stars: ✭ 28 (+47.37%)
Mutual labels:  raspberrypi, raspberry-pi-3
wor-flasher
Legal utility that runs on RPiOS to flash another SD card with Windows 10/11
Stars: ✭ 451 (+2273.68%)
Mutual labels:  raspberrypi, raspberry-pi-3
Rpi Can Logger
Project to log CAN bus data from a PiCAN2 and a GPS module
Stars: ✭ 68 (+257.89%)
Mutual labels:  rpi, raspberry-pi-3
Rpi Battery Monitor
Monitor battery voltage from a Raspberry Pi
Stars: ✭ 51 (+168.42%)
Mutual labels:  rpi, raspberry-pi-3
PiBeacon
Low-cost iBeacon using Raspberry Pi
Stars: ✭ 41 (+115.79%)
Mutual labels:  rpi, raspberrypi
Wifi Connect
Easy WiFi setup for Linux devices from your mobile phone or laptop
Stars: ✭ 883 (+4547.37%)
Mutual labels:  rpi, raspberrypi
ControlBlockService2
This is the driver for the ControlBlock re.v 2.X, a power switch and input/output/gameapd gadget for the Raspberry Pi
Stars: ✭ 18 (-5.26%)
Mutual labels:  rpi, raspberrypi
SmartMirror
Raspberrry Pi powered smart mirror inspired by HackerHouseYT Smart Mirror project
Stars: ✭ 16 (-15.79%)
Mutual labels:  raspberrypi, raspberry-pi-3

RPi-System-Info-Script

This script is inspired from https://gist.github.com/jvhaarst/4388108/ and uses MDL and Google Charts.

Why

The original script renders a boring page with no beauty. What's more beautiful than material design. This script can be used on any linux based distro, but I am using this for my RPi Print Server which I set up here.

#Screenshots Dashboard

Sys Info

Installation

#apt-get install -y libapache2-mod-php5 lsb-release lsscsi git -y
# cd /var/www/html
# wget https://raw.githubusercontent.com/whizzzkid/RPi-System-Info-Script/master/index.php

Done!

Features

  • Completely rewritten with performance in mind.
  • Less processing on server side (we’re running this on Pi) more processing to the user.
  • Complete Material Design Compliance.
  • Google Charts :-)
  • No dependency.
  • Responsive Design.

License: MIT

Blog Post: https://nishantarora.in/adding-front-end-to-your-raspberry-pi-server.naml

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].