Finally, easily enable WPA in Ubuntu 6.06

The following was taken from http://www.debianadmin.com/enable-wpa-wireless-access-point-in-ubuntu-linux.html Normally, I would never repost content from some else’s site, but I’m afraid that it may disappear at some point. So, I’ll post it here. Again, I DID NOT author this content, but I’m puting it here for archival purposes just in case it disappears.

Procedure to enable WPA Wireless in Ubuntu

To update the source list run the following command

sudo apt-get

sudo apt-get install wpasupplicant

sudo apt-get install network-manager-gnome network-manager

sudo gedit /etc/network/interfaces

Comment out everything other than “lo” entries in that file and save the file

Create a file called /etc/default/wpasupplicant, add entry ENABLED=0 and save the file

sudo touch /etc/default/wpasupplicant

Reboot your system or use the following command

sudo /etc/init.d/dbus restart

Once you login back in to your machine you need to left-click the network manager icon in Gnome and select your wireless network It should prompts for password, type, etc and It will ask you to choose a password for your new “keyring”.

After enterring all the details my wireless network was connected and working fine you can see in the follwoing screen

Again, special thanks to the folks at DebianAdmin.com for providing us with this elegant solution.

Switching Hosts

So far, switching hosts hasn’t been too bad. Transferring stuff around has took awhile, but it hasn’t been near as taxing as I thought. If you find a broken link shoot me an email with Broken Link as the subject.

Update: I updated the DNS stuff last night before I went to bed, and bingo, the new server is live.

Just Words, but So Much More

For the first time ever today, I actually listed to the words of the Rascal Flatts song Bless the Broken Road. I didn’t write these words, but they say almost everything I feel about Beck.

Bless the Broken Road
Rascal Flatts

I set out on a narrow way many years ago
Hoping I would find true love along the broken road
But I got lost a time or two
Wiped my brow and kept pushing through
I couldn’t see how every sign pointed straight to you
Every long lost dream led me to where you are
Others who broke my heart they were like northern stars
Pointing me on my way into your loving arms
This much I know is true
That God blessed the broken road
That led me straight to you

I think about the years I spent just passing through
I’d like to have the time I lost and give it back to you
But you just smile and take my hand
You’ve been there you understand
It’s all part of a grander plan that is coming true

Every long lost dream led me to where you are
Others who broke my heart they were like northern stars
Pointing me on my way into your loving arms
This much I know is true
That God blessed the broken road
That led me straight to you

Now I’m just rolling home
Into my lover’s arms
This much I know is true
That God blessed the broken road
That led me straight to you

That God blessed the broken road
That led me straight to you.

I love you Beck, for forever and a day.

Mitch Hedberg is dead

Mitch Hedberg is dead. He passed away on March 29, 2005. At the time I posted this, I had no idea he was dead. I was curious why I hadn’t heard any new material from him in awhile, so I visited his website. I was honestly sad when I read the news. He was really a funny guy and I absolutely loved his sense of humor. Most of his jokes were common sense that I never looked at so commonly until he pointed it out. Thanks for the laughs, man. Your odd brand of wisdom will be surely missed.

Code Wrestling

If you’re a regular visitor, you probably noticed that the front page now has a nifty little sidebar so you can see my five most recent tech tips. The whole exercise has been an effort of futility because I still have to fight with Firefox and IE 6 to get stuff to render right! I suppose I get frustrated because I don’t actively develop pages as much as I once did and I have just forgotten about how defensive you must be as far as making a change to the code, checking the renders in all browsers, making a change to the code, checking the renders in all browsers, ad infinitum.

I somehow lack the patience for this tedium now. Oddly enough, PHP tedium is fine: I’m actually getting to the point where doing a basic CSS/HTML design is annoying. The worst part is that I have an insane need to change my page every six months or so, which means I will always have to juggle the CSS/HTML render cycle. Talk about a Catch 22: Do I drive myself mad with the boredom of a current design or do I drive myself mad by writing new code? What to do…what to do…

The one thing I do know is that I really like my sidebar and that all is well in Travis land at the moment. Good night!

