Over the weekend I setup a Ubuntu 8.04 installation in my apartment. The main purpose was to have a box to use to connect to my Tivo, but I am also going to use it to play with Java servlet and jsp development.
Of course none of this is any fun without Internet access. So I [...]
Entries Tagged as 'Linux'
WPA2 bug in Network Manager not fixed
June 17th, 2008 · No Comments
Tags: Linux
Passing Browser Check on Luminis 3 with Firefox 2
September 22nd, 2007 · No Comments
Those of you out there who are running an installation of SCT Luminis 3 may have noticed that the browser check always comes up warning you that the browser is unsupported when using Firefox 2, even though all the features seem to be completely supported.
This is due to the fact that the browsercheck javascript does [...]
Tags: Linux · Mac OS X · SCT Luminis · Software · Windows
Office 2007 document types and webservers
May 14th, 2007 · No Comments
Well, over the weekend some of the other sysadmins of the world provided the solution to the Office 2007 file download problems.
It’s all about the mime types. For those of you not in the know, a MIME type is an Internet Standard that is used to help webservers and e-mail servers know what kind of files are being served up and sent out. Check out the Wikipedia article for more.
Tags: Apache · Linux · Windows
Bug in 2.6.19 Kernel
April 15th, 2007 · No Comments
In the process of rebuilding my MythTV box with Gentoo, I found a bug in the 2.6.19 kernel when it comes to using wireless and ndiswrapper for my Linksys WMP54G v.4 PCI card.
When you configure the kernel you normally have to only select CONFIG_NET_RADIO=y and CONFIG_NET_WIRELESS=y.
But with the 2.6.19 kernel I discovered via post on a board that you also need to select one of the wireless chipsets as a module, even if you don’t plan on using it. If you don’t do this then CONFIG_NET_RADIO will still be marked as “n” when the kernel is built even though that isn’t what you selected at config time.
Tags: Linux