First, you need to understand the concepts involved here:
We'll be using DD-WRT, third-party firmware for numerous routers, to turn our Linksys into a bridge. What's DD-WRT?
So let's get started.
I've helped a friend's son get his Xbox fix by employing this hack. (His Xbox is too far from the wireless signal when it's attached to the TV.) And now a local Boy Scout troop gets to reap the benefits when I extend the church's wireless network for them to one of our outbuildings.
The best general purpose gluten-free flour I've found is Sylvan Border Farm General-Purpose Flour. (You can order it from this link, or I've found it at Amazon in a "case" containing three small bags.)
Use it in place of regular flour for things such as:
Each bag contains gluten-free baking tips and recipes.
NOTE: Don't use the general-purpose flour for bread. Sylvan Border Farm has a special flour for bread.
It was impossible for me to activate my new Verizon Wireless MiFi following the terrible instructions provided by Verizon. It appears the version of VZAccess Manager (software stored on your MiFi used to activate it) is incompatible with Snow Leopard (Mac OS X 10.6). You have to download a new version from Verizon's website to get it to work.
VZAccess Manager software for 10.6 (You'll have to enter your MiFi's phone number, which you can actually get off the WRONG version of VZAccess Manager, but you have to install the wrong version first.)
Before installing the new version of VZAccess Manager, you need to uninstall the old version. The uninstall option is under the VZAccess Manager menu, if I remember correctly.
Somewhere along the way, while fussing with the wrong version of VZAccess Manager, something (I think from the cell tower) started updating the MiFi, and it activated on its own, without my credit card info and without my name and address. Geesh. Have to call into them this morning and pass that along.
If you run a website with Drupal content, you understand the need to run cron periodically (http://yoursitename/cron.php). Some hosting companies won't allow cron jobs on their servers, leaving you in a bind.
If you have a Mac sitting around that's awake at a certain time every day, just have it and its built-in scheduling system, launchd, do the job for you.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.darla.cron</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/curl</string>
<string>--connect-timeout</string>
<string>10</string>
<string>http://www.someurl.com/cron.php</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>8</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
</dict>
</plist>
<string>com.darla.cron</string><string>http://www.someurl.com/cron.php</string> <dict>
<key>Hour</key>
<integer>8</integer>
<key>Minute</key>
<integer>0</integer>
</dict>launchctl loadWhat does the above plist do? It invokes the Mac's scheduling system, launchd, at a specified time, and tells it to access a certain URL (link) via the curl command. That's all. Drupal has a built-in web page, cron.php, which performs certain maintenance tasks for your Drupal site. You could access the URL manually yourself once a day (or several times a day, depending on how active a site you maintain), but automation is so much more geeky.
I've read a few articles and heard a podcast indicating everyone should stop eating gluten (wheat flour, barley flour, etc.), because our bodies weren't made to process it. I don't eat it because it's apparently a migraine trigger. I find I miss it a lot less than I thought I would, although avoiding it is a pain.
Every now and then you have a hankering for something, like biscuits and gravy, and those items just don't make an appearance on a standard gluten-free menu. But these gluten-free biscuits are good and easy to make. They look good, too.
And to top them off, just make Bill's Sausage Gravy, and modify the recipe thusly:
Yummy.
I already have an iPhone with AT&T's 3G network. The network speeds where I live are great, but when we trek out to the east coast to where the brat lives, her 3G speeds are awful. In addition, the 3G networks between here and there are few and far between, so it's a lot of EDGE.
So why not kill two birds with one stone? Get a Verizon MiFi and a WiFi Apple Tablet. The MiFi is on its way (1 cent from Amazon). Too bad I can't order a tablet yet.
I just can't understand the reasoning behind the choice of the official name for the Apple Tablet. (I like Andy Ihnatko's name for it during the rumor phase: The RAT or Rumored Apple Tablet.) Are those in charge of Apple so urbane and sophisticated they call "those things" feminine napkins?? It never occurred to them the name was harshly, grossly wrong?
I'm calling it the Apple Tablet.