SQLite is an embedded relational database management system is contained in a small C programming library and is an integral part of client-based applications. SQLite uses a dynamic SQL syntax and performs multitasking to do reads and writes at the same time. The reads and writes are done directly to ordinary […]
Raspberry Pi
this blog shows a small & simple procedure about Writing CGI scripts in Raspberry Pi. This tutorial assumes that you have installed Apache2. You can do this by opening a terminal and typing sudo apt-get install apache2 Serving static HTML files is limited, and not interactive. Scripting makes web sites […]
This blog discuss about the publishing HTML page in Raspberry Pi. A web page should start with a doctype declaration tells browsers that the page is HTML. In the latest HTML standard, HTML5, the doctype is declared like this: <!DOCTYPE html> The rest of the document should be wrapped in […]
In this blog, lets about the sharing files & folders of Raspberry Pi with installation & configuration of Samba Server. Raspberry Pi’s files and folders can be shared across a network using a piece of software called Samba, a Linux implementation of the Server Message Block protocol. You’ll need to […]
This post is about the Raspberry Pi2 setup for beginners for the Newbies. The RRaspberry Pi2 new Broadcom BCM2836 system-on-chip, which handles the Pi’s video, audio and processing, among other things, has also had a speed bump to 900MHz. The Pi is otherwise unchanged from the B+ model; you still get […]
this post is all about the Arduino Shield (Add on) -RaspberryPi interfacing .This interfacing makes the use of Raspberry Pi too good, thereby facilitating the use of all Arduino shields with Raspberry Pi. Shields are modules that can be fitted to the Arduino platform, allowing one to add functionalities or increase […]