Archive for the ‘Ubuntu’ Category

Bind9 How-to in Ubuntu

Saturday, October 20th, 2007

I struggled a whole day getting bind to work properly after looking at 50 how-to’s and 100 some odd forum posts I got it to work.  Kinda silly it took this much work to get it working.  *shrug*

  1. Install bind: sudo apt-get install bind9
  2. Generate a new key (why the default one dosn’t work, but i couldn’t ever get it to): sudo rndc-confgen -a -b 128 -r keyboard
  3. Copy the output into a file or just to your clipboard.
  4. Open your named.conf, in it (probably very top would  be best) enter the info from the previous output.
  5. Example: key “rndc-key” {
    // how was key encoded
    algorithm hmac-md5;
    // what is the pass-phrase for the key
    secret “<your special key>” ;
    };
  6. Now you should create a rndc.conf file, it should look like this: options {
    // what host should rndc attempt to control by default
    default-server localhost;
    // and what key should it use to communicate with named
    default-key “rndc-key”;
    };server localhost {
    // always use this key with this host
    key “rndc-key”;
    };

  7. key “rndc-key” {
    // how was the key encoded
    algorithm hmac-md5;
    // what’s the password
    secret “<your special key>”;
    };Check and make sure you have a rndc.key file, it should look like this: key “rndc-key” {
    algorithm hmac-md5;
    secret “<your special key>”;
    };
  8. Now everything should work, just setup your databases and give it a try.  Let me know if it dosn’t work, I’ll see if Ileft something out

You tell ‘em!

Friday, June 15th, 2007
Mark Shuttleworth: A great man for the linux community. Without him, we wouldn’t have a wonderful distro such as Ubuntu. He has provided a ton of ideas and helpful pushes to help Linux hit the desktop and hit it hard. In a conference with a bunch of other Linux leaders, he pushed to get everyone to work together on squishing bugs and getting patches out faster. Also to give a central location to discuss problems on projects. This is THE idea that should be out there. I mean there are TONS of distros out there, as well as multiple applications that do the same thing. He wants to get the community together for those working on apps for gnome and KDE to talk to each other so to combine projects or at least help them design the projects faster due to problems run into by one developer is probably gonna get run into by another developer. I whole heartedly would love to see this become a reality. There are lots of hands to help, but each on is in a different kitchen and no one is helping each other.

Go Mark! You Tell ‘em!

VirtualBox Reloaded…

Thursday, January 25th, 2007
So after trying a few OS’s on good old VirtualBox, not sure I would put my faith in it just yet. Ubuntu wouldn’t boot at all. Well I take that back, It booted, but would just stop after the auto login. In fact I haven’t gotten a live CD to work yet. Also tried Sabayon, no good there either. They all complain about the CD drive missing. Quite a bummer. Fedora Core 6 installed without a hitch though. I haven’t tried windows, but I would suspect it would install fine, Windows generally doesn’t care what you put it on till after its installed. At least Linux has the decency to not work right off the bat so you don’t waste your time. LOL. I guess thats why I still have this shitty 1.7 p4 Compaq lay’n around for just such of occasions.

On another note, was messing with XFCE 4.4ish (the one that came off Ubuntu reps was the RC1) and I have to say it’s come a long way. I’m tempted to load it up on my laptop instead of KDE to conserve memory and processor power. I kinda wanna load it up on my main box to test out 4.4’s new gui effects like transparent windows and what not.

Well, I guess thats all, oh hold on I gotta reload… *Moves mouse off edge of screen*