TinyMCE – Javascript WYSIWYG Content Editor by Moxiecode Systems AB
Hot stuff!

Make a diff!
Since version 0.95, grub supports booting a cascade of fallback kernels if the default kernel doesn’t boot correctly:
Gentoo Wiki: HOWTO Remote Kernel Upgrade
Grub manual: 4.3.2 Booting fallback systems
I hope it will work when needed..
Fine. After years (heck, even decades!) of staring into distorting, flickering, radiating and mirrorlike CRT screens we finally managed to banish those darn things from our desks and to use distortion-free, flicker-free, radiation-free, coated TFT screens instead. Time to put glares and reflections back into the GUI (just try to read the labels on the taskbar)! Hallelujah! ;)
(I bet Microsoft will get back to this once the dust has settled. Apple made a similar experience with Aqua’s transparency effect which was significantly reduced in later versions.)
Nice to know:
Keeping Your SSH Sessions Alive Through Pesky NAT Firewalls — Steve Kehlet’s Pages.
Putty has such a “keep alive” option too (in the “Connection” category). Had to set it to 100 seconds as the according proxy is very restrictive indeed.
..for a rather strange reason like
>>> md5 src_uri ;-) postfix-2.2.5.tar.gz
mind the following:
* You are upgrading from a incompatible version.
* You MUST stop postfix BEFORE install it to your system.
* If you want a minimal downtime, emerge postfix with:
* `FORCE_UPGRADE=1 emerge –buildpkgonly postfix`; then
* `/etc/init.d/postfix stop && emerge –usepkgonly postfix`
* run etc-update or dispatch-conf and merge the configuration files.
* Next /etc/init.d/postfix start
I’ve just installed it on this server. The installation procedure is very admin-friendly: 1.) Create a db 2.) Create a db user 3.) Point the browser to the SugarCRM directory. And it’s amazing how many features SugarCRM offers – probably enough for most SMEs.
ZVON.org hosts some very useful XML-related tutorials, among others:
XML Tutorial
Namespaces Tutorial
DTD Tutorial
XSLT Tutorial
XPath Tutorial
These are great tutorials if you like as-concise-as-possible, example-driven learning approaches (rather than reading dry and highly formal specifications) and need to quickly refresh your know-how about XML-related standards.
Here’s the second, completed part of my list about Mozilla Firefox and Mozilla Thunderbird extensions and hints I find very useful for my daily work (and yours too, possibly ;):
Essential Mozilla Firefox extensions
Web Developer
ScrapBook
Flat Bookmark Editing
savegenpage
DictionarySearch
Duplicate Tab
Bookmarks Synchronizer
miniT (drag+indicator)
Copy Plain Text
undoclosetab (undoclosetab.xpi for FF 1.0.6)
Chinese-English-Japanese Character Hint Bar
Digger
Other hints for Mozilla Firefox:
Essential Mozilla Thunderbird extensions
Enigmail
MinimizeToTray
Virtual Identity
Quote Colors
MessageFaces
Other hints for Mozilla Thunderbird:
A useful Firefox extension for people who would like to share cached “bookmarks” between several workstations:
ScrapBook – Firefox Extension
ScrapBook @ Mozilla Update
BTW I had a similar idea for a long time. My architecture would be more flexible though, allowing any client (not only Firefox), not require any client-side configuration and provide even more useful features. I intend to implement it as soon as time permits as I really miss such a power app. In the meantime, ScrapBook serves as an interim solution.
If you encounter a message like
grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory.
when emerging php, mod_php or elfutils, take a look at the following page for the solution: