On September 10, 2016 at 03:33PM Angel Said…
The photo of a couple using heroin with a kid in the car is horrifying. The reaction is even worse. Drug addicts need our help, not our disdain. |
|
On September 10, 2016 at 03:33PM Angel Said…
On September 06, 2016 at 07:20PM Angel Said…
On August 29, 2016 at 04:34PM Angel Said…So sad, R.I.P. Mr. Wilder you will be missed. RIP
On August 28, 2016 at 05:24PM Mark Said…Ever wondered what Thor was doing during Civil War? The truth revealed.
Installing Private internet access with OpenVPN on Ubuntu ServerI wanted to use a VPN on my ubuntu server, after googling I gathered a bunch of information from various sources. The following is a step by step guide of what I did. Hopefully it will will work for someone else as well.
install openvpn
Download The Private Internet Access OpenVPN configuration files
Unzip the files
Move the files to the openvpn directory
Create a credentials file
on the first line enter your username
on the second line enter your password
Save the file and change permissions on it
Copy the following 2 files to the openvpn directory
To have the vpn connect automatically on system startup copy the opvn file you wish to use to the openvpn directory changing it to a .config file.
Edit the config file
Find the line that says
auth-user-pass
and change it to
auth-user-pass auth.txt
Test the connection by running the vpn
If all runs well reboot the system and check your ip address with the following command.
|