I did a fresh install of VirtualBox on my Mac Book Pro and then install Windows XP. Once installed I noticed that there was no network card showing up under “Network Connections”. I checked out the Device Manager and found that the network card was showing up with now driver. After searching around, I figured out that the AMD PCNET III driver seems to work out of the box. If you power down the machine and change the adapter, it should detect and install properly and you’re good to go.
Archive for the ‘1’ Category
VirtualBox Default Intel Network Card Not Recognized by Windows XP
Wednesday, January 6th, 2010Setting up authnz_external and pwauth on Ubuntu Hardy for PAM Auth in Apache2
Tuesday, January 5th, 2010The following article provides most of the instructions on how to setup authnz_external and pwauth on Ubuntu Hardy.
http://www.pyxzl.net/store/authnz.php
Using GParted to fix an Ubuntu Install
Wednesday, November 25th, 2009So, I needed to fix up a Ubuntu install that went wacko. I guess a couple of partitions weren’t deleted and left, and a new partition layout was created beside the empty ones. Let’s just say, some space needed to be reclaimed.
1. I downloaed GParted, and fixed up my partitions so that I deleted the empty useless ones, and increased the root partition.
Once this was completed, I needed to update Grub to change the drive to boot off.
2. So I Mounted /dev/sda5 to /mnt/sda5 and then proceeded to mount /proc and /dev so that I could access the partitions in my chroot enviroment. Then I ran Grub and viola.
mkdir /mnt/sda5
mount /dev/sda5 /mnt/sda5
mount -t proc /proc /mnt/sda5/proc
mount -o bind /dev /mnt/sda5/dev
chroot /mnt/sda5
grub
Then within grub type the following.
find /boot/grub/stage1
Which will then return something along the lines of “(hd0,4)”. Then you will need to enter this value in Grub.
root(hd0,4)
setup(hd0)
Done!
A lost relic from the old days of ASCII Art “DAMN NFO Viewer”
Saturday, September 26th, 2009I don’t know how many of you remember when you had to open up a .nfo, maybe you haven’t. ;D
But there was one awesome program that would display ASCII Art in windows properly. DMAN NFO Viewer. I’ve put it up for download.
DAMN NFO Viewer - A program to view .nfo files correctly, specifically displaying ASCII Art correctly.Downloaded 65 times.
Posted by admin
Gmail Email Address Confusion and MySpace SPAM!
Thursday, September 24th, 2009So, I’ve been getting emails address to this guy named Josh Trask. It’s been going on for over a year, and I’ve had this email for a long time, I think it was 2005 when I activated my email account.
Anyways. I’ve been getting these emails for the last year or so. I’ve been replying to the ones that actual humans receive and letting them know they have the wrong email. I also tell them to tell Josh Trask that hes giving out the wrong email. Typically I don’t get a response.
Today, I think his wife/gf emailed me and in the Subject it said “Thinking about you”. Which was kinda funny. So I told her to tell Josh not to give out this email to his friends because it isn’t his.
But what really gets my button is the SPAM this guy signs up for. Well, some of it is just silly stuff that I personally don’t sign up for.
I though he just signed up for MySpace because now I’m getting all this MySpace Junk. So I looked into it and I found out that this guy us usingĀ “j.trask@gmail.com” which is totally messed up.But this isn’t Josh, this is Justin Trask.
Anyways, if you click show details in Gmail, you will see a (Yes this is You, Learn More). Which links to this.
http://mail.google.com/support/bin/answer.py?hl=en&ctx=mail&answer=10313#
So what do I do? I cancel his myspace account, he had no friends anyways. But I don’t understand why there was no email confirmation to opt in. That’s really messed up. Not only that, but if I want to unsubscribe I have to login and cancel the subscription that I didn’t even confirm to receive. LAME!
Adding your Desktop Admin Groups to One Global Group for Administrators
Friday, September 18th, 2009One idea that has come up and is really handy, is creating a general support user so that you can login to machines and have Administrative rights to that machine. We have many groups, and each group has a Desktop Admin group that we add people to who need Administrative access. But we also use it to remove people that seem to abuse it.
Instead of manually adding the groups one by one, you can use dsquery and dsmod. You simple do a query to find the groups that you’ve created. In this example we’re looking for anything that ends in “Desktop Admin”:
dsquery group domainroot -name “*Desktop Admin”
Which returns all of the groups we need. Next step is to take the Global Desktop Admin group and add it to all of these groups. This is simple with dsmod:
dsquery group domainroot -name “*Desktop Admin” | dsmod group -addmbr “CN=Global Desktop Admin,OU=Network Admin,OU=Groups,DC=DOMAIN,DC=LAN”
Voila! Done.
How To Resize A Virtual Disk In VMWare ESXi
Tuesday, March 31st, 2009It’s a simple command:
vmkfstools -X new_sizevmfs_name:disk_name
cPanel Addon Domains and SEO Woes (Google Duplicate Content)
Thursday, March 19th, 2009I was doing some web design work for a friend/customer of mine, and he had a Web Hosting account with a company that used cPanel. I’ve used cPanel before, I’ve dabbled in it and fixed problems with it. But never really used it extensively as a client so to speak. Anyways, included in the customers Web Hosting package was 20 Addon Domains. What are “Addon Domains”?
http://cpanelguide.net/addon.php
Basically it allows you to run mutiple websites off your single account/domain name. Brilliant idea, if it was done properly. When you add an Addon Domain, it creates a folder in your main sites public_html folder, typically its name is that of your domain name. Lets just say that my customer has two domain names, the main one bob.com and an additional one jill.com
The customer creates jill.com as an Addon Domain, all is swell. Until they find out they can access the addon domain at “jill.com” and “bob.com/jill.com”. Why is this bad? Well google will see it as duplicate conent and your site will either never get indexed or have funky SEO results.
How do you fix it? Change the root directory to not be placed inside the public_html folder and viola, no duplicate content. Also make sure to edit the subdomain to forward to the correct URL as well or more duplicate content will exist.
How To Install VMWare Tools on Debian Lenny
Tuesday, March 10th, 2009This article will step you through the required steps to install VMWare Tools on Debian Lenny. Although this article is for Ubuntu, it will still work. I’ve successfully done it. http://ubuntuforums.org/showthread.php?t=987631
How To Remove Public Folder Database When Uninstalling Exchange 2007
Monday, March 2nd, 2009http://social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/ff6ddaf5-2c8e-486d-94ea-f2b0cd4ba0e7/