Reblogged from http://www.suspectdevices.com/blahg/arm/my-33-linux-box/

The dorkbotPDX mailing list recently posted a link to a 25 dollar arm linux based nas called the PogoPlug. It was pink and ugly but it was $33 with shipping, so I bought one. It was stashed conspicuously under the rug by the nice people at UPS yesterday after I signed a slip saying they could leave it.
Using the thing was scary. I plugged it in but it didn't show up anywhere. When I went to the pogo plug site they told me to download their software and when I did I was able to enable any disk that I plugged into it and then i could let it sync and share my personal files with some cloud thing in the wild blue yonder. This wasn't done in any transparent and secure-able way but through a software wedge that made the thing show up as a drive locally. The scariest thing was that when I logged into the web site it was able to figure out where my device was (I assume because it was on the same lan as the computer I logged in from) reset the password and enable ssh on the weird looking box. Yeah it cut a hole into my lan.
There was only one thing to do with the scary pink beast. Name it Bradley and put another operating system on it.
So, after figuring out which particular pogo plug I had, I dug up a flash drive and followed the bouncing prompt from http://archlinuxarm.org/platforms/armv6/pogoplug-provideov3 and less than an hour later I had a relatively usable linux box.
Now to figure out what to do with it.
Comments
How to get rid of it !?!
The PogoPlug software was still running. Fortunately it installs and runs within the /Applications/Pogoplug.app directory. Once you kill it you can drag the app into the trash and empty it.
bragg:~ don$ ps -ef|grep ogo
503 4673 596 0 0:00.49 ?? 0:00.70 /Applications/Pogoplug.app/Contents/Library/LoginItems/PogoplugMonitor.app/Contents/MacOS/PogoplugMonitor -psn_0_1954269
503 4678 4673 0 0:00.00 ?? 0:00.00 (pogoplugfs)
503 4679 596 0 0:01.55 ?? 0:06.17 /Applications/Pogoplug.app/Contents/Library/LoginItems/PogoplugRemoteAccess.app/Contents/MacOS/PogoplugRemoteAccess -psn_0_1966560
503 4956 4673 0 0:00.00 ?? 0:00.00 (pogoplugfs)
503 4958 4673 0 0:00.00 ?? 0:00.00 (pogoplugfs)
503 4959 4673 0 0:00.00 ?? 0:00.00 (pogoplugfs)
bragg:~ don$ killall PogoplugMonitor
bragg:~ don$ killall PogoplugRemoteAccess
Or just ignore the pogoplug stuff entirely
Best way to go is to just ignore all the Pogoplug software entirely. Figure out the IP from your router (it's going to try and use DHCP, assuming you have it enabled -- you can find the MAC address to verify which device it is on the bottom of the base). Just get that, ssh in as root (there's no password by default) and then proceed with the instructions on the Archlinuxarm.org site. Easy as that.
(posting this here for anyone else who happened to get one of these -- clearly you've already gotten past the ugly bits ;~)