5 Months and counting

I’m not really sure that any one ever comes to this site anymore, because the wedding is a thing of the past.  But, I’m at work and bored and so I thought I’d update the few who do!  Yesterday, Trav and I celebrated our 5 month wedding anniversary.  He was so sweet!!  After he left for work, Trav called me back at the house to wish me a Happy Anniversary and to tell me he loved me.  Then, after he got off work, he surprised me with flowers-5 of the most beautiful long stem red roses I’ve ever seen with baby’s breath, greenery and a beautiful red vase.  Now, I’ll give Trav the credit that he’s never miss a "month anniversary" since we’ve been together, but usually we just tell each other "Happy Anniversary" and move on with our business.  Trav really blew it over the top this month, and I LOVED it!!  It made me feel so special.  It’s easy to forget the special, sweet things that should happen when you’re living together and experiencing all of the morning breath, dirty laundry and slouchy days.  But, yesterday Trav proved to me that no matter what, he’s a romantic at .  What can I say… I buy him a red stapler and 4 days later, I get red roses.  Isn’t life ironic, don’t you think??

Definition of the Swap File (or Virtual Memory)

Computers have a limited amount of physical RAM, which can only be increased by adding more memory chips to the motherboard. Luckily for us, engineers figured out a long time ago that we can use some space on our hard disks as if it were RAM.

If you’re using a Windows operating system, the space on the hard disk set aside to act like memory is called Virtual Memory. The use of the term Virtual Memory makes sense because the extra RAM isn’t actually there (hence, the virtual part). All other operating systems refer to the disk space as the swap file. The use of the term swap file also makes sense because data is swapped from one place to another: Data that isn’t currently being used is moved from the physcial RAM to the hard disk, and data on the hard disk that the processor needs is moved into RAM. For once in computing, both terms apply.

Just as the names for the swap file differ depending on what OS you use, so does the implementation. By default, Windows systems put a single file named pagefile.sys on the Windows installation root drive. The big disadvantage of this is that the pagefile.sys file can get very fragmented and since it’s on the same drive as the rest of Windows, it is very difficult to effectively defrag. On a Unix/Linux system, the swap file is a whole separate partition that is dedicated to the swap file. The swap file partition gets fragmented much less because it isn’t competing with disk space with the rest of the Operating System. Because of this separation, the Unix/Linux method is much more efficient.

Moving the Swap File on a Windows System

Fortunately, on a Windows system, you can make sure the pagefile.sys file lives on its own partiton just like a Unix system, even though Microsoft went through great lengths to hide the option to do so. In order for this to work, you must create a partition when you install Windows (or use a partitioning resizing program like Disk Commander). Once you have a separate partition, do the following:

  • Right-click on My Computer and choose Properties…
  • Click on the Advanced tab
  • Click the Settings button under the  Performance section of the dialog box
  •  Click on the Advanced tab on the resulting box
  • Click the Change button under the Virtual Memory section.
  • Click on the existing drive that has your pagefile on it. You’ll know which drive this is because it will have a paging file size listed next to it. Chances are, it will be C:
  • Choose the No Paging File radio button then click the Set button.
  • Now, click on the drive (partition) you wish to move your pagefile to.
  • Choose the System managed size radio button, then click the Set button
  • Click OK until you are prompted to reboot
  • Upon rebooting, your pagefile will be moved to the new drive (partition)

Note: If you put the pagefile.sys on a separate hard disk, you will notice a huge performance boost in applications like Photoshop that use a lot of Virtual Memory.

They switched from the Swingline to the Boston stapler…

Red Stapler - I'll burn down the building!Just when I thought I couldn’t be loved anymore, Beck reveals to me that she has bought me my very own red Swingline stapler! I have wanted one since that fateful day in 1999 when I saw Milton’s on Office Space. If I ever had any doubts about Beck being the perfect girl, they are long gone.
A RED STAPLER!

Update: I got the stapler in the mail yesterday. It was everything I was hoping for…and more. It doesn’t bind up as much and…everytime I use it, I think of Becca. How cool is that!