HOME
Andrew Schwabe's Blog : Macintosh

Lenovo S10-3t Hackintosh Report

First reports are a little frustrating, but I will update this as I go along and find some wins.

boot 132 final + retail 10.6 dvd = hangs at boot of SL disc. Not sure whats up.

boot 132 final + retail 10.5.4 dvd = boots to installer (space screen) and sits at the pinwheel screen indefinitely. I'm going to try some bios changes to see if I can get it to go.

Using the handy old MSI Wind slipstream dvd = installed osx 10.5.4 no worries, nice and smooth. The only problem is, all my kexts = fail.

I thought I had kexts from various places for wifi, touchscreen, and audio, but none of them seem to work yet. The wifi is a broadcom


iPad killer project is underway!

I went ahead and placed my order today for a lenovo s10-3t today from amazon. They say it is in stock, and i'm looking forward to playing with it. My intention (for scientific purposes only! haha) is to set it up as a dual boot with the windows 7 starter that comes installed on it, and mac osx.

» Click Here to read the rest of this post

Lenovo S10-3t netbook hackintosh - iPad Killer?

Lenovo's netbooks have had pretty good press, but they haven't really stood out of the competition... yet. When it comes to building hackintosh netbooks, Dell's mini line has had all the press. Do a few searches, and you will see that there are numerous guides for installing mac osx 10.5 and even 10.6 on dell hardware. This may all change...

» Click Here to read the rest of this post

iPad from Apple... thumbs up or thumbs down ? -or- Another Adobe Flash Crusade

Hmm, can anybody guess what my first question was about the new Apple tablet computer-like-device-thing ?

» Click Here to read the rest of this post

Railo 3.1 Install on Linux -- Caucho security note

Now that Railo 3.1 is out, I think we will see a jump in commercial usage. I have done a few installs on production machines now, and wanted to point out a security note.

By default when you install Railo 3.1 (with caucho) on Linux (prob the same for OSX), it adds the following to your apache httpd.conf file:


LoadModule caucho_module /usr/lib/httpd/modules/mod_caucho.so

ResinConfigServer localhost 6800
CauchoConfigCacheDirectory /tmp
CauchoStatus yes

The bottom one is the problem -- it enables CauchoStatus by default. That means that you can open up a web browser to http://your.host.com/caucho-status and see status info, but there is a lot of detailed info there, including the names of each of the hosts you configured in resin, so people can snoop and see all the railo-enabled sites on that machine. This might also give a would-be-attacker the info they need to plan a DOS attack, SQL injection attack, etc.. especially since they can see how the server is responding to their attacks. Pessimistic, I know, but who can you trust on the Internet anymore ? Kid hackers are emerging just following directions posted online, and some don't even really know what they are doing, but they are causing trouble for you and I. Better to be safe.

So the simple fix is to update your httpd.conf file and set the status option to no:


CauchoStatus no

For those so inclined, check out Nessus, an open source vulnerability scanner, which picked this up on one of our servers.

More Entries