It 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.
Tuesday, July 27, 2004
Harmony Remote and Logitech
It 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.
Monday, July 26, 2004
Motorola V3
Touch Screen Smart Watch
Sunday, July 25, 2004
Updating modified php install
There is a new update to php. yum offered to install the update for me, but I couldn't do it since I modified my php installation. I compiled php with mcrypt, so I could use encryption with Maia Mailguard
These are the steps that I use to update php
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
Wednesday, July 21, 2004
google and atom.xml
I have been noticing that Google has been trying to crawl a file named atom.xml, even though I don't have any links to this url.
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]
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]
New domain
I just registered a domain for this blog. I registered paulstimesink.com from Aplus.net, for only $5.95. The main reason that I wanted to do this is to add search to the blog. plog, doesn't have a search functionality (which I think is pretty bad), so I am going to add a google search, since it can be set up to limit results to a certain domain.
I also have created a mod_rewrite rule to automatically forward traffic from www.westbrooks.org/blog to the new domain.
I also have created a mod_rewrite rule to automatically forward traffic from www.westbrooks.org/blog to the new domain.
Tuesday, July 20, 2004
Motorola V710
Friday, July 16, 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.
Thursday, July 15, 2004
tinyurl.com
TinyURL.com is a very cool but very simple service. It will convert long urls to short ones. For example it converts:
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.
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.
cyrus imap ssl
Today, the certificate for my imap server expired, so I had to generate a new one. The problem was that I couldn't remember how I generated it the first time. I looked online to find some instructions, and I found these
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
Wednesday, July 14, 2004
Realtime black lists
Trying to prevent the denial of service and spam attacks that I was getting, I looked into setting up some real time black lists for Postfix. I tried relays.ordb.org and xbl.spamhaus.org. ORDB.org is a black list that only lists verified open relays. The Spamhaus Project has two 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
Date for Alpine iPod device
Belkin PureAV
Monday, July 12, 2004
mail dictionary attacks
It looks like one of the domains that I administer is being dictionary attacked for spam. It looks like it is adistributed attack, where all of the requests are coming from what appears to be zombie machines. The thing that doesn't seem all that smart about the attack is that they are using a first name + last name in the user name.
Sunday, July 11, 2004
Amazing Watch
Saturday, July 10, 2004
New version of Gallery
A new version of Gallery was just released. Gallery is a great web based photo gallery program. It is very easy to creat albums and make photos availble to friends, and they can purchase hard prints of them.
Version 1.4.4 RC-1, has some interesting features. The one that interests me the most is that now gallery has built in rss feed. So now it is very easy to see when a new album is added to the gallery. It is a pretty cool feature, especially for family members who want to keep up with the latest photos.
I am looking forward to gallery 2. I believe that it will be mysql based. Once that is out, I will want to modify NetjukeTiVo to use gallery for displaying photos on my TV.
Version 1.4.4 RC-1, has some interesting features. The one that interests me the most is that now gallery has built in rss feed. So now it is very easy to see when a new album is added to the gallery. It is a pretty cool feature, especially for family members who want to keep up with the latest photos.
I am looking forward to gallery 2. I believe that it will be mysql based. Once that is out, I will want to modify NetjukeTiVo to use gallery for displaying photos on my TV.
Thursday, July 8, 2004
20Gb Hard drive
Backlit TV
If I had an extra $5,500 just burning a hole in my pocket, I could see myself buying one of these
Updated HomePod
GeekTool
- Contents of local text files (using tail)
- Local or remote graphic
- Output of shell command
Tuesday, July 6, 2004
Shuttle's cube computers
Since Shuttle isn't sellling them, I wonder what the prices will be. Also I wonder how loud the internal fan is. I just wish that Shuttle would come out with a convection cooled computer. I would definitely buy one of those.
Squeezebox
One of the best things about this, compared to the other devices of this type, is that the server is open source. There is quite a lot of development on this. Also this sever can be used for streaming to a computer.
It looks like the wired version starts at $199
Network Storage Device
When I looked at the NAS out there they were too expensive. Here is a 80 Gb NAS and print server, for $500. I didn't think that it was worth it, since you can get a computer for that price.
Today I just saw this interesting product. Linksys has their Network Storage Link. The really cool thing about this device is that it is only $80. Here is a review of it. With this, you can attach one or two USB 1 or USB 2 hard drives and put them on your network. It looks like that it uses samba to make the the drives available on the network. Also there is web based administration for the user and permissions. Also, It looks like there is read only access to the files, from the web server.
I wonder if it would be possible to use this device for some of those home mp3 players that get the files from samba shares. I assume that those devices will just use a certain named mount point.
Friday, July 2, 2004
MediaMVP
The MediaMVP is a little device that allows music, photos and video to be streamed from a PC to a TV. It looks like it is based on an enhanced version of VNC, with some media streaming support. It looks like it cost about $100. It does look like the only server is for Windows.
It does looks like there is an open source project that is working on making a server for the MediaMVP. I downloaded the source, and tried building it on my Mac OS X, and it didn't work. It looks like there are some dependancies on some libraries. They should create a configure script to test for these dependancies.
It does looks like there is an open source project that is working on making a server for the MediaMVP. I downloaded the source, and tried building it on my Mac OS X, and it didn't work. It looks like there are some dependancies on some libraries. They should create a configure script to test for these dependancies.
Quiet linux server
Right now this my linux server is running in my garage. I would love to put it somewhere in the house, where I can control the dust, but the main problem with this is the noise of running the server in the house. I don't have any areas that are unreachable by our son, or where we wouldn't mind the noise. (Currently there are 4 fans in the case, as well as two drives.)
A while ago I had a G4 Cube, which was great because it was quiet. Something like that would be great, then I could keep the server in the house some where. Even thought the G4 Cube would be perfect in design elements. I did run a server on a PPC computer, with Yellow Dog Linux, and the main problem was getting installing new software. I had to build most of the software myself, and that was a pain. One major requirement is that I can install all software with rpms, so I want to stick with a Fedora installation.
A while ago I had a G4 Cube, which was great because it was quiet. Something like that would be great, then I could keep the server in the house some where. Even thought the G4 Cube would be perfect in design elements. I did run a server on a PPC computer, with Yellow Dog Linux, and the main problem was getting installing new software. I had to build most of the software myself, and that was a pain. One major requirement is that I can install all software with rpms, so I want to stick with a Fedora installation.
iPod and Alpine
This looks like a very cool product, especially if you already have a Alpine head unit.
Subscribe to:
Posts (Atom)
Mastering Matter: Seamless Smart Home Integration with Network Segmentation
I’ve been intrigued by the idea of integrating devices with Matter for some time. My smart home setup includes a pair of SwitchBot Hubs, som...

-
Over the past few days, I've been immersed in the task of replacing the light switches in our century-old house with Lutron light switch...
-
As I have mentioned before , I have been trying to use the Flock block editor to post to my blogs. Almost everything works, except one maj...
-
Currently if you want to access a calendar with both Google Calendar and iCal, you can only share the calendar one way. So if you want to ...