Face Detection Homepage: Facial recognition and finding Raspberry Pi web server - Home Jacob Salmela – #!/bin/bash Vero: true TV Meltwater's Raspberry Pi Hardware | Raspberry Pi Educational Hardware Kits Raspberry Pi Temperature Logger In this article I'm going to describe how I used a Raspberry Pi to build an SQLite based temperature logging system with a web UI. Follow this link to see the completed Raspberry Pi temperature logger with web UI. You can download the code for this project from Github: There's a button to download the project as a zip file at the bottom of the right hand column. The temperature logger consists of two parts: a script called monitor.py to measure the temperature at 15 minute intervals, and a script called webgui.py that displays temperatures in a web page. The other script, webgui.py, executes when it is requested by the Apache web server. Set up the SQLite database The first thing to do is set up a database. sudo apt-get install sqlite3 Then at a terminal type this command to enter the SQLite shell: $ sqlite3 templog.db In the SQLite shell I entered these commands to create a table called temps: The Apache daemon has its own user name, www-data.
PiFace – Raspberry Pi Interface Share your Raspberry Pi's files and folders across a network You can share your Raspberry Pi's files and folders across a network using a piece of software called Samba, a Linux implementation of the Server Message Block protocol. You'll need to install this software: $ sudo apt-get install samba samba-common-bin Samba contains the SMB protocol, support for the Windows naming service (WINS), and support for joining Windows workgroups. A workgroup is a group of computers on a local network that can access eachother's folders. $ sudo leafpad /etc/samba/smb.conf & Find the entries for workgroup and wins support, and set them up as follows: workgroup = your_workgroup_name wins support = yes The name of the workgroup can be anything you want, as long as it only contains alphabetical characters, and it matches the name of the workgroup that you want to join. You also need to add the following section of code to smb.conf: [pihome] comment= Pi Home path=/home/pi browseable=Yes writeable=Yes only guest=no create mask=0777 directory mask=0777 public=no
The Sensational Raspberry Pi 3 Featuring Incredible PBX GUI with Raspbian 8 Jessie – nerd vittles Hard to believe it’s been four years since the introduction of the original Raspberry Pi®. Over eight million RasPi’s have been shipped. To celebrate its fourth birthday, Eben Upton has done it again. Meet the sensational Raspberry Pi 3 sporting a 1.2GHz 64-bit quad-core ARM Cortex-A53 CPU with ten times the performance of the original Raspberry Pi. Raspberry Pi 3 Performance. Raspberry Pi 3 Shopping List. $35* Raspberry Pi 3 from MCM or Newark or Amazon$10 Power Adapter (2.5 amps minimum!) About That Asterisk. Incredible PBX Feature Set. 10-Layer Network Security Model. No single network security system can protect you against zero-day vulnerabilities that no one has ever seen. Do your part and do your homework. Incredible PBX provides: Installation Tutorial. Configuring Trunks with Incredible PBX We’ve done most of the prep work for you with Incredible PBX. Configuring a Softphone for Incredible PBX We’re in the home stretch now. We recommend YateClient which is free. 1. 2. 3. 4. 5. 6.