background preloader

RPI- Server

Facebook Twitter

Raspberry Pi: iptables (Security – Part II) : The Unwritten Words. Iptables The firewall configuration, especially if you’re a beginner in Linux, may seem tricky and difficult to understand.

Raspberry Pi: iptables (Security – Part II) : The Unwritten Words

But once you’ve grasped the basics of commands, you can write your own script instead of using ready ones, which not always may be correct for your needs. If any of the commands I’ve provided here work, iptables might not be installed on your system. Tunnel VNC over SSH - Hosted on Simon's Raspberry Pi. VNC is used to control your linux machine's GUI desktop remotely.

Tunnel VNC over SSH - Hosted on Simon's Raspberry Pi

It is possible to perform VNC over internet by forwarding port 5901 in your router. VNC does not use secure protocol. What this means is, vnc password is not transferred securely over internet. There is a work around for this. This process is called Tunneling VNC over SSH. Download putty.exe and type in the ip address of your linux server in the Host Name field leave the Port as it is (assusming ssh port is set as the default one in your server). On the left pane click and Expand Connections->SSH->Tunnels. Surfing in internet through an SSH Tunnel.

Web browsing via a secure shell (ssh) tunnel. The purpose of doing this is to be able to access certain web pages as if from another machine, e.g. to view certain departmental (or cam) only web pages.

Web browsing via a secure shell (ssh) tunnel

Other pages which are required to be fetched by a cambridge IP address (e.g. some journals) can be fetched via the university - accessed over the ssh tunnel. In order to browse web pages over an ssh tunnel you need to configure putty (or another ssh client e.g. the cygwin version of openssh) and configure the web browser. Geek to Live: Encrypt your web browsing session (with an SSH SOCKS proxy) 7 Guía acceso remoto a casa saltando firewalls y proxys (Wndows) Install KidSafe family proxy on the Raspberry Pi - Linux tutorial from PenguinTutor. This is a guide to installing the free KidSafe Internet filter software and proxy server onto the Raspberry Pi.

Install KidSafe family proxy on the Raspberry Pi - Linux tutorial from PenguinTutor

What is KidSafe? Kidsafe provides a way to keep your family secure on the Internet. It restricts the sites that your children can visit to those that are considered safe, still allowing the parent to allow the child to continue when appropriate. The parent is in control of what the child does on the Internet. How does it work? Pi as a proxy server. 8 Personal VPN + Privoxy for Secure Browsing Anywhere You Go. 8.1 Privoxy- Ad blocking proxy installation using - RASPBERRY PI.

So I wanted to block adverts that always seemed to pop up whenever I visited a certain few websites (non porn related).

8.1 Privoxy- Ad blocking proxy installation using - RASPBERRY PI

I decided to look in to what is available for the Raspberry Pi and use it as a proxy server that would filter all of my traffic for me. The benefits of using a proxy server ad blocker over an in browser ad blocker is that the server does all the work for you and not your client (browser). This ensures that ads are removed much earlier than during the rendering phase of your browser and therefore results in quicker page loads, well that’s my theory anyway. Tor en Linux con Chrome. TOR en Linux y Windows Para usarlo con Google Chrome.

Tor en Linux con Chrome

Este es un post bastante sencillo pero de gran valor educativo y practico, va dedicado a Quienes recién se inician en el mundo de la informática, o Simplemente a las personas que aprecian la libertar de privacidad y anonimato en la Red Global que es Internet. ¿Qué es TOR? (The Onion Router) es una implementación libre de un sistema de encaminamiento llamado onion routing que permite a sus usuarios comunicarse en Internet de manera anónima.

Originado en el US Naval Research Laboratory y hasta noviembre de 2005 patrocinado por la Electronic Frontier Foundation, Tor es desarrollado por Roger Dingledine y Nick Mathewson junto con otros desarrolladores Gv. SyrinX anonimato. Cómo usar Tor con Firefox. TOR Manual de uso. PROXY Onion Pi. Feel like someone is snooping on you?

PROXY Onion Pi

Browse anonymously anywhere you go with the Onion Pi Tor proxy. This is fun weekend project that uses a Raspberry Pi, a USB WiFi adapter and Ethernet cable to create a small, low-power and portable privacy Pi. Using it is easy-as-pie. First, plug the Ethernet cable into any Internet provider in your home, work, hotel or conference/event. Next, power up the Pi with the micro USB cable to your laptop or to the wall adapter. If you want to browse anonymously on a netbook, tablet, phone, or other mobile or console device that cannot run Tor and does not have an Ethernet connection. According to the Tor website: Journalists use Tor to communicate more safely with whistleblowers and dissidents. Raspberry Pi as a WiFi access point. Raspberry Pi Tor relay. Mi Raspberry Pi. Remote access for multiple users. I'm trying to use the Raspberry Pi with an external hard drive for a storage location accessible across the net with three users that will be using it.

