News

Every Raspberry Pi owner knows the diminutive device can do nearly anything tech-wise. From replacing your slow PC to improving your hangout space with mood lighting and more, a Raspberry Pi is a wise ...
One man decided that his Raspberry Pi would be better suited hosting content on the Internet and he’s managed 45k monthly views just fine. Ever a fan of networking and the Internet (so much that his ...
If you’re on the security side of things, you can arm your Raspberry Pi with Kali Linux and go ham on pen-testing and ethical ...
Mike Lopez has created a new piece of hardware that Raspberry Pi enthusiasts may be interested in called the Avocado Pi. The new piece of hardware has been specifically designed to provide a way of ...
If you need a quick web server running and you don't want to mess with setting up apache or something similar, then Python can help. Python comes with a simple builtin HTTP server. With the help of ...
This project is a great example of the Raspberry Pi’s ability to eclipse Arduino when it comes to interaction. [Fall Deaf] mentions that he used to use an Arduino board with an Ethernet shield to add ...
Want to set up your own web server for a landing page or portfolio, but don't feel like paying a monthly fee? Blogger Jeremy Morgan shows off how to set up a Raspberry Pi as a limited, but cheap web ...
There are lots of great #Raspberry Pi projects you can make. Add to the growing list using the small computer as an FTP server—a solar-powered one, no less. CNET has the instructions for setting up ...
Python web applications have long adhered to the Web Server Gateway Interface (WSGI) standard, which describes how they talk to web servers. WSGI, originally introduced in 2003 and updated in 2010, ...