The opening band sure was interesting last night. It was a large enemble of people called Southside, performing music and poetry. I would I would have recorded some of the stuff from the performance. I also can’t seem to find information about them on the internet.
Dawn Landes’ performance was great as usual. She played some old songs as well as some new songs. Also with there not being many people in the audience, I met Dawn after the performance and had my picture taken with her.
The last performance was Lady Rizo, a caberet performer if I’m not mistaken. I only stayed through about one song, so I’m not sure how that set was.
Setlist (I think I’m missing a song and the order might be slightly wrong):
Straight Lines
Kids in a Play
Twilight
New Song (Money In the Bank?)
I Don’t Need No Man
New Song
Picture Show
Kissing Song
Bodyguard
Music |
No Comments |
Permalink | Posted on : 4th April 2009
I recently purchased an HP Mini 1035NR with Windows XP loaded on it. The first thing I needed to do was remove XP and install a better operating system. My OS of choice for the Mini was Windows 7. Being a small netbook, it doesn’t have a built-in optical drive. This wouldn’t be a problem if I had an external USB optical drive handy, but at the time I did not.
The solution is to use the built-in PXE network boot. The first thing you need to do is setup TFTPBoot on another machine. You can find the step-by-step walkthrough for doing that at Ryan T. Adams’ blog. Basically you download the TFTPBoot package from his blog and make a few settings changes. Follow his blog until step 6. A couple words of wisdom when you’re setting up TFTPBoot. You either need to connect the computer with TFTPBoot to the HP Mini 1000 with a crossover cable or if you do it through the network you will need to temporarily disable your DHCP server while you’re installing Windows 7.
You need to put the Windows 7 DVD in the computer with TFTPBoot and share the optical drive, giving everyone read access. You will also need to make sure your firewall is turned off.
Assuming you have setup TFTPBoot correctly and networked the two machines together we can continue. Startup the HP Mini 1000 and press F10 as soon as you see the option to. Inside the BIOS settings you need to go to System Configuration> Boot Options> Enable Internal Network Adapter Boot. Save the changes and reboot by pressing F10. Once the machine reboots press F12 for network boot as soon as you’re given the option. If everything is setup correctly it should boot into a Windows Vista BE environment and you will be presented with a command prompt.
Now if you were to do an ipconfig, you’re not going to get anything. The reason is because the PE environment doesn’t have the driver for the network card in the Mini 1000. First thing you will need to do is download the 32-bit Vista drive for the network card. At the time of writing this, I believe all of the HP Mini’s in the 1000 series are using the Yukon Marvell network card. If this is changed in the future you will need to download the appropriate driver and be sure to note the INF file to use with the driver loader below. You can download the Marvell 32-bit Vista driver here. Extract the contents of the file to a marvell folder on a USB drive.
Plug the USB drive into the Mini. Assuming the Marvell directory is at the root of the USB drive, type the following: drvload d:\marvell\yk60×86.inf
You can verify that this worked by running ipconfig again. Now you need to map the shared optical drive from the TFTPBoot computer by typing the following: net use y: \\IP_TO_TFTPBOOT_PC\share_name /USER:hostname_of_tftpboot_pc\USERNAME password
Assuming the mapping worked correctly, can now run setup.exe from the Y drive and install Windows 7.
Geekdom |
No Comments |
Permalink | Posted on : 17th March 2009
When creating a virtual machine in VMWare Server, do not create a second ethernet device unless the machine physically has a second network card. If you do add a second one it will cause the router to stop functioning as well as the network card on the machine. You will have to reboot the machine the virtual machine is hosted on and possibly the router as well.
Geekdom |
No Comments |
Permalink | Posted on : 28th January 2008
I’ve had issues with a Vista machine of mine where randomly some sites will become unavailable. The only way I could get access back to the site would be to flush the DNS cache. When I would have the issues it would typically happen fairly frequently. Taking a look at the DNS cache would indicate for the sites I couldn’t open would show they had a “Server failure of Type A”.
I did a little research on this issue and came across a knowledge base article by Microsoft. The KB article (928233) says that the issue is a result in the way Vista handles the DHCP Broadcast flag in discovery packets. XP had this disabled by default while Vista does not. If the router that you are using does not support the broadcast flag it can cause corrupt DNS cache entries on your Vista machine. The solution to the problem is to disable the broadcast flag.
To disable the flag you need to use the registry editor to make changes under this subkey, where GUID corresponds to your network card:
HKLM\System\CurrentControlSet\Services\
Tcpip\Parameters\Interfaces\{GUID}
Create a new DWORD (32-bit) Value with the name “DhcpConnEnableBcastFlagToggle” and set it’s value to “1″.
Geekdom |
No Comments |
Permalink | Posted on : 18th January 2008
I had driver installation issues on a recently purchased Vista Desktop (Gateway GT5656). The first issue came about when I tried to attach an external SATA Hard Drive enclosure by Antec. The add hardware wizard couldn’t find an driver automatically for the device. On top of this, Antec didn’t release a driver for this enclosure because Windows should already have the driver.
The second device I had issues with was a new HP Officejet J5740. The HP installation software (already terrible software, but that’s for another day) would install the driver, but when it would go to actually connect the device it would hang infinitely. If I tried to manually install the printer drivers from the CD, the Add Hardware wizard would report it couldn’t find any drivers that would work for the device.
After some digging on the web I came across a knowledge base article (940199) at Microsoft’s website that provided a solution for both issues. Apparently Vista can have issues repairing/replacing a damaged Infcache.1 file. At the knowledge base article they provide a hotfix for the issue.
Once I installed the hotfix the printer installed without any issues. The external hard disk enclosure also worked without any issues.
Geekdom |
No Comments |
Permalink | Posted on : 15th January 2008
Isaac was definately on during this show. Great setlist with some new and old songs. Unfortunately I didn’t get there earlier enough to be in the front.
Setlist:
Invisible
Paper Thin Walls
Dashboard
Tiny Cities Made Of Ashes
Bukowski
Fire It Up
We’ve Got Everything
Satin In A Coffin
Education
Missed The Boat
Broke
Float On
Trailer Trash
Fly Trapped In A Jar
The View
Encore:
Custom Concern
Spitting Venom
Torrent of Concert
Music |
No Comments |
Permalink | Posted on : 25th August 2007
By default Firefox has some ports blocked to prevent exploits to vulnerable services. This proves problematic if you need to access a site that uses one of these ports. For example, port 6000 is blocked because X11 uses it, but if you had a workstation running VNC’s HTTP server on port 6000 Firefox would block your access.
To unblock a port in Firefox goto about:config in the address bar.
Look for the following key: network.security.ports.banned.override
If the key isn’t present you need to create it. Right-click in the about:config window. You’ll want to click New and the String.
Give it the name of: network.security.ports.banned.override
Give it the value of the port you want to allow such as 6000. If you want to unblock more than one port use a comma to separate the ports.
Geekdom |
No Comments |
Permalink | Posted on : 18th August 2007
This was a great concert, full of energy. We were in the front row, only a couple feet from the girls. This is the second year they came to Coyotes here in Louisville. Hopefully on their solo tours next year they have Louisville dates.
Setlist:
1. The Good Kind
2. Love Me Like That
3. Way Back Home
4. Damn That Radio
5. Crazy People
6. Cigarettes
7. Drinking Problem
8. My Old Kentucky Home
9. Love Is Alive
10. My Oh My
11. Different Truck
12. Tennessee
13. Lay Me Down
14. Leave The Pieces
Encore
15. Stand Still, Look Pretty
16. Rain

Music |
No Comments |
Permalink | Posted on : 11th August 2007