Remote access for multiple users.

I'd like there to be a shared folder so that we can all share files with each other and also I'd like each user to have a small amount of private space. I'm some what at a loss for how I should go about setting this up and would like some help/input. SSH has been set up so that anyone (with the username and password) can access the pi from across the internet. Now I have to set up the users and provisioning of space. Do I have to install samba? Another small issue, is that I cannot find out to auto mount the external hard drive. Raspberry Pi Server Apps. PHP Web Proxy. 6.1 Free dynamic DNS for your Raspberry Pi. RaspCTL Dynamic DNS service · Raspberry Pi. 6.2 Configuring a Static IP address on your Raspberry Pi. Back to the Hub Getting Started:

6.2 Configuring a Static IP address on your Raspberry Pi

Raspberry Pi web server - Home. 1. Raspberry Pi web server - Get your Raspberry Pi web site on-line. 0 Guide To…Direct Network Connection. Raspberry Pi Remote Connections – Without A Network!

0 Guide To…Direct Network Connection

No keyboard or screen available for your Raspberry Pi, but you have a laptop? There are often times when a HDMI monitor is not available to use with your Raspberry Pi. In those circumstances it can be very useful to remote connect using a nearby network and a laptop (see the Guide to…Remote Connections). However, sometimes there isn’t a network available either! So how can we make use of a laptop screen and keyboard when there is no network? As discussed previously (in the Guide to…Remote Connections), there is the option of using a (console) TTL-serial cable, however this only provides rather slow access. DMZ How2Setup a Raspberry Pi for safe connection to the Internet - Simon The Pi Man.

Setting up a firewall on Your Raspberry Pi. Raspberry Pi Firewall You have two good options for protecting your raspberry pi with a software firewall. The first is the tried and true iptables. The second is much more easy to use and configure, and that's debian's "ufw" service. I'll show you how to firewall your Raspberry Pi with ufw. Before we start messing around with firewall rules, I always like to leave myself a backdoor. You can learn more about the awesome program screen here. $ apt-get install -y screen $ screen -S firewall $ while true; do ufw allow from 192.168.1.0/24; sleep 60;done (disconnect from the screen session by type in "ctrl+a d") Great, now we have a backdoor in case we lock ourselves out.

We can use ufw to add different ports. . # Allow port 22 to everyone in the world sudo ufw allow 22 # Allow all ports on my local network sudo ufw allow from 192.168.1.0/24 # Allow web ports to everyone sudo ufw allow 80 sudo ufw --force enable You can check the status: $ screen -r (ctrl + d once inside the session) Success. Raspberry Pi - build your own DMZ - Developer-Blog : Developer-Blog. If you are using a computer, you should always think about security!

Linux systems are quite secure instead of Windows System, which are more in danger about viruses. Security is a topic that you should consider, because no system is 100 percent save. Systems with a always up internet connection (file server, mail server, web server, …) are in danger of attacks. For this it is a good idea to build a de militarized zone, which is between your internal network and the router to the internet. There you will connect your servers and you should install 1 or 2 firewalls to allow or deny certain connections. Set Up a Raspberry Pi Web Server. 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. How to Install Drupal on Raspberry Pi - Blog. Kreanto.com - Desarrollo web Drupal - Tiendas Virtuales - Posicionamiento - Castellón.

Aquí la tenemos, por fin. How to Install WordPress on a Raspberry Pi. This tutorial will show you how to take a vanilla Raspbian image and turn it into a HTTP server hosting one or more WordPress website. This was one of the first things I did with my Pi, so I’m going to assume you know very little and try to be as detailed as possible. The actual WordPress bit is very quick and easy once the ground work is done: wordpress.org has a 5 minute installation guide, but it doesn’t tell you how to do the difficult bits! This tutorial will cover everything you need, from the ground up. Here’s a basic summary of what we’re going to do. There’s a lot here, but it should all be reasonably quick and painless if you follow it in sequence: NGINX Creating a Public Web Server on Raspberry Pi. Foreword. Comparing performance of Nginx and Apache web servers. Ever since I built my cluster people have been asking me why I used Apache and not Nginx.

Oracle Java on Raspberry Pi. Install java JDK8 on raspberry pi. To install the Java Runtime Environment (JRE) run the following command: Getting Started with Java SE Embedded on the Raspberry Pi. By Bill Courington and Gary Collins Published August 2012.