27 Jul, 2004
Harmony Remote and Logitech
The harmony remote is the best universal remote that I have used. It has hard buttons, so it is a lot easier to use than the Philips Pronto remotes (which I have owned also). You connect it to your computer, and use their web based interface to program it. It work great with Mac OS XIt looks like Harmony was bought by Logitech. When you go to the harmony web site at http://www.harmonyremote.com, the browser gets redirected to http://www.logitech.com/harmony.
26 Jul, 2004
Motorola V3

Engaget has a post on this great phone. It is just 14mm thick, with a case made of titanium. It has a builtin camera phone, Bluetooth, a 4096 color external LCD, and a 26,000 color main display.
If this works with Apple's iSync, this will be the best phone that I have seend
26 Jul, 2004
Touch Screen Smart Watch
The Tissot High T Touch Screen watch is a very cool watch. It receives personal content such as appointment reminders, or Instant Messages. It has a touch screen to interact with the interface. It costs about $725, and that includes 6 months of service.
25 Jul, 2004
Updating modified php install
These are the steps that I use to update php
- Download the source rpm from Red Hat
- rpm -Uvh php-*.src.rpm
- cd /usr/src/redhat/SPECS/
- edit php.spec to include "--with-mcrypt "
- rpmbuild -ba php.spec
- cd /usr/src/redhat/RPMS/i386
- rpm -Uvh php*.rpm
- restart apache
21 Jul, 2004
google and atom.xml
64.68.84.9 - - [21/Jul/2004:23:01:17 -0700] "GET /atom.xml HTTP/1.0" 404 1085 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
I believe that atom is Google's replacement for rss.
Since plog has the atom feed at /rss.php?blogId=2&profile=atom, I wrote a rewrite rule so my atom feed will be crawled by Google.
RewriteEngine on
RewriteRule ^/atom.xml$ /rss.php?blogId=2&profile=atom [L,R]
21 Jul, 2004
New domain
I also have created a mod_rewrite rule to automatically forward traffic from www.westbrooks.org/blog to the new domain.
20 Jul, 2004
Motorola V710
16 Jul, 2004
Motorola Bluetooth adapter
I will buy one of these for my T720, if I can verify that when using the bluetooth adapter it works with iSync. The phone currently work with iSync with the USB data cable. Also, if I bought it, I would think about buying the BlueTooth Car Kit. It does look like the car kit will only work with the V600 and the Timeport 270c. Maybe iw will work with my T720.
15 Jul, 2004
tinyurl.com
to:
Right now the service is free, but I could see themputting ads into it. For example, when clicking on one of the tinyurl.com links, it could put the linked content into a frame, with ads around it.
15 Jul, 2004
cyrus imap ssl
openssl req -new -nodes -out req.pem -keyout key.pem
openssl rsa -in key.pem -out new.key.pem
openssl x509 -in req.pem -out ca-cert -req
-signkey new.key.pem -days 999
mkdir /var/imap
cp new.key.pem /var/imap/server.pem
rm new.key.pem
cat ca-cert >> /var/imap/server.pem
chown cyrus:mail /var/imap/server.pem
chmod 600 /var/imap/server.pem # Your key should be protected
echo tls_ca_file: /var/imap/server.pem >> /etc/imapd.conf
echo tls_cert_file: /var/imap/server.pem >> /etc/imapd.conf
openssl rsa -in key.pem -out new.key.pem
openssl x509 -in req.pem -out ca-cert -req
-signkey new.key.pem -days 999
mkdir /var/imap
cp new.key.pem /var/imap/server.pem
rm new.key.pem
cat ca-cert >> /var/imap/server.pem
chown cyrus:mail /var/imap/server.pem
chmod 600 /var/imap/server.pem # Your key should be protected
echo tls_ca_file: /var/imap/server.pem >> /etc/imapd.conf
echo tls_cert_file: /var/imap/server.pem >> /etc/imapd.conf
echo tls_key_file: /var/imap/server.pem >> /etc/imapd.conf
14 Jul, 2004
Realtime black lists
- xbl.spamhaus.org lists machines that have illegal 3rd party exploits, like proxies, worms and trojan exploits.
- sbl.spamhaus.org lists machines that have been verified UBE sources
14 Jul, 2004
Date for Alpine iPod device
A while ago I wrote a post about Alpine's iPod interface. Gizmodo posted an article stating that Alpine has announced their availibility date for the KCA-420i. It will be avalable in late September.
14 Jul, 2004
Belkin PureAV
Gizmodo had a post about a new digital audio receiver. Belkin is coming out with their PureAV Wireless Digital Audio Receiver at the end of this year. It look like this will be pretty cheap at $130. It has 802.11b and it will stream mp3s from the local network. Also it will play internet radio without a computer being on.
12 Jul, 2004
mail dictionary attacks
(More)
11 Jul, 2004
Amazing Watch
I just saw this Tag Heuer Monoco V4 watch mentioned in the latest Popular Science. This is a beautiful watch is driven by an interesting mechanism. It uses 13 half-millimeter-wide synthetic belts. They drive metal wheels that rotate on microball races. The watch is powered as you move your wrist. It looks like it will keep a charge for up to 50 hours when the watch is not being worn.