slide

Raspberry IP Based camera – Motion

1. Get the software ready Ok so I am going to assume that you have a working PI on some kind of LAN with internet access, the next step as always is to update your PI ensuring you have the latest software and drivers installed.   1 2 sudo apt-get…

slide

Python, CGI and lighttpd

Here is step-by-step instruction on how to configure your web server for python CGI web application: 1. sudo lighty-enable-mod cgi 2. sudo nano /etc/lighttpd/conf-enabled/10-cgi.conf   # /usr/share/doc/lighttpd/cgi.txt server.modules += ( “mod_cgi” ) $HTTP[“url”] =~ “^/cgi-bin/” {         cgi.assign = ( “.py” => “/usr/python” ) } ## Warning this represents a…

slide

Raspberry Wifi – Static IP on Wireless LAN with WPA Supplicant

Ever wondered how to set up a static IP on your Raspberry Pi connected via Wireless LAN? 1. Check your current IP and check the current Wifi setup. By default IP is given by DHCP server in your router. sudo ifconfig 2. Edit your network interfaces file sudo nano /etc/network/interfaces…

What is Raspberry Pi

The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it…

slide

Which Desktop? – The Best Linux Desktop Environment in 2013

Linux comes with many flavours, variants and look & feel. When it comes to choosing desktop session, one can consider several factors. Modern Linux Distros (2010 and above) comes with a nice desktop environment by default: Ubuntu with Unity, Mint with Cinnamon, OpenSuse with KDE and so on. Few factors…

« Previous PageNext Page »