Finally, I bought my Logitech MX510 mouse. Works fine, even with Linux (no driver installation or kernel patching required at all, using the latest 2.6.8.1 kernel)! Thanks to the friendly staff at portable-shop who let me test Linux support in the shop at Jelmoli – I guess they were pretty curious to see Gentoo Linux running on a TabletPC :)
De-spamming using MTB
BTW I strongly recommend to make use of the new de-spamming feature in MTB 2.x:
Instead of just deleting a spam comment on your blog, rather click on the comment’s de-spam link (displayed at the bottom of the comment in the admin interface) or on the according de-spam link in your comment notification e-mail message. The latter is probably the most convenient way to report a spam comment to the master blacklist. See Neil’s World – MT-Blacklist 2.0 RC6 Screenshots for some more information.
Spam is a distributed problem. Fighting spam is a community effort.
Symlink unterstützt Firefox 1.0 Livemarks
Uh.. I almost forgot to blog about
symlink.ch | Symlink unterstützt Firefox 1.0 Livemarks :)
Soon, there will be a Firefox 1.0 preview..
Mozilla Thunderbird and line wrapping
For the logs and Google: I just found out that Mozilla Thunderbird is pretty clever at handling line wrapping:
“To start with, Thunderbird/Mozilla is pretty cool because it really understands the text/plain; format=flowed content type. This means that you type paragraphs as one big line but the email gets sent with paragraphs wrapped at (something like) 72 characters. And then when you view it again, the line wrapping gets removed and paragraphs flow depending on the size of the viewer pane.”
(Source: madbean.com)
SpeedswitchXP
CPU frequency control for notebooks running Windows XP:
Unlicensed Mobile Access
“Every journey begins with a single step” – seamless roaming between WLAN, Bluetooth and GSM/GPRS :)
Microsoft: scan for spyware before downloading SP2
Computerworld – Microsoft: scan for spyware before downloading SP2
Valid point. Two free spyware scanners (that hopefully don’t ship with spyware themselves ;):
Dasher project
A very cool new text-entry interface:
Inference Group: Dasher Project: Home
It’s exactly the kind of projects I like most – those with great ideas behind :)
Nuclear Elephant: DSPAM
Probably even better than SpamAssassin and certainly more promising than Postgrey (proof that not everything developed at ETH is as sophisticated as people commonly assume ;)
Courier-IMAP and “Server XY has disconnected” error messages
If you often encounter error messages like
“Server your_imap.server.org has disconnected. The server may have gone down or there may be a network problem.”
when trying to access Courier-IMAP from an IMAP client (e.g. Mozilla Thunderbird), there are two approaches to solve the problem:
(I) “The real fix”
By default, Courier-IMAP only allows 4 concurrent connections per IP address for clients accessing it. Usually, this isn’t sufficient for modern IMAP clients which cache several connections and hence try to keep several connections opened in parallel. For example, the popular (and recommendable) Mozilla Thunderbird mail client tries to cache 5 IMAP connections by default, exceeding the number of connections allowed by Courier-IMAP by one. This causes several problems, apart from the one mentioned above, Thunderbird may be slow or have trouble to successfully display new e-mail messages at all (i.e. it only displays a white page instead of the content). Now, fixing this isn’t difficult, as long as you have root access to your IMAP server:
1. Edit the configuration file of Courier-IMAP (in my case that’s /etc/courier-imap/imapd) and increase the value of the MAXPERIP setting. For example, I increased MAXPERIP from 4 to 20 (which works fine for me so far):
##NAME: MAXPERIP:0 # # Maximum number of connections to accept from the same IP address MAXPERIP=20
Note that you do not need to add MAXPERIP to the Courier-IMAP-SSL configuration file (/etc/courier-imap/imapd-ssl on my box) as options in the imapd-ssl configuration file augment the options in the imapd configuration file.
2. Then restart your Courier-IMAP server(s). If you run Gentoo like me, just execute
# /etc/init.d/courier-imapd-ssl restart
(and ‘/etc/init.d/courier-imapd restart’ if you also run a non-encrypted IMAP server)
(II) “The workaround fix”
The above “real fix” (I call it the “real” one as Courier-IMAP’s default setting of MAXPERIP=4 is too restrictive nowadays indeed) is only applicable if you have administrator rights on your IMAP server. If you don’t have, you may either want to contact your server’s administrator or decrease the number of concurrently cached IMAP connection in your IMAP client. E.g. for Mozilla Thunderbird, do the following:
1. Open “Tools -> Account Settings…”
2. Select the “Server Settings” of your IMAP account
3. Open the advanced settings dialog by clicking on the “Advanced…” button
4. Lower the “Maximum number of server connections to cache” from 5 (default) to e.g. 2
(For other IMAP mail clients, change the settings accordingly)
BTW If you use Microsoft Outlook, consider setting your mail options according to the following Outlook quoting recommendations (PDF, 225 KB) or rather switch to a better mail client (e.g. Mozilla Thunderbird, Evolution, KMail, .. almost anything but Outlook will do it ;)
See also the following post by Omar Shahine (Architect of MS Entourage‘s IMAP support) on IMAP, Thunderbird, and mail clients: Entourage earns an A-, Outlook a D+, Outlook Express a C, Windows Eudora a F and Mozilla Thunderbird a B+ :) His executive summary:
“Thunderbird is an almost perfect IMAP client for Windows. If you use IMAP, this is the product for you.”
In any case, have fun! :)