Author Archives: Andrew Hopper1

SSH Tunnels Are Like a Free Cheap VPN

If you’re not already familiar with the concept I bet you’d be very interested to learn that you can simulate VPN access to a network as long as you have access to a linux host on that network. These instructions work on OS X and Linux. Putty also has tunneling capabilities, but those are beyond [...]
Posted in Linux Admin, Networking, Postgresql | Tagged | Leave a comment

Google Docs Turns a Blind Eye to Security

Google doesn’t use SSL for the Google Calendar or for Google Docs. When information is sent to and from Google the information is sent in clear text and is visible at all intermediate network routers. I know that Google Docs is very convenient, but make sure not to store sensitive data on the Google Docs system. You [...]
Posted in Security | Tagged , | Leave a comment

Use nslookup to check DNS propagation and verify MX record configuration

NSLookup is a tool that can be immensely helpful when troubleshooting network connectivity issues. Here are some example uses: 1.) You want to see if the DNS change you requested in live on the primary nameserver hopper-macbook:~ andrewhopper$ nslookup > server dns1.noris.net Default server: dns1.noris.net Address: 213.95.0.65#53 > set type=a > puma.com Server: dns1.noris.net Address: 213.95.0.65#53 Name: puma.com Address: 128.167.119.25 2.) You just configured Google apps for your domain [...]
Posted in Linux Admin, Networking | Tagged , , | Leave a comment