November 20, 2011, 9:11 pm (2 Months, 2 Weeks, 1 Day, 14 Hours, 5 Minutes Ago) . posted by Matthew Craig
This last week I have been horribly sick. The kind of sick you just want to curl up and wake up when they find the cure. But since I still haven't perfected my krojenic chamber, I curled up with the newest version of Virtualbox and let the Ubuntu juices flow.... While Ubuntu did not cure my cold I did come up with some interesting observations.
A bit of perspective
In the last month I have been "forced" to Mac by my employer. I am not complaining, but having been a...
Read More
September 26, 2011, 12:20 pm (4 Months, 1 Week, 3 Days, 3 Hours, 57 Minutes Ago) . posted by Matthew Craig
Connecting Ubuntu 10.04 LTS to a Cisco VPN (UDP)
I recently had to VPN into a network running Cisco VPN using the Cisco UDP protocol. I thought to my self "Great Ubuntu already has support for Cisco/IPSec VPN, I'll just plugin in the settings and run." Very rarely do thoughts like this work when you are running any distro of linux.
I did my homework and discovered "vpnc" the Client that connects to the VPN, and I discovered it had a front end to connect to the...
Read More
September 2, 2011, 3:33 am (5 Months, 4 Days, 2 Hours, 43 Minutes Ago) . posted by Matthew Craig
So you want a web proxy for your home/office?
I have an old computer lying around (I think it is a 233 mhz? with 256 mb ram? and a 15 gig drive? stats are fuzzy sorry...) and decided to see if I could build a nice proxy for my hand held game console. (a nintendo dsi) the browser works (kinda) but it has limited memory and functionality. So I was hoping to cut a lot of the crap out of my browsing AND provide some caching to help speed it up some... (Basically it takes about 2 minutes to log into...
Read More
June 9, 2011, 12:25 pm (7 Months, 3 Weeks, 6 Days, 21 Hours, 51 Minutes Ago) . posted by Matthew Craig
Sanitation
Everyone loves to loves a clean environment... but no one loves to clean. I am no exception. But I understand the need. After working on PHP for years, and discovering no really good libraries out there for data sanitation... I have written my own. (I tried to use OWASP's ESAPI... but gave up...)
Definition:
According to google Sanitation is "Conditions relating to public health, esp. the provision of clean drinking water and adequate sewage disposal"...
Read More
June 7, 2011, 5:25 pm (7 Months, 4 Weeks, 1 Day, 16 Hours, 51 Minutes Ago) . posted by Matthew Craig
Validation Class for PHP Remix
As a Web developer, I have seen my share of crappy and insecure code out there. (Especially working on other people's code.) One of the biggest problems and security breaches I see is the failure to properly validate data before using it. Earlier this year I started to build a validation library and posted it up on this site. In my programing "evolution" I have learned a few techniques that (in my opinion) are superior to the...
Read More