advertisement

Listen Print

Wireless Hacking

by Derrick Story
Network Newsletter for 10/07/2003

Dear Reader,

Yes, you can go buy just about anything you'd need at the local computer superstore, and it may even perform as expected. But sometimes, isn't it more satisfying to resurrect an old piece of hardware and give it a purpose in life?

O'Reilly author Rob Flickenger certainly thinks so. This week our wireless guru has rummaged around in the closet and dusted off a few PCs to convert into custom access points (APs). In his article, "Hack #51. Do-It-Yourself Access Point Hardware," Rob says that if you have an Intel 486 or faster hanging around, you can easily use it to extend the range of your wireless network. He shows you some good PC candidates and what you need to do to configure them.

This nifty trick is right out of Rob's latest book, "Wireless Hacks," where he includes an additional 99 industrial strength tips and tools. If you're a wireless aficionado, then this article, and its companion book, should be worth a look.

Until next week,

-Derrick

Derrick Story
O'Reilly Network Managing Editor

To subscribe to the O'Reilly Network newsletter (or other newsletters), visit https://epoch.oreilly.com/account/default.orm and select the newsletters you wish to receive in your user profile (you'll need to log in with your existing O'Reilly Network account -- if you don't yet have an account, you'll need to create one).

To change your newsletter subscription options, please visit https://epoch.oreilly.com/account/default.orm and click the"Manage My Newsletters" link. For assistance, send email to

Featured Articles

Do-It-Yourself Access Point Hardware
Rob Flickenger is back this week with another excerpt from his latest book, the recently released Wireless Hacks. Like the title of this hack says, Rob offers do-it-yourselfers four PC-compatible hardware solutions you can buy--without breaking the bank--to build and run your own custom access point.

The Double Life of Variables
The most basic duality that exists with variables is how the programmer sees them in a totally different way than the computer. When you're typing away in Project Builder, your variables are normal words smashed together, like software titles from the 80s. But when the machine compiles your code, however, it does a little bit of translation. At run time , the computer sees nothing but 1s and 0s. Seth Roby introduces you to this double life of variables.

Fast Picture Previews
Many photographers like to peek at their digital photos before uploading them to their digital shoebox. If you're part of that crowd, here's an easy to use procedure that allows you to preview, and even edit, directly in the Mac finder, even while the pictures are still on your memory card.

Cooking with Active Directory, Part 2
Active Directory Cookbook offers Windows administrators hundreds of troubleshooting recipes for working with AD. This week we're showcasing two more recipes for you to sample: the first is from Chapter 6 ("Users") on modifying an attribute for several users at once; and the second is from Chapter 7 ("Groups") on viewing the nested members of a group.

Manipulating Fixed-Width Integer Data Types
There are many programming situations in which integer size matters. For example, in the process of manipulating memory-mapped I/O registers, embedded programmers who use C or C++ often require fixed-size integer data types that aren't provided by the language standards. Michael Barr takes a new look at this old problem, and he includes a final solution to the issue of naming fixed-width integer data types. Michael is the author of Programming Embedded Systems in C and C++.

Denial-of-Service Attacks
Noel Davis looks at denial-of-service attacks against Apache, OpenSSL, and FreeBSD, and problems in Perl, lsh, Teapop, ProFTPD, TclHttpd, MPlayer, Node, mpg123, and Freesweep.

Cooking with ActionScript, Part 2
This week we conclude our two-part series of excerpts from ActionScript Cookbook with sample recipes on pausing and resuming a sound, saving a local shared object, and searching XML.

Mozile: What You See is What You Edit
Most modern browsers don't allow you to hit "edit" and manipulate content as easily as you view it, WYSIWYG-style. Mozile, which stands for Mozilla Inline Editor, is a new Mozilla plug-in for in-browser editing. This article by Conor Dowling provides an overview of Mozile and what in-browser editing means.

Ant and AppleScript
Tools from the AppleScript and Java communities can help each other create new things. For example, programmers can use Ant to help develop AppleScripts, and AppleScript can help produce Java applications. David Miller shows you how to make it all stick together.

Identifying Audio Files with MusicBrainz
Paul Mison describes one way to use the MusicBrainz database to find missing information about audio tracks.

Taxing Questions: Are Compulsory Licenses a Solution to the P2P Debate?
The concept of compulsory licenses has been hailed by fair use lobbyists as the savior of persecuted file-sharers. This type of agreement would establish a common ground with the major music labels and offer the possibility that all parties might be able to reach an agreement. Miriam Rainsford examines this concept.

Which TiVo Is the Right One for You?
Raffi Krikorian, author of TiVo Hacks, examines the four different TiVo choices available: the Series 1 Stand-alone (SA), the S1 DirecTiVo, the Series 2 SA, and the S2 DirecTiVo. He looks at the pros and cons of each one so you'll know which one is the right one for you; and for the hackers among you, which one is right if you want to hack your TiVo.

SearchAssist: A Portable Search Engine in Java
While server-side Java solves many problems, it's not always available. Besides, there's more to a good UI than HTML can provide. Sometimes an applet can fit the bill. Ashwin Jayaprakash demonstrates a search engine applet designed for portability and power.

XQuery Implementation
Though not yet a W3C Recommendation, XQuery has been around for a long time now. This article looks at the trends in its deployment, and predicts the big opportunity for XQuery in web services integration.

New Books from O'Reilly & Associates

Active Directory Cookbook for Windows Server 2003 & Windows 2000

Windows Server 2003 in a Nutshell

Excel Pocket Guide

ADO.NET Cookbook

Mastering Perl for Bioinformatics

O'Reilly Network Top Five Articles Last Week

  1. Diving into Gcc: OpenBSD and m88k
    Until recently OpenBSD's m88k port used an aging version of the GNU C Compiler, gcc. When an upgrade prevented the port from even compiling, the compiler had to be fixed. How do you track down errors in a compiler, where processor-specific optimizations rule and the debugger doesn't work? Miod Vallat explains the detective work required to fix gcc for OpenBSD's m88k port.

  2. What's on Your Dock?
    A peek into the heads of writers, bloggers, designers, movers, and yes, even shakers, on a quest to find out something crucial about their personalities; their quirks and habits; to delve into their very souls. Yes, you guessed it. We are going to look at their Docks.

  3. Top Ten Digital Photography Tips
    You have a digital camera and have recorded the typical shots of family and friends. Now what? Here are ten tips to make your next batch of digital images so impressive that people will ask: "Hey, what type of camera do you have?" Guess what? It's not the camera.

  4. Which TiVo Is the Right One for You?
    Raffi Krikorian, author of TiVo Hacks, examines the four different TiVo choices available: the Series 1 Stand-alone (SA), the S1 DirecTiVo, the Series 2 SA, and the S2 DirecTiVo. He looks at the pros and cons of each one so you'll know which one is the right one for you; and for the hackers among you, which one is right if you want to hack your TiVo.

  5. Ant and AppleScript
    Tools from the AppleScript and Java communities can help each other create new things. For example, programmers can use Ant to help develop AppleScripts, and AppleScript can help produce Java applications. David Miller shows you how to make it all stick together.


Return to list of Network Newsletters.

Return to the O'Reilly Network.