I purchased my first Raspberry Pi in the fall of 2014. I had no prior linux experience, but I am generally knowledgable with computers.

If you are new to Linux / Debian, such as I was, these project files may help you learn the very basics.
My Notes On How To Install The Following Programs Onto A Raspberry Pi

- In order to prevent errors in cut-and-pasting to and from websites, I have posted all my notes as .txt files.
- The text files are best viewed with Notepad in full screen and Word Wrap OFF.
- I will post updates periodically.

1. (RPi) Install - New RPi Setup.txt : How to prepare a new Raspberry Pi installation. If you're new to RPi, start here!
Last update: 03/03/2015

2. (RPi) Install - OpenVPN.txt : Installing the free OpenVPN Server with a special client created specifically for Yaesu's WiRES-X servers. Can also be used to run multiple instances of IRLP nodes, D-Star, etc. It can also be used to run a remote Wires-X node from a cell phone, mobile hotspot, or public WiFi, such as while you're on vacation at a hotel!
Last update: 03/10/2015 Added instructions on preparing the RPi. , 02/25/2015 Added explanation of #!/bin/bash

3. (RPi) Install - EchoLink Proxy Server.txt : Create your own free proxy server so that you don't have to tie up someone else's server... great for mobile use.
Last update: 02/25/2015 Added explanation of #!/bin/bash, also added a script for easily viewing the log file.

4. (RPi) Install - Tight VNC Server.txt : A free program used to remote desktop to your RPi (or any computer).
Last update: 03/14/2015 Added sudo before the tightvnc command line . . was needed in latest raspbian version. Also added commands to change port number and view log files.

5. (RPi) Install - SVXLink.txt : Run an Echolink server on your RPi. This document helps you install and config the software. For hardware setup, see "My SVXLink Portable Setup" article below.
Last update: 03/26/2015 Simplified some steps

6. (RPi) Install - WICD-Curses.txt: A free Wifi manager for the command line
Last Update: 03/01/2015

7. (RPi) Install - GNU Screen.txt: A free program that allows multiple command line desktops. When installed properly, this allows you to view the activity of your background programs via SSH.
Last Update: 03/10/2015 Added more commands

8. (RPi) MOTD - How To Change.txt: Personalize your RPi by changing the Message Of The Day (MOTD), which is diplayed when the RPi is booted and at each login.
Last Update: 03/10/2015 Created nicer-looking MOTD script

9. (RPi) Install - ddclient.txt: A very easy to use and install DYNDNS.com updater. It also works for many other dynamic host service providers
Last Update: 03/05/2015

10. (RPi) Upload IP Addresses To Website.txt: Finding the IP address on a headless RPi with dynamic IP can be tricky. This will create a text file containing all your IP info (LAN, Wifi, Public) and upload it to an FTP server (or website). This is useful, for instance, for mobile use of your SVXLink. Simply view your website on your laptop/PC to find your RPi's address and login.
Last Update: 03/10/2015 Improved scripts to auto update with each reboot and every 10 minutes

11. (RPi) Install - Kodi (Fromerly RaspBMC).txt: Install a Raspberry Pi version of XBMC: a media player, comparable to Roku.
Last Update: 03/18/2015

12. (RPi) Install - Links.txt: A free text-based web browser. Browse the web FAST while SSHing into your RPi. Links is a great, fast way to "Accept the Agreement Terms" on public wifi connections without having to load the GUI environment.
Last Update: 03/19/2015
The Story Behind My OpenVPN Server

Yaesu's WiRES-X is similar to an IRLP or Echolink node but with more features. Just like IRLP, it requires exclusive port forwarding, meaning each node requires its own external IP address.

The problems:
a. I wanted to be able to run a WiRES-X setup while on vacation, but the hotel does not allow port forwarding.
b. My father wanted to be able to run a dedicated WiRES-X node on his Yaesu DR-1X repeater.  He also wanted to run a second WiRES-X node for personal use. Both are located at his home and he only has one internet connection.
His repeater's WiRES-X node is connected to a LIVA microcomputer.
His private WiRES-X node is connected to a WinBook TW700 or an older laptop.

The Solution:
We needed to create a Virtual Private Network (VPN).

In simplist terms, a VPN is a virtual LAN connection carried over the internet. By putting a VPN server at 'House A' and a VPN client at 'House B', the two houses become connected as one.

In our case, we placed a Raspberry Pi VPN Server at my in-laws' house. It is connected directly to their router, such as is pictured above. It draws about 3 watts and sits out of the way.

We installed OpenVPN Client on my father's WinBook and his older laptop at his house. Now, he can connect both WiRES-X nodes because his older laptop/WinBook is using my inlaws' internet connection through the VPN.

Now that we have WiRES-X and OpenVPN Client installed on our 7" WinBook TW700 tablets (thanks to Jerome WD4CWG for suggesting the TW700), we can run Wires-X from any internet connection... hotel, coffee shop, mobile hot spot, etc.
This RPi is running OpenVPN, EchoLink Proxy Server, Tight VNC Server, And GUI Screen. It is now installed at my in-laws' house!
Here are the links to the home pages of the programs:
- SVXLink (freeware Linux-based Echolink server/client)
- OpenVPN (freeware VPN server/client: Linux/Windows)
- Echolink Proxy Server (self-explanatory)
- Tight VNC Server (freeware remote desktop server/viewer)
My mobile WiRES-X node. A WinBook TW700 running Win8.1, OpenVPN, & WiRES-X.
Widget is loading comments...
My SVXLink Portable Setup
- The touch screen and keyboard are not necessary but were handy when troubleshooting.
- The setup runs off of 12v using Anderson Power Pole connectors.
- Most of the hardware was purchased from eBay.
- To set up the hardware, my main source of info was this webpage: KP4TR's SVXLink Naked Node. There are newer methods that do not require a serial port adapter, but I have not found one detailed enough. I will attempt to design my own setup in the near future.
- I created a text file containing all the steps needed to install SVXLink onto a Raspberry Pi using the same hardware I used. See the (RPi) Install - SVXLink.txt link above. You should be able to modify the config files to match your hardware setup.
(Click on images to view larger image)
My custom Message Of The Day
(My WAN IP address is partially blocked for security reason)
The hardware before mounting in a case.
The power supplies and serial port echolink adapter on the bottom row.
.
Page last updated: August 24, 2015    (Updated RPi File Links)
.