background preloader

Raspberry Pi

Facebook Twitter

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.

Raspberry Pi VPN Server - Brad Wells. You have a raspberry pi— a low-power always-on computer.

Raspberry Pi VPN Server - Brad Wells

Why not use it as a VPN server for tunneling your internet through when travelling? This could, for example, help you ensure a secure browsing experience when you’re on a sketchy public wifi network. Or perhaps you’re considering moving to another country for a couple months. Just find a friend or family member who is willing to let you mooch off their internet from time to time, and plug your Raspberry Pi into their network while you’re away. This will give you an American IP address for utilizing all those US only services while you’re abroad.

Don’t have a Raspberry Pi? Contents VPN Server Setup (Raspberry Pi) First, you’ll need a kernel with MPPE support. Sudo modprobe ppp-compress-18 If this works without any errors, your kernel should do the job. Sudo apt-get install pptpd Next, edit ‘/etc/pptpd.conf’ If you have started an X session, you can use a graphical text editor. R-Pi NAS. Back to RPi Guides.

R-Pi NAS

Raspberry Pi Network Attached Storage This project configures your Raspberry Pi to share files with any other computer on your local network. You can add a large hard disk to the RPi and use this to store your important files/photos/videos in a central location. The files on your RPi can be easily accessed from any type of computer which is connected to your network, for example a Windows PC, a Linux PC, A Mac, a smartphone, etc. In a classroom, each student can have access to a private area, and also a public area for sharing files. Warning: Make sure that you store your important files in more than one location.

Note: There are two major classes of Network Attached Storage Low-power NAS. This project does not require any coding or compilation. Creating a LAMP server (web server - Linux Apache Mysql PHP) on the Raspberry Pi - Linux tutorial from PenguinTutor. This provides details of how to configure a Raspberry Pi as a webserver.

Creating a LAMP server (web server - Linux Apache Mysql PHP) on the Raspberry Pi - Linux tutorial from PenguinTutor

This is similar to the guide to using Xubuntu as a LAMP webserver, but adds some of the things that need to be handled differently for the Raspberry Pi. It is termed a LAMP server which is one of the most common configuration for webservers which standard for: Linux – operating system Apache – webserver (http) software Mysql – database server PHP or Perl – programming languages This setup is probably overkill for most uses of the Raspberry Pi, but it is the setup that most users will be familiar with and is a good way to learn about setting up a webserver.

I’ll be looking at setting up a lightweight setup in future. All this configuration is done at the command line. Why use the Pi? Avoiding the geeking answer of “because I can” I think there are some good reasons for doing this. Learn Linux The main aim of this site is to teach Linux skills. Debian Linux Security passwd and follow the prompts for changing the password.