This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.
| « | January 2006 | » | ||||
|---|---|---|---|---|---|---|
| Su | Mo | Tu | We | Th | Fr | Sa |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 | ||||
links for August 27, 2008
Windows Media Center
links for August 21, 2008
AAC, SqueezeCenter and Windows Home Server
Posting daily activity
links for August 20, 2008
links for August 18, 2008
links for August 17, 2008
WHS Download Manager
email security
I can never remember the smtp commands when I am trying to test out a change to my mail servers. This page gives examples of sending smtp commands through telnet.
One thing that is missing is that when testing authenticated smtp connections, you need to replace HELO with EHLO
Technorati Tags: smtp, system admin
We are staying in a Residence Inn for a while, and they claim to have high-speed internet in each room. They are accomplishing this by making a 802.11b network available to all the rooms.
Is there a minimum definition of what can be considered high-speed internet connection? This network connection is pretty slow. The ping times from here to google.com, are in the 1000 - 2000 ms range, which is pretty poor.
(More)
We are staying in a place, for a little while, that has a 802.11 network. I wanted to try to bring our Vonage ATA with us, so we could still receive phone calls.
I brought a Airport Express, thinking that I could use it to be a gateway from the wireless network to the Vonage ATA. Unfortunatelly, this doesn't work. Even though you can share a wired connection with wireless clients, when you set up the Airport Express to get it's network connection as a Wireless client, it disables the Ethernet port.
I assume that this is is because they don't want to take market from the Airport Extreme.
Technorati Tags: Airport Express
When I set up the mail server, I had some interesting problems.
Fedora Core 2 comes with Sendmail installed by default. I like using Postfix, so installed a Postfix and redhat-switch-mail. I ran redhat-switch-mail, and switch the MTA to Postfix. I then configured Postfix to only not relay mail spam mail, and only accept mail for our domains.
When I started Postfix, I noticed that a bunch of spam messages were getting through and being relayed. I immediately shutdown Postfix so I could figure out what was going on. It looks like the redhat-switch-mail program didn't actually removed the Sendmail xinit.d file. So the Sendmail was accepting messages without any filtering, and was forwarding it to Postfix. I immediately disabled this script.
(More)
I finally got around to taking a picture of our Sentra with the new springs. I'd have to say, I really do like the way that the car handles now.
(More)
I finally moved the rest of my sites from the server in our house to an external VPS. Now when we move, all of the sites will be available.
When moving this blog, I did have to deal with the difference in mysql version number as I did before, but I found out that if you specify --skip-opt, the output is more compatible with versions of mysql earlier than 4.1.
(More)
Some people are considering iTunes to be malware for the MiniStore feature of iTunes 6.0.2. They say that it is a violation of privacy that iTunes is sending information about your music to external servers. This happens even if you are not explicitly in the iTunes Music Store.
There doesn't appear to be any personal information, other than the currently selected tracks, sent to the servers. I can think that there should be an option that the user could set to disable this feature. I personally, will leave this feature enabled. In fact, I want the recommendations to show for the currently playing track, and not just the currently selected track.
(More)
Linksys is coming out with a network DVD player that supports HD DVDs (in Windows Media Video format) and music files. It has a 802.11g connection to access the video and audio files. In addition, it can access the Internet to access online weather forecasts, games and Video-On Demand.
It looks like it used to be the KISS DP-600, I assume that Linksys just bought it. Unfortunately, it looks like this is only available in Europe.
Technorati Tags: DP-600, Linksys
I listened to the Geek News Central podcast recapping CES, and it mentioned Oyster Speakers. It sounds like they will be coming out with speakers that will get the audio from a 802.11 signal. They mentioned that it is possible to use them as a stereo setup, or in a surround sound system.
They mentioned that the speakers would be available later in 2006, and would be about $500 for a pair. This would be a lot cheaper than the Polk Netstreams speakers.
Technorati Tags: 802.11, Netstreams, Oyster Speakers, speakers
This page has some good instructions for securing a MySQL installation.
Technorati Tags: mysql, security
I am hoping that Apple announces a new Mac mini, that comes with FrontRow installed. Since I have decide to move most of the external facing services from my server at home to a VPS, the main thing that my server is being used for is hosting my music.
If Apple announces a Mac mini that comes with FrontRow, I would go out and buy one and put all of my music on it and connect it to my TV. Also, the DVI connection and the 1920 x 1200 resolution, would allow videos to look great.
Technorati Tags: FrontRow, Mac mini
Transitioning between different mail servers is very easy when using IMAP. All that you need to do is to configure your mail client for both accounts, and then just drag the mail messages and folders between the two.
I did this to move the mail to the new server, and I noticed some interesting things in Mail.app when transferring these messages.
In the process of moving to a Fedora Core 2 server, I have had to move some databases from one machine to another. At first, I tried to just copy the database files, and then restart mysql. This didn't work. I then realized that Fedora Core 2 has version 3.23 of mysql, while Fedora Core 4 has version 4.1.
I then tried to run mysqldump, and then run that .sql file on Fedora Core 2, but I kept getting messages like this:
ERROR 1064 at line 21: You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=latin1' at line 11
I was able to work around this by removing the "ENGINE=MyISAM DEFAULT CHARSET=latin1" string from each of the CREATE TABLE commands. I knew that this wouldn't cause a problem since in mysql version 3.23 and later MyISAM was the default engine type.
Technorati Tags: Fedora, mysql
It has been a long time since I configured cyrus imap. I found these instructions that worked pretty well.
Also, a while ago I posted some instructions that I used to setup ssl for imap. I just found that the cyrus-imapd rpm includes a Makefile that can create the ssl certs.
Technorati Tags: cyrus imapd
I am in the process of setting up a VPS to host my web and mail server. With Tektonic, the latest version of Fedora that is available is Fedora Core 2. The version of db4 that was included with Fedora Core 2 had a problem with non Intel CPUs. Bug 91933 at Red Hat's Bugzilla system describes this problem.
This bug report also has a work around. It requires rebuilding db4 with
spec file that doesn't use posix mutexes.
Here is the spec file
Here is a patch file
Here is a needed wrapper script.
This
work is licensed under a
Creative Commons License.
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
January 2004
Links [66]

Computer [758]

Electronics [202]

Blogging [112]

Phone [45]

Cars [64]

Gadgets [62]

Family [13]

General [133]

Games [26]

moblog [4]

Hardware [19]

Third Time Dad
Engadget
Autoblog
Geek News Central
Jessica's Blog
atmaspheric | endeavors
Paint the Tiger • Carve the Swan
TiVoBlog
SuperJason's Personal Blog
Forever Geek
sprocket i/o
Slacy's Blog