Author Archive

On September 15, 2016 at 01:18PM Angel Said…

I’m not mad at the people doing the job they just want to get paid, but calling tech support at your cable/Internet company is awful until you push through and finally get things escalated. It’s taken me two weeks to get someone one the phone who finally understood that resetting my modem wasn’t going to fix this problem. So now they are sending someone out on Sunday..but damn it shouldn’t take so much work to get past the tier one tech support. They blamed my router and blamed my computer(s) repeatedly until finally I had enough and demanded to speak to someone else. Sheesh why does their customer service have to be so awful. I mean at least it’s not Comcast, but come on Time Warner Cable be better.

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 06, 2016 at 07:20PM Angel Said…

Ohio School District’s New CEO Cuts Creationism and Intelligent Design from Science Curriculum
Students will now get the proper science education they deserve.

On August 29, 2016 at 04:34PM Angel Said…

So sad, R.I.P. Mr. Wilder you will be missed. RIP

Gene Wilder Has Died at Age 83 – ComingSoon.net
The family of Gene Wilder, star of Willy Wonka and the Chocolate Factory, has confirmed that the actor has died at the age of 83.

 

Flooding at the corner of Lincoln and Carter in Norwood 08-28-2016

Installing Private internet access with OpenVPN on Ubuntu Server

I 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 
  1. sudo apt-get install openvpn
Download The Private Internet Access OpenVPN configuration files
  1. wget https://www.privateinternetaccess.com/openvpn/openvpn.zip
Unzip the files
  1. unzip openvpn.zip -d ~/openvpn
Move the files to the openvpn directory
  1. sudo mkdir /etc/openvpn/pia
  2. sudo mv ~/openvpn/* /etc/openvpn/pia/
Create a credentials file 
  1. sudo nano /etc/openvpn/auth.txt
on the first line enter your username
on the second line enter your password
Save the file and change permissions on it
  1. sudo chmod 400 /etc/openvpn/auth.txt
Copy the following 2 files to the openvpn directory
  1. sudo cp /etc/openvpn/pia/ca.rsa.2048.crt /etc/openvpn/ca.rsa.2048.crt
  2. sudo cp /etc/openvpn/pia/crl.rsa.2048.pem /etc/openvpn/crl.rsa.2048.pem
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.
  1. sudo sudo cp /etc/openvpn/pia/UK\ London /etc/openvpn/UKLondon.conf
Edit the config file 
  1. sudo nano /etc/openvpn/UKLondon.conf
Find the line that says
auth-user-pass
and change it to
auth-user-pass auth.txt
Test the connection by running the vpn
  1. cd /etc/openvpn
  2. sudo openvpn --config /etc/openvpn/UKLondon.conf
If all runs well reboot the system and check your ip address with the following command.
  1. wget http://ipecho.net/plain -O - -q ; echo

On August 17, 2016 at 07:00PM Angel Said…

Husband to his Brother: I’m gonna quit vaping as soon as all my e-liquid is gone.
Husband to me: Can I have some of your Nectar E-Liquid…..
WTF….lmao

On August 14, 2016 at 10:10PM Angel Said…

So Mark and I are learning programming together. It started out as him doing it to help me with school, but it turns out we’re a pretty good team and it’s nice to have somebody to learn with.

On August 11, 2016 at 06:55PM Angel Said…

So for the first time in about 7 years we have cable again. Not because we’re going to be using it but because sadly the package was cheaper than having Internet only, and while I hate counting as as subscriber, you have to save $$$ where you can.

On August 08, 2016 at 08:37PM Angel Said…

I could be much more productive if I didn’t have to sleep…