Linux Web Development Tools


Download Squad has been publishing an informative series on switching to Linux, and their latest article is about the benefits of web tools on Linux.

HTML editors like Bluefish and Quanta do not have all the features of Dreamweaver, but with many modern CMSes these features aren’t really necessary.

Other benefits include testing out web pages on your Linux home environment, and adding webhosts as remote locations. This makes management, testing, and deployment easier, and can eliminate the need for FTP software.

Bear in mind that the article is only the first part of an ongoing series on Linux web tools, which is itself part of a larger series about switching to Linux.

Using Multiple Browsers For Security


[Rich] over at Securosis takes us through some of his browser paranoia exercises. He uses different browser profiles for different types of web activities. Based on potential risk, various tasks are separated to protect from CSRF attacks and more. Everyday browsing with low risk passwords is done in one. RSS reading with no passwords is done in another. He runs his personal blog in a browser dedicated just to that.

For high risk research, he uses virtual machines to further minimize any potential nasty code getting through. Very high risk sites are browsed through a non-persistent read-only Linux virtual machine. While these techniques can be less effective if the entire OS is comprised, they can still provide a few layers of additional security.

Fellow browser paranoia sufferers may want to consider Firefox plug-ins like NoScript and memory protection from Diehard.

How-To: Super Simple Serial Terminal

This hack shows how to make a dumb terminal out of a keyboard, LCD screen, and an 8-bit microcontroller. From time to time, a portable dumb terminal can be handy for when you have to rescue a headless server that’s acting up or if you are building a minicomputer out of a WRT, or if you just want to learn how to run a keyboard and LCD screen with a microcontroller. This super simple serial terminal will use RS-232 to control a headless linux system. Additionally, you might want to check into some of the command line interface programs that allow web browsing, AIM and IRC chatting and more directly from the terminal, but nothing beats being able to track your pizzas with this device.

The Linux system in question here will be Linux Mint. It’s a young distro based on Ubuntu that’s gaining a lot of attention lately, though the principles can be used for other Linux distros.

Continue reading “How-To: Super Simple Serial Terminal”

IKEA Linux Cluster


Building a render cluster doesn’t mean you have to spend a lot of money, even if you’re buying brand new hardware. [Janne] built this 6 unit cluster inside of a 6 drawer IKEA Helmer cabinet. He wanted the cluster to be low power and low cost. After finding a good price on 6 65nm Intel Core 2 CPUs, he found 6 cheap Gigabyte motherboards. The memory on each board was maxed at 8GB. With 24 2.4GHz cores consuming 400W, the power consumption and cost isn’t much more than a high end PC. Each board is running Fedora 8 and mounts an NFS share. Dr Queue is used to manage the render farm’s processes. [Janne] says jobs that previously took all night now only require about 10-12 minutes. The estimated capacity is 186Gflops, but plans are already in motion for a12Tflop version.

His site also has plans for an underwater camera housing like our recent post. If you want to see more IKEA abuse, check out IKEA Hacker, even if it’s not very technical.

[via Hackzine]

[UPDATE: yep, we duped ourselves]

Google Android Application Challenge Winners

The Google Android team recently launched a challenge to encourage development for their new cellphone based platform. Part of the first phase was to narrow down the 1,788 submissions to the best 50 application ideas. They’ve posted the complete list of winners on their website and put together a little slide show(PDF) as well. As part of the challenge some $10,000,000 is up for grabs from Google.

We browsed through the list and found a lot of social this and family that; nothing overly exciting honestly. There were a few interesting application ideas in there though:

  1. BioWallet – Biometric authentication system that uses iris identification.
  2. Talkplay – Video and voice message system, see and talk to your friends while on the go.
  3. Writing Pad – A unique way to enter text into your phone where common words are replaced by simple strokes.

The Android platform will probably cause the largest adoption of Linux based cellphones yet. We can’t wait to see what the homebrew community does with the platform and so much development for an unlaunched phone is amazing. Apple seems to go out of their way to lock us out, where this platform couldn’t be more open. With 3G support, WiFi, SQlite, Virtual Machines, GPS and much more what’s not to like.

Have any of you experimented with the Android SDK?

[via LinuxDevices]

Raid Your Network File Shares


[Motoma] sent in his take on the virtual RAID 5 post. He didn’t like the layered system requirements, so he put together a proof of concept that only requires a Linux box. For his proof, he used a NFS share, a SMB share and did everything from the command line. He didn’t cover FTP, but the Gentoo wiki has a nice cheat sheet for mounting FTP and folders over SSH if you want some alternatives. He uses some very interesting partition tricks to make things happen. If you need some help to get things rolling, the Ubuntu forums software raid how-to is a good place to start.