Ch-Ch-Ch-Changes

I am sure folks that have been here before will notice that our main landing page is now our blog posts.  Originally I wanted to have a static “Home” page to kind of explain what we are doing here.  That was nice in the beginning, showing that this is more than just a blog, there is a lot of content accumulating on this site.  After awhile though, I wasn’t sure if the never changing (almost) static page wasn’t doing more harm than good.  Kinda made it look like we didn’t update much around here.  So, I figured I would put the posts right out front.  This provides some easy to find content for passers by, and kind of pressures me to write more!  If you have an opinion, let me know what you think.

Command Line Google

OK folks, this is one of the coolest things I have seen in a while, so I just had to share with everyone. It seems that a nifty fellow has written a command line interface or “shell” for Google. When you pull up the page (http://goosh.org), you get a command prompt and can search, browse, whatever all from the command prompt. For nix geeks like me that live on the command line, this is awesome! So, get out there and check it out!!

Generate Random Unique Number

I have found many times when writing stuff in PHP that I have come across a need to generate a random number. That’s not too bad in and of itself, but what about when you need a unique ID key or something like that. For example, say you are writing the next best helpdesk application and need unique case numbers and don’t want to simply use a counter. For whatever reason, I put this little function together and it has served me well. Check it out …

Continue reading

Age Of Conan Download Links

I have seen lots of folk out there trying to find ways to download the AoC client, even though it’s a hefty almost 13GB.  I was looking too and what I found was this:

  • There is no (official) digital download/delivery method in place for the AoC client from Funcom.  Right now, if you want the game, you have to buy it retail.
  • That being said, I found that the early access client that was available for download by the players that signed up for early access to the game, will work for playing live right now.  After the download, it will patch up to live (another ~800MB) and you can then play.
  • There are two clients, one for the US and one for the EU.  If you are in the US, you need the US client, and the same for EU.

So, after much searching, I found links to the early access downloader.  This is a small file that will then download all of the game install files.  I don’t know how long this will work, but as of 5/23/2008 it was still working and allowed me to buy a key from an online retailer (Offgamers), download the game and start playing.  Make no mistake, I paid for the game, this is not a way to play for free and I don’t in any way condone stealing. However, for people like me who live in rural areas where you can’t buy it off the shelf without a long trip to another town, and didn’t want to wait for Amazon to ship to play the game it’s a great thing.

Here are the links that I found to the US and EU downloader tool:

Good luck!

Posted in Uncategorized. Tagged , .

PERL Trim Functions

PERL is a wonderful scripting language, it is extremely powerful, flexible and portable. It also lacks a couple basic functions that other languages have built in. Fear not my friend, just like the PERL round function, I have functions for other things as well!

One thing I miss is a trim function. They have chop and chomp, but that doesn’t always fit what I want. Below I have included a few suns that will get the job done nicely, check it out. Continue reading

Veritas Volume Manager Goodness

Hi folks, it’s been a bit since I put anything new up here, life has been real busy lately.  To that end though, I have been working on stuff for the site, and I just posted something that I think is very useful.  It took awhile to put it all together, but nothing is too good for my visitors.

I have been working with Veritas Volume Manager, now called Veritas Storage Foundation lately.  I have worked with it in the past, but not as in depth as I have in recent weeks.  I decided to make a reference for myself, since I seem to get into it for a bit and then don’t touch it for awhile because it just runs.  Then I figured I would make it as comprehensive as I could, plus easy to read, pretty, etc, and then post it here for anyone and everyone that might find it useful.

I have it on the site in HTML format here, and I also have it up in the downloads section as a PDF if you wan to download a copy.  Check it out and let me know if you see anything I missed, I hope you find it useful!