Chumby Webserver Using Upgraded Internal Storage

The Chumby One has an internal SD card offering a fair amount of storage. [Kenneth Finnegan’s] came with a 1 GB card that had about 500 MB left over which he filled with a collection of MP3s. But he wanted to do more and so installed a pre-compiled version of lighttpd to act as a web server. The problem is that this binary requires a thumb drive to be plugged in because it maps the storage directory to the mounted USB folder. He wasn’t happy with that so he upgraded the internal SD card and rolled his own webserver to run from the internal SD card.

The upgrade involved going from a 1 GB to an 8 GB microSD card. In order to run the webserver internally he needed to recompile lighttpd to use a different root directory. This meant setting up an ARM cross-compiler and eventually finding a new place for the start up script. The location change for the ‘lighty’ directory leaves us wondering if a symlink couldn’t have solve the problem without recompilation. But we don’t have the hardware on hand to try this out ourselves.

But if you want to give it a shot, check out [Bunnie’s] post about Chumby-based hardware. Looks like you can head out to the big-box store and have one in hand without shelling out too many clams.

Mac SE Reborn As A Server And Mac Emulator

[Sprite_TM] cooked up an amazing hack by resurrecting a Mac SE using a Dockstar and ARM processor. The retro hardware had a bad mainboard thanks to the corrosive properties of a failed backup-battery. He had been wanting to do something with the Seagate Dockstar and decided it would find a nice home in the Mac. But what fun is a dead machine housing a headless server? To add to the fun he included an ARM processor running a Mac emulator, along with all the bits to make the screen, keyboard, and peripherals work. When the Mac is off the Dockstar still runs as a server.

But one of the best parts is the floppy drive. It still takes floppies, but there’s no magnetic media inside of them anymore. Instead, he’s added an SD card slot and some protoboard in the space for the read head. The drive itself has had the read head transplanted for some pogo pins (hey, we saw those earlier today). When you insert the floppy, the pogo-pins raise up and contact the protoboard, connecting the SD card to a Teensy microcontroller.

There’s so much going on with this project we just can’t cover it all here. Things like a chemical cleaning to return the original color of the classic case, and building a converter so that the peripherals are USB compatible are just some of the pleasures awaiting you in [Sprite_TM’s] post. He’s also filmed a demo video that we’ve embedded after the break.

Continue reading “Mac SE Reborn As A Server And Mac Emulator”

Server Enclosure From 22 Rolls Of Tape

Who needs metal, wood, or acrylic if you are talented with duct tape? This server is housed in a 20-sided enclosure made entirely of duct tape, 22 rolls of it. A team of seven completed the project after eight build session over the course of about ten days. It’s currently in use at this year’s MillionManLan 9 as confirmed by this incredibly boring live feed.

However whimsical, we do appreciate the build process. Tubes are rolled until they reach the specified thickness, then cut to length on a chop saw. More sticky stuff is applied to the joints and piece by piece the frame comes together. From the diagram laying off to the side in one of the pictures it looks like they did the smart thing by designing this in CAD before getting their hands dirty sticky.

Arduino Webserver

The Arduino platform should be perfect for throwing together a lightweight webserver because of the availability of quality shields that take care of the hardware for you. As [Ovidiu Predescu] found, there are a few hiccups along the way and he’s put together a guide that covers the workarounds. Specifically, using an Ethernet shield and data logging shield at the same time produces a bus conflict which he sidesteps by cutting the CS pin trace on the data logging board and moving it to a different pin. There is also a bug with one of the chips on the Ethernet shield that is fixed using a similar method. So if you’re not just going to etch your own webserver hardware maybe this is the next best thing.

Server Not As Think As You Drunk It Is

server-in-whiskey-bottle

[Janos] pulled off a unique case mod by fitting a computer system inside of a whiskey bottle. Inside you’ll find a 733MHz processor, 256MB of ram, a 40GB hard drive, and a 60 watt power supply. The specs seem a little light but since this mod is from 2006 we certainly understand. Using the right server software this will still keep up with today’s demands.

It sounds like the hardest part was putting holes in the bottle. After a few failed attempts, [Janos] found a professional glass grinder to cut the openings for him.

The whole thing was running a little hot and instead of filling the bottle with oil (oh, how we wish he had) he added a second fan in the bottle’s neck and drilled some air intake holes. This brought the temperature under control while preserving the boozy look of this creative enclosure.

[via Lifehacker]

A Linux Server That Tweets Power Changes

apcupsd_twitter

Twitter has been used for lots of experiments, both useful and just for fun. [FIRESTORM_v1] sent in his project that falls under the useful category. When he wanted a way to monitor his server’s power statistics, Twitter was a logical choice. Similar to the Tweet-a-Watt, he wrote a script that posts messages from APCUPSd to a Twitter account that he follows, and gets the updates on his phone. [FIRESTORM_v1] documents all of the scripts he used and the steps to get your server up and tweeting.

Googles Servers Revealed

googleservermedium

We’ve often wondered what kind of hardware the giant of the internet, Google, used to handle it’s data. They’ve recently revealed what their main workhorses are. It’s a custom motherboard made by Gigabyte with two processors, and eight RAM slots. The main point of interest on these is the fact that each server and piece of network equipment has it’s own battery backup. This may add a little money in the initial cost of the unit, but apparently it is a much more efficient way of handling power. Be sure to click over to the site and check out the shipping container setup that they use. Each container has 1,160 servers. They aren’t the only ones using this method. Microsoft has adopted it for their newer facilities and Sun has done some extensive testing on how these portable facilities handle earthquakes. You can see the quake test after the break.

Continue reading “Googles Servers Revealed”