background preloader

Raspberry Pi

Facebook Twitter

How to Turn a Raspberry Pi into a Low-Power Network Storage Device. Mix together one Raspberry Pi and a sprinkle of cheap external hard drives and you have the recipe for an ultra-low-power and always-on network storage device. Read on as we show you how to set up your own Pi-based NAS. Why Do I Want to Do This? The benefit of having an always-on network storage device is that it’s extremely convenient to have your data (or backup destination) always accessible to the computers both inside and outside your network.

The downside, in most instances, is that you’re consuming a fair amount of power for the convenience. Our office server, for example, runs 24/7 and consumes almost $200 worth of power a year. We’ll be the first to grant you that a full fledged server is going to have more storage space and the capability to do more work (such as transcoding a multi-terabyte video collection in a reasonable span of time). What Do I Need? In addition to the gear you’ll need from the Getting Started with Raspberry Pi tutorial, you’ll only the following hardware: or. Lifehacker. MagicMirror² DIY Raspberry Pi Torrentbox: Quickly Turn your Raspberry Pi into a Always-on TorrentBox.

Downloading and seeding Torrents from the computer or any other dedicated server consumes a very fair amount of energy, if you are seeding it 24x7. And it’s also not justified to put the laptop on all the time to just download the Torrent. So here our Pocket sized computer comes into picture: Raspberry Pi. It is a perfect choice for Torrent box as it consumes very little amount of power and can be remained on for long time. So you can have a cheap Torrent Box running all the time in a negligible running cost, downloading torrents for you.

You can also run some other programs which require Raspberry Pi to be on for long time, like you can use it as Motion capture surveillance camera and can download the torrent at the same time. So let’s start! There are mainly two most popular solutions for downloading Torrents in Linux System (Raspberry Pi): Transmission and Deluge. Transmission vs Deluge: Converting Raspberry Pi into a TorrentBox in Few Minutes: sudo apt-get update sudo apt-get upgrade. Petrockblog/OwncloudPie. WtsxDev/Raspberry-Pi: Raspberry Pi A to Z List. Thibmaek/awesome-raspberry-pi: A curated list of awesome Raspberry Pi tools, projects, images and resources. Raspberrypi/documentation. The Top 10 Raspberry Pi Blogs - Raspberry Pi Blog. Do you love the Raspberry Pi as much as I do? Ever since I first heard of it I’ve been trying to keep up on all the latest happenings with this device.

Here is a list of great blogs and other places to get Raspberry Pi content. Update: If you want to learn more about the Raspberry Pi, I have just released a new course on Udemy, Hands on Internet of Things with the Raspberry Pi - Over 5000 students have signed up to learn how to master the Raspberry Pi! The Top 10 Raspberry Pi Blogs Other Raspberry Pi Sites These are the blogs I try to keep up with frequently, but there are other great Raspberry Pi sites that are worth a mention as well: Summary This is a list of my daily reads for Raspberry Pi information. My New Course: Hands on Internet of Things with the Raspberry Pi I have just released my new course titled ”Hands on Internet of Things” which is intended to be a course for people who want to get started with IoT.

Raspberry Pi Owncloud (dropbox clone) Now we have download the software we need to configor it. First off we need to install PHP apc $ sudo pecl install apc After that is done we need to create the apc.ini $ sudo nano /etc/php5/cgi/conf.d/apc.ini In to that file we need to add the following extension=apc.so apc.enabled=1 apc.shm_size=30 Once added the file needs saving Next up we have to change the PHP.ini to change the max upload file so we can add large file and add the APC externsion to PHP $ sudo nano /etc/php5/apache2/php.ini In this file we need to find upload_max_filesize and then change the value to 1024M which will allow files of upto 1GB to be uploaded The we need to find post_max_size and then chaged the value to 1200m which will allow files to upto 1 gb to be uploaded We need to find externsion= section and add in the extension=apc.so After we have done that save and exit next up we need to config apache and enable SSL $ sudo nano /etc/apache2/sites-enabled/000-default Next up we need to setup SSL $ sudo service apache2 restart.

Tutorial: How to Set Up a Raspberry Pi Web Server - source Blog. People are doing a lot of cool things with the Raspberry Pi. One of the first things I thought to do was to see if I could make a Raspberry Pi web server. Being a web developer and overall geek I figured it might be kind of fun to do, and as I found out it’s really easy. My New Course: Hands on Internet of Things with the Raspberry Pi I have just released my new course titled ”Hands on Internet of Things” which is intended to be a course for people who want to get started with IoT.

I’ll take you through blinking lights and reading sensors to creating YOUR own IoT endpoint and dashboard. Like my IoT projects? Getting Started Setting up a Web Server on this device really isn’t much different from any other Linux machine, but there are a couple things you’ll want to do in order to get it working right. The first thing you want to do is get the Raspian Wheezy Image from here. The Raspberry Pi has a “memory_split” option that divides the memory between the CPU and GPU (Graphics). Install MySQL: Lifehacker. Hackmypi. By MWAGNER Posted on March 3, 2017 at 11:30 PM Home NAS storage with the Raspberry Pi NAS stands for Network Attached Storage. A method for making a hard drive accessible to anyone over a local network, for storage, backups, etc. Most common in the business sector, NAS allows for a common place for all backups to be sent, work to be stored by employees, or common files everyone needs to access to be saved.

Most can be programmed to store data in a RAID 1 array, or data mirroring. At the heart of a NAS system, there is just a computer. Now, the difference between a NAS and a cloud are a little more obvious than you may think. One other thing to note, before we get too far into this, is file formatting. Step 1: Connect a drive to one of the pi's USB ports. Step 2: For this guide you will need a terminal window. Step 3: Step 4: Identify path through fdisk Linux by default does not make any newly attached storage device accessible.

Step 5: Step 6: Step 7: Step 8: Step 9: Step 10: Step 11: Step 12: Raspberry Pi Print Server: Setup a Network Printer. In this tutorial, I will be going through the steps on how to set up a Raspberry Pi Print Server. The process of getting the software installed is pretty simple, but configuring it and getting a Windows network to find the print server is a bit more of an involved process. Setting up a print server is a simple way of bringing your regular USB printer to more modern standards without you having to shell out hundreds of dollars. The software allows you to move the printer to wherever you want and have it accessible by multiple computers rather than having it connected straight into a single computer. It’s also a great way to share a printer without needing a costly tower computer running all the time. To make this all work, we will be making use of a piece of software called CUPS.

Basically it is the software that communicates with your printer and gets it to print files correctly. Equipment List Below are the pieces of equipment that you will need for this Raspberry Pi print server tutorial.