| Subcribe via RSS

Migrating from Windows to Ubuntu

May 26th, 2008 | 3 Comments | Posted in Open Source, Software, Technology, Unix, Windows

I was primarily a user, before I started to play around with . First off, I installed it on my home laptop, to see how well it would work… I was thoroughly impressed. Of course, on this laptop, I didn’t need anything but a browser, pidgin, and the basic Office suite. The real test was going to be switching to at work. Migrating away from the beast, , to / Lightning. Surprisingly, it was very easy:

64-bit IPSec VPN client for *nix

May 25th, 2008 | No Comments | Posted in Open Source, Software, Unix, networking, security

Looking for a Client to use on your 64-bit *nix OS? Well, for those of you who have already figured out that has not developed one for 64-bit OS’s, there is, however, a great alternative for people who use a 64-bit *nix OS. As mentioned in a previous post, there is a client developed by Maurice Massar that works with Concentrators (, 3000 and IOS Routers), called vpnc that has worked well for me thus far. I have been using it on my 64-bit 8.04 desktop, and have yet to see any issues. You can use vpnc with Cygwin on , however, I am not sure how well Cygwin works with 64-bit .

Disclaimer: This client is not developed or supported by Systems. So, use at your own risk.

Tags: , , , , , , , , , ,

Installed Ubuntu and loving it!

May 14th, 2008 | 3 Comments | Posted in Open Source, Software, Technology, Unix

Installed 64-bit on my z61p - it “just works”! The best part of it was the live cd, which allowed to me to preview it on the laptop without installing it. Worked flawlessly! Impressive! to install. On the Desktop of  your “live” session, there is an Install link. Double-click and you’re on your way! Wooooo!! It takes the settings from your live session and configures them on your actual installation - perfect! Now, to make this my primary workstation, the only thing I would need is to be able to into work. There is no 64-bit Client! Alas! A quick search through the Synaptics Package Manager for “”, I found vpnc. Worked like a charm! far exceeded my expectations. I… LOVE… IT!

Tags: , , ,

Adjusting Daylight Savings (DST) on older FreeBSD releases

February 15th, 2007 | No Comments | Posted in Open Source, Technology, Unix

A lot of people run older releases of , and probably came across this problem of updating the zone info. Unfortunately for me, I inherited the box and its were way outdated - they wouldn’t even update. Rather than having to go through downloading the package, and extracting it, I thought I’d just do a little bit of googling around and see how to update the manually, then work on upgrading the OS completely later. Here’s what I found - its pretty straight forward:

myfreebsd> fetch ftp://elsie.nci.nih.gov/pub/tzdata2007c.tar.gz
/// As I just needed northamerica, that is all I extracted from the pack
myfreebsd> tar -xvzf tzdata2007c.tar.gz northamerica
/// Use to compile
myfreebsd> northamerica
/// Run tzsetup and select the timezone so the info can be written to /etc/localtime
myfreebsd> tzsetup

Please note that the ?????.tar.gz file is frequently updated, so the above script should reflect that. You can find the latest file at ftp://elsie.nci.nih.gov/pub/.

That should do it. To test, change the date to March 12, and see if the zone changes from ‘S’ to ‘D’, e.g. CST to CDT.

Do let me know if this does not work for you, or if you have any suggestions for improvement to this tiny script.

Tags: , , , , , ,

Upside-Down-Ternet

January 11th, 2007 | No Comments | Posted in Technology, Unix

A friend of mine forwarded me this link. If you want to have fun with people piggybacking off your wireless network, check it out. The author doesn’t mention it but a box would serve as your out to the Internet, using IPtables for NATing / Routing and Squid as the Proxy. His trivial redirector (which can be called through squid) basically uses wget to grab the images and mogrify to modify and present them. It sure looks like fun - I will definitely try it out when I get . IPTables, Squid and wget are easily available as rpm’s, as I’m sure mogrify is.

Tags: