<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>www.xbsd.nl</title>
 <link href="http://www.xbsd.nl/atom.xml" rel="self"/>
 <link href="http://www.xbsd.nl"/>
 <updated>2023-08-15T09:11:06+00:00</updated>
 <id>www.xbsd.nl</id>

 
 <entry>
   <title>PL2303 Serial USB updated for OSX 10.8.4</title>
   <link href="http://www.xbsd.nl/2013/07/pl2303-serial-usb-updated-for-osx-1084.html"/>
   <updated>2013-07-25T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2013/07/pl2303-serial-usb-updated-for-osx-1084</id>
   <content type="html">&lt;p&gt;A while a go I compiled and packaged an &lt;a href=&quot;http://www.xbsd.nl/2011/07/pl2303-serial-usb-on-osx-lion.html&quot;&gt;OS X kernel extension for PL2303 Serial USB adapters&lt;/a&gt;. It’s nice to see that a lot of people are still using it.  I’ve received some feedback that the kext may not work on (fresh) OS X 10.8.4 systems. For those, I’ve compiled a new kext for which I would love to hear if it works on 10.8.4. You can download the new version from the URL below.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.xbsd.nl/pub/osx-pl2303.kext_1084.tgz&quot;&gt;http://www.xbsd.nl/pub/osx-pl2303.kext_1084.tgz&lt;/a&gt;&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Add a file extension to Vim syntax highlighting</title>
   <link href="http://www.xbsd.nl/2013/01/add-a-file-extension-to-vim-syntax-highlighting.html"/>
   <updated>2013-01-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2013/01/add-a-file-extension-to-vim-syntax-highlighting</id>
   <content type="html">&lt;p&gt;If you use Vim’s syntax highligting you may notice that not all files get correct highlighting, when opened in Vim. To quickly add a file extension to Vim, you can add the extension to your ~/.vimrc file.&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;syntax on
filetype on
autocmd BufNewFile,BufRead *.pp set filetype=ruby
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In the example above, files with a ‘.pp’ extension get ruby syntax highlighting.
See ‘:help autocmd’ in Vim for details on autocmd.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Natural scrolling in Linux</title>
   <link href="http://www.xbsd.nl/2012/12/natural-scrolling-in-linux.html"/>
   <updated>2012-12-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2012/12/natural-scrolling-in-linux</id>
   <content type="html">&lt;p&gt;Here’s a quick one on setting up Natural scrolling (a Multi-touch gesture from Apple &lt;a href=&quot;http://www.apple.com/osx/what-is/gestures.html&quot;&gt;OS X&lt;/a&gt;) on Linux. A mix of Natural- and Reversed-scrolling can be annoying when working on both Linux and OS X systems.&lt;/p&gt;

&lt;p&gt;Add the following to your ~/.Xmodmap:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;pointer = 1 2 3 5 4 7 6 8 9 10 11 12
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Reload Xmodmap by a ‘xmodmap ~/.Xmodmap’ or by restarting X.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Plus addressing with Postfix</title>
   <link href="http://www.xbsd.nl/2012/05/plus-addressing-with-postfix.html"/>
   <updated>2012-05-01T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2012/05/plus-addressing-with-postfix</id>
   <content type="html">Using &quot;user+foo@example.com&quot; style addresses seems to be disabled in Postfix by default. One single parameter called the recipient_delimiter parameter needs to be set to make use of this kind of addressing in Postfix. Just add this to the main.cf file and reload Postfix:
&lt;pre&gt;recipient_delimiter = +&lt;/pre&gt;
Alternatively, some other characters like '-' or '_' can be used here.

Nice to know when using .forward files in email-delivery; When using a&quot;user+foo@example.com&quot; style address, the system will first check if there is a .forward+foo file before checking for a .forward file.

&amp;nbsp;
</content>
 </entry>
 
 <entry>
   <title>Prepare for RHCE Certification</title>
   <link href="http://www.xbsd.nl/2012/04/prepare-voor-rhce-certification.html"/>
   <updated>2012-04-10T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2012/04/prepare-voor-rhce-certification</id>
   <content type="html">&lt;p&gt;
Red Hat's RHCE certification is one of the most popular certifications in the IT market at the moment. There are different method in preparing for both the RHCSA en RHCE exams. Which works best depends on the individual.I decided to go for self-study, using several study resources. In this post, I'll describe the resources I've used in preparation for the Red Hat ex200 and ex300 exams. And yes, I've passed both exams with a very decent score, which makes this a proven method of preparation ;-).
&lt;/p&gt;

&lt;p&gt;
For starters, the objectives for both&lt;a href=&quot;http://www.redhat.com/training/courses/ex200/examobjective&quot;&gt;RHCSA&lt;/a&gt;and the&lt;a href=&quot;http://www.redhat.com/training/courses/ex300/examobjective&quot;&gt;RHCE&lt;/a&gt;exams can be found on the Red Hat website. Make sure you know them. Red Hat also offers a free &lt;a href=&quot;http://www.redhat.com/resourcelibrary/articles/training-skills-assessment&quot;&gt;skills assessment&lt;/a&gt;, which is good to use as a baseline measurement.&lt;!--more--&gt;
&lt;/p&gt;

&lt;p&gt;
Make sure you have a good lab environment. A laptop with sufficient memory and diskspace to house a minimum of three (RHEL 6, CentOS 6 or Scientific Linux 6) virtual machines. To study for the Virtualization/KVM objective, you'll to run on bare-metal hardware that supports virtualization (eg. vmx on Intel CPU's).
&lt;/p&gt;

&lt;p&gt;
Next up, &lt;a href=&quot;https://github.com/texastwister/OpenRHCE&quot;&gt;OpenRHCE&lt;/a&gt; is a public collaborative to create RHCE study-materials based on Red Hat published objectives - not on exam experiences or actual exam contents!
It's a good resource for exam preparation. Make a check-out of the project on GitHub. You'll find example labs and a broad coverage of the exam objectives.
&lt;/p&gt;

&lt;p&gt;
What helped me probably most is the&lt;a href=&quot;http://www.amazon.com/RHCSA-Linux-Certification-Study-Edition/dp/0071765654/ref=sr_1_1?s=books&amp;amp;ie=UTF8&amp;amp;qid=1333135997&amp;amp;sr=1-1&quot;&gt;RHCSA/RHCE book by Michael Jang&lt;/a&gt;. Is a great book which covers all RHCSA/RHCE exam objectives in a clear way. The first half of the book covers preparation for the RHCSA exam, the second part the preparation for the RHCE exam.
The book comes with good knowledge tests at the beginning and end of each chapter and useful example materials and example labs on a DVD.
&lt;/p&gt;

&lt;p&gt;
Good luck! .. and feel free to drop any questions about preparation for these Red Hat exams.
&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>PaulPaulito.com Linux training</title>
   <link href="http://www.xbsd.nl/2012/04/paulpaulito-com-linux-training.html"/>
   <updated>2012-04-10T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2012/04/paulpaulito-com-linux-training</id>
   <content type="html">Just gave &lt;a href=&quot;http://paulpaulito.com/&quot;&gt;PaulPaulito.com&lt;/a&gt; a try. All I can say is that it is a great way to learn Linux or prepare for the LPIC-1 exam. The screencasts PaulPaulito.com offers are in exceptional quality and are a great method to learn Linux.
If your looking for a good resource to learn Linux you should definitely give it a go!
</content>
 </entry>
 
 <entry>
   <title>DVB-C via analoge TV bij Concepts. (Dutch)</title>
   <link href="http://www.xbsd.nl/2012/04/dvb-c-bij-concepts.html"/>
   <updated>2012-04-06T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2012/04/dvb-c-bij-concepts</id>
   <content type="html">Mocht je beschikken over een FTTH (Glasvezel) aansluiting, dan is&lt;a href=&quot;https://www.concepts.nl/&quot;&gt;Concepts ICT&lt;/a&gt;een uitstekende Provider. Naast het digitale televisie aanbod, is het ook mogelijk om 'ouderwets' analoge TV te gebruiken. Er zit een Coax-aansluiting op het Genexys modem waarop het analoge signaal wordt uitgezonden.

Op het analoge TV net worden de standaard zenders ook digitaal aangeboden. Mocht je beschikken over een TV (of decoder) met DVB-C tuner, kun je de onderstaande gegevens gebruiken om de standaard zenders in SD kwaliteit digitaal te kijken.
&lt;pre&gt;Network-id : 07461
Fequency   : 304000 MHz
Modulation : 64 QAM
Scan freq. : 6875k/s&lt;/pre&gt;
&amp;nbsp;
</content>
 </entry>
 
 <entry>
   <title>Resize an encrypted LVM logical volume</title>
   <link href="http://www.xbsd.nl/2012/03/resize-an-encrypted-lvm-logical-volume.html"/>
   <updated>2012-03-13T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2012/03/resize-an-encrypted-lvm-logical-volume</id>
   <content type="html">Recently I had the challenge to resize an (dm-crypt, cryptsetup) encrypted LVM Logical Volume on Linux. While resizing a 'plain' Logical Volumes can't get any easier, resizing an encrypted volumes involves a couple of more actions. Also, in contrast to un-encrypted Logical Volumes, the resizing of an encrypted volume can't be done online - at certain moments an unmount is required.

These are the steps that worked out successfully for me; YMMV :)

First step - Determine the volume to be resized:
&lt;pre&gt;[root]# mount
(..)
/dev/mapper/crypt_srv on /srv type ext4 (rw)&lt;/pre&gt;
&lt;!--more--&gt;Stop related services, unmount the mount point and run a filesystem check:
&lt;pre&gt;[root]# umount /srv
[root]# fsck.ext4 /dev/mapper/crypt_srv&lt;/pre&gt;
Close the volume in dm-crypt:
&lt;pre&gt;[root]# cryptsetup luksClose /dev/mapper/crypt_srv&lt;/pre&gt;
Perform the extend:
&lt;pre&gt;[root]# lvextend -l +1024 /dev/mapper/vg00-lv_srv&lt;/pre&gt;
Re-open the volume in dm-crypt and make dm-crypt aware of the new blocks:
&lt;pre&gt;[root]# cryptsetup luksOpen /dev/mapper/vg00-lv_srv crypt_srv
[root]# cryptsetup --verbose resize crypt_srv&lt;/pre&gt;
Check if it is possible to mount the volume, unmount again and perform a filesystem check:
&lt;pre&gt;[root]# mount /dev/mapper/crypt_srv /srv/
[root]# umount /srv
[root]# e2fsck -f /dev/mapper/crypt_srv&lt;/pre&gt;
Now resize the filesystem itself (can also be done online), and mount the resized filesystem:
&lt;pre&gt;[root]# resize2fs /dev/mapper/crypt_srv
[root]# mount /dev/mapper/crypt_srv /srv&lt;/pre&gt;
That's all there is to it! Drop a comment to let me know how it worked out for you!
</content>
 </entry>
 
 <entry>
   <title>Vim anti-patterns</title>
   <link href="http://www.xbsd.nl/2012/02/vim-anti-patterns.html"/>
   <updated>2012-02-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2012/02/vim-anti-patterns</id>
   <content type="html">Even if you think you can write a book on vim (or maybe you did), there's always something &lt;a href=&quot;http://blog.sanctum.geek.nz/vim-anti-patterns/&quot;&gt;new to learn&lt;/a&gt;.


&lt;a href=&quot;http://blog.sanctum.geek.nz/vim-anti-patterns/&quot;&gt;http://blog.sanctum.geek.nz/vim-anti-patterns/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>ownCloud 3.0</title>
   <link href="http://www.xbsd.nl/2012/02/owncloud-3-0.html"/>
   <updated>2012-02-04T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2012/02/owncloud-3-0</id>
   <content type="html">&lt;img class=&quot;alignright  wp-image-443&quot; title=&quot;owncloud-logo-square&quot; src=&quot;http://xbsd.nl/assets/content/owncloud-logo-square-300x300.png&quot; alt=&quot;&quot; width=&quot;144&quot; height=&quot;144&quot; /&gt;

The &lt;a href=&quot;http://owncloud.org/&quot;&gt;ownCloud project&lt;/a&gt; just released &lt;a href=&quot;http://owncloud.org/&quot;&gt;ownCloud 3.0&lt;/a&gt;. A feature-rich solution for personalfile storage, sharing and personal information management.

ownCloud is written in PHP and uses a MySQL or SQLite backend. Setting up ownCloud on your own server or hosting-space is a matter of minutes.

&lt;a href=&quot;http://owncloud.org/owncloud-3-release/&quot;&gt;ownCloud 3.0 Release Announcement&lt;/a&gt;

&amp;nbsp;
</content>
 </entry>
 
 <entry>
   <title>Fix "IPv6 addrconf: prefix with wrong length" messages in Linux</title>
   <link href="http://www.xbsd.nl/2012/01/fix-ipv6-addrconf-prefix-with-wrong-length.html"/>
   <updated>2012-01-24T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2012/01/fix-ipv6-addrconf-prefix-with-wrong-length</id>
   <content type="html">Glancing trough the system-logging of one of my Internet VPS nodes, I noticed that the Kernel Ring Buffer (dmesg) was quite noisy with IPv6 Router Advertisement messages as:
&lt;pre&gt;&quot;IPv6 addrconf: prefix with wrong length 48&quot;&lt;/pre&gt;
Some research learned me that this isn't a harmful error - more a cosmetic one. It's root cause are IPv6 RA's from a device on the network that is advertising something indifferent than your host is configured to.

If you maintain a more static configured IPv6 setup, and your IPv6 setup is working as designed for you network, you can safely choose to disable those detections. Here's how to disable IPv6 to accept Router Advertisements and IPv6 Auto-configuration at runtime:

&lt;!--more--&gt;
&lt;pre&gt;echo 0 &amp;gt; /proc/sys/net/ipv6/conf/all/accept_ra
echo 0 &amp;gt; /proc/sys/net/ipv6/conf/all/autoconf&lt;/pre&gt;
Or per interface:
&lt;pre&gt;echo 0 &amp;gt; /proc/sys/net/ipv6/conf/eth0/accept_ra
echo 0 &amp;gt; /proc/sys/net/ipv6/conf/eth0/autoconf&lt;/pre&gt;
To make this setting survive a reboot, you can make it permanent with:
&lt;pre&gt;net.ipv6.conf.all.accept_ra = 0
net.ipv6.conf.all.autoconf = 0&lt;/pre&gt;
Or again, per interface:
&lt;pre&gt;net.ipv6.conf.eth0.accept_ra = 0
net.ipv6.conf.eth0.autoconf = 0&lt;/pre&gt;
&lt;em&gt;If you're running RHEL or CentOS, like my VPS was, you can add these options to &quot;/etc/sysctl.conf&quot;.&lt;/em&gt;
</content>
 </entry>
 
 <entry>
   <title>Migrate Apple Time Capsules</title>
   <link href="http://www.xbsd.nl/2012/01/migrate-apple-timecapsules.html"/>
   <updated>2012-01-14T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2012/01/migrate-apple-timecapsules</id>
   <content type="html">Just replaced my Apple Time Capsule with a newer one. Here's what I found to be the best approach in moving data and time-machine backups to the new unit.

Hook-up your Mac to an ethernet-port of the old time-capsule. You can use Network Utility or ifconfig to verify gigabit connectivity. This is something you do not want to do over the wireless network.

Second step is connecting a switch-port of the old time-capsule to a switch-port of the new unit. You can use both a straight or crossed networkcable.

Disable time-machine on your Mac (Time Machine in System Preferences) and make use no machine in the network is using the disk of the old unit.

Mount both time-capsules on you Mac from Finder. Just click the volumes on both units. Browse to the root of the data-volume on the old unit. Select and drag the time-machine images from the old unit to the new unit.

You can copy the remaining data to the new unit in one or multiple batches.


Next step is optional. It's resizing the Time Machine sparse-bundle (eg., backup disk-image). If you upgrade from, let's say, a 1TB Time Capsule to a 2TB unit you Time Machine sparse-bundle is max. 1TB in size. If you expect a large Time Machine backup you can use this command from Terminal.app to resize the sparse-bundle.


&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-bash&quot; data-lang=&quot;bash&quot;&gt;&lt;span class=&quot;nb&quot;&gt;sudo &lt;/span&gt;hdiutil resize &lt;span class=&quot;nt&quot;&gt;-size&lt;/span&gt; 1024g /Volumes/TIME-CASPULE-NAME/machinename.sparsebundle &lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

</content>
 </entry>
 
 <entry>
   <title>Apple FileVault 2 on older Mac's with SSD</title>
   <link href="http://www.xbsd.nl/2011/10/apple-filevault2-on-older-macs-with-ssd.html"/>
   <updated>2011-10-20T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2011/10/apple-filevault2-on-older-macs-with-ssd</id>
   <content type="html">Apple's &lt;a href=&quot;http://support.apple.com/kb/HT4790&quot;&gt;FileVault2&lt;/a&gt; is a valuable addition to OS X Lion. It offers full disk-encryption which I find to be something mandatory on notebooks these days.



On 'newer' Apple MacBooks, say since the Intel i5 and i7 architecture, FileVault 2 has barely no impact on disk I/O performance. &lt;a href=&quot;http://osxdaily.com/2011/08/10/filevault-2-benchmarks-disk-encryption-faster-mac-os-x-lion/&quot; target=&quot;_blank&quot;&gt;OS X Daily has a fairly excessive benchmark report&lt;/a&gt; in which this is pointed out. I use a mid-2011 MacBook Air with an Intel i7 CPU, which benchmarks 200+ MB/s on both write and read with FileVault 2 turned on. Quite impressive speeds.

&lt;div&gt;&lt;a href=&quot;http://xbsd.nl/assets/content/benchmark.png&quot;&gt;&lt;img class=&quot;alignnone size-full wp-image-397&quot; title=&quot;benchmark&quot; src=&quot;http://xbsd.nl/assets/content/benchmark.png&quot; alt=&quot;&quot; width=&quot;498&quot; height=&quot;220&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 16px; line-height: 24px;&quot;&gt;&lt;em&gt;BlackMagic Disk Speed Test - a free Mac App Store app.&lt;/em&gt;&lt;/span&gt;



On 'older' types of MacBooks, say Intel Core 2 Duo architecture, FileVault 2 has a bigger impact on disk I/O performance.



In my case, I've enabled FileVault 2 on a late-2008 MacBook Pro (Intel Core 2 Duo CPU) with an &lt;a href=&quot;http://www.ocztechnology.com/ocz-vertex-2-sata-ii-2-5-ssd.html&quot; target=&quot;_blank&quot;&gt;OCZ Vertex 2 SSD&lt;/a&gt;disk. Without disk-encryption this SSD reaches over 200MB/s in both read and write speeds in OS X Lion. With FileVault2 enabled both speeds are seriously affected. Write speeds is impacted by 50% and Read speed with about 25%.



Still, very acceptable speeds. But definitely a factor when considering to use FileVault 2 on older types of MacBooks.



&lt;!--more--&gt;



&lt;em&gt;Resources:&lt;/em&gt;



&lt;a href=&quot;http://osxdaily.com/2011/08/10/filevault-2-benchmarks-disk-encryption-faster-mac-os-x-lion/&quot;&gt;FileVault 2 Benchmarks Show Full Disk Encryption is Faster Than Ever in OS X Lion

&lt;/a&gt;&lt;a href=&quot;http://www.practiceofcode.com/post/8681712620/macbook-air-ssd-benchmarks-2010-vs-2011-vs-lion&quot;&gt;MacBook Air SSD Benchmarks: 2010 vs 2011 vs Lion Encryption&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>TotalTerminal</title>
   <link href="http://www.xbsd.nl/2011/08/totalterminal.html"/>
   <updated>2011-08-02T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2011/08/totalterminal</id>
   <content type="html">&lt;img class=&quot;alignleft&quot; title=&quot;totalterminal&quot; src=&quot;http://totalterminal.binaryage.com/shared/img/icons/totalterminal-64.png&quot; alt=&quot;&quot; width=&quot;64&quot; height=&quot;64&quot; /&gt;

A small gem for OS X! &lt;a href=&quot;http://totalterminal.binaryage.com/&quot;&gt;TotalTerminal&lt;/a&gt;brings terminal access trough a hot-key.TotalTerminal is a plugin for Terminal.app. It provides a persistent &quot;Visor Window&quot; which slides up or down when you press a hot-key.

Website:&lt;a href=&quot;http://totalterminal.binaryage.com/&quot;&gt;http://totalterminal.binaryage.com/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>PL2303 Serial USB on OSX Lion</title>
   <link href="http://www.xbsd.nl/2011/07/pl2303-serial-usb-on-osx-lion.html"/>
   <updated>2011-07-24T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2011/07/pl2303-serial-usb-on-osx-lion</id>
   <content type="html">&lt;p&gt;Here’s a way to get you PL2303-based Serial-USB adapter working with OS X Lion (10.7) or OS X Mountain Lion (10.8). Based on the osx-pl2303 project on github, I’ve built a kernel extension that works with OS X Lion or OS X Mountain Lion. You can grab the kext file &lt;a href=&quot;http://www.xbsd.nl/pub/osx-pl2303.kext.tgz&quot;&gt;here&lt;/a&gt; or from the link below.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Installing&lt;/strong&gt; the kext file can be done in a few easy steps:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;download and extract&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;$ cd /path/to/osx-pl2303.kext
$ sudo cp -R osx-pl2303.kext /System/Library/Extensions/
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;blockquote&gt;
  &lt;p&gt;next you need to fix permissions and execute bits:&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;$ cd /System/Library/Extensions
$ sudo chmod -R 755 osx-pl2303.kext
$ sudo chown -R root:wheel osx-pl2303.kext
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;blockquote&gt;
  &lt;p&gt;load the module and update kernel boot caches&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;$ cd /System/Library/Extensions
$ sudo kextload ./osx-pl2303.kext
$ sudo kextcache -system-cache
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;For &lt;strong&gt;deinstallation&lt;/strong&gt;, perform these steps:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;$ sudo rm -rf /System/Library/Extensions/osx-pl2303.kext
$ sudo kextcache -system-cache
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Good luck!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.xbsd.nl/pub/osx-pl2303.kext.tgz&quot;&gt;http://www.xbsd.nl/pub/osx-pl2303.kext.tgz&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Short URL's</title>
   <link href="http://www.xbsd.nl/2011/06/short-urls.html"/>
   <updated>2011-06-13T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2011/06/short-urls</id>
   <content type="html">Just wrote a simple URL shortener in PHP. It generates shortened URL's in the format &quot;http://xbsd.nl/aBcD&quot;, in which the aBcD part is a random four character string.

You can give it a go over at &lt;a href=&quot;http://www.xbsd.nl/url/&quot;&gt;http://www.xbsd.nl/url/&lt;/a&gt;. No spam or malicious URL's or whatsoever - just plain and simple short URL's - promised ;-).

Feel free to drop me any &lt;a href=&quot;http://www.google.com/recaptcha/mailhide/d?k=01e9P3p2l15vyHfbnlRfQh2g==&amp;amp;c=FHSTtoJm8uuWYInaZ-hPtw==&quot;&gt;{suggestions,feature requests,bugs,other}&lt;/a&gt;.
</content>
 </entry>
 
 <entry>
   <title>SparkleShare .. promising</title>
   <link href="http://www.xbsd.nl/2011/03/sparkleshare-promising.html"/>
   <updated>2011-03-01T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2011/03/sparkleshare-promising</id>
   <content type="html">Back in the days, before cloud-based services like &lt;a href=&quot;http://db.tt/K12MfjU&quot;&gt;Dropbox&lt;/a&gt; or iDisk, I used to be a big-time user of &lt;a href=&quot;http://www.novell.com/products/ifolder/&quot;&gt;iFolder&lt;/a&gt;. Desktop file-sync for all kinds of platforms with central versioned storage complete in your own control. Too bad current iFolder development is as dead as can be since 2006.

The downside on the current cloud-based storage services is that the central storage in maintained and in control of a third party, to which you trust your data to be safe.

&lt;a href=&quot;http://www.sparkleshare.org/&quot;&gt;SparkleShare&lt;/a&gt; is a promising new FOSS project that brings new life to iFolder concepts. A friendly desktop client for all common platforms allowing you to store and version files to a SSH or Git based backend.

SparkleShare is currently available as an open beta version of the client software for Mac and Linux.
</content>
 </entry>
 
 <entry>
   <title>MobileMe calendar in Evolution</title>
   <link href="http://www.xbsd.nl/2010/12/mobileme-calendar-in-evolution.html"/>
   <updated>2010-12-30T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2010/12/mobileme-calendar-in-evolution</id>
   <content type="html">Now that the &lt;a href=&quot;http://www.apple.com/mobileme/news/2010/10/new-mobileme-calendar-now-available-to-all-members.html&quot;&gt;newMobileMe Calendar&lt;/a&gt; is based on the iCalendar and CalDAVstandards it becomes a lot easier to access your MobileMe Calendartrough third-party (non-Apple) calendaring tools.
For now, we'llshow how to setup the calendar in &lt;a href=&quot;http://projects.gnome.org/evolution/&quot;&gt;Evolution, &lt;/a&gt;a common e-mail and calendar client on Linux and Unix desktops. Using the same steps you should be able to setup your MobileMe calendar in any CalDAV compliant tool with SSL support.

&lt;!--more--&gt;

&lt;strong&gt;Gather the information you need.&lt;/strong&gt;

There are two bits of information that are unique per user. One is the MobileMe username (eg. &quot;martijn@me.com&quot;) and the second one is the server-path on which your calendars are published (eg. &quot;/principals/users/1.234536789/&quot;).
The easy part would be the username, which you should know already. The server-path can be resolved by the iCal.app on a OS X. By accessing the Preferences pane in iCal, the server-path value can be found on the accounts tab, under the section &quot;Server settings&quot;.

The rest of the information we need, this like a CalDAV server and port-settings, is generic for all MobileMe users.

&lt;strong&gt;Setup a CalDAV calendar&lt;/strong&gt;

So let's setup a CalDAV calendar in Evolution. This can be done by clicking the Calendar view in Evolution, right-click one of the default calendars and selecting New &amp;gt; CalDAV.

The dialog that pops up looks like the one below. Setup the URL field so that it contains the protocol-handler caldav, the servername cal.me.com and your unique server-path. Make sure to have a trailing '/' at the end. The URL should look something like &quot;caldav://cal.me.com/principals/users/1.23456789/&quot;.

The SSL checkbox should the checked and the username to be used is the complete MobileMe loginname - including &quot;@me.com&quot;

&lt;a href=&quot;http://xbsd.nl/assets/content/cal2.png&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-344&quot; title=&quot;cal2&quot; src=&quot;http://xbsd.nl/assets/content/cal2.png&quot; alt=&quot;&quot; width=&quot;483&quot; height=&quot;460&quot; /&gt;&lt;/a&gt;

Optionally, you can choose to use the &quot;Mark default&quot; and &quot;Use offline&quot; options even as adjusting the refresh interval.

Next, click &quot;Browse server for a calendar&quot;, which will show all the available calendars in a new window.

&lt;a href=&quot;http://xbsd.nl/assets/content/cal1.png&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-343&quot; title=&quot;cal1&quot; src=&quot;http://xbsd.nl/assets/content/cal1.png&quot; alt=&quot;&quot; width=&quot;437&quot; height=&quot;249&quot; /&gt;&lt;/a&gt;

Select the calendar you want to use and click &quot;Ok&quot;. You can repeat this procedure for setting up additional calendars.

The initial loading of the calendars can take up to a couple of minutes. Be patient.

Clearly, using your MobileMe calendar with third-party tools is not supported by Apple in any way. Be sure to create backups of your MobileMe calendar regularly ( - which also can be done automatically with CalDAV/cron etc.) Your mileage may vary ;-).
</content>
 </entry>
 
 <entry>
   <title>Stacklet, Images for Xen, KVM, VMWare and More</title>
   <link href="http://www.xbsd.nl/2010/10/stacklet-images-for-xen-kvm-vmware-and-more.html"/>
   <updated>2010-10-07T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2010/10/stacklet-images-for-xen-kvm-vmware-and-more</id>
   <content type="html">&lt;a href=&quot;http://xbsd.nl/assets/content/stacklet.png&quot;&gt;&lt;img class=&quot;alignright size-full wp-image-334&quot; title=&quot;stacklet&quot; src=&quot;http://xbsd.nl/assets/content/stacklet.png&quot; alt=&quot;&quot; width=&quot;210&quot; height=&quot;72&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://stacklet.com/&quot; target=&quot;_blank&quot;&gt;Stacklet&lt;/a&gt; provides ready to run Linux images and templates for popular virtualization technologies like VMware, KVM and XEN.
</content>
 </entry>
 
 <entry>
   <title>Apple AFP filesharing on FreeBSD</title>
   <link href="http://www.xbsd.nl/2010/09/apple-afp-filesharing-on-freebsd.html"/>
   <updated>2010-09-28T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2010/09/apple-afp-filesharing-on-freebsd</id>
   <content type="html">On a Mac and have some FreeBSD file-servers around the house of office? Open your file-servers up to easy and fast access via OS X Finder. How? The method is Apple's native Apple Filing Protocol (&lt;a href=&quot;http://support.apple.com/kb/ht1549&quot; target=&quot;_blank&quot;&gt;AFP&lt;/a&gt;), with a bit of help of Apple &lt;a style=&quot;font-family: Georgia, 'Bitstream Charter', serif; color: #0066cc; line-height: 1.5;&quot; href=&quot;http://www.apple.com/support/bonjour/&quot; target=&quot;_blank&quot;&gt;Bonjour&lt;/a&gt; (mDNSResponder) for automatic discovery and presentation of shared resources on the network.

The installation and config of the two Ports 'netatalk' and 'howl' is all there is to it.

&lt;!--more--&gt;

In a nutshell:

Install the Ports. 'netatalk' is the AFP Daemon:
&lt;pre&gt;[martijn@shinobu /usr/ports]$ cd /usr/ports/net/netatalk
[martijn@shinobu /usr/ports/net/netatalk]$ sudo make config&lt;/pre&gt;
Select the protocol and authentication features you're planning on using:
&lt;pre&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;font-family: Georgia, 'Bitstream Charter', serif; color: #444444; line-height: 1.5;&quot;&gt;   [ ] APPLETALK Enable AppleTalk protocol support
   [ ] SRVLOC   Enable Service Location Protocol support
   [X] PAM    Enable PAM support
   [ ] TIMELORD  Enable Timelord network time service
   [ ] KRB5    Enable Kerberos V UAM&lt;/div&gt;&lt;/pre&gt;
Install and cleanup:
&lt;pre&gt;[martijn@shinobu /usr/ports/net/netatalk]$ sudo make install clean&lt;/pre&gt;
Install the 'howl' port for Bonjour or mDNS support.
&lt;pre&gt;[martijn@shinobu /usr/ports]$ cd /usr/ports/net/howl
[martijn@shinobu /usr/ports/net/howl]$ sudo make install clean&lt;/pre&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;Add the following to /etc/rc.conf:&lt;/div&gt;
&lt;pre&gt;netatalk_enable=&quot;YES&quot;
afpd_enable=&quot;YES&quot;
cnid_metad_enable=&quot;YES&quot;
mdnsresponder_enable=&quot;YES&quot;
mdnsresponder_flags=&quot;-f /usr/local/etc/mDNSResponder.conf&quot;&lt;/pre&gt;
&lt;div&gt;Create and edit the configuration files.&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;Netatalk:&lt;/strong&gt;&lt;/div&gt;
&lt;pre&gt;[martijn@shinobu /usr/local/etc]$ pwd/usr/local/etc
[martijn@shinobu /usr/local/etc]$ sudo cp AppleVolumes.default.dist AppleVolumes.default
[martijn@shinobu /usr/local/etc]$ sudo vim AppleVolumes.default&lt;/pre&gt;
&lt;div&gt;By default, only user home-directories are shared by netatalk. See the '~' at the end of the file 'AppleVolumes.default'. Additional, or more generic, shares can be created by adding the to the'AppleVolumes.default' file.&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;Howl:&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;Define the services to be announced by Bonjour. First field presents the servername, second the mDNS services, third and last the domain and port-number to be used.&lt;/div&gt;
&lt;pre&gt;[martijn@shinobu ~]$ sudo vim /usr/local/etc/mDNSResponder.conf

shinobu         _afpovertcp._tcp        local.  548
shinobu         _ssh._tcp               local.  22&lt;/pre&gt;
&lt;div&gt;As you see, the OpenSSH service can also be announced. Simply by adding the &lt;span style=&quot;line-height: 18px; font-size: 15px; color: #222222; font-family: Consolas, Monaco, 'Courier New', Courier, monospace; white-space: pre;&quot;&gt;_ssh._tcp &lt;/span&gt;mDNS service.&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;line-height: 19px; white-space: normal;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;line-height: 22px; white-space: pre;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;Startup both 'netatalk' and 'mDNS':&lt;/div&gt;
&lt;pre&gt;[martijn@shinobu /usr/local/etc]$ sudo /usr/local/etc/rc.d/netatalk start
[martijn@shinobu /usr/local/etc]$ sudo /usr/local/etc/rc.d/mdnsresponder start&lt;/pre&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;&lt;span style=&quot;font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;&quot;&gt;
&lt;div&gt;Next up, startup OS X Finder on your Mac and you'll see your new AFP Shares in the 'Share' item list.&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;line-height: 24px;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;&quot;&gt;

&lt;/span&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>IPv6 and Postfix</title>
   <link href="http://www.xbsd.nl/2010/08/ipv6-and-postfix.html"/>
   <updated>2010-08-23T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2010/08/ipv6-and-postfix</id>
   <content type="html">&lt;a href=&quot;http://www.postfix.org&quot;&gt;Postfix&lt;/a&gt; supports IPv6 from version 2.2 and up. By default only IPv4 support in enabled. Enabling IPv6 is as easy as adding one parameter to Postfix's main.cf:
&lt;pre&gt;/etc/postfix/&lt;a href=&quot;http://www.postfix.org/postconf.5.html&quot;&gt;main.cf&lt;/a&gt;:
    # You must stop/start Postfix after changing this parameter.
    &lt;a href=&quot;http://www.postfix.org/postconf.5.html#inet_protocols&quot;&gt;inet_protocols&lt;/a&gt; = ipv4       (DEFAULT: enable IPv4 only)
    &lt;a href=&quot;http://www.postfix.org/postconf.5.html#inet_protocols&quot;&gt;inet_protocols&lt;/a&gt; = all        (enable IPv4, and IPv6 if supported)
    &lt;a href=&quot;http://www.postfix.org/postconf.5.html#inet_protocols&quot;&gt;inet_protocols&lt;/a&gt; = ipv4, ipv6 (enable both IPv4 and IPv6)
    &lt;a href=&quot;http://www.postfix.org/postconf.5.html#inet_protocols&quot;&gt;inet_protocols&lt;/a&gt; = ipv6       (enable IPv6 only)&lt;/pre&gt;
Be sure to also update match lists as mynetworks and debug_peer_list with relevant IPv6 addressing.

&lt;a href=&quot;http://www.postfix.org/IPV6_README.html&quot;&gt;http://www.postfix.org/IPV6_README.html&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>SUSE Studio contest</title>
   <link href="http://www.xbsd.nl/2010/08/suse-studio-contest.html"/>
   <updated>2010-08-05T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2010/08/suse-studio-contest</id>
   <content type="html">&lt;div&gt;SUSE Studio is a great tool for fast and easy creation of Linux appliances. It's even possible to give them an online test-drive on a VM.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;For now, there's even a promo that gives you the opportunity to win $10k by showing off you own spiffy SUSE Studio appliance!&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href=&quot;http://www.novell.com/promo/suse/the-disters-contest.html&quot;&gt;http://www.novell.com/promo/suse/the-disters-contest.html&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Moved!</title>
   <link href="http://www.xbsd.nl/2010/07/moved.html"/>
   <updated>2010-07-25T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2010/07/moved</id>
   <content type="html">Bye Blogspot, hello Wordpress.

We've just moved this weblog instance to a new place on the web. All functionality should still be working .. please &lt;a href=&quot;http://www.google.com/recaptcha/mailhide/d?k=01e9P3p2l15vyHfbnlRfQh2g==&amp;amp;c=FHSTtoJm8uuWYInaZ-hPtw==&quot;&gt;drop us a line&lt;/a&gt; if you find something really really broken.
</content>
 </entry>
 
 <entry>
   <title>LockTight Secures Your Mac With a Hotkey</title>
   <link href="http://www.xbsd.nl/2009/11/locktight-secures-your-mac-with-hotkey.html"/>
   <updated>2009-11-12T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2009/11/locktight-secures-your-mac-with-hotkey</id>
   <content type="html">&lt;a href=&quot;http://feeds.gawker.com/~r/lifehacker/full/~3/MIfMc9uJVwc/locktight-secures-your-mac-with-a-hotkey&quot;&gt;LockTight Secures Your Mac With a Hotkey&lt;/a&gt;

Mac OS X only: Screen locker utility LockTight adds a shortcut key combination for OS X users to quickly lock your workstation from the keyboard.

Windows users switching to using a Mac might be surprised to find no equivalent to the Winkey+L shortcut combination that locks the screen, especially helpful in work environments or at home to keep little fingers from opening things they shouldn't.

&lt;img src=&quot;http://cache.gawker.com/assets/images/lifehacker/2009/01/LockTight.png&quot; alt=&quot;&quot; width=&quot;310&quot; height=&quot;166&quot; /&gt;

LockTight plugs into OS X as a simple system preference pane with a configurable hotkey, but for full effect you might want to configure your Mac to require a password when coming back from the screensaver and disable automatic login. Hit the link for the download, or take a look at the Switching to Mac guide for all the steps.
&lt;div&gt;&lt;a href=&quot;http://www.gkoya.com/2006/11/23/locktight-for-mac-os-x-intel/&quot;&gt;LockTight&lt;/a&gt; [via &lt;a href=&quot;http://www.switchingtomac.com/tutorials/how-to-lock-your-mac-with-a-keyboard-shortcut/&quot;&gt;Switching to Mac&lt;/a&gt;]&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Linux via the internet with boot.kernel.org</title>
   <link href="http://www.xbsd.nl/2009/10/linux-via-internet-with-bootkernelorg.html"/>
   <updated>2009-10-03T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2009/10/linux-via-internet-with-bootkernelorg</id>
   <content type="html">&lt;a href=&quot;http://www.h-online.com/open/Linux-via-the-internet-with-boot-kernel-org--/news/114307/from/rss&quot;&gt;Linux via the internet with boot.kernel.org&lt;/a&gt;: &quot;&lt;a href=&quot;http://Boot.kernel.org/&quot;&gt;Boot.kernel.org&lt;/a&gt; allows users with broadband internet connections to start a variety of Linux distributions from the internet&quot;
</content>
 </entry>
 
 <entry>
   <title>Git and distributed Web development</title>
   <link href="http://www.xbsd.nl/2009/08/git-distributed-web-development.html"/>
   <updated>2009-08-30T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2009/08/git-distributed-web-development</id>
   <content type="html">&lt;a href=&quot;http://www.ibm.com/developerworks/linux/library/wa-git/index.html&quot;&gt;Git changes the game of distributed Web development&lt;/a&gt;: &quot;Version control systems are a core component of most development projects, regardless of whether you're developing an application, a Web site, or an operating system. Most projects involve multiple developers, often working at widely separated physical locations. Distributed version control systems are nothing new, but the Git version control system provides unique support for collaboration and interaction among developers.&quot;
</content>
 </entry>
 
 <entry>
   <title>DNS presentation on HAR2009</title>
   <link href="http://www.xbsd.nl/2009/08/dns-presentation-on-har2009.html"/>
   <updated>2009-08-19T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2009/08/dns-presentation-on-har2009</id>
   <content type="html">&lt;a href=&quot;http://www.ioremap.net/node/342&quot;&gt;DNS presentation on HAR2009&lt;/a&gt;: &lt;div&gt;&quot;Bert Hubert (&lt;a href=&quot;http://www.powerdns.com/&quot;&gt;PowerDNS&lt;/a&gt; author) made 'DNS Security in the Broadest Sense' presentation at &lt;a href=&quot;https://wiki.har2009.org/page/Main_Page&quot;&gt;HAR2009&lt;/a&gt;.&quot;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Kernel 2.6.31 - Storage and file systems</title>
   <link href="http://www.xbsd.nl/2009/08/kernel-2631-storage-and-file-systems.html"/>
   <updated>2009-08-18T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2009/08/kernel-2631-storage-and-file-systems</id>
   <content type="html">&lt;a href=&quot;http://www.h-online.com/open/Kernel-Log-Coming-in-2-6-31-Part-3-Storage-and-file-systems--/news/114012/from/rss&quot;&gt;Kernel Log  Coming in 2.6.31 - Part 3: Storage and file systems&lt;/a&gt;: &quot;Next generation file system for Linux&quot; should now be even faster. The first components for defragmenting Ext4 file systems are now in the kernel. Parallel hardware scan in Intel ATA drivers speeds up boot time&quot;
</content>
 </entry>
 
 <entry>
   <title>Byobu</title>
   <link href="http://www.xbsd.nl/2009/08/byobu.html"/>
   <updated>2009-08-13T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2009/08/byobu</id>
   <content type="html">Like GNU Screen? You'll love Byobu.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;https://launchpad.net/byobu&quot;&gt;https://launchpad.net/byobu&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Yubikey personalisation tool</title>
   <link href="http://www.xbsd.nl/2009/08/yubikey-personalisation-tool.html"/>
   <updated>2009-08-10T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2009/08/yubikey-personalisation-tool</id>
   <content type="html">&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Version 0.94 of the Yubikey personalisation tool is available now.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://code.google.com/p/yubikey-personalization/downloads/list&quot;&gt;http://code.google.com/p/yubikey-personalization/downloads/list&lt;/a&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell SLE11 release indication</title>
   <link href="http://www.xbsd.nl/2009/02/novell-sle11-release-indication.html"/>
   <updated>2009-02-13T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2009/02/novell-sle11-release-indication</id>
   <content type="html">Novell SLE 11 will probably ship by the end of March, according to the Novell Communities website.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.novell.com/communities/node/6773/novell-support-advisor-02-beta-release-january-30th#comment-5700&quot;&gt;http://www.novell.com/communities/node/6773/novell-support-advisor-02-beta-release-january-30th#comment-5700&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>a Ruby regular expression editor</title>
   <link href="http://www.xbsd.nl/2009/01/ruby-regular-expression-editor.html"/>
   <updated>2009-01-20T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2009/01/ruby-regular-expression-editor</id>
   <content type="html">Found a useful Ruby regular expression editor over at &lt;a href=&quot;http://www.rubular.com/&quot;&gt;http://www.rubular.com/&lt;/a&gt; . Can be useful if you're working with Regex every once in a while.


</content>
 </entry>
 
 <entry>
   <title>Google Calendar supports iCal</title>
   <link href="http://www.xbsd.nl/2008/12/google-calendar-supports-ical.html"/>
   <updated>2008-12-02T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/12/google-calendar-supports-ical</id>
   <content type="html">&lt;a href=&quot;http://googlemac.blogspot.com/2008/12/google-calendar-now-supports-apple-ical.html&quot;&gt;Google Calendar now fully supports Apple iCal&lt;/a&gt;. There's even a &lt;a href=&quot;http://code.google.com/p/calaboration/&quot;&gt;nifty app&lt;/a&gt; to set it all up.
</content>
 </entry>
 
 <entry>
   <title>Novell Leatherman</title>
   <link href="http://www.xbsd.nl/2008/11/leatherman.html"/>
   <updated>2008-11-22T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/11/leatherman</id>
   <content type="html">&lt;!-- .flickr-photo { }.flickr-frame { float: right; text-align: center; margin-left: 15px; margin-bottom: 15px; }.flickr-caption { font-size: 0.8em; margin-top: 0px; } --&gt;
&lt;div class=&quot;flickr-frame&quot;&gt;&lt;a title=&quot;photo sharing&quot; href=&quot;http://www.flickr.com/photos/martijnpepping/3051023018/&quot;&gt;&lt;img class=&quot;flickr-photo&quot; src=&quot;http://farm4.static.flickr.com/3143/3051023018_078019bea6_m.jpg&quot; alt=&quot;Leatherman&quot; /&gt;&lt;/a&gt;
&lt;span class=&quot;flickr-caption&quot;&gt; &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/3051023018/&quot;&gt;Leatherman&lt;/a&gt;,
originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/martijnpepping/&quot;&gt;./martijn&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;
Received a Leatherman Micra from the friends over at Novell
Communities. All that for submitting one or two short articles. Thanks guys.

&lt;a href=&quot;http://www.novell.com/communities/&quot;&gt;http://www.novell.com/communities/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>XEN dropped from Ubuntu 8.10 (server/desktop)</title>
   <link href="http://www.xbsd.nl/2008/11/xen-dropped-from-ubuntu-810.html"/>
   <updated>2008-11-10T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/11/xen-dropped-from-ubuntu-810</id>
   <content type="html">With Ubuntu 8.10 it not possilble anymore to run Ubuntu 8.10 as Dom0 host. Ubuntu does not supply a suitable Kernel for this purpose. Of course it is possible to compile your own Kernel using the XEN patches from &lt;a href=&quot;http://www.xen.org/&quot;&gt;xen.org&lt;/a&gt;.
&lt;div&gt;It's still possible to run Ubuntu 8.10 as a DomU guest OS. Ubuntu advices to use KVM for virtualization. This requires CPU's with virtualization extensions (hardware virtualization).&lt;/div&gt;
&lt;div&gt;For now, Ubuntu 8.04LTS is the last version to include a XEN-enabled Kernel.&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>OpenRedAlert</title>
   <link href="http://www.xbsd.nl/2008/11/openredalert.html"/>
   <updated>2008-11-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/11/openredalert</id>
   <content type="html">1992 all over again with this re-written OSS game engine for RedAlert (linux/win32).&lt;br /&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://code.google.com/p/openredalert/&quot;&gt;http://code.google.com/p/openredalert/&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Nokia sync with Google Calendar</title>
   <link href="http://www.xbsd.nl/2008/11/nokia-sync-with-google-calendar.html"/>
   <updated>2008-11-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/11/nokia-sync-with-google-calendar</id>
   <content type="html">I'm a big &lt;a href=&quot;http://www.scheduleworld.com/&quot;&gt;ScheduleWorld&lt;/a&gt; fan for some years now. I mainly use it to sync my Nokia N-series phone with my Google Calendar using SyncML. The additional Contacts to LDAP sync also comes in handy.
I sync my phone over a 3G connection. To suppress phone-costs, it's now also possible to sync your phone with ScheduleWorld over bluetooth using &lt;a href=&quot;http://wiki.scheduleworld.com/wiki/FireFox_Configuration&quot;&gt;this nifty Firefox plugin&lt;/a&gt;.
</content>
 </entry>
 
 <entry>
   <title>Force change password upon login</title>
   <link href="http://www.xbsd.nl/2008/11/force-change-password-upon-login.html"/>
   <updated>2008-11-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/11/force-change-password-upon-login</id>
   <content type="html">&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;With the following command you can force a user to change it's password upon login on a Linux host:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-family: arial; font-size: 13px; &quot;&gt;&lt;pre style=&quot;font-size: 100%; &quot;&gt;# chage -d 0 [user]&lt;/pre&gt;&lt;pre style=&quot;font-size: 100%; &quot;&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Nomad</title>
   <link href="http://www.xbsd.nl/2008/11/nomad.html"/>
   <updated>2008-11-04T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/11/nomad</id>
   <content type="html">Using RDP to control your Linux desktop sure sounds like a new approach to me :) Let's see if this lowers the barrier for Linux adoption in Windows-environments.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://en.opensuse.org/Nomad&quot;&gt;http://en.opensuse.org/Nomad&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Nomad has compositing manager extensions. So, desktop-effects (*xgl) should work over an RDP session.
</content>
 </entry>
 
 <entry>
   <title>XEN guest images</title>
   <link href="http://www.xbsd.nl/2008/09/xen-images.html"/>
   <updated>2008-09-20T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/09/xen-images</id>
   <content type="html">&lt;a href=&quot;http://www.xen.org/images/globals/xen_logo.gif&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 163px; height: 73px;&quot; src=&quot;http://www.xen.org/images/globals/xen_logo.gif&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;Jailtime.org is a great resource if you're looking for some ready-to-run XEN guest images.

&lt;a href=&quot;http://www.jailtime.org/&quot;&gt;http://www.jailtime.org&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Apply for SLE11 beta testing</title>
   <link href="http://www.xbsd.nl/2008/08/apply-for-sle11-beta-testing.html"/>
   <updated>2008-08-21T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/08/apply-for-sle11-beta-testing</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.glug-nith.org/images/suse.png&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 191px; height: 173px;&quot; src=&quot;http://www.glug-nith.org/images/suse.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;The Novell Beta Program is accepting applications to beta test SUSE Linux Enterprise software.&lt;br /&gt;&lt;p&gt;The beta testing will run from September until February. If you are interested in applying for the beta, complete an application:&lt;/p&gt;&lt;a href=&quot;http://opsamericas.com/?p=779&quot;&gt;http://opsamericas.com/?p=779&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Opt-in before 7 September.
</content>
 </entry>
 
 <entry>
   <title>new Novell Client for openSUSE 10.3</title>
   <link href="http://www.xbsd.nl/2008/07/new-novell-client-for-opensuse-103.html"/>
   <updated>2008-07-01T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/07/new-novell-client-for-opensuse-103</id>
   <content type="html">Novell released the Novell Client for Linux 2.0 SP1 public beta. This release supports openSUSE 10.3 and SLED 10sp2. Unfortunately no support for openSUSE 11.0 yet ... but it's in the making!

&lt;span style=&quot;font-size: 85%;&quot;&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;--&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: 85%;&quot;&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;We're pleased to announce the public beta of the Novell Client for openSUSE &lt;/span&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;10.3. Novell released the packages [1] for the Novell Client for Linux 2.0 &lt;/span&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;SP1 public beta today.&lt;/span&gt;&lt;/span&gt;

&lt;span style=&quot;font-family: courier new;&quot;&gt;A number of openSUSE users have expressed interest in having the client &lt;/span&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;packaged for openSUSE, so our developers have been working on building the &lt;/span&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;client against openSUSE. Please download the package and give it a try on your &lt;/span&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;systems.&lt;/span&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt; &lt;/span&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt;Novell is also working on a package for openSUSE 11.0, though we don't have an &lt;/span&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;official timeline for that package yet. We will also post an announcement when &lt;/span&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;it's available, and will post announcements for any further betas or the final &lt;/span&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;release of the Novell Client for Linux.&lt;/span&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt; &lt;/span&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt; [1]: &lt;a href=&quot;http://www.novell.com/beta/auth/beta.jsp?id=2585&amp;amp;type=1&quot;&gt;http://www.novell.com/beta/auth/beta.jsp?id=2585&amp;amp;type=1&lt;/a&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt;--&lt;/span&gt;
</content>
 </entry>
 
 <entry>
   <title>Hardy wallpaper</title>
   <link href="http://www.xbsd.nl/2008/06/hardy-wallpaper.html"/>
   <updated>2008-06-26T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/06/hardy-wallpaper</id>
   <content type="html">&lt;style type=&quot;text/css&quot;&gt;.flickr-photo { }.flickr-frame { float: right; text-align: center; margin-left: 15px; margin-bottom: 15px; }.flickr-caption { font-size: 0.8em; margin-top: 0px; }&lt;/style&gt;&lt;div class=&quot;flickr-frame&quot;&gt; &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/2606765929/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3104/2606765929_e78ba09b7f_t.jpg&quot; class=&quot;flickr-photo&quot; alt=&quot;80058-hardy_darkorange&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;span class=&quot;flickr-caption&quot;&gt;  &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/2606765929/&quot;&gt;80058-hardy_darkorange&lt;/a&gt;,&lt;br /&gt;originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/martijnpepping/&quot;&gt;./martijn&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;A nice alternative for the default Ubuntu 8.04 wallpaper. Picked it up somewhere in the blogosphere, can remember exactly where.
</content>
 </entry>
 
 <entry>
   <title>oVirt</title>
   <link href="http://www.xbsd.nl/2008/06/ovirt.html"/>
   <updated>2008-06-20T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/06/ovirt</id>
   <content type="html">New virtualization tools from the RedHat shed. oVirt offers a compleet solution for running and managing VM hosts. Funny to see that it uses KVM (trough libvirt) instead of XEN, with XEN being the main VM-technology in the RedHat exterprise products.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://ovirt.org/index.html&quot;&gt;http://ovirt.org/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Looks like a serious and low-cost alternative to VMware ESX to me.
</content>
 </entry>
 
 <entry>
   <title>openSUSE 11.0</title>
   <link href="http://www.xbsd.nl/2008/06/opensuse-11-0.html"/>
   <updated>2008-06-19T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/06/opensuse-11-0</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://static.opensuse.org/c/images/common/geeko.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 128px; height: 83px;&quot; src=&quot;http://static.opensuse.org/c/images/common/geeko.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style=&quot;text-align: right;&quot;&gt;&lt;br /&gt;&lt;/div&gt;It's in the open ...&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://download.opensuse.org/distribution/11.0/iso/&quot;&gt;http://download.opensuse.org/distribution/11.0/iso/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>SUSE Studio</title>
   <link href="http://www.xbsd.nl/2008/06/suse-studio.html"/>
   <updated>2008-06-03T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/06/suse-studio</id>
   <content type="html">Roll your own (JeOS) distro.&lt;br /&gt;&lt;br /&gt;Just sign up,  and explore when invited.&lt;br /&gt;&lt;a href=&quot;http://studio.suse.com/&quot;&gt;http://studio.suse.com/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>S60 Google Calendar sync</title>
   <link href="http://www.xbsd.nl/2008/05/s60-google-calendar-sync.html"/>
   <updated>2008-05-23T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/05/s60-google-calendar-sync</id>
   <content type="html">CalSyncS60 syncs your (Nokia) S60r3 phone with Google Calendar.&lt;br /&gt;The software is currently in beta.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://s60addons.com/calsync/&quot;&gt;http://s60addons.com/calsync/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell Client for openSUSE - status</title>
   <link href="http://www.xbsd.nl/2008/05/novell-client-for-opensuse-status.html"/>
   <updated>2008-05-14T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/05/novell-client-for-opensuse-status</id>
   <content type="html">There's progress on the Novell Client for openSUSE 11.0! Let's hope a public beta will follow soon.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://bugzilla.novell.com/show_bug.cgi?id=262319#c36&quot;&gt;https://bugzilla.novell.com/show_bug.cgi?id=262319#c36&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;--- Comment #36 from Jakob Perry &lt;japerry@--------.---&gt;  2008-05-14 14:53:43 MST ---&lt;/japerry@--------.---&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;I'm currently in testing with the novell client for OpenSuSE 11. For&lt;br /&gt;the most &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;part it is working properly, except for the intermittent&lt;br /&gt;appearance of ncl_tray &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;showing up in its own window in the upper&lt;br /&gt;left of the screen.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;There also needs to be a refresh of using pam_script and autologin&lt;br /&gt;for the &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;novell client. novfs is working better now with beta 2&lt;br /&gt;(After the drive space &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;bug was fixed), however its showing incorrect&lt;br /&gt;free space for drive pools. (IE: &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;you have three NSS volumes within&lt;br /&gt;one pool that is 600GB, novfs will show &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;1800GB as total storage)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;Also, the rpms are built upon an old version of libbfd, which&lt;br /&gt;requires manual &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;symbolic links to allow ncl to work.&lt;br /&gt;This should be updated for 11 as well.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;----------------------------------------------------------------------&lt;/span&gt;&lt;/span&gt;
</content>
 </entry>
 
 <entry>
   <title>.history game</title>
   <link href="http://www.xbsd.nl/2008/04/history-game.html"/>
   <updated>2008-04-14T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/04/history-game</id>
   <content type="html">Since this becomes more popular by the blogpost :)&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;martijn@martijn(17:05):~$ history|awk '{a[$2]++ } END{for(i in a){print a[i] &quot; &quot; i}}' |sort -rn|head&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;347 ssh&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;102 logconvert.pl&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;65 cd&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;62 openssl&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;42 vim&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;42 ls&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;39 l&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;39 host&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;29 perl&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;24 sudo&lt;/span&gt;&lt;/span&gt;
</content>
 </entry>
 
 <entry>
   <title>Quick host-to-host transfer</title>
   <link href="http://www.xbsd.nl/2008/04/quick-host-to-host-transfer.html"/>
   <updated>2008-04-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/04/quick-host-to-host-transfer</id>
   <content type="html">From the openSUSE weekly newsletter:
&lt;br /&gt;
&lt;br /&gt;&lt;h4&gt;Quick host-to-host transfer&lt;/h4&gt; &lt;p&gt;Tired of setting up an ftp server just to transfer some files from one host to another? You don't trust your buddy to give him an account to your machine for ssh? Don't want to enter a password on someone else's machine? Look no further! Here is how to copy files from host2 to host1 in the shell: &lt;/p&gt; &lt;pre&gt;host1:$ netcat -lvp 12345 | tar -xv
&lt;br /&gt;host2:$ tar -cv file [files...] | netcat -v IP_of_host1 12345
&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;You can also use this in combination with dd to copy e.g. partitions: &lt;/p&gt; &lt;pre&gt;host1:$ netcat -lvp 12345 &gt;part_xyz.img
&lt;br /&gt;host2:$ netcat -v IP_if_host1 12345 &lt;/dev/sda1&lt;/pre&gt; &lt;p&gt;Geek facts about netcat: &lt;/p&gt; &lt;ul&gt;&lt;li&gt; by many considered one of the most useful network utilities &lt;/li&gt;&lt;li&gt; available for install with the &lt;a href=&quot;http://en.opensuse.org/YaST/Modules/Software_Management&quot; title=&quot;YaST/Modules/Software Management&quot;&gt;known methods&lt;/a&gt; &lt;/li&gt;&lt;li&gt; when &lt;code&gt;telnet host port&lt;/code&gt; is used to test a TCP connection or talk to some text based server, &lt;code&gt;netcat host port&lt;/code&gt; is the tool actually designed to do that. &lt;/li&gt;&lt;li&gt; doubles as a port scanner &lt;/li&gt;&lt;li&gt; on some systems and busybox, just short &lt;code&gt;nc&lt;/code&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell Client for openSUSE</title>
   <link href="http://www.xbsd.nl/2008/04/novell-client-for-opensuse.html"/>
   <updated>2008-04-07T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/04/novell-client-for-opensuse</id>
   <content type="html">Progress on &quot;Bug 262319 - Sorry state of Novell Client on openSUSE&quot; over at bugzilla.novell.com&lt;br /&gt;There a lot of ugly hacks around to get the Novell Client for Linux working on openSUSE 10.{2,3}. Let's hope that Novell plugs some holes here.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;bz_comment&quot;&gt;         &lt;span class=&quot;bz_comment_head&quot;&gt;           &lt;span class=&quot;comment_rule&quot;&gt;-------&lt;/span&gt; &lt;i&gt;Comment           &lt;a name=&quot;c29&quot; href=&quot;https://bugzilla.novell.com/show_bug.cgi?id=262319#c29&quot;&gt;#29&lt;/a&gt; From Michael Loeffler           2008-04-07 10:52:53 MST            &lt;/i&gt;           &lt;span class=&quot;comment_rule&quot;&gt;-------&lt;/span&gt;         &lt;/span&gt;            &lt;pre id=&quot;comment_text_29&quot;&gt;Just a short update on this bug as people in the last openSUSE project&lt;br /&gt;meeting complained about the slow progress here. I'm now in contact&lt;br /&gt;with the right people for the Novell client for openSUSE and we're&lt;br /&gt;working on a solution.&lt;br /&gt;&lt;/pre&gt;     &lt;/div&gt;&lt;a href=&quot;https://bugzilla.novell.com/show_bug.cgi?id=262319&quot;&gt;https://bugzilla.novell.com/show_bug.cgi?id=262319&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>And we're counting down ...</title>
   <link href="http://www.xbsd.nl/2008/04/and-were-counting-down.html"/>
   <updated>2008-04-03T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/04/and-were-counting-down</id>
   <content type="html">&lt;script type=&quot;text/javascript&quot; src=&quot;http://forgeftp.novell.com/opensuse-art/openSUSE11/web-banner/jquery.js&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://forgeftp.novell.com/opensuse-art/openSUSE11/web-banner/SUSEcounter.js&quot;&gt;&lt;/script&gt;&lt;div id=&quot;countercontainer&quot; style=&quot;margin: 0pt; padding: 0pt; width: 256px; height: 256px; text-align: center;&quot;&gt;&lt;a id=&quot;nojavascriptlink&quot; href=&quot;http://www.opensuse.org/&quot;&gt;&lt;img style=&quot;border: 0pt none ;&quot; alt=&quot;loading&quot; src=&quot;http://forgeftp.novell.com/opensuse-art/openSUSE11/web-banner/images/nojavascript.png&quot; height=&quot;256&quot; width=&quot;256&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;!-- END SUSE Counter --&gt;
</content>
 </entry>
 
 <entry>
   <title>openSUSE April Fools</title>
   <link href="http://www.xbsd.nl/2008/04/opensuse-april-fools.html"/>
   <updated>2008-04-01T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/04/opensuse-april-fools</id>
   <content type="html">April Fools struck the openSUSE community :)&lt;br /&gt;From the announcement list:&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;--------------------------------------------------------------&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt; The openSUSE team proudly announces the availability of openSUSE 4.1.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt; We're shipping all the latest open source packages that are available at time &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;of launch. As highlights, we'd like to point out the latest desktops, GNOME &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;4.1 and KDE 4.1 plus KDE 4.2 preview, our MP41 support via gstreamer plug-in &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;by Fluendo, a faster boot process, heavily optimised and improved package &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;management, 1-click install option for additional software, OpenOffice 4.1, &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;XEN 4.1 and VirtualBox 4.1 and, last but not least, our 4 in 1 CD installation &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;which provides a small but fully loaded desktop. For all the news and &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;impressive screenshots, have a look at &lt;/span&gt;&lt;a style=&quot;font-family: courier new;&quot; rel=&quot;nofollow&quot; href=&quot;http://news.opensuse.org/?p=412008&quot;&gt;http://news.opensuse.org/?p=412008&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt; It's available now to download at &lt;/span&gt;&lt;a style=&quot;font-family: courier new;&quot; rel=&quot;nofollow&quot; href=&quot;http://software.opensuse.org/&quot;&gt;http://software.openSUSE.org&lt;/a&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt; in Amstrad, &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;Commodore, Kaypro and TRS-80 versions - from our mirrors and via bittorrent.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt; The following ISOs can be downloaded: the 1 CD open source version with an &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;add-on CD containing proprietary software, such as iTunes, &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;World of Warcraft, and Microsoft Office for Linux. DVD ISOs for all &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;architectures are available and contain the open source version plus &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;proprietary add-ons. An installable Live CD will be released in October, and &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;the Edu add-on CD &lt;/span&gt;&lt;a style=&quot;font-family: courier new;&quot; rel=&quot;nofollow&quot; href=&quot;http://en.opensuse.org/Education&quot;&gt;http://en.opensuse.org/Education&lt;/a&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt; will show up in the same &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;time frame.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt; As usual, openSUSE 4.1 will be available in European retail channels as a &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;boxed product Of course, there it will be known as openSUSE 1.4. All software &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;versions contained will follow. In North America, the box will be available &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;through shopNovell &lt;/span&gt;&lt;a style=&quot;font-family: courier new;&quot; rel=&quot;nofollow&quot; href=&quot;http://shop.novell.com/&quot;&gt;http://shop.novell.com&lt;/a&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;. Due to production lead times, &lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;boxes will start to show up on shelves when we feel like it.&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;--------------------------------------------------------------&lt;/span&gt;
</content>
 </entry>
 
 <entry>
   <title>notMac</title>
   <link href="http://www.xbsd.nl/2008/03/notmac.html"/>
   <updated>2008-03-16T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/03/notmac</id>
   <content type="html">A free .Mac alternative which makes it also possible to sync both Mac's and Linux desktops.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.notmacchallenge.com/&quot;&gt;http://www.notmacchallenge.com/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Evolution progress for 2.22</title>
   <link href="http://www.xbsd.nl/2008/02/evolution-progress-for-2-22.html"/>
   <updated>2008-02-19T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/02/evolution-progress-for-2-22</id>
   <content type="html">This is the stuff that makes me happy ... read/write support for Google Calendar in &lt;a href=&quot;http://www.gnome.org/projects/evolution/&quot;&gt;Evolution.&lt;/a&gt;&lt;br /&gt;&lt;pre&gt;Till now in 2.22 cycle, we have done&lt;br /&gt; * Google Calendar suppport&lt;br /&gt; * Support for external editors as composers&lt;br /&gt; * New Tango icons look&lt;br /&gt; * lots of bug fixes.&lt;/pre&gt;New Tango eyecandy is also always a good thing :)&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://mail.gnome.org/archives/evolution-hackers/2007-December/msg00002.html&quot;&gt;http://mail.gnome.org/archives/evolution-hackers/2007-December/msg00002.html&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Virt-P2V</title>
   <link href="http://www.xbsd.nl/2008/02/virt-p2v.html"/>
   <updated>2008-02-12T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/02/virt-p2v</id>
   <content type="html">A live CD for performing Physical2virtal (P2V) migrations.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://et.redhat.com/%7Erjones/virt-p2v/&quot;&gt;http://et.redhat.com/~rjones/virt-p2v/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>'Repairing' my iPod</title>
   <link href="http://www.xbsd.nl/2008/01/repairing-my-ipod.html"/>
   <updated>2008-01-27T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/01/repairing-my-ipod</id>
   <content type="html">Where the Apple support site offers no help, there's always google. I just fixed my dead iPod Photo by narrowly following the instructions on &lt;a href=&quot;http://www.macgeekery.com/hacks/hardware/fix_your_dead_ipod_for_free&quot;&gt;this website&lt;/a&gt; ... one well placed bang on the iPod ass was enough made it start working again. I wonder why this proofed-to-work method of repair isn't mentioned on the Apple support website.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.macgeekery.com/hacks/hardware/fix_your_dead_ipod_for_free&quot;&gt;http://www.macgeekery.com/hacks/hardware/fix_your_dead_ipod_for_free&lt;span style=&quot;display: block;&quot; id=&quot;formatbar_Buttons&quot;&gt;&lt;span class=&quot;on down&quot; style=&quot;display: block;&quot; id=&quot;formatbar_CreateLink&quot; title=&quot;Koppeling&quot; onmouseover=&quot;ButtonHoverOn(this);&quot; onmouseout=&quot;ButtonHoverOff(this);&quot; onmouseup=&quot;&quot; onmousedown=&quot;CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Linux desktops @ Amsterdam gov.</title>
   <link href="http://www.xbsd.nl/2008/01/linux-desktops-amsterdam-gov.html"/>
   <updated>2008-01-19T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/01/linux-desktops-amsterdam-gov</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.xs4all.nl/%7Empepping/openamsterdam.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 320px;&quot; src=&quot;http://www.xs4all.nl/%7Empepping/openamsterdam.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Now this is how the Amsterdam governing board pimps up their Linux desktop ;)&lt;br /&gt;&lt;br /&gt;Their on SUSE Linux Enterprise Desktop iirc.
</content>
 </entry>
 
 <entry>
   <title>SLED10 Support Pack 2 in auth.beta</title>
   <link href="http://www.xbsd.nl/2008/01/sled10-support-pack-2-in-auth-beta.html"/>
   <updated>2008-01-13T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/01/sled10-support-pack-2-in-auth-beta</id>
   <content type="html">Support Pack 2 for SUSE Linux Enterprise Desktop is just around the corner. The main gain will be in support for new hardware, an updated Open Office.org and, what I find interesting, better support for Tablet PC's.&lt;br /&gt;&lt;br /&gt;Check out the enhancements or apply for the authorized beta &lt;a href=&quot;http://www.novell.com/communities/node/3160&quot;&gt;right here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.novell.com/communities/node/3160&quot;&gt;http://www.novell.com/communities/node/3160&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Bongo project</title>
   <link href="http://www.xbsd.nl/2008/01/bongo-project.html"/>
   <updated>2008-01-12T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2008/01/bongo-project</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://bongo-project.org/&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 197px; height: 55px;&quot; src=&quot;http://bongo-project.org/images/2/21/Bongo-logo-blue-wording.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Where the the Hula project left off, the &lt;a href=&quot;http://bongo-project.org/&quot;&gt;Bongo project&lt;/a&gt; picked up. I've just grabbed  the &lt;a href=&quot;http://bongo-project.org/Installation/Source&quot;&gt;latest src&lt;/a&gt; from SVN and can't say that it doesn't looks promising. Even support for LDAP backends seems to be in the making.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;Be sure to check out the &lt;a href=&quot;http://bongo-project.org/Tour&quot;&gt;tour&lt;/a&gt;.&lt;br /&gt;&lt;/span&gt;
</content>
 </entry>
 
 <entry>
   <title>Just a matter of Time(Vault)</title>
   <link href="http://www.xbsd.nl/2007/12/just-a-matter-of-timevault.html"/>
   <updated>2007-12-21T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/12/just-a-matter-of-timevault</id>
   <content type="html">&lt;a href=&quot;http://www.howtoforge.com/snapshot-backups-with-timevault-ubuntu-7.10&quot;&gt;TimeVault&lt;/a&gt; a (OS X/Leopard) TimeMachine lookalike for Linux.
</content>
 </entry>
 
 <entry>
   <title>openSUSE Shop</title>
   <link href="http://www.xbsd.nl/2007/12/opensuse-shop.html"/>
   <updated>2007-12-15T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/12/opensuse-shop</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://shop.opensuse.org/images/common/geeko.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 132px; height: 87px;&quot; src=&quot;http://shop.opensuse.org/images/common/geeko.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Here's a spot on the web for &lt;a href=&quot;http://shop.opensuse.org/&quot;&gt;openSUSE fanatics&lt;/a&gt;.
</content>
 </entry>
 
 <entry>
   <title>Mapping 'Insert' on an Apple keyboard</title>
   <link href="http://www.xbsd.nl/2007/12/mapping-insert-on-apple-keyboard.html"/>
   <updated>2007-12-14T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/12/mapping-insert-on-apple-keyboard</id>
   <content type="html">The first thing I noticed on my new &lt;a href=&quot;http://www.apple.com/keyboard/&quot;&gt;Apple keyboard&lt;/a&gt; was the Insert-key being replaced by a FN-key. Quite hard to get used to when shift+instert is hard coded into you mind ;)

&lt;/span&gt;Unfortunately, running 'xev' shows that the FN-key doesn't send any hard-link keycode what so ever (like keycode 110 for Insert).
Quick and dirty, I worked around by mapping the F13-key (above the FN-key) to Insert. This can be done by creating a &lt;span style=&quot;font-family: courier new;&quot;&gt;~/.xmodmap&lt;/span&gt; file with the line &quot;&lt;span style=&quot;font-family: courier new;&quot;&gt;keycode 182 = Insert&lt;/span&gt;&quot; and starting &quot;&lt;span style=&quot;font-family: courier new;&quot;&gt;xmodmap ~/.xmodmap&lt;/span&gt;&quot; from GNOME Sessions, like this:

&lt;a href=&quot;http://4.bp.blogspot.com/_h_qZte3MNFE/R2LeMQwSDfI/AAAAAAAAAh4/_t49hmmya3U/s1600-h/Screenshot.png&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5143918026647801330&quot; style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;http://4.bp.blogspot.com/_h_qZte3MNFE/R2LeMQwSDfI/AAAAAAAAAh4/_t49hmmya3U/s320/Screenshot.png&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;

This works for me. If anyone has a better solution, like embedding in x.org or making it work at system startup instead of enabling this on the start of a GNOME session, &lt;a href=&quot;http://www.novell.com/coolsolutions/author/2282.html&quot;&gt;let me know&lt;/a&gt;.

It's a nice keyboard. You should get one ;)
</content>
 </entry>
 
 <entry>
   <title>S60 Tango theme</title>
   <link href="http://www.xbsd.nl/2007/12/s60-tango-theme.html"/>
   <updated>2007-12-10T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/12/s60-tango-theme</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://wiki.sukimashita.com/images/thumb/0/0b/S60-tango-app-grid1.png/128px-S60-tango-app-grid1.png&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 129px; height: 171px;&quot; src=&quot;http://wiki.sukimashita.com/images/thumb/0/0b/S60-tango-app-grid1.png/128px-S60-tango-app-grid1.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Tango on your cellphone?! Just grab the .SIS installer from &lt;a href=&quot;http://wiki.sukimashita.com/Tango_Symbian60_Theme&quot;&gt;Martin's website&lt;/a&gt;. You got to have a (v2/v3) Symbian60 though.&lt;br /&gt;&lt;br /&gt;Well, it sure looks cool on my Nokia N73.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://wiki.sukimashita.com/Tango_Symbian60_Theme&quot;&gt;http://wiki.sukimashita.com/Tango_Symbian60_Theme&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Post @ Novell CoolSolutions</title>
   <link href="http://www.xbsd.nl/2007/11/post-novell-coolsolutions.html"/>
   <updated>2007-11-24T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/11/post-novell-coolsolutions</id>
   <content type="html">My tip on ClusterSSH is posted on the &lt;a href=&quot;http://www.novell.com/coolsolutions/tip/19915.html&quot;&gt;Novell CoolSolutions&lt;/a&gt; website.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.novell.com/coolsolutions/tip/19915.html&quot;&gt;http://www.novell.com/coolsolutions/tip/19915.html&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>ClusterSSH RPM's</title>
   <link href="http://www.xbsd.nl/2007/10/clusterssh-rpms.html"/>
   <updated>2007-10-27T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/10/clusterssh-rpms</id>
   <content type="html">Today i've build some RPM's of the ClusterSSH utility. It's a nifty little tool for working on multiple systems simultaneously, using SSH.&lt;br /&gt;&lt;br /&gt;RPM's for openSUSE10.2/10.3 and SLE10 can be found over at the openSUSE repositories: &lt;a href=&quot;http://download.opensuse.org/repositories/home:/martijn/&quot;&gt;http://download.opensuse.org/repositories/home:/martijn/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Ubuntu people, you'll find ClusterSSH right back in your Synaptic Package Manager (or a &quot;sudo apt-get install clusterssh&quot; should do the trick).
</content>
 </entry>
 
 <entry>
   <title>iFolder 3.6 @ openSUSE Build-services</title>
   <link href="http://www.xbsd.nl/2007/10/ifolder-36-opensuse-build-services.html"/>
   <updated>2007-10-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/10/ifolder-36-opensuse-build-services</id>
   <content type="html">&lt;a href=&quot;http://www.ifolder.com&quot;&gt;iFolder&lt;/a&gt; 3.6 server RPM's for openSUSE =&amp;lt; 10.3 and Fedora 6/7 are available @ the iFolder repository of the openSUSE Build-service.

&lt;a href=&quot;http://download.opensuse.org/repositories/home:/dl9pf/&quot;&gt;http://download.opensuse.org/repositories/home:/dl9pf/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.3 is available!</title>
   <link href="http://www.xbsd.nl/2007/10/200710opensuse-103-is-available.html"/>
   <updated>2007-10-04T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/10/200710opensuse-103-is-available</id>
   <content type="html">openSUSE 10.3 is available! ... what are you waiting for!
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://download.opensuse.org/distribution/10.3/&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5117416752468610866&quot; style=&quot;cursor: pointer;&quot; src=&quot;http://1.bp.blogspot.com/_h_qZte3MNFE/RwS3bFKGTzI/AAAAAAAAAhw/HJg8R-oHBOk/s320/oss10-3.JPG&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a href=&quot;http://download.opensuse.org/distribution/10.3/&quot;&gt;http://download.opensuse.org/distribution/10.3/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell Forums</title>
   <link href="http://www.xbsd.nl/2007/10/novell-forums.html"/>
   <updated>2007-10-03T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/10/novell-forums</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Novell has given their &lt;a href='http://forums.novell.com/'&gt;support forums&lt;/a&gt; a complete make-over. It now runs identity-based forumsoftware and still offers NNTP access.&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.3 package management</title>
   <link href="http://www.xbsd.nl/2007/09/opensuse-10-3-package-management.html"/>
   <updated>2007-09-29T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/09/opensuse-10-3-package-management</id>
   <content type="html">&lt;style type=&quot;text/css&quot;&gt;.flickr-photo { }.flickr-frame { float: right; text-align: center; margin-left: 15px; margin-bottom: 15px; }.flickr-caption { font-size: 0.8em; margin-top: 0px; }&lt;/style&gt;&lt;div class=&quot;flickr-frame&quot;&gt; &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/1455729521/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1402/1455729521_7004a295fc_t.jpg&quot; class=&quot;flickr-photo&quot; alt=&quot;os103rc1-1&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;span class=&quot;flickr-caption&quot;&gt;  &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/1455729521/&quot;&gt;os103rc1-1&lt;/a&gt;,&lt;br /&gt;originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/martijnpepping/&quot;&gt;./martijn&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;You just got to love the new openSUSE 10.3 package management system. It's slick, fast and easy to use.
</content>
 </entry>
 
 <entry>
   <title>Pidgin IM packages for Ubuntu FF/7.04</title>
   <link href="http://www.xbsd.nl/2007/09/pidgin-im-packages-for-ubuntu-ff7-04.html"/>
   <updated>2007-09-26T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/09/pidgin-im-packages-for-ubuntu-ff7-04</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;&lt;div align='right'&gt;&lt;div align='left'&gt;Some .deb's&lt;br/&gt;&lt;/div&gt;&lt;img src='http://www.pidgin.im/shared/img/logo.text.jpg'/&gt;&lt;br/&gt;&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href='http://download.ubuntu.pl/_Feisty_Fawn/pidgin/'&gt;http://download.ubuntu.pl/_Feisty_Fawn/pidgin/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Remember to remove GAIM first.&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>OES2 release date</title>
   <link href="http://www.xbsd.nl/2007/09/oes2-release-date.html"/>
   <updated>2007-09-26T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/09/oes2-release-date</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;&lt;span class='rss:item'&gt;&lt;i&gt;Trough &lt;a href='http://myweb.facstaff.wwu.edu/%7Eriedesg/sysadmin1138/2007/09/oes2-release-date.html'&gt;Sysadmin1138&lt;/a&gt;:&lt;/i&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;span style='font-weight: bold;'&gt;OES2 will be released on October 5th.&lt;/span&gt;&lt;br/&gt;&lt;span style='font-weight: bold;'&gt;OES2-SP1 is targeted for mid-April, 2008.&lt;br/&gt;&lt;span style='font-weight: bold;'&gt;AFP integration will be in SP1.&lt;/span&gt;&lt;br/&gt;&lt;/span&gt;&lt;br/&gt;&lt;ul&gt;&lt;li&gt;Around the release of SP1, Prosoft and Condrey Consulting (Kanaka) will release an NCP client for Mac.&lt;/li&gt;&lt;li&gt;OES2 is fully 64-bit optimized (on Linux)&lt;/li&gt;&lt;li&gt;They&lt;br /&gt;claim EVEN BETTER NSS performance on OES2.&lt;br/&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Convert Nero image (.nrg) to ISO9660 (.iso)</title>
   <link href="http://www.xbsd.nl/2007/09/convert-nero-image-nrg-to-iso9660-iso.html"/>
   <updated>2007-09-17T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/09/convert-nero-image-nrg-to-iso9660-iso</id>
   <content type="html">A nice tip from Linux Screw on converting .NRG files to .ISO files.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&quot;In case you need to convert &lt;a href=&quot;http://www.nero.com/&quot; target=&quot;_blank&quot;&gt;Nero&lt;/a&gt; image file &lt;strong&gt;.nrg&lt;/strong&gt; into regular ISO9660 &lt;strong&gt;.iso&lt;/strong&gt; utility &lt;strong&gt;nrg2iso&lt;/strong&gt; might be helpful then. Its included into &lt;a href=&quot;http://en.wikipedia.org/wiki/Advanced_Packaging_Tool&quot; class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&quot; rel=&quot;external&quot;&gt;apt&lt;/a&gt; repositories of &lt;a href=&quot;http://www.debian.org/&quot; class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&quot; rel=&quot;external&quot;&gt;Debian&lt;/a&gt; and &lt;a href=&quot;http://www.ubuntu.com/&quot; class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&quot; rel=&quot;external&quot;&gt;Ubuntu&lt;/a&gt;, so to install it execute:&quot;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Sudo&quot; class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&quot; rel=&quot;external&quot;&gt;sudo&lt;/a&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/Aptitude&quot; class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&quot; rel=&quot;external&quot;&gt;aptitude&lt;/a&gt; install nrg2iso&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;When its done, convert file by command:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;nrg2iso image.nrg image.iso&lt;br /&gt;&lt;/em&gt;&lt;/p&gt;&lt;br /&gt;---&lt;br /&gt;&lt;a href=&quot;http://www.linuxscrew.com/2007/09/16/convert-nero-image-nrg-to-iso9660-iso/&quot;&gt;Convert Nero image (.nrg) to ISO9660 (.iso) | Linux Screw&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Lenovo want's to know ...</title>
   <link href="http://www.xbsd.nl/2007/09/lenovo-wants-to-know.html"/>
   <updated>2007-09-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/09/lenovo-wants-to-know</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Which Linux on our Thinkpads?! That's what the people over at Lenovo like to know. There's a poll over at one of the offical Lenovo blogs where you can &lt;a href='http://lenovoblogs.com/insidethebox/?p=98'&gt;vote for your favorite Linux distro&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;For myself, I consider the Thinkpad as a business notebook and would vote for Novell SLED! ... but, the news has been all over the blogosphere ... SLED has already made it to the Thinkpad. I should probably vote in favour of another distro. One way or another: nice work Lenovo.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell Client 2.0 for openSUSE 10.2 in Public Beta</title>
   <link href="http://www.xbsd.nl/2007/08/novell-client-2-0-for-opensuse-10-2-in-public-beta.html"/>
   <updated>2007-08-15T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/08/novell-client-2-0-for-opensuse-10-2-in-public-beta</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://ubikbc.pl/images_t/ca/Novell_N.gif/160x320-Novell_N.gif&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px;&quot; src=&quot;http://ubikbc.pl/images_t/ca/Novell_N.gif/160x320-Novell_N.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;The &lt;a href=&quot;http://download.novell.com/Download?buildid=21a91ftmUKk%7E&quot;&gt;Novell Client 2.0 for SLED10 SP1&lt;/a&gt; is in Public Beta for a couple of weeks now. Finally, a &lt;a href=&quot;http://download.novell.com/Download?buildid=aMa3aFbODfQ%7E&quot;&gt;Novell Client that installs on openSUSE 10.2&lt;/a&gt; is added to the Beta phase.&lt;br /&gt;Both a i386 and a X86_64 version are available.As can shown on &lt;a href=&quot;https://bugzilla.novell.com/show_bug.cgi?id=262319&quot;&gt;Novell Bugzilla&lt;/a&gt;, the demand for the Novell Client has been there since the release of openSUSE 10.2. Feedback (e.g., bugs and comments) can be submitted &lt;a href=&quot;http://www.novell.com/beta/auth/beta.jsp?id=2208&amp;amp;type=1&quot;&gt;here&lt;/a&gt;. For now, just download and happy testing!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Novell Client 2.0 for openSUSE 10.2:&lt;br /&gt;&lt;a href=&quot;http://download.novell.com/Download?buildid=aMa3aFbODfQ%7E&quot;&gt;http://download.novell.com/Download?buildid=aMa3aFbODfQ~&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Picnik</title>
   <link href="http://www.xbsd.nl/2007/08/picnik.html"/>
   <updated>2007-08-12T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/08/picnik</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Just stumbled into &lt;a href='http://www.picnik.com/'&gt;picnik&lt;/a&gt;, an online photo editor. It uses the Flickr/Picasa/Facebook API's to access your online photo collections. It's free during the beta period and after that, there probably will be a free and a payed version. &lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.3 boots 50% faster?!</title>
   <link href="http://www.xbsd.nl/2007/08/opensuse-10-3-boots-50-faster.html"/>
   <updated>2007-08-12T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/08/opensuse-10-3-boots-50-faster</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Replace ZMD with &lt;a href='http://opensuse.org/Zypper'&gt;zypper&lt;/a&gt;, patchup the kernel with the &lt;a href='http://en.opensuse.org/Fcache-howto'&gt;fcache&lt;/a&gt; kernel patch, replace SysC init with Ubuntu's &lt;a href='http://en.opensuse.org/Ubuntu_and_Upstart'&gt;upstart&lt;/a&gt; en do some tuning on the init boot scripts ... all this together makes sure that your openSUSE 10.3 box will start a &lt;a href='http://news.opensuse.org/?p=104'&gt;whole lot faster&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href='http://news.opensuse.org/?p=104'&gt;http://news.opensuse.org/?p=104&lt;/a&gt;&lt;br/&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.3 beta1 LiveCD's</title>
   <link href="http://www.xbsd.nl/2007/08/opensuse-10-3-beta1-livecds.html"/>
   <updated>2007-08-12T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/08/opensuse-10-3-beta1-livecds</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;Stefan created openSUSE 10.3 beta1 LiveCD's of the 1CD installation version. Grab them and start slashing bugs!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;tt&gt;&lt;a href=&quot;http://download.opensuse.org/distribution/10.3-Beta1/iso/cd/openSUSE-10.3-Beta1-GNOME-Live-i386.iso&quot;&gt;http://download.opensuse.org/distribution/10.3-Beta1/iso/cd/openSUSE-10.3-Beta1-GNOME-Live-i386.iso&lt;/a&gt;&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;&lt;tt&gt;&lt;a href=&quot;http://download.opensuse.org/distribution/10.3-Beta1/iso/cd/openSUSE-10.3-Beta1-KDE-Live-i386.iso&quot;&gt;http://download.opensuse.org/distribution/10.3-Beta1/iso/cd/openSUSE-10.3-Beta1-KDE-Live-i386.iso&lt;/a&gt;&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Do you have a minute?!</title>
   <link href="http://www.xbsd.nl/2007/08/do-you-have-a-minute.html"/>
   <updated>2007-08-10T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/08/do-you-have-a-minute</id>
   <content type="html">&lt;style type=&quot;text/css&quot;&gt;.flickr-photo { }.flickr-frame { float: right; text-align: center; margin-left: 15px; margin-bottom: 15px; }.flickr-caption { font-size: 0.8em; margin-top: 0px; }&lt;/style&gt;&lt;div class=&quot;flickr-frame&quot;&gt; &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/1071180004/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1202/1071180004_bfc9dc84f6_t.jpg&quot; class=&quot;flickr-photo&quot; alt=&quot;GNOME-Writing Files to Disc&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class=&quot;flickr-caption&quot;&gt;  &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/1071180004/&quot;&gt;GNOME-Writing Files to Disc&lt;/a&gt;,&lt;br /&gt;originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/martijnpepping/&quot;&gt;./martijn&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;Now &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/1071180004/&quot;&gt;this&lt;/a&gt; will take some time ... ;)
</content>
 </entry>
 
 <entry>
   <title>Holiday is over ...</title>
   <link href="http://www.xbsd.nl/2007/08/holiday-is-over.html"/>
   <updated>2007-08-05T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/08/holiday-is-over</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;Well, after spending some time in &lt;a href=&quot;http://www.flickr.com/map/?&amp;user_id=41029177@N00&amp;amp;amp;amp;fLat=43.791451&amp;fLon=-1.328315&amp;amp;zl=6&quot;&gt;France&lt;/a&gt; it's getting awfully close to get back to work again ;). So, my last day off is mainly filled with catching up with email, snailmail and the www. I do have to catchup with some blog postings, but I do a have enough interesting stuff stacked to make that all good ;)&lt;br /&gt;&lt;br /&gt;A friend pointed me on the fact that I'm also on &lt;a href=&quot;http://www.sysadminblogs.com/planet/&quot;&gt;Planet Sysadmin&lt;/a&gt;, with a lot of other very interesting blogs. Definitely something to  add to your feedreader as well! (&lt;a href=&quot;http://www.sysadminblogs.com/planet/atom.xml&quot;&gt;atom&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>New openSUSE.org website</title>
   <link href="http://www.xbsd.nl/2007/07/new-opensuse-org-website.html"/>
   <updated>2007-07-31T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/07/new-opensuse-org-website</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;... sure looks &lt;a href='http://www.opensuse.org/'&gt;fresh&lt;/a&gt;&lt;br/&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Recover a stuck SSH session</title>
   <link href="http://www.xbsd.nl/2007/07/recover-from-stuck-ssh-session.html"/>
   <updated>2007-07-18T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/07/recover-from-stuck-ssh-session</id>
   <content type="html">&lt;div&gt;This has happened probably to everyone that uses SSH from time to time. You logged in to a terminal over SSH and your session is stuck (e.g., no response). Most people will kill the window or the process that runs SSH and open a new one.  There is actually a way to recover from a stuck session and it is quite simple:
On the moment your session is stuck, you press tilde + dot (shift &quot;~&quot; + &quot;.&quot;) on your keyboard to send a break sigal. You'll end up at your own shell from which you can resume the session by opening it up again.

Got this one from the RedHat network.

&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>VMGL: OpenGL 3D Hardware Acceleration within VM's</title>
   <link href="http://www.xbsd.nl/2007/07/vmgl-opengl-3d-hardware-acceleration-within-vms.html"/>
   <updated>2007-07-15T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/07/vmgl-opengl-3d-hardware-acceleration-within-vms</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;&lt;a href='http://linux.wordpress.com/2007/07/12/vmgl-full-opengl-3d-hardware-acceleration-for-virtual-machines/'&gt;E@zyVG&lt;/a&gt;: This is major news for the virtualisation field as 3D acceleration has been the one area where there has not been much progress.&lt;br /&gt;&lt;p&gt;Introducing &lt;a target='_blank' href='http://www.cs.toronto.edu/%7Eandreslc/xen-gl/'&gt;&lt;strong&gt;VMGL&lt;/strong&gt;&lt;/a&gt;,&lt;br /&gt;which provides OpenGL Hardware 3D Acceleration for Virtual Machines. It&lt;br /&gt;is a program that you install in both the host and guest and allows for&lt;br /&gt;virtualizing the OpenGL functions. When tested in xen with Quake 3&lt;br /&gt;&amp;amp; Unreal Tournament 2004 it provides for up to 87% of the&lt;br /&gt;performance of the native implementation.&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href='http://linux.wordpress.com/2007/07/12/vmgl-full-opengl-3d-hardware-acceleration-for-virtual-machines/'&gt;&lt;br/&gt;&lt;/a&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Desktop Flickr Organizer for Gnome</title>
   <link href="http://www.xbsd.nl/2007/07/desktop-flickr-organizer-for-gnome.html"/>
   <updated>2007-07-15T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/07/desktop-flickr-organizer-for-gnome</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;For the moment I stick with &lt;a href='http://f-spot.org/Main_Page'&gt;F-Spot&lt;/a&gt;, but &lt;a href='http://code.google.com/p/dfo/'&gt;DFO&lt;/a&gt; (Desktop Flickr Organizer) is an application which development is worth to track. A similarity with F-Spot is that they are both Mono based. &lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href='http://code.google.com/p/dfo/'&gt;http://code.google.com/p/dfo/&lt;/a&gt;&lt;br/&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Yahoo Pipes</title>
   <link href="http://www.xbsd.nl/2007/07/yahoo-pipes.html"/>
   <updated>2007-07-13T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/07/yahoo-pipes</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://l.yimg.com/us.yimg.com/i/us/pps/logo_1.gif&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 119px; height: 45px;&quot; src=&quot;http://l.yimg.com/us.yimg.com/i/us/pps/logo_1.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Just stumbled into &lt;a href=&quot;http://pipes.yahoo.com/pipes/&quot;&gt;Yahoo Pipes&lt;/a&gt;. Pipes is an interactive data aggregator and manipulator that lets you mashup your favorite online data sources. Pipes works very intuitive and lets you create custom views or feeds of any kind of websource (xml/http/ical/csv/flickr and so on). Cool stuff!&lt;br /&gt;&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell Client 2.0 for SLED 10 SP1 - Public Beta</title>
   <link href="http://www.xbsd.nl/2007/07/novell-client-2-0-for-sled-10-sp1-public-beta.html"/>
   <updated>2007-07-11T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/07/novell-client-2-0-for-sled-10-sp1-public-beta</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;A Novell Client for Linux build specific for SLED 10sp1 is available on the Novell Beta website. Both a 32-bit and a 64-bit version are avaiable. Be sure to checkout the included readme. There are still a lot of issues to be dealt with.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.novell.com/beta/auth/beta.jsp?id=2208&amp;type=1&quot;&gt;http://www.novell.com/beta/auth/beta.jsp?id=2208&amp;amp;type=1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Upd: &lt;/span&gt;there's also one for &lt;a href=&quot;http://mpepping.blogspot.com/2007/08/novell-client-20-for-opensuse-102-in.html&quot;&gt;openSUSE 10.2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Compiz-Fusion</title>
   <link href="http://www.xbsd.nl/2007/07/compiz-fusion.html"/>
   <updated>2007-07-10T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/07/compiz-fusion</id>
   <content type="html">&lt;style type=&quot;text/css&quot;&gt;.flickr-photo { }.flickr-frame { float: right; text-align: center; margin-left: 15px; margin-bottom: 15px; }.flickr-caption { font-size: 0.8em; margin-top: 0px; }&lt;/style&gt;&lt;div class=&quot;flickr-frame&quot;&gt; &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/768818604/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1253/768818604_8190642b51_t.jpg&quot; class=&quot;flickr-photo&quot; alt=&quot;serudaru-10072007a&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;span class=&quot;flickr-caption&quot;&gt;  &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/768818604/&quot;&gt;serudaru-10072007a&lt;/a&gt;,&lt;br /&gt;originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/martijnpepping/&quot;&gt;./martijn&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;Updated to the 06june2007 build of compiz-fusion on my Ubuntu 7.04 system. One remarkable change is that the, default, four-sided cube is replaced by a flat, two-sided desktop.&lt;br /&gt;Despite the familiarity of the Cube, I can't say that changing this to _just_ two sides has a negative impact on usability. I find it to work quite well.
</content>
 </entry>
 
 <entry>
   <title>Compiz-Fusion translation</title>
   <link href="http://www.xbsd.nl/2007/07/compiz-fusion-translation.html"/>
   <updated>2007-07-08T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/07/compiz-fusion-translation</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Now that &lt;a href='http://www.opencompositing.org/'&gt;Compiz-Fusion&lt;/a&gt; is &lt;a href='http://en.wikipedia.org/wiki/Internationalization_and_localization'&gt;i18n&lt;/a&gt; ready, some serious translation can be done. I've started on the Dutch (nl_NL) translation. Come and join in. More info on &lt;a href='http://dev.beryl-project.org/%7Ecyberorg/compiz/43/compiz-fusion-is-i18n-ready/'&gt;http://dev.beryl-project.org&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>I'm one of 6589</title>
   <link href="http://www.xbsd.nl/2007/07/im-one-of-6589.html"/>
   <updated>2007-07-03T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/07/im-one-of-6589</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;The Dutch Tax Administration offers tax-reporting software for Windows, OS X and Linux. Out of 5.700.000 taxreports in total, only 6589 taxreports were done on Linux. An example that there is still a lot to gain ...&lt;br /&gt;&lt;br /&gt;src: &lt;a href=&quot;http://tweakers.net/nieuws/48266/Belastingdienst:-Linux-en-Mac-amper-gebruikt.html&quot;&gt;http://tweakers.net/nieuws/48266/Belastingdienst:-Linux-en-Mac-amper-gebruikt.html&lt;/a&gt; (dutch)&lt;br /&gt; &lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Banshee web-player</title>
   <link href="http://www.xbsd.nl/2007/07/banshee-web-player.html"/>
   <updated>2007-07-02T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/07/banshee-web-player</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Now how cool is &lt;a href='http://joeshaw.org/banshee-web/'&gt;this&lt;/a&gt;. Cool work by Joe Shaw. &lt;a href='http://idea.opensuse.org/content/tag/judgeme'&gt;Vote&lt;/a&gt; for the man.&lt;br/&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell hardware</title>
   <link href="http://www.xbsd.nl/2007/06/novell-hardware.html"/>
   <updated>2007-06-30T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/novell-hardware</id>
   <content type="html">&lt;style type=&quot;text/css&quot;&gt;.flickr-photo { }.flickr-frame { float: right; text-align: center; margin-left: 15px; margin-bottom: 15px; }.flickr-caption { font-size: 0.8em; margin-top: 0px; }&lt;/style&gt;&lt;div class=&quot;flickr-frame&quot;&gt; &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/650327841/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1215/650327841_956bd0fbc2_t.jpg&quot; class=&quot;flickr-photo&quot; alt=&quot;IMGP2265.JPG&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class=&quot;flickr-caption&quot;&gt;  &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/650327841/&quot;&gt;IMGP2265.JPG&lt;/a&gt;,&lt;br /&gt;originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/martijnpepping/&quot;&gt;./martijn&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;This is the stuff my Novell days started with. Remember these? A Novell branded NE2000 nic! We used these in good ol' NetWare 3.12 servers. Good for a solid 10Mb/s wirespeed.&lt;br /&gt;This one turned up when moving IT inventory.
</content>
 </entry>
 
 <entry>
   <title>IMGP2282.JPG</title>
   <link href="http://www.xbsd.nl/2007/06/imgp2282-jpg.html"/>
   <updated>2007-06-29T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/imgp2282-jpg</id>
   <content type="html">&lt;style type=&quot;text/css&quot;&gt;.flickr-photo { }.flickr-frame { float: right; text-align: center; margin-left: 15px; margin-bottom: 15px; }.flickr-caption { font-size: 0.8em; margin-top: 0px; }&lt;/style&gt;&lt;div class=&quot;flickr-frame&quot;&gt; &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/650941992/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1359/650941992_d94f60f352_t.jpg&quot; class=&quot;flickr-photo&quot; alt=&quot;IMGP2282.JPG&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;span class=&quot;flickr-caption&quot;&gt;  &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/650941992/&quot;&gt;IMGP2282.JPG&lt;/a&gt;,&lt;br /&gt;originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/martijnpepping/&quot;&gt;./martijn&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;Well, Dutch public transport isn't all that either ;)
</content>
 </entry>
 
 <entry>
   <title>GroupWise Bonsai Beta</title>
   <link href="http://www.xbsd.nl/2007/06/groupwise-bonsai-beta.html"/>
   <updated>2007-06-29T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/groupwise-bonsai-beta</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;GWCheck.log started a rumour about the first beta of GroupWise Bonsai (8?): &lt;br/&gt;&quot;First beta of the next version of GroupWise code name Bonsai will be ready september ...&quot;.&lt;br/&gt;&lt;br/&gt;&lt;a href='http://gwcheck.blogspot.com/2007/06/bonsai-beta-september.html'&gt;GWCheck.log: Bonsai Beta September&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Google Desktop fo Linux</title>
   <link href="http://www.xbsd.nl/2007/06/google-desktop-fo-linux.html"/>
   <updated>2007-06-28T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/google-desktop-fo-linux</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://desktop.google.com/en/images/logo3_beta.gif&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 150px; height: 55px;&quot; src=&quot;http://desktop.google.com/en/images/logo3_beta.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Haven't tried this one out for myself yet, but it's sure worth mentioning: Google has released a open beta for&lt;a href=&quot;http://desktop.google.com/linux&quot;&gt; Google Desktop&lt;/a&gt; for Linux.&lt;br /&gt;&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;div align=&quot;right&quot;&gt;&lt;br /&gt;&lt;div align=&quot;left&quot;&gt;Some feature:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;search and index Gmail and your Web-history&lt;/li&gt;&lt;li&gt;intergrates with some Google online services (e.g., Search)&lt;/li&gt;&lt;li&gt;support file versioning&lt;/li&gt;&lt;li&gt;wide range of filetypes are supported&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;http://desktop.google.com/linux&quot;&gt;http://desktop.google.com/linux&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Wallpapers</title>
   <link href="http://www.xbsd.nl/2007/06/wallpapers.html"/>
   <updated>2007-06-25T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/wallpapers</id>
   <content type="html">&lt;style type=&quot;text/css&quot;&gt;.flickr-photo { }.flickr-frame { float: right; text-align: center; margin-left: 15px; margin-bottom: 15px; }.flickr-caption { font-size: 0.8em; margin-top: 0px; }&lt;/style&gt;&lt;div class=&quot;flickr-frame&quot;&gt; &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/621311755/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1380/621311755_8d1d0c30d4_t.jpg&quot; class=&quot;flickr-photo&quot; alt=&quot;Ximian-Woodmonkey_1280x1024&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class=&quot;flickr-caption&quot;&gt;  &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/621311755/&quot;&gt;Ximian-Woodmonkey_1280x1024&lt;/a&gt;,&lt;br /&gt;originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/martijnpepping/&quot;&gt;./martijn&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;For those of you who are interested, we've uploaded some Linux , Ximian and Novell wallpapers for you to have. Please use the link below.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/sets/72157600461373618/&quot;&gt;&lt;http: com=&quot;&quot; photos=&quot;&quot; martijnpepping=&quot;&quot; sets=&quot;&quot; 72157600461373618=&quot;&quot;&gt;&lt;/http:&gt;&lt;/a&gt;&lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/sets/72157600461373618/&quot;&gt;http://www.flickr.com/photos/martijnpepping/sets/72157600461373618/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Mandriva Corporate Desktop 4</title>
   <link href="http://www.xbsd.nl/2007/06/mandriva-corporate-desktop-4.html"/>
   <updated>2007-06-24T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/mandriva-corporate-desktop-4</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Mandriva steps into the enterprise Linux Desktop market with it's Mandriva Corporate Desktop 4. A market  where Novell and Red Hat cover the main shares.&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;Some keyword: KDE, Virtualization, Mobility, 3D.&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;a href='http://www.mandriva.com/en/linux/corporate/desktop'&gt;http://www.mandriva.com/en/linux/corporate/desktop&lt;/a&gt;&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Compiz-fusion on OpenSUSE 10.2</title>
   <link href="http://www.xbsd.nl/2007/06/compiz-fusion-on-opensuse-10-2.html"/>
   <updated>2007-06-23T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/compiz-fusion-on-opensuse-10-2</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;openSUSE 10.3 will ship with Compiz-fusion. On openSUSE 10.2, you'll be able to run Compiz-fusion as long as you follow the steps that &lt;a href=&quot;http://moosy.blogspot.com/2007/06/want-to-take-compiz-fusion-for-test.html&quot;&gt;Moosy&lt;/a&gt; provides for you.&lt;br /&gt;&lt;br /&gt;Personally, I'm satisfied with my current Beryl setup so I'll wait until the first &lt;a href=&quot;http://en.opensuse.org/Roadmap/10.3&quot;&gt;openSUSE 10.3 Beta&lt;/a&gt; arrives (09/Aug/07).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Future of Enterprise Linux kernels</title>
   <link href="http://www.xbsd.nl/2007/06/future-of-enterprise-linux-kernels.html"/>
   <updated>2007-06-20T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/future-of-enterprise-linux-kernels</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;&lt;a href='http://www.kroah.com/log/linux/enterprise_kernel_future.html'&gt;Greg Kroah-Hartman&lt;/a&gt; has posted an interesting article on driver and module development for enterprise Linux kernel. Very interesting and recognizable stuff for enterprise Linux admins.&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>OSS driver for ATI chips</title>
   <link href="http://www.xbsd.nl/2007/06/oss-driver-for-ati-chips.html"/>
   <updated>2007-06-18T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/oss-driver-for-ati-chips</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;And &lt;a href='http://lists.freedesktop.org/archives/xorg/2007-June/025506.html'&gt;here's&lt;/a&gt; the announcement ... finally, there's a non-proprietary driver for ATI R500 chips. The current build only offers support for the rv515 and the rv530 (on the x1300/x1600 based cards). Next up are the r520 and r580 (on the X1800 and some X1600 models). Personally, I'm more a &lt;a href='http://www.nvidia.com/object/unix.html'&gt;Nvidia&lt;/a&gt; kind of guy. &lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;a href='http://lists.freedesktop.org/archives/xorg/2007-June/025506.html'&gt;http://lists.freedesktop.org/archives/xorg/2007-June/025506.html&lt;/a&gt;&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell Linux Client for OpenSUSE 10.2!</title>
   <link href="http://www.xbsd.nl/2007/06/novell-linux-client-for-opensuse-10-2.html"/>
   <updated>2007-06-15T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/novell-linux-client-for-opensuse-10-2</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;Fresh news from the Novell Bugzilla system:&lt;br /&gt;&lt;br /&gt;A new Novell Linux Client build has been created for OpenSUSE 10.2. Notice the build date and the fact that there's even a 64 bit version.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Build Location:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;ISOs&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://farek.provo.novell.com/install/ncl/2007614&quot;&gt;http://farek.provo.novell.com/install/ncl/2007614&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;and for 10.2 mounted installs:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;32 bit &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://farek.provo.novell.com/install/ncl/2007614/10.2/i386&quot;&gt;http://farek.provo.novell.com/install/ncl/2007614/10.2/i386 &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;64 bit&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://farek.provo.novell.com/install/ncl/2007614/10.2/x86_64&quot;&gt;http://farek.provo.novell.com/install/ncl/2007614/10.2/x86_64 &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;UPD: &lt;/span&gt;an &lt;a href=&quot;http://mpepping.blogspot.com/2007/08/novell-client-20-for-opensuse-102-in.html&quot;&gt;official beta of this Client&lt;/a&gt; has been released!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Next-gen photo management</title>
   <link href="http://www.xbsd.nl/2007/06/next-gen-photo-management.html"/>
   <updated>2007-06-12T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/next-gen-photo-management</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;This &lt;a href='http://www.ted.com/index.php/talks/view/id/129'&gt;Microsoft demo&lt;/a&gt; of Photosynth and SeaDragon gives a perfect view on whats still to be gain in the area of digital photo management. Both technologies have potential to change the way we experience digital photos. This demo is definitely worth watching.&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Microsoft Photosynth</title>
   <link href="http://www.xbsd.nl/2007/06/microsoft-photosynth.html"/>
   <updated>2007-06-12T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/microsoft-photosynth</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Enjoyed &lt;a href='http://mpepping.blogspot.com/2007/06/next-gen-photo-management.html'&gt;this one&lt;/a&gt;? More info on MS Photosynth is available at &lt;a href='http://labs.live.com/photosynth/'&gt;http://labs.live.com/photosynth/&lt;/a&gt;&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>'old' SLED10/NLD10 mockups</title>
   <link href="http://www.xbsd.nl/2007/06/old-sled10nld10-mockups.html"/>
   <updated>2007-06-11T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/old-sled10nld10-mockups</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Thuesday the 12th of June will be the SLED/SLES10 Support Pack 1 release date. &lt;br /&gt;&lt;/br&gt;Time flies ... a year and a half ago, &lt;a href='http://www.flickr.com/photos/martijnpepping/tags/nld10/'&gt;these mockups&lt;/a&gt; represented a possible GUI layout for Novell enterprise Linux desktop ... at the time better known as NLD10.&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell SLED 10 Support Pack 1</title>
   <link href="http://www.xbsd.nl/2007/06/novell-sled-10-support-pack-1.html"/>
   <updated>2007-06-06T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/06/novell-sled-10-support-pack-1</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;Word on the digital street is that SP1 for Novell SLED10 will be released around the 12th of June. The &lt;a href=&quot;http://www.novell.com/documentation/sled10/readme/release_notes_sp1.html&quot;&gt;Release Notes&lt;/a&gt; only cover installation, upgrade and hardware support. But SP1 will also contain a lot of enhancements like a new GNOME Main Menu layout, a new time/timezone panel item and update for main stream packages like Mozilla Firefox (1.5 &amp;amp;gt; 2.0), Adobe Flash (Non-GPL), Evolution, Banshee, Compiz and so on.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>reCAPTCHA</title>
   <link href="http://www.xbsd.nl/2007/05/recaptcha.html"/>
   <updated>2007-05-30T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/recaptcha</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/CAPTCHA&quot;&gt;Captcha's&lt;/a&gt; are a known tool to block comment-spammers on blogs or to stop bots from filling using web registration forms. About 60 million CAPTCHA's are solved around the world every day.&lt;br /&gt;&lt;br /&gt;The Carnegy Mellon University offers a free reCAPTCHA service, that uses the power of the 'Human effort' needed for filling out a CAPTCHA to translate books and book texts. These are books and texts that cannot be translated correctly by OCR.&lt;br /&gt;&lt;br /&gt;But if a computer can't read such a CAPTCHA, how does the system know the correct answer to the puzzle? Here's how: Each new word that cannot be read correctly by OCR is given to a user in conjunction with another word for which the answer is already known. The user is then asked to read both words. If they solve the one for which the answer is known, the system assumes their answer is correct for the new one. The system then gives the new image to a number of other people to determine, with higher confidence, whether the original answer was correct.&lt;br /&gt;&lt;br /&gt;The &lt;a href=&quot;http://recaptcha.net/&quot;&gt;reCAPTCHA &lt;/a&gt;service can be used for web-forms, &lt;a href=&quot;http://mailhide.recaptcha.net/&quot;&gt;Email protection&lt;/a&gt; and a wide range of &lt;a href=&quot;http://code.google.com/p/recaptcha/&quot;&gt;programlanguages and applications&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Grub recovery</title>
   <link href="http://www.xbsd.nl/2007/05/grub-recovery.html"/>
   <updated>2007-05-29T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/grub-recovery</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Need to recover your Grub bootloader after Windows has overwritten the MBR on a dualboot system? Here's the howto in a few quick steps.&lt;br /&gt;&lt;/br&gt;&lt;ol&gt;&lt;li&gt;boot from a Linux LiveCD like &lt;a href='http://www.ubuntu.com/getubuntu/download'&gt;one of these&lt;/a&gt;.&lt;br /&gt;&lt;/br&gt;&lt;/li&gt;&lt;li&gt;type 'sudo grub' to open the grub prompt (e.g., &quot;grub&amp;amp;gt;&quot;)&lt;/li&gt;&lt;li&gt;type 'find /boot/grub/stage1' to find a installable location (e.g., hd0,2).&lt;/li&gt;&lt;li&gt;type 'root (hd*,*)' ... and replace the asterisks with the output from step 2.&lt;/li&gt;&lt;li&gt;type 'setup (hd0)' to install grub to the mbr.&lt;/li&gt;&lt;li&gt;type 'quit' to exit grub.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Flickr pro account</title>
   <link href="http://www.xbsd.nl/2007/05/flickr-pro-account.html"/>
   <updated>2007-05-22T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/flickr-pro-account</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://l.yimg.com/www.flickr.com/images/flickr_logo_gamma.gif.v1.2.7&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 99px; height: 26px;&quot; src=&quot;http://l.yimg.com/www.flickr.com/images/flickr_logo_gamma.gif.v1.2.7&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Hooked &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/&quot;&gt;myself&lt;/a&gt; up with a &lt;a href=&quot;http://www.flickr.com/upgrade/&quot;&gt;Flickr Pro account&lt;/a&gt;. Almost stashed and organised all my digital pictures. The 100MB a month limitation of a free flickr account just don't cut it, considering that the average size of a picture my camera takes is 4MB ;).
</content>
 </entry>
 
 <entry>
   <title>A Bluetooth Cell Phone as a Proximity Card on SUSE Linux</title>
   <link href="http://www.xbsd.nl/2007/05/a-bluetooth-cell-phone-as-a-proximity-card-on-suse-linux.html"/>
   <updated>2007-05-22T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/a-bluetooth-cell-phone-as-a-proximity-card-on-suse-linux</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://hollington.ca/technocrat/assets/content/droppedimage.png&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 102px; height: 102px;&quot; src=&quot;http://hollington.ca/technocrat/assets/content/droppedimage.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Here's a nice description on how to use a Bluetooth Cell Phone as a Proximity Card on Linux. It's written for SUSE Linux but also includes a link to a Ubuntu description.&lt;br /&gt;&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;br /&gt;Set this up, and your laptop or desktop will automatically lock or unlock when  you are in it's proximity. You can still manually lock and unlock your system when you use this method as well.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.goitexpert.com/entry.cfm?entry=Use-Your-Bluetooth-Cell-Phone-as-a-Proximity-Card-for-your-Laptop&quot;&gt;http://www.goitexpert.com/entry.cfm?entry=Use-Your-Bluetooth-Cell-Phone-as-a-Proximity-Card-for-your-Laptop&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>F-Spot as default photo import tool in Ubuntu</title>
   <link href="http://www.xbsd.nl/2007/05/f-spot-as-default-photo-import-tool-in-ubuntu.html"/>
   <updated>2007-05-20T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/f-spot-as-default-photo-import-tool-in-ubuntu</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;When you plug in a digital camera on an Ubuntu system, Gthumb is the default tool to import your shots. I prefer &lt;a href=&quot;http://www.f-spot.org/Main_Page&quot;&gt;F-Spot&lt;/a&gt; over Gthumb because of the tagging and webexport functions. To change this default setting to use F-Spot instead of Gthumb do the following:&lt;br /&gt;&lt;br /&gt;Click on System &gt; Preferences &gt; Removable Drives and Media. Go to the Cameras tab. Change the &quot;&lt;big&gt;&lt;big&gt;&lt;code&gt;gnome-volume-manager-gthumb %h&lt;/code&gt;&lt;/big&gt;&lt;/big&gt;&quot; command to &quot;&lt;big&gt;&lt;big&gt;&lt;code&gt;f-spot-import %h&lt;/code&gt;&lt;/big&gt;&lt;/big&gt;&quot;.&lt;br /&gt;&lt;br /&gt;The next time you attach your digital camera or a photocard, f-spot will be used for the import.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>(Sync)Evolution and Google Calendar</title>
   <link href="http://www.xbsd.nl/2007/05/syncevolution-and-google-calendar.html"/>
   <updated>2007-05-18T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/syncevolution-and-google-calendar</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;With Evolution it is possible to use a &lt;a href=&quot;http://www.google.com/calendar/&quot;&gt;Google Calendar&lt;/a&gt; as a read-only webcalendar. To get some 2-way action between the calendars of Evolution en Google, some extra work needs to be done. I managed to get things working using the &lt;a href=&quot;http://www.estamos.de/projects/SyncML/&quot;&gt;SyncEvolution&lt;/a&gt; package and the &lt;a href=&quot;http://www.scheduleworld.com/&quot;&gt;ScheduleWorld&lt;/a&gt; free SyncML service. ScheduleWorld supports the Google Calendar and any SyncML-aware device or application around.&lt;br /&gt;&lt;br /&gt;An excellent howto on setting this up (written for ubuntu) can be found at the &lt;a href=&quot;http://ubuntuforums.org/showpost.php?p=2302363&amp;postcount=45&quot;&gt;ubuntuforums.org&lt;/a&gt;&lt;br /&gt;I've compiled a &lt;a href=&quot;http://xs4all.nl/%7Empepping/log/syncevolution_0.5-1_i386.deb&quot;&gt;.deb&lt;/a&gt; file of SyncEvolution 0.5-1 for Ubuntu Feisty Fawn (7.04) on a i686.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;packages:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;all:&lt;br /&gt;&lt;a href=&quot;http://sourceforge.net/project/downloading.php?group_id=146288&amp;amp;use_mirror=easynews&amp;filename=syncevolution-0.5.tar.gz&amp;amp;49083195&quot;&gt;syncevolution_0.5.1 source package&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Ubuntu 7.04:&lt;br /&gt;&lt;a href=&quot;http://xs4all.nl/%7Empepping/log/syncevolution_0.5-1_i386.deb&quot;&gt;http://xs4all.nl/~mpepping/log/syncevolution_0.5-1_i386.deb&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Fedora 6:&lt;br /&gt;&lt;a href=&quot;http://www.blogger.com/hany.sk/%7Ehany/_data/RPM/doors-fc6/x86_64/syncevolution-0.5-1.fc6.x86_64.rpm&quot;&gt;hany.sk/~hany/_data/RPM/doors-fc6/x86_64/syncevolution-0.5-1.fc6.x86_64.rpm&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.blogger.com/hany.sk/%7Ehany/_data/RPM/doors-fc6/i386/syncevolution-0.5-1.fc6.pentium4.rpm&quot;&gt;hany.sk/~hany/_data/RPM/doors-fc6/i386/syncevolution-0.5-1.fc6.pentium4.rpm&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.blogger.com/hany.sk/%7Ehany/_data/RPM/doors-fc6/i386/syncevolution-0.5-1.fc6.i686.rpm&quot;&gt;hany.sk/~hany/_data/RPM/doors-fc6/i386/syncevolution-0.5-1.fc6.i686.rpm&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.blogger.com/hany.sk/%7Ehany/_data/RPM/doors-fc6/i386/syncevolution-0.5-1.fc6.i586.rpm&quot;&gt;hany.sk/~hany/_data/RPM/doors-fc6/i386/syncevolution-0.5-1.fc6.i586.rpm&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.blogger.com/hany.sk/%7Ehany/_data/RPM/doors-fc6/i386/syncevolution-0.5-1.fc6.i386.rpm&quot;&gt;hany.sk/~hany/_data/RPM/doors-fc6/i386/syncevolution-0.5-1.fc6.i386.rpm&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.blogger.com/hany.sk/%7Ehany/_data/RPM/doors-fc6/i386/syncevolution-0.5-1.fc6.athlon.rpm&quot;&gt;hany.sk/~hany/_data/RPM/doors-fc6/i386/syncevolution-0.5-1.fc6.athlon.rpm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I wasn't able to find any openSUSE packages around, so grab the sourcepackage if you're a openSUSE user. Since it's easier to win the lottery than to get a openSUSE &lt;a href=&quot;http://en.opensuse.org/Build_Service&quot;&gt;build-service&lt;/a&gt; account, you have to compile these for yourself.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Tidy up!</title>
   <link href="http://www.xbsd.nl/2007/05/tidy-up.html"/>
   <updated>2007-05-16T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/tidy-up</id>
   <content type="html">Maybe it's around for longer, but I saw this for the first time in Ubuntu 7.04.&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://2.bp.blogspot.com/_h_qZte3MNFE/Rkr8jTx0XjI/AAAAAAAAAfQ/G_zVWB7qALM/s1600-h/Screenshot-empty_trash.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;http://2.bp.blogspot.com/_h_qZte3MNFE/Rkr8jTx0XjI/AAAAAAAAAfQ/G_zVWB7qALM/s400/Screenshot-empty_trash.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5065138414466391602&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;GNOME (2.18) prompts to empty the Trash (.Trash_&lt;span style=&quot;font-style: italic;&quot;&gt;user&lt;/span&gt; directory) on removable storage when umounting these. Now this is a good way for preventing a thumbdrive to run out of diskspace  after trashing data.
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.3 Alpha4</title>
   <link href="http://www.xbsd.nl/2007/05/opensuse-10-3-alpha4.html"/>
   <updated>2007-05-16T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/opensuse-10-3-alpha4</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;openSUSE 10.3 Alpha4 is available for download! &lt;a href='http://en.opensuse.org/Development_Version#Downloads'&gt;get it&lt;/a&gt; or check out &lt;a href='http://en.opensuse.org/Factory/News'&gt;what's new&lt;/a&gt;.&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;a href='http://en.opensuse.org/Factory/News'&gt;http://en.opensuse.org/Factory/News&lt;/a&gt;&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Dutch Google SoC alternative</title>
   <link href="http://www.xbsd.nl/2007/05/dutch-google-soc-alternative.html"/>
   <updated>2007-05-13T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/dutch-google-soc-alternative</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;The &lt;a href='http://www.programmeerzomer.nl/'&gt;Holland Open Software Platform&lt;/a&gt; starts a Dutch alternative to the &lt;a href='http://code.google.com/soc/'&gt;Google Summer of Code&lt;/a&gt;.&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;a href='http://www.programmeerzomer.nl/'&gt;http://www.programmeerzomer.nl/&lt;/a&gt;&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Liberation fonts</title>
   <link href="http://www.xbsd.nl/2007/05/liberation-fonts.html"/>
   <updated>2007-05-12T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/liberation-fonts</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;As an alternative to some popular Windows fonts, RedHat has released their '&lt;a href='https://www.redhat.com/promo/fonts/'&gt;Liberation fonts&lt;/a&gt;'. There are three sets: &lt;b&gt;Sans&lt;/b&gt; (a substitute for Arial, Albany, Helvetica,&lt;br /&gt;Nimbus Sans L, and Bitstream Vera Sans), &lt;b&gt;Serif&lt;/b&gt; (a substitute for Times&lt;br /&gt;New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif) and &lt;b&gt;Mono&lt;/b&gt;&lt;br /&gt;(a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and&lt;br /&gt;Bitstream Vera Sans Mono).&lt;br /&gt;&lt;/br&gt;The fonts ore covered by the GPL+exception license.&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;img src='http://tweakers.net/ext/i/1178989819.jpg'&gt;&lt;/img&gt;&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;a href='https://www.redhat.com/promo/fonts/'&gt;https://www.redhat.com/promo/fonts/&lt;/a&gt;&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>VMware Workstation 6 has been released</title>
   <link href="http://www.xbsd.nl/2007/05/vmware-workstation-6-has-been-released.html"/>
   <updated>2007-05-10T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/vmware-workstation-6-has-been-released</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;After a 3 month public beta period, the final release of VMware Workstation has been made public. &lt;a href=&quot;http://www.vmware.com/products/ws/new.html&quot;&gt;This page&lt;/a&gt; on the VMware.com website enlights the new features.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.vmware.com/products/ws/new.html&quot;&gt;http://www.vmware.com/products/ws/new.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p class=&quot;poweredbyperformancing&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.3 Roadmap</title>
   <link href="http://www.xbsd.nl/2007/05/opensuse-10-3-roadmap.html"/>
   <updated>2007-05-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/opensuse-10-3-roadmap</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;The roadmap for openSUSE 10.3 has been made available. openSUSE 10.3 is the next release that incorporates new features from both the community and Novell internal development.  The distribution will be build for the x86, x86-64 and Power PC platforms.&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;a href='http://en.opensuse.org/Roadmap/10.3'&gt;http://en.opensuse.org/Roadmap/10.3&lt;/a&gt;&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>VMware Workstation 6 Beta Program</title>
   <link href="http://www.xbsd.nl/2007/05/vmware-workstation-6-beta-program.html"/>
   <updated>2007-05-04T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/vmware-workstation-6-beta-program</id>
   <content type="html">&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;VMware Workstation 6 is in beta for a while now ... but it brings some interesting new features.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Support for Windows Vista&lt;/strong&gt;  Use Windows Vista as host&lt;br /&gt;&lt;br /&gt;       operating system &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Multiple monitor display&lt;/strong&gt;  You can configure a VM&lt;br /&gt;&lt;br /&gt;       to span multiple monitors, or multiple VMs to each display on separate&lt;br /&gt;&lt;br /&gt;       monitors&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Support for USB 2.0 devices&lt;/strong&gt;  You can now use peripherals&lt;br /&gt;&lt;br /&gt;       that require high-speed performance in your VMs, such as MP3 Players&lt;br /&gt;&lt;br /&gt;       and fast storage devices&lt;/li&gt;&lt;li&gt;&lt;strong&gt;VM Record/Replay&lt;/strong&gt;  Use this feature to record VM activities&lt;br /&gt;&lt;br /&gt;       and be guaranteed to reproduce the exact VM state 100% of the time&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Integrated Virtual Debugger&lt;/strong&gt;  Workstation integrates&lt;br /&gt;&lt;br /&gt;       with Visual Studio and Eclipse so you can deploy, run, and debug programs&lt;br /&gt;&lt;br /&gt;       in a VM directly from your preferred IDE&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Automation APIs (VIX API 1.1)&lt;/strong&gt;  You can write scripts&lt;br /&gt;&lt;br /&gt;       and programs to automate VM testing&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Run Virtual Machines in the Background&lt;/strong&gt;  You can now leave virtual&lt;br /&gt;&lt;br /&gt;machines and teams running in the background when you exit Workstation. On the host, a&lt;br /&gt;&lt;br /&gt;system tray icon indicates how many virtual machines are running in the background. Click&lt;br /&gt;&lt;br /&gt;the icon to open a virtual machine.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Battery Information Is Now Reported in the Guest&lt;/strong&gt;  If you use a laptop to&lt;br /&gt;&lt;br /&gt;run a guest in full screen mode, you will now be able to see status information about the&lt;br /&gt;&lt;br /&gt;host's battery.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Support for OS's:&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;This release provides experimental support for the following operating systems:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;32-bit and 64-bit Red Hat Enterprise Linux 4.5 (Beta, formerly called 4.0 Update 5) and Red Hat&lt;br /&gt;&lt;br /&gt;Enterprise Linux 5.0 as host and guest operating systems&lt;/li&gt;&lt;li&gt;32-bit and 64-bit SUSE Linux Enterprise Server 9 SP4 (Beta) as host and guest operating systems&lt;/li&gt;&lt;li&gt;32-bit and 64-bit Ubuntu Linux 7.04 (Beta) as a guest operating system&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This release provides full support for the following operating systems:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;32-bit and 64-bit Windows Vista as host and guest operating systems&lt;/li&gt;&lt;li&gt;32-bit and 64-bit Ubuntu Linux 6.10 as host and guest operating systems&lt;/li&gt;&lt;li&gt;32-bit and 64-bit Mandriva Linux 2007 as host and guest operating systems&lt;/li&gt;&lt;li&gt;32-bit and 64-bit Solaris 10 Update 3 as guest operating system&lt;/li&gt;&lt;li&gt;32-bit Novell Netware 6.5 SP5 as guest operating system&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Check out the &lt;a href=&quot;http://www.vmware.com/products/beta/ws/releasenotes_ws60_beta.html&quot;&gt;Release Notes&lt;/a&gt; or the VMware Workstation 6 &lt;a href=&quot;http://www.vmware.com/products/beta/ws/&quot;&gt;infopage&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>OpenOffice.org 2.1 for Windows Novell Edition - Public Beta</title>
   <link href="http://www.xbsd.nl/2007/05/openoffice-org-2-1-for-windows-novell-edition-public-beta.html"/>
   <updated>2007-05-03T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/05/openoffice-org-2-1-for-windows-novell-edition-public-beta</id>
   <content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;The 2.1 version of the &lt;a href='http://www.novell.com/beta/auth/beta.jsp?id=2165&amp;amp;type='&gt;Novell OOo&lt;/a&gt; version for Windows has made it to the bta stage. No big enhancements. Just some bugfixes and improved VBA support.&lt;br /&gt;&lt;/br&gt;&lt;br /&gt;&lt;/br&gt;&lt;a href='http://www.novell.com/beta/auth/beta.jsp?id=2165&amp;amp;type=1'&gt;http://www.novell.com/beta/auth/beta.jsp?id=2165&amp;amp;type=1&lt;/a&gt;&lt;br /&gt;&lt;/br&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Ubuntu perfomance tuning</title>
   <link href="http://www.xbsd.nl/2007/04/ubuntu-perfomance-tuning.html"/>
   <updated>2007-04-25T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/04/ubuntu-perfomance-tuning</id>
   <content type="html">E@zyVG posted an extensive list of Ubuntu performance guides.&lt;p&gt;&lt;a href=&quot;http://linux.wordpress.com/2007/04/25/ubuntu-performance-guides/&quot;&gt;http://linux.wordpress.com/2007/04/25/ubuntu-performance-guides/&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Ubuntu 7.04 lets you migrate your Windows data</title>
   <link href="http://www.xbsd.nl/2007/04/ubuntu-7-04-lets-you-migrate-your-windows-data.html"/>
   <updated>2007-04-21T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/04/ubuntu-7-04-lets-you-migrate-your-windows-data</id>
   <content type="html">The new Ubuntu 7.04 &quot;Feisty Fawn&quot; release comes packed with a Windows migration utility. The utility imports the data from an accessible Windows partition on the same system.&lt;br /&gt;&lt;p&gt;The new migration tool recognizes Internet Explorer favorites, Firefox bookmarks, desktop wallpaper, AOL IM contacts, Yahoo IM contacts and imports them in Ubuntu. This offers easier and faster migration for new users of Ubuntu and individuals wanting to run a dual partition. In addition to single accounts, you can migrate several users' settings in Ubuntu. &lt;/p&gt; &lt;p&gt;&lt;span class=&quot;external&quot;&gt;&lt;img src=&quot;http://www.ubuntu.com/files/u1/migration-assistant.jpg&quot; alt=&quot;http://www.ubuntu.com/files/u1/migration-assistant.jpg&quot; title=&quot;http://www.ubuntu.com/files/u1/migration-assistant.jpg&quot; /&gt;&lt;/span&gt;&lt;/p&gt;Throw in support for migrations over the network (Windows-based Agent or a BootCD?!) and this will be a big help in Windows to Linux migrations on the desktop!
</content>
 </entry>
 
 <entry>
   <title>GroupWise 7 SupportPack 2 released</title>
   <link href="http://www.xbsd.nl/2007/04/groupwise-7-supportpack-2-released.html"/>
   <updated>2007-04-18T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/04/groupwise-7-supportpack-2-released</id>
   <content type="html">GroupWise 7 SupportPack2 is available for download.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table id=&quot;searchresults&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;598&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;background-color: rgb(255, 255, 255);&quot;&gt;&lt;td class=&quot;leadCopy&quot; style=&quot;padding-left: 8px; line-height: 100%;&quot;&gt;&lt;a href=&quot;http://download.novell.com/Download?buildid=O9ucpbS1bK0%7E&quot; onmouseover=&quot;javascript:ShowContent('result0');return true;&quot; onmouseout=&quot;javascript:HideContent('result0');return true;&quot;&gt;GroupWise 7 SP2 Linux US and MULTI 7.0.2&lt;/a&gt;                                                                                          &lt;img src=&quot;http://download.novell.com/img/security_alert.gif&quot; alt=&quot;Security Alert&quot; title=&quot;Security Alert&quot; /&gt;                                                                   &lt;div id=&quot;result0&quot; style=&quot;border: 1px solid rgb(0, 0, 0); padding: 5px; z-index: 1; width: 500px; position: absolute; background-color: white; display: none;&quot;&gt;&lt;b&gt;PLATFORMEN&lt;/b&gt;: SUSE 9.0, SUSE LINUX Enterprise Server 10, SUSE Linux 10&lt;br /&gt;&lt;b&gt;LOKALISATIES&lt;/b&gt;: Arabic, Catalan, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, Finnish, French, German, Hebrew, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, Portuguese (Brazil), Portuguese (Portugal), Russian, Samoan, Slovak, Spanish, Swedish, Thai&lt;/div&gt;             &lt;/td&gt;                                                                                  &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot; title=&quot;Mandatory&quot;&gt;Mand.&lt;/td&gt;                                                        &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot; width=&quot;110&quot;&gt;                                                          2 files&lt;/td&gt;               &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot; width=&quot;110&quot;&gt;&lt;span style=&quot;white-space: nowrap;&quot;&gt;17 Apr 2007&lt;/span&gt;  &lt;/td&gt;                                                 &lt;td class=&quot;leadCopy&quot; style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot;&gt;                                                                            &lt;p class=&quot;imagebutton&quot; style=&quot;white-space: nowrap;&quot;&gt;                                                                             &lt;a href=&quot;http://download.novell.com/Download?buildid=O9ucpbS1bK0%7E&quot;&gt;&lt;br /&gt;&lt;/a&gt;                                      &lt;/p&gt;                                     &lt;/td&gt;                                 &lt;/tr&gt;                                                                           &lt;tr style=&quot;background-color: rgb(214, 215, 214);&quot;&gt;               &lt;td class=&quot;leadCopy&quot; style=&quot;padding-left: 8px; line-height: 100%;&quot;&gt;&lt;a href=&quot;http://download.novell.com/Download?buildid=8RF83go0nZg%7E&quot; onmouseover=&quot;javascript:ShowContent('result1');return true;&quot; onmouseout=&quot;javascript:HideContent('result1');return true;&quot;&gt;GroupWise 7 SP2 Win/NLM Full US and MULTI 7.0.2&lt;/a&gt;                                                                                          &lt;img src=&quot;http://download.novell.com/img/security_alert.gif&quot; alt=&quot;Security Alert&quot; title=&quot;Security Alert&quot; /&gt;                                                                   &lt;div id=&quot;result1&quot; style=&quot;border: 1px solid rgb(0, 0, 0); padding: 5px; z-index: 1; width: 500px; position: absolute; background-color: white; display: none;&quot;&gt;&lt;b&gt;PLATFORMEN&lt;/b&gt;: NetWare 6.0/6.5, OES Netware, Windows 2000/XP/2003/Vista&lt;br /&gt;&lt;b&gt;LOKALISATIES&lt;/b&gt;: Arabic, Catalan, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, Finnish, French, German, Hebrew, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, Portuguese (Brazil), Portuguese (Portugal), Russian, Samoan, Slovak, Spanish, Swedish, Thai&lt;/div&gt;             &lt;/td&gt;                                                                                  &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(214, 215, 214);&quot; title=&quot;Mandatory&quot;&gt;Mand.&lt;/td&gt;                                                        &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(214, 215, 214);&quot; width=&quot;110&quot;&gt;                                                          2 files&lt;/td&gt;               &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(214, 215, 214);&quot; width=&quot;110&quot;&gt;&lt;span style=&quot;white-space: nowrap;&quot;&gt;16 Apr 2007&lt;/span&gt;  &lt;/td&gt;                                                 &lt;td class=&quot;leadCopy&quot; style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(214, 215, 214);&quot;&gt;                                                                            &lt;p class=&quot;imagebutton dl_gray&quot; style=&quot;white-space: nowrap;&quot;&gt;                                                                             &lt;a href=&quot;http://download.novell.com/Download?buildid=8RF83go0nZg%7E&quot;&gt;&lt;br /&gt;&lt;/a&gt;                                      &lt;/p&gt;                                     &lt;/td&gt;                                 &lt;/tr&gt;                                                                           &lt;tr style=&quot;background-color: rgb(255, 255, 255);&quot;&gt;               &lt;td class=&quot;leadCopy&quot; style=&quot;padding-left: 8px; line-height: 100%;&quot;&gt;&lt;a href=&quot;http://download.novell.com/Download?buildid=VFwuYSs_oWQ%7E&quot; onmouseover=&quot;javascript:ShowContent('result2');return true;&quot; onmouseout=&quot;javascript:HideContent('result2');return true;&quot;&gt;GroupWise 7 SP2 Windows Client US and MULTI 7.0.2&lt;/a&gt;                                                                     &lt;div id=&quot;result2&quot; style=&quot;border: 1px solid rgb(0, 0, 0); padding: 5px; z-index: 1; width: 500px; position: absolute; background-color: white; display: none;&quot;&gt;&lt;b&gt;PLATFORMEN&lt;/b&gt;: Windows 2000/XP/XP Professional/2003/Vista&lt;br /&gt;&lt;b&gt;LOKALISATIES&lt;/b&gt;: Arabic, Catalan, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, Finnish, French, German, Hebrew, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, Portuguese (Brazil), Portuguese (Portugal), Russian, Samoan, Slovak, Spanish, Swedish, Thai&lt;/div&gt;             &lt;/td&gt;                                                                                  &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot; title=&quot;Recommended&quot;&gt;Rec.&lt;/td&gt;                                                        &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot; width=&quot;110&quot;&gt;                                                          2 files&lt;/td&gt;               &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot; width=&quot;110&quot;&gt;&lt;span style=&quot;white-space: nowrap;&quot;&gt;16 Apr 2007&lt;/span&gt;  &lt;/td&gt;                                                 &lt;td class=&quot;leadCopy&quot; style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot;&gt;                                                                            &lt;p class=&quot;imagebutton&quot; style=&quot;white-space: nowrap;&quot;&gt;                                                                             &lt;a href=&quot;http://download.novell.com/Download?buildid=VFwuYSs_oWQ%7E&quot;&gt;&lt;br /&gt;&lt;/a&gt;                                      &lt;/p&gt;                                     &lt;/td&gt;                                 &lt;/tr&gt;                                                                           &lt;tr style=&quot;background-color: rgb(214, 215, 214);&quot;&gt;               &lt;td class=&quot;leadCopy&quot; style=&quot;padding-left: 8px; line-height: 100%;&quot;&gt;&lt;a href=&quot;http://download.novell.com/Download?buildid=IS_NX_XkCis%7E&quot; onmouseover=&quot;javascript:ShowContent('result3');return true;&quot; onmouseout=&quot;javascript:HideContent('result3');return true;&quot;&gt;GroupWise 7 SP2 Linux Client US and MULTI 7.0.2&lt;/a&gt;                                                                     &lt;div id=&quot;result3&quot; style=&quot;border: 1px solid rgb(0, 0, 0); padding: 5px; z-index: 1; width: 500px; position: absolute; background-color: white; display: none;&quot;&gt;&lt;b&gt;PLATFORMEN&lt;/b&gt;: Windows (all versions)&lt;br /&gt;&lt;b&gt;LOKALISATIES&lt;/b&gt;: Arabic, Catalan, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, Finnish, French, German, Hebrew, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, Portuguese (Brazil), Portuguese (Portugal), Russian, Samoan, Slovak, Spanish, Swedish, Thai&lt;/div&gt;             &lt;/td&gt;                                                                                  &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(214, 215, 214);&quot; title=&quot;Recommended&quot;&gt;Rec.&lt;/td&gt;                                                        &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(214, 215, 214);&quot; width=&quot;110&quot;&gt;                                                          2 files&lt;/td&gt;               &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(214, 215, 214);&quot; width=&quot;110&quot;&gt;&lt;span style=&quot;white-space: nowrap;&quot;&gt;16 Apr 2007&lt;/span&gt;  &lt;/td&gt;                                                 &lt;td class=&quot;leadCopy&quot; style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(214, 215, 214);&quot;&gt;                                                                            &lt;p class=&quot;imagebutton dl_gray&quot; style=&quot;white-space: nowrap;&quot;&gt;                                                                             &lt;a href=&quot;http://download.novell.com/Download?buildid=IS_NX_XkCis%7E&quot;&gt;&lt;br /&gt;&lt;/a&gt;                                      &lt;/p&gt;                                     &lt;/td&gt;                                 &lt;/tr&gt;                                                                           &lt;tr style=&quot;background-color: rgb(255, 255, 255);&quot;&gt;               &lt;td class=&quot;leadCopy&quot; style=&quot;padding-left: 8px; line-height: 100%;&quot;&gt;&lt;a href=&quot;http://download.novell.com/Download?buildid=8LqlTZfdIOk%7E&quot; onmouseover=&quot;javascript:ShowContent('result4');return true;&quot; onmouseout=&quot;javascript:HideContent('result4');return true;&quot;&gt;GroupWise 7 SP2 Mac Client US and MULTI 7.0.2&lt;/a&gt;                                                                     &lt;div id=&quot;result4&quot; style=&quot;border: 1px solid rgb(0, 0, 0); padding: 5px; z-index: 1; width: 500px; position: absolute; background-color: white; display: none;&quot;&gt;&lt;b&gt;PLATFORMEN&lt;/b&gt;: Mac OS 10.0/10.1/10.2/10.3&lt;br /&gt;&lt;b&gt;LOKALISATIES&lt;/b&gt;: Arabic, Catalan, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, Finnish, French, German, Hebrew, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, Portuguese (Brazil), Portuguese (Portugal), Russian, Samoan, Slovak, Spanish, Swedish, Thai&lt;/div&gt;             &lt;/td&gt;                                                                                  &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot; title=&quot;Recommended&quot;&gt;Rec.&lt;/td&gt;                                                        &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot; width=&quot;110&quot;&gt;                                                          4 files&lt;/td&gt;               &lt;td style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot; width=&quot;110&quot;&gt;&lt;span style=&quot;white-space: nowrap;&quot;&gt;16 Apr 2007&lt;/span&gt;  &lt;/td&gt;                                                 &lt;td class=&quot;leadCopy&quot; style=&quot;border-left: 1px solid rgb(107, 108, 105); padding-left: 8px; background-color: rgb(255, 255, 255);&quot;&gt;                                                                            &lt;p class=&quot;imagebutton&quot; style=&quot;white-space: nowrap;&quot;&gt;                                                                             &lt;a href=&quot;http://download.novell.com/Download?buildid=8LqlTZfdIOk%7E&quot;&gt;&lt;br /&gt;&lt;/a&gt;                                      &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
</content>
 </entry>
 
 <entry>
   <title>"The Sorry State of the Open Source Today"</title>
   <link href="http://www.xbsd.nl/2007/04/sorry-state-of-the-open-source-today.html"/>
   <updated>2007-04-15T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/04/sorry-state-of-the-open-source-today</id>
   <content type="html">Beranger is known for sharing his strong opinions on OSS and Linux. One
time he's right on the money with his opinion, sometime he's miles off
when I compare his opinion with mine.

His report &quot;The Sorry State of the Open Source Today&quot; is an reflective
report on the status of OSS at the moment and trough out the last
decade.

So if you're in to some strong criticism, check out &quot;The Sorry State of
the Open Source Today&quot; report over at:

&lt;a href=&quot;http://beranger.org/feature/sorryfeature.php&quot;&gt;http://beranger.org/feature/sorryfeature.php&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>GroupWise 7 SP2</title>
   <link href="http://www.xbsd.nl/2007/04/groupwise-7-sp2.html"/>
   <updated>2007-04-12T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/04/groupwise-7-sp2</id>
   <content type="html">Monday the 16th of April is the scheduled release date of GroupWise 7&lt;br /&gt;Support Pack 2.
</content>
 </entry>
 
 <entry>
   <title>Advanced SSH security tips and tricks</title>
   <link href="http://www.xbsd.nl/2007/03/advanced-ssh-security-tips-and-tricks.html"/>
   <updated>2007-03-31T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/03/advanced-ssh-security-tips-and-tricks</id>
   <content type="html">Linux.com has a nice article covering some tips and tricks on advanced&lt;br /&gt;SSH security.&lt;p&gt;&lt;a href=&quot;http://enterprise.linux.com/article.pl?sid=07/03/26/1423232&quot;&gt;http://enterprise.linux.com/article.pl?sid=07/03/26/1423232&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>SUSE Linux Enterprise 10 SP1 "BrainShare Beta"</title>
   <link href="http://www.xbsd.nl/2007/03/suse-linux-enterprise-10-sp1-brainshare-beta.html"/>
   <updated>2007-03-28T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/03/suse-linux-enterprise-10-sp1-brainshare-beta</id>
   <content type="html">&lt;span style=&quot;font-weight: bold;&quot;&gt;SUSE Linux Enterprise Desktop&lt;/span&gt; is the only enterprise-quality Linux desktop on the market, designed for general-purpose business. SUSE Linux Enterprise Desktop provides market-leading usability, seamless interoperability with existing enterprise computer systems, and dozens of essential office applications. With SUSE Linux Enterprise Desktop, businesses can dramatically reduce costs, improve end-user security, and increase workforce productivity. Enhancements in SUSE Linux Enterprise Desktop Service Pack 1 include:      &lt;ul&gt;&lt;li&gt;the latest OpenOffice.org version from Novell&lt;/li&gt;&lt;li&gt;Enterprise integration and security enhancements&lt;/li&gt;&lt;li&gt;User experience and multimedia support improvements&lt;/li&gt;&lt;li&gt;Virtualization on the desktop&lt;/li&gt;&lt;/ul&gt;            &lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;br /&gt;&lt;/span&gt;      &lt;p&gt;Only &lt;span style=&quot;font-weight: bold;&quot;&gt;SUSE Linux Enterprise Server&lt;/span&gt; offers an open, scalable, high-performance data center solution, that comes with application security, virtualization and integrated systems management across a full range of hardware architectures. SUSE Linux Enterprise Server is designed to handle mission-critical workloads, and it offers seamless interoperability with your existing data center infrastructure. With SUSE Linux Enterprise Server, businesses can dramatically reduce costs while deploying the most secure and reliable data center server on the market. Enhancements in SUSE Linux Enterprise Server Service Pack 1 include:&lt;/p&gt;      &lt;ul&gt;&lt;li&gt;Key management features and security enhancements&lt;/li&gt;&lt;li&gt;Xen virtualization improvements&lt;/li&gt;&lt;li&gt;High Availability Storage Infrastructure Update&lt;/li&gt;&lt;/ul&gt;            &lt;p&gt;&lt;i&gt;* The BrainShare version of SUSE Linux Enterprise SP1 Beta is made available via download only for Evaluation purposes and only from March 19th to April 7th 2007. Novell DOES NOT provide any support, services, or warranty for the use of this Beta version.&lt;/i&gt;&lt;/p&gt;&lt;br /&gt;Download information is available at:&lt;br /&gt;&lt;a href=&quot;http://www.novell.com/brainshare/slesp1/&quot;&gt;http://www.novell.com/brainshare/slesp1/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Emerald non-GPL'd themes</title>
   <link href="http://www.xbsd.nl/2007/03/emerald-non-gpld-themes.html"/>
   <updated>2007-03-16T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/03/emerald-non-gpld-themes</id>
   <content type="html">Some non-GPL'd themes for Emerald can be grabbed right here:&lt;p&gt;&lt;a href=&quot;https://svn.generation.no/emerald-themes/&quot;&gt;https://svn.generation.no/emerald-themes/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Note that some of these themes are designed for Beryl 0.2.0, so upgrade&lt;br /&gt;your Beryl/Emerald if possible.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Beryl 0.2.0 released!</title>
   <link href="http://www.xbsd.nl/2007/03/beryl-0-2-0-released.html"/>
   <updated>2007-03-16T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/03/beryl-0-2-0-released</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://andrew.wedderburn.googlepages.com/256x256d.png&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 136px; height: 136px;&quot; src=&quot;http://andrew.wedderburn.googlepages.com/256x256d.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.beryl-project.org/&quot;&gt;Beryl&lt;/a&gt; 0.2.0 is a complete overhaul of Beryl. The last stable release&lt;br /&gt;0.1, featured a very fun, and eye-candy based compositing window&lt;br /&gt;manager. However, since it's release, many parts of beryl have been&lt;br /&gt;rewritten, replaced, or simply dropped. The Beryl team has put in&lt;br /&gt;numerous hours to bring you this release. It's filled with fun,&lt;br /&gt;eye-candy, better user support, new features, and most of all,&lt;br /&gt;stability. While Beryl has had numerous developer releases, known by&lt;br /&gt;their 0.1.X versions, 0.2.0 has been throughly tested by many more&lt;br /&gt;users.&lt;p&gt;As Beryl has become more well known, our userbase has expanded&lt;br /&gt;exponentially. Because of this, we've had more bug reports than ever. So&lt;br /&gt;thank you to all of you who have helped us on this path. And thank you&lt;br /&gt;to all of those who have made Beryl possible.&lt;/p&gt;&lt;p&gt;During the last year, Beryl has gone through a number of incidents.&lt;br /&gt;Users have argued about Beryl and Compiz for a long time now. With this&lt;br /&gt;release, Beryl has taken a giant step apart from Compiz. While some&lt;br /&gt;things are similar, which is inevitable in a fork, many things are not.&lt;br /&gt;We at Beryl believe that starting with the 0.3 development phase, many&lt;br /&gt;more things will be come clearer in regards to Beryl. We are setting our&lt;br /&gt;focus on organization, improving user relations, making the software&lt;br /&gt;more bug free, and overall more fun for you!&lt;/p&gt;&lt;p&gt;So without further ado, I give you Beryl 0.2.0!&lt;/p&gt;&lt;p&gt;* New Plugins&lt;br /&gt;- Thumbnail: Thumbnails on the taskbar (window list) which show a mini&lt;br /&gt;view of the actual window&lt;br /&gt;- Snap: Allows windows to &quot;snap&quot; to each other, or provide edge&lt;br /&gt;resistance&lt;br /&gt;- Opacify: Makes windows behind the active window transparent&lt;br /&gt;- Group: Allows windows to be group, to easily switch between a set of&lt;br /&gt;windows&lt;/p&gt;&lt;p&gt;* New system requirements check&lt;br /&gt;- The improved check has much better accuracy&lt;br /&gt;- The check is a lot faster&lt;/p&gt;&lt;p&gt;* New Window Decorators&lt;br /&gt;- Since 0.1, we have two new window decorators&lt;br /&gt;- Heliodor: Uses metacity themes&lt;br /&gt;- Aquamarine: Uses Kwin themes.&lt;/p&gt;&lt;p&gt;* Newly Rewritten Beryl-Settings&lt;br /&gt;- Written in Python&lt;br /&gt;- More user-friendly UI&lt;br /&gt;- Better profile support&lt;/p&gt;&lt;p&gt;* New Translations&lt;br /&gt;- Thanks to all of our foreign speaking users, we've had a much better&lt;br /&gt;time getting translations&lt;br /&gt;in, and completed. So thank you!&lt;/p&gt;&lt;p&gt;All this and much, much more! So please enjoy,&lt;br /&gt;- The Beryl Team&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Beryl 0.2.0 on openSUSE >= 10.2 and Ubuntu edgy/feisty/etch</title>
   <link href="http://www.xbsd.nl/2007/03/beryl-0-2-0-on-opensuse-10-2-and-ubuntu-edgyfeistyetch.html"/>
   <updated>2007-03-16T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/03/beryl-0-2-0-on-opensuse-10-2-and-ubuntu-edgyfeistyetch</id>
   <content type="html">&lt;span style=&quot;font-weight: bold;&quot;&gt;openSUSE users:&lt;/span&gt;&lt;p&gt;Packages for SUSE can be found at it's usual place on openSUSE Build&lt;br /&gt;Service repositories and its mirrors:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://software.opensuse.org/download/X11:/XGL/&quot;&gt;http://software.opensuse.org/download/X11:/XGL/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Make sure to uninstall all -snapshot packages before installing 0.2&lt;br /&gt;packages. Consider 0.2 as stable release and keep a copy if you intend&lt;br /&gt;to checkout snapshot packages later.&lt;/p&gt;&lt;p&gt;From the 0.2.0 release on there will not be any updates for SUSE Linux&lt;br /&gt;10.1/SLED 10 due to many updated package requirements.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Ubuntu users:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;0.2.0 has finally been released! Packages are pushed it to the repos.&lt;/p&gt;&lt;p&gt;        deb &lt;a href=&quot;http://ubuntu.beryl-project.org/&quot;&gt;http://ubuntu.beryl-project.org&lt;/a&gt; edgy main&lt;br /&gt;     deb &lt;a href=&quot;http://ubuntu.beryl-project.org/&quot;&gt;http://ubuntu.beryl-project.org&lt;/a&gt; feisty main&lt;br /&gt;     deb &lt;a href=&quot;http://debian.beryl-project.org/&quot;&gt;http://debian.beryl-project.org&lt;/a&gt; etch main&lt;/p&gt;&lt;p&gt;This should fix all your white screen issues, many other bugs and&lt;br /&gt;contain a little more polish.&lt;/p&gt;&lt;p&gt;Enjoy&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Warranty worries</title>
   <link href="http://www.xbsd.nl/2007/03/warranty-worries.html"/>
   <updated>2007-03-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/03/warranty-worries</id>
   <content type="html">2007 started good for me when both my Apple &lt;a href=&quot;http://en.wikipedia.org/wiki/IPod_photo&quot;&gt;iPod&lt;/a&gt; and my &lt;a href=&quot;http://en.wikipedia.org/wiki/Xbox_360&quot;&gt;Xbox360&lt;/a&gt; suffered from some technical malfunctions. Luckily the iPod was less than a year old by a couple of weeks, so warranty should cover that. The Xbox360 was just over one year old, so I had less good feelings about bringing that one in for warranty.&lt;br /&gt;&lt;br /&gt;After bringing in the &lt;span style=&quot;font-weight: bold;&quot;&gt;iPod &lt;/span&gt;for repair, the retailer ensured me that the iPod was covered by it's warranty and it should either be repaired or replaced in 10 workdays. That sounded nice. Two weeks without music should be survivable ;).  The waiting began ...&lt;br /&gt;&lt;br /&gt;The &lt;span style=&quot;font-weight: bold;&quot;&gt;Xbox &lt;/span&gt;was a different story. The game shops I spoke about out of warranty repair all gave me bad hope about repair options. Some said it was ridiculously expensive, some didn't even want to give it a try. So in last hope, I have Microsoft Xbox Support a phone call to check any other options to repair my Xbox360. After the techsupport guy checked my Xbox's serialnumber, he told me that the warranty for all 1st release xbox360's was extended by one year! This to satisfy all early adopters who suffered from the 12st generation 360's child diseases. I was told that they would pickup my Xbox and repair would take about 15 days.&lt;br /&gt;UPS picked up  my 360 the next day, and dropped a completely new one the next week!&lt;br /&gt;Kudos to Xbox Support!&lt;br /&gt;&lt;br /&gt;My &lt;span style=&quot;font-weight: bold;&quot;&gt;iPod &lt;/span&gt;was still in repair. After 3 weeks I gave the guys over at the Apple store a phone call. They said that repairing my iPod wasn't an option, so it was going to be replaced by a new one .... but since it's a 4th generation, and not a 5th, the new one needed to be shipped from China ....&lt;br /&gt;&lt;br /&gt;Two weeks later, nothing heard yet, I gave the Apple guys another phone call.  Another issue came at hands. Apple Support claimed my iPod was out of warranty, because they maintained the fabrication date as the  warranty date, just because I never registered my iPod with Apple.&lt;br /&gt;After getting trough Apple Support, and mailing my purchase receives, the warranty date was adjusted to the sales date, and the replacement process would be started.&lt;br /&gt;Waited another week before contacting the Apple store again. They claimed that I should pay 152,- for the replacement .... for repair within warranty?! After some debating about the warranty they stated I was right and should not pay a thing ... but my iPod wasn't there yet.&lt;br /&gt;In the  meanwhile, the time my iPod was in repair, the warranty on the purchase date was expired by two days. So Apple Support wouldn't return the iPod to the Apple Store unless the replacement cost were paid! Looks like Apple support doesn't accommodates it's retailers and customers when it comes  to 1 or 2 days of warranty expiration by there own fault!&lt;br /&gt;&lt;br /&gt;Anyway, the remaining cost for replacement by Apple Support were 92,-. I got my iPod back and the &lt;a href=&quot;http://www.macinside.nl/&quot;&gt;Apple store in Apeldoorn&lt;/a&gt; took care of the costs. My first experience with Apple Support is not one of my best support experiences. They definitely can learn a thing or two from Xbox360 Support ....
</content>
 </entry>
 
 <entry>
   <title>PXE on Windows DHCP Server</title>
   <link href="http://www.xbsd.nl/2007/03/pxe-on-windows-dhcp-server.html"/>
   <updated>2007-03-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/03/pxe-on-windows-dhcp-server</id>
   <content type="html">Some info on how to configure PXE on a Windows 2003 DHCP service:

Four additional entries must be made on your MS DHCP server.

&lt;a href=&quot;http://xbsd.nl/assets/content/Microsoft_DHCP_server-_GUI.png&quot;&gt;&lt;img class=&quot;alignnone size-full wp-image-299&quot; title=&quot;Microsoft_DHCP_server-_GUI&quot; src=&quot;http://xbsd.nl/assets/content/Microsoft_DHCP_server-_GUI.png&quot; alt=&quot;&quot; width=&quot;633&quot; height=&quot;299&quot; /&gt;&lt;/a&gt;

Highlight the &lt;em&gt;Scope Options&lt;/em&gt; for the subnet in which you like to  use PXES.  Now choose &lt;em&gt;configure options &lt;/em&gt;from the &lt;em&gt;Action&lt;/em&gt; menu.  Find &lt;em&gt;066 Boot Server Host Name&lt;/em&gt; and enter a &lt;em&gt;String Value&lt;/em&gt; of the name of your MS DHCP server.  It's recommended that you use your DHCP server as the TFTP server.  But to inform PXE clients that the DHCP server also serves TFTP requests you need to enter the following &lt;em&gt;Binary Value&lt;/em&gt; for &lt;em&gt;043 Vendor Specific Info&lt;/em&gt;: 01 04 00 00 00 00 ff.  Now find &lt;em&gt;067 Bootfile Name&lt;/em&gt; and enter a &lt;em&gt;String Value &lt;/em&gt;of &lt;em&gt;bootfile-name. &lt;/em&gt;Additionally, you must add &lt;em&gt;Option 060 ClassID&lt;/em&gt;.  Because &lt;em&gt;Option 060&lt;/em&gt; is not standard on Windows 2000 and Windows 2003, you may need to add it from the command line.  To do so, start Command Prompt and enter the following commands:
&lt;ul&gt;
&lt;pre&gt;&lt;tt&gt;C:\WINDOWS\system32&amp;gt;netsh
netsh&amp;gt;dhcp
netsh  dhcp&amp;gt;server \\&lt;/tt&gt;&lt;tt&gt;[server name] *OR* &lt;/tt&gt;&lt;tt&gt;[server IP address]
netsh  dhcp server&amp;gt;add optiondef 60 PXEClient String 0 comment=PXE support
netsh  dhcp server&amp;gt;set optionvalue 60 STRING PXEClient&lt;/tt&gt;&lt;/pre&gt;
&lt;/ul&gt;
To verify that the &lt;em&gt;Option 060&lt;/em&gt; was added successfully enter the command:
&lt;ul&gt;
&lt;pre&gt;&lt;tt&gt;netsh dhcp server&amp;gt;show optionvalue&lt;/tt&gt;&lt;/pre&gt;
&lt;/ul&gt;
Exit issuing command &lt;tt&gt;exit&lt;/tt&gt; and restart your DHCP server.  In the right pane you should see &lt;em&gt;Scope Options &lt;/em&gt;as in the image above.

thanks to the pxes project
&lt;ul&gt;&lt;tt&gt; &lt;/tt&gt;&lt;/ul&gt;
</content>
 </entry>
 
 <entry>
   <title>Openfiler</title>
   <link href="http://www.xbsd.nl/2007/02/openfiler.html"/>
   <updated>2007-02-26T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/02/openfiler</id>
   <content type="html">An OSS NAS/SAN solution.&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr class=&quot;bannerinfo&quot;&gt;&lt;td style=&quot;font-weight: bold;&quot; class=&quot;infoheader&quot;&gt;&lt;div&gt;What?&lt;/div&gt;&lt;/td&gt;         &lt;td class=&quot;infoentry&quot;&gt;&lt;div&gt;&lt;p&gt;Openfiler is a Storage Management Operating System. It is powered by the &lt;b&gt;Linux 2.6 kernel&lt;/b&gt; and Open Source applications such as &lt;b&gt;Apache, Samba, LVM2, ext3, Linux NFS and iSCSI Enterprise Target&lt;/b&gt;. Openfiler combines these &lt;b&gt;ubiquitous technologies&lt;/b&gt; into a small, easy to manage solution fronted by a &lt;b&gt;powerful web-based management&lt;/b&gt; interface. Openfiler allows you to build a &lt;b&gt;Network Attached Storage (NAS) and/or Storage Area Network (SAN) appliance&lt;/b&gt;, using industry-standard hardware, in less than &lt;b&gt;10 minutes of installation time&lt;/b&gt;.&lt;/p&gt;&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;         &lt;td style=&quot;font-weight: bold;&quot; class=&quot;infoheader&quot;&gt;&lt;div&gt;Why?&lt;/div&gt;&lt;/td&gt;         &lt;td class=&quot;infoentry&quot;&gt;&lt;div&gt;&lt;p&gt;Because life as a systems administrator is difficult enough as it is. Openfiler allows you to ease some of the pain by bringing together &lt;b&gt;almost all storage networking protocols (CIFS, NFS, HTTP/DAV, FTP, iSCSI)&lt;/b&gt; into a single framework. So if your current pressure points arise from grappling with the task of providing secure and resilient storage to users, groups and computing resources in a &lt;b&gt;multi-platform heterogeneous environment&lt;/b&gt;, Openfiler is the tool for you. &lt;/p&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt; &lt;tr&gt;         &lt;td style=&quot;font-weight: bold;&quot; class=&quot;infoheader&quot;&gt;&lt;div&gt;Who?&lt;/div&gt;&lt;/td&gt;         &lt;td class=&quot;infoentry&quot;&gt;&lt;div&gt;&lt;p&gt;If you are a systems administrator looking for a way to take control of your storage resources without having to pull off the modern equivalent of &lt;a href=&quot;http://en.wikipedia.org/wiki/The_Great_Train_Robbery_of_1963&quot;&gt;The Great Train Robbery&lt;/a&gt; in order to afford it, Openfiler is the answer to your prayers. Openfiler is a &lt;b&gt;serious tool&lt;/b&gt; meant for &lt;b&gt;professional systems administrators&lt;/b&gt; with a keen desire for the ability manage network storage in an &lt;b&gt;efficient and cost-effective manner&lt;/b&gt;.&lt;/p&gt;&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;         &lt;td style=&quot;font-weight: bold;&quot; class=&quot;infoheader&quot;&gt;&lt;div&gt;Where?&lt;/div&gt;&lt;/td&gt;         &lt;td class=&quot;infoentry&quot;&gt;&lt;div&gt;&lt;p&gt;Openfiler is &lt;b&gt;meant for systems administrators&lt;/b&gt; and other technically minded individuals. Please visit the &lt;a href=&quot;http://www.openfiler.com/download/&quot;&gt;Download section&lt;/a&gt; of the website to obtain Openfiler. Please note that Openfiler is a powerful but complex piece of software which &lt;b&gt;requires knowledge and understanding of a number of operating system, networking and storage concepts&lt;/b&gt;. &lt;/p&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;a href=&quot;http://www.openfiler.com/&quot;&gt;http://www.openfiler.com/&lt;/a&gt;&lt;br /&gt;thanks to BJ.
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.3 Alpha1 available!</title>
   <link href="http://www.xbsd.nl/2007/02/opensuse-10-3-alpha1-available.html"/>
   <updated>2007-02-15T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/02/opensuse-10-3-alpha1-available</id>
   <content type="html">The first public alpha release of openSUSE 10.3 is out in the open!&lt;br /&gt;&lt;br /&gt;Since the openSUSE 10.2 final release, the most significant changes&lt;br /&gt;are:&lt;br /&gt;&lt;br /&gt;* GNOME is moved to /usr.  Please do test especially updates from&lt;br /&gt;  older distributions.&lt;br /&gt;&lt;br /&gt;* KDE updated to KDE 3.5.6.&lt;br /&gt;&lt;br /&gt;* Linux Kernel updated to 2.6.20.  There's no Xen support enabled for&lt;br /&gt;  now.&lt;br /&gt;&lt;br /&gt;* Pattern for minimal text install (see the opensuse-factory thread&lt;br /&gt;  for details)&lt;br /&gt;&lt;br /&gt;* Update of OpenOffice.org to version 2.1.3.&lt;br /&gt;&lt;br /&gt;* The whole distribution is build now with -fstack-protector to better&lt;br /&gt;  guard against some buffer overflows.&lt;br /&gt;&lt;br /&gt;* Usage of LUKS by default for crypto partitions in YaST.  Both GNOME&lt;br /&gt;  and KDE handle removable LUKS media now.&lt;br /&gt;&lt;br /&gt;http://www.opensuse.org
</content>
 </entry>
 
 <entry>
   <title>GroupWise 7 SupportPack 2</title>
   <link href="http://www.xbsd.nl/2007/02/groupwise-7-supportpack-2.html"/>
   <updated>2007-02-15T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/02/groupwise-7-supportpack-2</id>
   <content type="html">&lt;a href=&quot;http://gwcheck.blogspot.com&quot;&gt;GWcheck.log&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;Rumour: &quot;GroupWise 7 SP2 is scheduled to ship 3/19...&quot; (BrainShare is 3/18-23...)
</content>
 </entry>
 
 <entry>
   <title>Free navigation software from Nokia</title>
   <link href="http://www.xbsd.nl/2007/02/free-navigation-software-from-nokia.html"/>
   <updated>2007-02-14T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/02/free-navigation-software-from-nokia</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.smart2go.com/en/images/s2g_beta_logo&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px;&quot; src=&quot;http://www.smart2go.com/en/images/s2g_beta_logo&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Nokia offers free  navigation software  for their (and some other brand) mobile devices powered by  SymbianOS or Windows Mobile 5. More info on the Nokia &lt;a href=&quot;http://www.smart2go.com/en/index_html&quot;&gt;Smart2Go&lt;/a&gt; website.&lt;br /&gt;&lt;br /&gt;http://www.smart2go.com
</content>
 </entry>
 
 <entry>
   <title>Novell Client for Vista preview</title>
   <link href="http://www.xbsd.nl/2007/02/novell-client-for-vista-preview.html"/>
   <updated>2007-02-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/02/novell-client-for-vista-preview</id>
   <content type="html">The official Novell Client for Vista is scheduled to be released mid&lt;br /&gt;2007. A Technology Preview build is available for a small audience at&lt;br /&gt;the moment. Here&amp;#39;s a review of the installation and operation.&lt;p&gt;&lt;a href=&quot;http://www.msiwisdom.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=64&amp;amp;Itemid=2&quot;&gt;http://www.msiwisdom.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=64&amp;amp;Itemid=2&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Dutch openSUSE WiKi!</title>
   <link href="http://www.xbsd.nl/2007/02/dutch-opensuse-wiki.html"/>
   <updated>2007-02-08T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/02/dutch-opensuse-wiki</id>
   <content type="html">Nice to see that there is a Dutch openSUSE WiKi! Kudos to Freek&lt;br /&gt;de Kruijf, Rinse de Vries and Matthias Van Gestel.&lt;p&gt;&lt;a href=&quot;http://nl.opensuse.org/&quot;&gt;http://nl.opensuse.org&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Setup SSH public key authentication</title>
   <link href="http://www.xbsd.nl/2007/01/setup-ssh-public-key-authentication.html"/>
   <updated>2007-01-28T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/01/setup-ssh-public-key-authentication</id>
   <content type="html">Setup SSH public key authentication in three steps&lt;br /&gt;&lt;br /&gt;1. &lt;span style=&quot;font-style: italic;&quot;&gt;generate public key at the localhost&lt;/span&gt;&lt;br /&gt;# martijn@serudaru:~$ ssh-keygen -t rsa&lt;br /&gt;# Generating public/private rsa key pair.&lt;br /&gt;# Enter file in which to save the key (/home/martijn/.ssh/id_rsa):&lt;br /&gt;# Enter passphrase (empty for no passphrase):&lt;br /&gt;&lt;br /&gt;2. &lt;span style=&quot;font-style: italic;&quot;&gt;copy out the public key to the remote server&lt;/span&gt;&lt;br /&gt;# martijn@serudaru:~$ scp ~/.ssh/id_rsa.pub user@host:.ssh/authorized_keys2&lt;br /&gt;# The authenticity of host 'host (194.x.x.x)' can't be established.&lt;br /&gt;# DSA key fingerprint is c0:--:--:--:--:--:--:--:--:--:--:--:--:--:--:--.&lt;br /&gt;# Are you sure you want to continue connecting (yes/no)? yes&lt;br /&gt;# Warning: Permanently added 'host (194.x.x.x)' (DSA) to the list of known hosts.&lt;br /&gt;# Password:&lt;br /&gt;#id_rsa.pub ============================ 100%  398     0.4KB/s   00:00   &lt;br /&gt;&lt;br /&gt;3. &lt;span style=&quot;font-style: italic;&quot;&gt;ssh into the remote server&lt;/span&gt;&lt;br /&gt;# martijn@serudaru:~$ ssh user@host&lt;br /&gt;&lt;br /&gt;Note that the first step (Enter passphrase (empty for no passphrase)) does not explicit requires a passphrase. You'll be able to connect over SSH without entering any passwords.&lt;br /&gt;The only security youll use the is user@host combination from the source host.
</content>
 </entry>
 
 <entry>
   <title>OSS and the Dutch government</title>
   <link href="http://www.xbsd.nl/2007/01/oss-and-the-dutch-government.html"/>
   <updated>2007-01-17T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/01/oss-and-the-dutch-government</id>
   <content type="html">OSS &lt;a href=&quot;http://trends.newsforge.com/article.pl?sid=07/01/10/1921238&amp;amp;from=rss&quot;&gt;does well&lt;/a&gt; with Dutch government agencies.
</content>
 </entry>
 
 <entry>
   <title>Adobe Flash Player 9 for Linux</title>
   <link href="http://www.xbsd.nl/2007/01/adobe-flash-player-9-for-linux.html"/>
   <updated>2007-01-17T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/01/adobe-flash-player-9-for-linux</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.adobe.com/images/shared/product_logos/80x60/rune_flash.gif&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 79px; height: 61px;&quot; src=&quot;http://www.adobe.com/images/shared/product_logos/80x60/rune_flash.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;I think we all can be happy that Adobe released the final version of the &lt;a href=&quot;http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&amp;P2_Platform=Linux&amp;amp;P3_Browser_Version=Netscape4&quot;&gt;Adobe Flash Player 9 for Linux&lt;/a&gt;.
</content>
 </entry>
 
 <entry>
   <title>Linux NIC channel bonding</title>
   <link href="http://www.xbsd.nl/2007/01/linux-nic-channel-bonding.html"/>
   <updated>2007-01-16T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/01/linux-nic-channel-bonding</id>
   <content type="html">Since most server hardware comes with multiple network-interfaces, NIC&lt;br /&gt;channel bonding can be a valuable option to provide fault-tolerance and&lt;br /&gt;loadbalancing on the network level. Recent linux server distribution&lt;br /&gt;include the Linux bonding driver to provide these options on the Kernel&lt;br /&gt;level.&lt;p&gt;Channel bonding is quite easy to setup but it does require some diggin'&lt;br /&gt;in to configuration files. Here's some practical online info on how to&lt;br /&gt;setup channel bonding for loadbalancing, fault-tolerance or both.&lt;/p&gt;&lt;p&gt;Detailed bonding info on the OSDL WiKi&lt;br /&gt;&lt;a href=&quot;http://linux-net.osdl.org/index.php/Bonding&quot;&gt;http://linux-net.osdl.org/index.php/Bonding&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Novell: How To Configure Bonding on Novell Linux products (04Jan07)&lt;br /&gt;&lt;a href=&quot;https://secure-support.novell.com/KanisaPlatform/Publishing/133/3929220_f.SAL_Public.html&quot;&gt;https://secure-support.novell.com/KanisaPlatform/Publishing/133/3929220_f.SAL_Public.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;HP: Implementing Channel Bonding (SLES9 and SLES10)&lt;br /&gt;&lt;a href=&quot;http://docs.hp.com/en/B9903-90050/ch05s05.html&quot;&gt;http://docs.hp.com/en/B9903-90050/ch05s05.html&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Google Toolbar 3 beta</title>
   <link href="http://www.xbsd.nl/2007/01/google-toolbar-3-beta.html"/>
   <updated>2007-01-14T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/01/google-toolbar-3-beta</id>
   <content type="html">If you're not offended by Google and it's plans for &lt;a href=&quot;http://googleworlddomination.com/&quot;&gt;World Dominination&lt;/a&gt;, you might want to try Google's version 3 of their &lt;a href=&quot;http://tools.google.com/firefox/toolbar/FT3/intl/en/&quot;&gt;Toolbar for Firefox&lt;/a&gt;. It's currently in beta, but it looks quite promising.
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.2: The Most Complete List of Repositories</title>
   <link href="http://www.xbsd.nl/2007/01/opensuse-10-2-the-most-complete-list-of-repositories.html"/>
   <updated>2007-01-07T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/01/opensuse-10-2-the-most-complete-list-of-repositories</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.securitylabels.com/images/packaging_cartons_and_boxes.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 100px; height: 131px;&quot; src=&quot;http://www.securitylabels.com/images/packaging_cartons_and_boxes.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://linux.wordpress.com/2006/12/20/opensuse-102-the-most-complete-list-of-repositories/&quot;&gt;Vichar Bhatt&lt;/a&gt; maintains quite a list of openSUSE package repositories. Also, be sure to check out Scott Morris his script to &lt;a href=&quot;http://www.suseblog.com/?p=176&quot;&gt;automate the insertation of YAST Installation Sources&lt;/a&gt; on openSUSE 10.2.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://linux.wordpress.com/2006/12/20/opensuse-102-the-most-complete-list-of-repositories/&quot;&gt;openSUSE 10.2: The Most Complete List of Repositories&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell OES Linux cluster project</title>
   <link href="http://www.xbsd.nl/2007/01/novell-oes-linux-cluster-project.html"/>
   <updated>2007-01-04T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2007/01/novell-oes-linux-cluster-project</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.comcol.nl/vidjpg/0058486v.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 110px; height: 140px;&quot; src=&quot;http://www.comcol.nl/vidjpg/0058486v.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;We're kicking off a new IT project to replace existing Novell NetWare servers with a single Open Enterprise Server (OES) Cluster of 5 nodes. The hardware is delivered. A &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/344264723/&quot;&gt;HP c-Class Blade system&lt;/a&gt; and &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/344264708/&quot;&gt;HP EVA6000 SAN-storage&lt;/a&gt; should do the trick.&lt;br /&gt;&lt;br /&gt;At the moment we're considering which OES flavour to install. OES Linux should be the way to go but it's hard to find a &lt;a href=&quot;http://www.novell.com/partnerlocator/emea_locator.do&quot;&gt;Novell Partner&lt;/a&gt; (search on Netherlands and Linux ... no results) in the Netherlands that has hands-on experience with OES Linux and especially clustering. If anyone has some info on real OES Linux clustering cases, &lt;a href=&quot;http://blogger.xs4all.nl/mpepping/contact.aspx&quot;&gt;I'm really interested&lt;/a&gt;.
</content>
 </entry>
 
 <entry>
   <title>Novell OES2 in beta</title>
   <link href="http://www.xbsd.nl/2006/12/novell-oes2-in-beta.html"/>
   <updated>2006-12-28T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/12/novell-oes2-in-beta</id>
   <content type="html">Novell is accepting beta-sites for the closed &lt;a href=&quot;http://www.novell.com/coolsolutions/feature/18302.html&quot;&gt;Open Enterprise Server 2&lt;br /&gt;beta&lt;/a&gt;. Key features of this OES2 release will be &lt;span style=&quot;font-style: italic;&quot;&gt;Dynamic Storage&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Management&lt;/span&gt;, &lt;span style=&quot;font-style: italic;&quot;&gt;Linux/Windows Integration&lt;/span&gt; and &lt;span style=&quot;font-style: italic;&quot;&gt;Virtualisation&lt;/span&gt;.&lt;p&gt;On the announcement website, only references to Linux are made. So will&lt;br /&gt;it be that OES2 definitely brings the end of &lt;a href=&quot;http://en.wikipedia.org/wiki/Netware&quot;&gt;NetWare&lt;/a&gt;?&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>open movie: Elephants Dream</title>
   <link href="http://www.xbsd.nl/2006/12/open-movie-elephants-dream.html"/>
   <updated>2006-12-21T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/12/open-movie-elephants-dream</id>
   <content type="html">Last night I was at the local cinema for the last show of the &lt;a href=&quot;http://www.dutchtouchdefilm.nl/&quot;&gt;Dutch Touch&lt;/a&gt; movie. Prior to the main movie a part of the short animated movie &lt;a href=&quot;http://orange.blender.org/&quot;&gt;Elephants Dream&lt;/a&gt; was shown. The graphics where quite stunning and I was amazed when the final credits rolled over the bigscreen.  Elephants  Dream is an 'open movie', created with Open Source graphics software. The main motivation for the creation of this movie is to show the power of OSS tools like &lt;a href=&quot;http://www.blender.org/&quot;&gt;Blender&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;em style=&quot;font-style: italic;&quot;&gt;&quot;Elephants Dream&lt;/em&gt;&lt;span style=&quot;font-style: italic;&quot;&gt; is the worlds first open movie,     made entirely with open source graphics software such as &lt;/span&gt;&lt;a style=&quot;font-style: italic;&quot; href=&quot;http://www.blender.org/&quot;&gt;Blender&lt;/a&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;,     and with all production files freely available to use however     you please, under a &lt;/span&gt;&lt;a style=&quot;font-style: italic;&quot; href=&quot;http://www.creativecommons.org/&quot;&gt;Creative Commons&lt;/a&gt;&lt;span style=&quot;font-style: italic;&quot;&gt; license.&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;From the credits: &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;Special Thanks to Open Source Projects: &lt;span style=&quot;font-style: italic;&quot;&gt;Gimp, Twisted, Python, , Ubuntu Linux, OpenEXR, KDE, Verse, GNOME, CinePaint, DrQueue, Inkscape and Subversion&lt;/span&gt;.&lt;br /&gt;&lt;/span&gt;We used a lot of open source software throughout the project, but these were the open source projects that helped us most, either through their applications, source code sharing, or advice.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It's a open movie, sure worth watching and it's freely available for download from: &lt;a href=&quot;http://orange.blender.org/download&quot;&gt;http://orange.blender.org/download&lt;/a&gt; ... the funny thing about it: it's open, so all production files from the movie and other open content are also available.
</content>
 </entry>
 
 <entry>
   <title>Course 3068: Migrating from RedHat to Suse SLES10</title>
   <link href="http://www.xbsd.nl/2006/12/course-3068-migrating-from-redhat-to-suse-sles10.html"/>
   <updated>2006-12-19T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/12/course-3068-migrating-from-redhat-to-suse-sles10</id>
   <content type="html">I don't think bringing out free courses titled &quot;&lt;a href=&quot;http://download.novell.com/protected/Survey.jsp?buildid=ReHgN8b1qhU%7E&quot;&gt;Course 3068: Migrating from RedHat to Suse Linux Enterprise Server 10&lt;/a&gt;&quot; can count on great acceptance by the community. It sounds biting towards RedHat.  The course title it kinda misleading ... it's not a &quot;Howto migrate from RHEL to SLES&quot; guide, but it points out differences in administration (e.g., to configure your LAN settings you use YaST in SUSE and network-config-tools* in RedHat).&lt;br /&gt;&lt;br /&gt;Course 3068 is a free course offered by Novell consisting of two eBooks (PDF)  and a Course DVD (~1GiB ISO) containing coursefiles.&lt;br /&gt;&lt;br /&gt;The course briefly covers quite the same stuff as the SLES10 Fundamentals (Course 3071) and SLES10 Administration (Course 3072), making comparisons to RHEL administration.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://download.novell.com/Download?buildid=ReHgN8b1qhU%7E&quot;&gt;http://download.novell.com/Download?buildid=ReHgN8b1qhU~&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Secunia Software Inspector</title>
   <link href="http://www.xbsd.nl/2006/12/secunia-software-inspector.html"/>
   <updated>2006-12-17T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/12/secunia-software-inspector</id>
   <content type="html">Secunia offers a free online security inspection of Windows PC's. It audits a PC for insecure versions of applications using the vulnerability database of Secunia.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;Feature Overview:&lt;br /&gt;* Detects insecure versions of applications installed&lt;br /&gt;* Verifies that all Microsoft patches are applied&lt;br /&gt;* Assists you in updating your system and applications&lt;br /&gt;* Runs through your browser. No installation or download is required.&lt;br /&gt;&lt;br /&gt;Check it over at &lt;a href=&quot;http://secunia.com/software_inspector/&quot;&gt;&lt;span&gt;http://secunia.com/software_inspector/&lt;/span&gt;&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>GroupWise TID's</title>
   <link href="http://www.xbsd.nl/2006/12/groupwise-tids.html"/>
   <updated>2006-12-15T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/12/groupwise-tids</id>
   <content type="html">&lt;div&gt;My two &lt;a href=&quot;http://www.novell.com/inc/pf/pf.jsp?url=http://support.novell.com/cgi-bin/search/searchtid.cgi?10099946.htm&quot;&gt;new&lt;/a&gt; &lt;a href=&quot;http://www.novell.com/inc/pf/pf.jsp?url=http://support.novell.com/cgi-bin/search/searchtid.cgi?10099947.htm&quot;&gt;favorite&lt;/a&gt; GroupWise TID's over at &lt;a href=&quot;http://support.novell.com/&quot;&gt;http://support.novell.com/&lt;br /&gt;&lt;/a&gt;Thanks to &lt;a href=&quot;http://gwcheck.blogspot.com/&quot;&gt;http://gwcheck.blogspot.com&lt;/a&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.2: List of Recommended Repositories</title>
   <link href="http://www.xbsd.nl/2006/12/opensuse-10-2-list-of-recommended-repositories.html"/>
   <updated>2006-12-11T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/12/opensuse-10-2-list-of-recommended-repositories</id>
   <content type="html">&lt;a href=&quot;http://linux.wordpress.com/&quot;&gt;Vichar Bhatt&lt;/a&gt; comes up with quite a list of &lt;a href=&quot;http://linux.wordpress.com/2006/12/11/opensuse-102-list-of-recommended-repositories-for-yast/&quot;&gt;recommended package repositories&lt;/a&gt; for YaST. Both the &lt;a href=&quot;http://linux01.gwdg.de/%7Epbleser/&quot;&gt;Guru&lt;/a&gt; and &lt;a href=&quot;http://packman.links2linux.de/&quot;&gt;Packman&lt;/a&gt; repositories have made quite a name for themselves over time and are definitely must haves.
</content>
 </entry>
 
 <entry>
   <title>openSUSE and webcam support</title>
   <link href="http://www.xbsd.nl/2006/12/opensuse-and-webcam-support.html"/>
   <updated>2006-12-10T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/12/opensuse-and-webcam-support</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.cisco.com/image/jpg/en/us/guest/products/ps5662/c1650/cdccont_0900aecd8044de04_0900aecd804a294e-4.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 140px; height: 160px;&quot; src=&quot;http://www.cisco.com/image/jpg/en/us/guest/products/ps5662/c1650/cdccont_0900aecd8044de04_0900aecd804a294e-4.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Webcam support in Linux still is in a quite premature stage of development. Applications like &lt;a href=&quot;http://gaim.sourceforge.net/&quot;&gt;GAIM&lt;/a&gt; and other IM applications (except for &lt;a href=&quot;http://amsn-project.net/index.php&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;aMSN&lt;/span&gt;&lt;/a&gt;) still lack in any form of webcam support.&lt;br /&gt;&lt;br /&gt;Recently I got a new Cisco webcam and I started the challenge of getting it to work on my openSUSE 10.1 system. After figuring out which &lt;a href=&quot;http://mxhaard.free.fr/spca5xx.html&quot;&gt;driver&lt;/a&gt; fits my &lt;a href=&quot;http://www.cisco.com/image/jpg/en/us/guest/products/ps5662/c1650/cdccont_0900aecd8044de04_0900aecd804a294e-4.jpg&quot;&gt;Cisco VT II webcam&lt;/a&gt; (Logitech OEM) I was finally able to get some things working.&lt;br /&gt;&lt;br /&gt;It takes a shipload of packages and kernelmodules to add USB webcam support on a  Linux system. These are the modules and applications that worked for me:&lt;br /&gt;&lt;br /&gt;modules:&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;         modprobe v4l1_compat&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;         modprobe videodev&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;         modprobe v4l2_common&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;         uvcview.ko&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;applications:&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;         LUCview&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;         Camelot&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family:courier new;&quot;&gt;         gqcam&lt;br /&gt;aMSN&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Here's a good matrix on webcam/driver support on Linux:  &lt;a href=&quot;http://mxhaard.free.fr/spca5xx.html&quot;&gt;http://mxhaard.free.fr/spca5xx.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The UVC driver for Logitech cams is available from:&lt;br /&gt;&lt;a href=&quot;http://linux-uvc.berlios.de/&quot;&gt;http://linux-uvc.berlios.de/&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.2 is released!</title>
   <link href="http://www.xbsd.nl/2006/12/opensuse-10-2-is-released.html"/>
   <updated>2006-12-07T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/12/opensuse-10-2-is-released</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://download.opensuse.org/&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 131px; height: 131px;&quot; src=&quot;http://www.xs4all.nl/%7Empepping/log/images/Opensuse_8.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Nice to see that openSUSE 10.2 sticks to the planned release schedule.&lt;br /&gt;&lt;p&gt;For download ISOs of the the 5 CD open source version plus an add-on CD with proprietary portions, such as Adobe Acrobat Reader, RealPlayer, and Sun Java Runtime Environment are offered. DVDs for all architectures are available and contain the open source version plus proprietary add-ons. For the first time a language add-on CD which offers support for languages which are not part of our base language setup is also available. The Live DVD will be release next week. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;openSUSE 10.2 is available for download on &lt;a href=&quot;http://download.opensuse.org/&quot;&gt;http://download.openSUSE.org&lt;/a&gt;&lt;br /&gt;in x86, x86-64, and ppc versions via ftp from our mirrors and bittorrent.&lt;/p&gt;Interested? Check out the &lt;a href=&quot;http://en.opensuse.org/Product_Highlights&quot;&gt;product highlights&lt;/a&gt; and/or the &lt;a href=&quot;http://www.suse.com/relnotes/i386/openSUSE/10.2/RELEASE-NOTES.en.html&quot;&gt;release notes&lt;/a&gt;.
</content>
 </entry>
 
 <entry>
   <title>The Linux way to Flickr</title>
   <link href="http://www.xbsd.nl/2006/12/the-linux-way-to-flickr.html"/>
   <updated>2006-12-05T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/12/the-linux-way-to-flickr</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.flickr.com/images/flickr_logo_gamma.gif.v1.2&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 131px; height: 34px;&quot; src=&quot;http://www.flickr.com/images/flickr_logo_gamma.gif.v1.2&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Linux.com offers a &lt;a href=&quot;http://applications.linux.com/article.pl?sid=06/11/28/1628237&amp;amp;from=rss&quot;&gt;nice article&lt;/a&gt; on using the Yahoo &lt;a href=&quot;http://www.flickr.com/&quot;&gt;flick.com&lt;/a&gt; photo service on Linux desktop. Several GUI and CLI tools are highlighted which all make use of the &lt;a href=&quot;http://www.flickr.com/services/api/&quot;&gt;Flickr API&lt;/a&gt;. Too bad my personal favorite isn't mentioned ... &lt;a href=&quot;http://f-spot.org/Main_Page&quot;&gt;F-Spot&lt;/a&gt;.
</content>
 </entry>
 
 <entry>
   <title>new blog address</title>
   <link href="http://www.xbsd.nl/2006/12/new-blog-address.html"/>
   <updated>2006-12-03T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/12/new-blog-address</id>
   <content type="html">In the next days, I'll try to migrate my xs4all.nl blog to blogger.com.&lt;br /&gt;For the moment, feel free to check out &lt;a href=&quot;http://blogger.xs4all.nl/mpepping&quot;&gt;my blog&lt;/a&gt; over @ xs4all.nl
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.2 is done!</title>
   <link href="http://www.xbsd.nl/2006/12/opensuse-10-2-is-done.html"/>
   <updated>2006-12-02T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/12/opensuse-10-2-is-done</id>
   <content type="html">Quite a quick dev. cycle on this one ... Check the &lt;a href=&quot;http://lists.opensuse.org/opensuse-announce/2006-12/msg00000.html&quot; target=&quot;_new&quot;&gt;announcement&lt;/a&gt; by andreas.&lt;br /&gt;Public release is scheduled for the 7th of December.
</content>
 </entry>
 
 <entry>
   <title>400+ OSS applications for Win32</title>
   <link href="http://www.xbsd.nl/2006/11/400-oss-applications-for-win32.html"/>
   <updated>2006-11-15T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/11/400-oss-applications-for-win32</id>
   <content type="html">&lt;p&gt;Why do most people think 'Linux' when they hear the term Open Source Software?&lt;br /&gt;Over &lt;a href=&quot;http://www.econsultant.com/i-want-open-source-software/&quot; target=&quot;_new&quot;&gt;400 OSS tools and applications&lt;/a&gt;, mainly for for Windows&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Xming (OSS)</title>
   <link href="http://www.xbsd.nl/2006/11/xming-oss.html"/>
   <updated>2006-11-14T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/11/xming-oss</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://freedesktop.org/wiki/Xming&quot; target=&quot;_new&quot;&gt;Xming&lt;/a&gt; is a great way to launch X-windows applications on a Windows desktop. Once you've installed this (OSS) X-server, you can use PuTTY (SSH client) with the 'Enable X11 tunneling' option to start YaST2, the ZENworks Agent or any other X-windows application. Definitely a must have for Linux admins who occasionally work on a Windows desktop.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://freedesktop.org/wiki/Xming&quot; target=&quot;_new&quot;&gt;http://freedesktop.org/wiki/Xming&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.chiark.greenend.org.uk/%7Esgtatham/putty/download.html&quot; target=&quot;_new&quot;&gt;http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>GroupWise Server Migration Utility</title>
   <link href="http://www.xbsd.nl/2006/11/groupwise-server-migration-utility.html"/>
   <updated>2006-11-10T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/11/groupwise-server-migration-utility</id>
   <content type="html">&lt;p&gt;Time to migrate all those NetWare and Windows based &lt;a title=&quot;Novell GroupWise&quot; href=&quot;http://www.novell.com/products/groupwise/&quot; target=&quot;_blank&quot;&gt;GroupWise&lt;/a&gt; servers to Linux. ;)&lt;br /&gt;&lt;a href=&quot;http://download.novell.com/Download?buildid=hlBhizgetE4%7E&quot; target=&quot;_new&quot;&gt;http://download.novell.com/Download?buildid=hlBhizgetE4~&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell - Microsoft collabo</title>
   <link href="http://www.xbsd.nl/2006/11/novell-microsoft-collabo.html"/>
   <updated>2006-11-03T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/11/novell-microsoft-collabo</id>
   <content type="html">Funny to see that news like &lt;a href=&quot;http://www.novell.com/linux/microsoft/openletter.html&quot; target=&quot;_new&quot;&gt;this&lt;/a&gt; has effects like &lt;a href=&quot;http://www.xs4all.nl/%7Empepping/log/images/novell-redhat.gif&quot; target=&quot;_new&quot;&gt;this&lt;/a&gt;.
</content>
 </entry>
 
 <entry>
   <title>Mozilla Firefox 2.0 SUSE / openSUSE RPM's (2)</title>
   <link href="http://www.xbsd.nl/2006/10/mozilla-firefox-2-0-suse-opensuse-rpms-2.html"/>
   <updated>2006-10-29T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/10/mozilla-firefox-2-0-suse-opensuse-rpms-2</id>
   <content type="html">&lt;div class=&quot;postbody&quot;&gt;&lt;p&gt;&lt;i&gt;Thanks to Matthias Koenig, Andreas Jaeger, Marcus Rueckert and Robert OCallahan!&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Because of those guys we finally got a complete Mozilla Buildservice Repository which now contains Firefox 2 (with Novells additions) Therefore the repository now carries Firefox 2, pre-versions of SeaMonkey 1.1, Thunderbird 2.0 and XULRunner 1.8.1 in addition to the low-level libraries of NSPR 4.6.3 and NSS 3.11.3 for SUSE Linux 10.0, 10.1 and Factory. &lt;/i&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://software.opensuse.org/download/mozilla/&quot; target=&quot;_new&quot;&gt;http://software.opensuse.org/download/mozilla/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Mozilla Firefox 2.0 SUSE / openSUSE RPM's</title>
   <link href="http://www.xbsd.nl/2006/10/mozilla-firefox-2-0-suse-opensuse-rpms.html"/>
   <updated>2006-10-28T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/10/mozilla-firefox-2-0-suse-opensuse-rpms</id>
   <content type="html">&lt;div class=&quot;postbody&quot;&gt;&lt;p&gt;For openSUSE 10.1 users:&lt;br /&gt;&lt;a href=&quot;http://ftp4.gwdg.de/pub/linux/suse/opensuse/repositories/mozilla/SUSE_Linux_10.1/i586/&quot; target=&quot;_new&quot;&gt;http://ftp4.gwdg.de/pub/linux/suse/opensuse/repositories/mozilla/SUSE_Linux_10.1/i586/&lt;/a&gt; &lt;/p&gt; &lt;p&gt; For SLED10 users:&lt;br /&gt;&lt;a href=&quot;http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/suse/i586/&quot; target=&quot;_new&quot;&gt;http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/suse/i586/&lt;/a&gt; &lt;/p&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>openSUSE 10.2 beta 1 available!</title>
   <link href="http://www.xbsd.nl/2006/10/opensuse-10-2-beta-1-available.html"/>
   <updated>2006-10-26T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/10/opensuse-10-2-beta-1-available</id>
   <content type="html">So check out &lt;a href=&quot;http://lists.opensuse.org/opensuse-announce/2006-10/msg00004.html&quot; target=&quot;_new&quot;&gt;Andreas announcement&lt;/a&gt; on the openSUSE list and start testing.
</content>
 </entry>
 
 <entry>
   <title>Flash player 9 beta available!</title>
   <link href="http://www.xbsd.nl/2006/10/flash-player-9-beta-available.html"/>
   <updated>2006-10-19T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/10/flash-player-9-beta-available</id>
   <content type="html">&lt;div class=&quot;postbody&quot;&gt;&lt;p&gt;So get &lt;a href=&quot;http://labs.adobe.com/downloads/flashplayer9.html&quot; taregt=&quot;_new&quot;&gt;it&lt;/a&gt;!&lt;/p&gt; &lt;p&gt;deeplinks:&lt;br /&gt;&lt;a href=&quot;http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_plugin_beta_101806.tar.gz&quot;&gt;FP9_plugin_beta_101806.tar.gz&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_standalone_beta_101806.tar.gz&quot;&gt;FP9_standalone_beta_101806.tar.gz&lt;/a&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;Readme's are included. The browser-plugin will (1st one) be good enough for most people.&lt;/p&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>New Packman website</title>
   <link href="http://www.xbsd.nl/2006/09/new-packman-website.html"/>
   <updated>2006-09-26T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/09/new-packman-website</id>
   <content type="html">&lt;a href=&quot;http://packman.links2linux.org/&quot;&gt;Packman&lt;/a&gt; renewed it's website. It's a great resource for off-distribution SUSE packages.
</content>
 </entry>
 
 <entry>
   <title>GNOME: Alacarte Menu Editor</title>
   <link href="http://www.xbsd.nl/2006/09/gnome-alacarte-menu-editor.html"/>
   <updated>2006-09-19T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/09/gnome-alacarte-menu-editor</id>
   <content type="html">Things like &lt;a href=&quot;http://www.realistanew.com/projects/alacarte/&quot; target=&quot;_new&quot;&gt;this&lt;/a&gt; make GNOME a whole lot better.
</content>
 </entry>
 
 <entry>
   <title>Sleuth Kit</title>
   <link href="http://www.xbsd.nl/2006/09/sleuth-kit.html"/>
   <updated>2006-09-06T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/09/sleuth-kit</id>
   <content type="html">&lt;div class=&quot;postbody&quot;&gt;&lt;p&gt;The Sleuth Kit (previously known as TASK) is a collection of UNIX-based command line file and volume system forensic analysis tools. The file system tools allow you to examine file systems of a suspect computer in a non-intrusive fashion. Because the tools do not rely on the operating system to process the file systems, deleted and hidden content is shown.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://www.sleuthkit.org/sleuthkit/index.php&quot; target=&quot;_new&quot;&gt;http://www.sleuthkit.org/sleuthkit/index.php&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Banshee and importing from DAP sources</title>
   <link href="http://www.xbsd.nl/2006/08/banshee-and-importing-from-dap-sources.html"/>
   <updated>2006-08-27T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/08/banshee-and-importing-from-dap-sources</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://banshee-project.org/skins/bansheetango/layout-images/logo.png&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 222px; height: 96px;&quot; src=&quot;http://banshee-project.org/skins/bansheetango/layout-images/logo.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;With &lt;a href=&quot;http://banshee-project.org/Main_Page&quot; target=&quot;_new&quot;&gt;Banshee&lt;/a&gt; 0.11 it's possible to Import music into Banshee from DAP sources like iPod's,  MP3-thumbdrives and other DAP's. Kudos to Patrick and everyone who worked on &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=331596&quot; target=&quot;_new&quot;&gt;this one&lt;/a&gt;.
</content>
 </entry>
 
 <entry>
   <title>ThinkPad and hdaps</title>
   <link href="http://www.xbsd.nl/2006/08/thinkpad-hdaps.html"/>
   <updated>2006-08-07T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/08/thinkpad-hdaps</id>
   <content type="html">Did you know you can do &lt;a href=&quot;http://www.youtube.com/watch?v=sbh_JGbPoJU&amp;amp;mode=related&amp;amp;search=&quot; target=&quot;_new&quot;&gt;crazy things&lt;/a&gt; with a ThinkPad that has HDAPS? Get &lt;a href=&quot;http://www-128.ibm.com/developerworks/linux/library/l-knockage.html?ca=dgr-lnxw01Knock-Knock&quot; target=&quot;_new&quot;&gt;hands on&lt;/a&gt; if you have one.
</content>
 </entry>
 
 <entry>
   <title>SLED Menu now also available for Ubuntu</title>
   <link href="http://www.xbsd.nl/2006/08/sled-menu-now-also-available-for-ubuntu.html"/>
   <updated>2006-08-03T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/08/sled-menu-now-also-available-for-ubuntu</id>
   <content type="html">Ubuntu user can now also use the both loved and hated &lt;a href=&quot;http://angelicpenguins.blogspot.com/2006/07/sled-menu-for-ubuntu-uslab-now-in-repo_14.html&quot; target=&quot;_new&quot;&gt;SLED Menu&lt;/a&gt; as a GNOME panel applet.
</content>
 </entry>
 
 <entry>
   <title>SLED Gnome Main Menu on SUSE Linux 10.1</title>
   <link href="http://www.xbsd.nl/2006/08/sled-gnome-main-menu-on-suse-linux-10-1.html"/>
   <updated>2006-08-03T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/08/sled-gnome-main-menu-on-suse-linux-10-1</id>
   <content type="html">&lt;div class=&quot;postbody&quot;&gt;&lt;p&gt;SUSE Linux 10.1 uses the native GNOME menu. If you like the SUSE Linux Enterprise Desktop 10 main menu more ... you can also use this on SUSE Linux 10.1.&lt;br /&gt;Grab the RPM for your architecture below. After installation, remove the 'Menu Bar' applet and add the 'Main Menu' applet instead.&lt;/p&gt;  &lt;p&gt; &lt;a href=&quot;http://www.xs4all.nl/%7Empepping/log/gnome-main-menu/gnome-main-menu-0.6.1-0.2.i586.rpm&quot;&gt;http://www.xs4all.nl/~mpepping/log/gnome-main-menu/gnome-main-menu-0.6.1-0.2.i586.rpm&lt;/a&gt; &lt;a href=&quot;http://www.xs4all.nl/%7Empepping/log/gnome-main-menu/gnome-main-menu-0.6.1-0.2.x86_64.rpm&quot;&gt;http://www.xs4all.nl/~mpepping/log/gnome-main-menu/gnome-main-menu-0.6.1-0.2.x86_64.rpm&lt;/a&gt; &lt;/p&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell Client 1.2 for SUSE Linux 10.1 / SLED 10</title>
   <link href="http://www.xbsd.nl/2006/07/novell-client-1-2-for-suse-linux-10-1-sled-10.html"/>
   <updated>2006-07-31T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/07/novell-client-1-2-for-suse-linux-10-1-sled-10</id>
   <content type="html">&lt;div class=&quot;postbody&quot;&gt;&lt;p&gt;After a 3 month beta period, the final build has reached the &lt;a href=&quot;http://download.novell.com/Download?buildid=2JyMn7sWP_Q%7E&quot; target=&quot;_new&quot;&gt;download site&lt;/a&gt;.&lt;/p&gt; &lt;p&gt; Key features:&lt;br /&gt;    * Support for traditional Novell protocols (NDAP, NCP and RSA) and open protocols (LDAP, CIFS and NFS)&lt;br /&gt;    * Automatic background reconnect to the Novell NetWare server or Novell Open Enterprise Server&lt;br /&gt;    * Greater than 4 GB file support&lt;br /&gt;    * DFS junction support&lt;br /&gt;    * Unicode file naming in mixed language environments&lt;br /&gt;    * Secure Authentication in conjunction with universal password&lt;br /&gt;    * Background automatic reconnect&lt;br /&gt;    * Novell login script support&lt;br /&gt;    * Processing of container, profile and user login scripts&lt;br /&gt;    * Conversion of existing Windows login scripts to run on Linux as native shell scripts&lt;br /&gt;    * Login script support and results display&lt;br /&gt;    * Novell eDirectory multi-tree support and authentication&lt;br /&gt;    * Service address and name resolution caching&lt;br /&gt;    * Network browsing and resolution through DNS, DHCP, SLP, and NDAP&lt;br /&gt;    * IP address costing&lt;br /&gt;    * Automatic workstation local user account provisioning (requires LDAP)&lt;br /&gt;    * Advanced password policy support (requires LDAP)&lt;br /&gt;    * NCP packet signing and support&lt;br /&gt;    * Drive mapping on a Linux desktop&lt;br /&gt;&lt;/p&gt; &lt;p&gt;Still no support for the main GNOME login dialog?&lt;/p&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Git it!</title>
   <link href="http://www.xbsd.nl/2006/07/git-it.html"/>
   <updated>2006-07-18T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/07/git-it</id>
   <content type="html">&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.novell.com/linux/ready.html&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px;&quot; src=&quot;http://www.novell.com/linux/img/areyouready.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>VMware Server ... it's there now</title>
   <link href="http://www.xbsd.nl/2006/07/vmware-server-its-there-now.html"/>
   <updated>2006-07-14T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/07/vmware-server-its-there-now</id>
   <content type="html">After a 5 month beta period, &lt;a href=&quot;http://www.vmware.com/products/server/&quot; target=&quot;_new&quot;&gt;VMware Virtual Server&lt;/a&gt; is now available for download ... and it's free!
</content>
 </entry>
 
 <entry>
   <title>SLED10 and SLES10 Preview Releases.</title>
   <link href="http://www.xbsd.nl/2006/06/sled10-and-sles10-preview-releases.html"/>
   <updated>2006-06-27T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/sled10-and-sles10-preview-releases</id>
   <content type="html">Both SLED10 and SLES10 Preview releases are available for &lt;a href=&quot;http://www.novell.com/linux/preview.html&quot; target=&quot;_new&quot;&gt;download&lt;/a&gt;!&lt;br /&gt;Based on the 3rd and final Release Candidate.
</content>
 </entry>
 
 <entry>
   <title>TTB Teletekst Browser (DUTCH)</title>
   <link href="http://www.xbsd.nl/2006/06/ttb-teletekst-browser-dutch.html"/>
   <updated>2006-06-25T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/ttb-teletekst-browser-dutch</id>
   <content type="html">&lt;a href=&quot;http://www.djcbsoftware.nl/code/ttb/&quot; target=&quot;_new&quot;&gt;TTB Teletekst Browser for Linux&lt;/a&gt;. A great tool to keep up with the worldcup soccer score or news headlines at work or such. Depends on the python-devel package on SUSE Linux.
</content>
 </entry>
 
 <entry>
   <title>SLED10 Documentation online!</title>
   <link href="http://www.xbsd.nl/2006/06/sled10-documentation-online.html"/>
   <updated>2006-06-25T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/sled10-documentation-online</id>
   <content type="html">&lt;a href=&quot;http://moosy.blogspot.com/&quot;&gt;&lt;b&gt;Moosy:&lt;/b&gt;&lt;/a&gt; &lt;a href=&quot;http://www.novell.com/documentation/sled10&quot; target=&quot;_new&quot;&gt;SLED10 Documentation online&lt;/a&gt;.
</content>
 </entry>
 
 <entry>
   <title>Installing apt (Advanced Package Tool) on SUSE Linux</title>
   <link href="http://www.xbsd.nl/2006/06/installing-apt-advanced-package-tool-on-suse-linux.html"/>
   <updated>2006-06-25T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/installing-apt-advanced-package-tool-on-suse-linux</id>
   <content type="html">&lt;p&gt;Quick and dirty:&lt;/p&gt;  root@linux# wget http://linux01.gwdg.de/~scorot/install-apt4suse.rpm&lt;br /&gt;root@linux# rpm -Uvh install-apt4suse.rpm&lt;br /&gt;root@linux# install-apt4suse&lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;rpm's  can also be installed directly from a webserver.&lt;br /&gt;rpm -Uvh &lt;a target=&quot;_new&quot; href=&quot;http://linux01.gwdg.de/%7Escorot/install-apt4suse.rpm&quot;&gt;http://linux01.gwdg.de/~scorot/install-apt4suse.rpm&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Google Earth and Xgl</title>
   <link href="http://www.xbsd.nl/2006/06/google-earth-and-xgl.html"/>
   <updated>2006-06-24T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/google-earth-and-xgl</id>
   <content type="html">&lt;div class=&quot;postbody&quot;&gt;&lt;p&gt;Google Earth for Linux doesn't float well on Xgl ...&lt;/p&gt; &lt;p&gt;&lt;img src=&quot;http://www.xs4all.nl/%7Empepping/log/images/ggearth-xgl.png&quot; /&gt;&lt;/p&gt;&lt;/div&gt; ---&lt;br /&gt;comment by Phoenix49:&lt;br /&gt;Just turn off Anisotropic filtering, and everything will be ok
</content>
 </entry>
 
 <entry>
   <title>GroupWise 7 SupportPack1 MultiLang</title>
   <link href="http://www.xbsd.nl/2006/06/groupwise-7-supportpack1-multilang.html"/>
   <updated>2006-06-20T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/groupwise-7-supportpack1-multilang</id>
   <content type="html">It's available for download! &lt;a href=&quot;http://support.novell.com/servlet/downloadfile?file=/sec/pub/gw701m.exe/&quot;&gt;GroupWise 7 SP1&lt;/a&gt; is long anticipated by the &lt;a title=&quot;Novell GroupWise&quot; href=&quot;http://www.novell.com/products/groupwise/&quot; target=&quot;_blank&quot;&gt;GroupWise&lt;/a&gt; community.
</content>
 </entry>
 
 <entry>
   <title>Wireshark</title>
   <link href="http://www.xbsd.nl/2006/06/wireshark.html"/>
   <updated>2006-06-12T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/wireshark</id>
   <content type="html">... thats the new name for the popular Ethereal protocol analyzer. &lt;p&gt;&lt;a href=&quot;http://www.wireshark.org/&quot; target=&quot;_new&quot;&gt;http://www.wireshark.org/&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Aircrack-ng and Aircrack RPM's for SUSE 10.1</title>
   <link href="http://www.xbsd.nl/2006/06/aircrack-ng-aircrack-rpms-for-suse-10-1.html"/>
   <updated>2006-06-10T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/aircrack-ng-aircrack-rpms-for-suse-10-1</id>
   <content type="html">Updated the &lt;a href=&quot;http://blogger.xs4all.nl/mpepping/archive/2006/04/16/87031.aspx&quot;&gt;Aircrack-ng &amp; Aircrack RPM's for SUSE 10.1&lt;/a&gt; post.
</content>
 </entry>
 
 <entry>
   <title>Google Browser Sync</title>
   <link href="http://www.xbsd.nl/2006/06/google-browser-sync.html"/>
   <updated>2006-06-09T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/google-browser-sync</id>
   <content type="html">Sync your Firefox (&gt;=1.5) settings across your computers.&lt;br /&gt;&lt;a href=&quot;http://www.google.com/tools/firefox/browsersync/index.html&quot; target=&quot;_new&quot;&gt;http://www.google.com/tools/firefox/browsersync/index.html&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>Updated PGP key</title>
   <link href="http://www.xbsd.nl/2006/06/updated-pgp-key.html"/>
   <updated>2006-06-06T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/updated-pgp-key</id>
   <content type="html">Updated my PGP key ... the &lt;a href=&quot;http://minsky.surfnet.nl:11371/pks/lookup?op=vindex&amp;search=0x8638A18CE3C7649F&quot;&gt;public part&lt;/a&gt; is on the Surfnet keyserver. E-mailaddress is unchanged.
</content>
 </entry>
 
 <entry>
   <title>SUSE Linux 10.1 Live DVD</title>
   <link href="http://www.xbsd.nl/2006/06/suse-linux-10-1-live-dvd.html"/>
   <updated>2006-06-06T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/suse-linux-10-1-live-dvd</id>
   <content type="html">&lt;div class=&quot;postbody&quot;&gt;&lt;p&gt;From the OpenSUSE Announce list:&lt;/p&gt; &lt;p&gt;The SUSE Linux 10.1 Live DVD is available now. The download URL to get it it from you next mirror is:&lt;br /&gt;&lt;a href=&quot;http://download.opensuse.org/distribution/SL-10.1/non-oss-dvd-iso/SUSE-Linux-10.1-GM-LiveDVD.iso&quot;&gt;http://download.opensuse.org/distribution/SL-10.1/non-oss-dvd-iso/SUSE-Linux-10.1-GM-LiveDVD.iso&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The Live DVD is a 32bit intel based system which contains 4GB of great Linux software compressed into a 1.7GB iso.&lt;/p&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>RH5.2 and SUSE 6.1</title>
   <link href="http://www.xbsd.nl/2006/06/rh5-2-and-suse-6-1.html"/>
   <updated>2006-06-05T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/rh5-2-and-suse-6-1</id>
   <content type="html">My first &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/161016770/&quot; target=&quot;_new&quot;&gt;boxed Linux&lt;/a&gt; versions ... The Redhat 5.2 box is from late 1998. The SUSE 6.1 box got released in 1999.
</content>
 </entry>
 
 <entry>
   <title>SUSE Linux Update Management has been better ...</title>
   <link href="http://www.xbsd.nl/2006/06/suse-linux-update-management-has-been-better.html"/>
   <updated>2006-06-04T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/suse-linux-update-management-has-been-better</id>
   <content type="html">&lt;div class=&quot;postbody&quot;&gt;&lt;p&gt;Yesterday, my SUSE Linux 10.1 desktop had 3 software updates available trough ZMD. Today 43 were added! With a grand total of 46 packages I started the update trough the ZENworks Management Daemon ... which crashes with a single mouseclick. Updates trough YaST Online Update work fine though.&lt;/p&gt; &lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.xs4all.nl/%7Empepping/log/images/SL101-SoftwareUpdater.png&quot; /&gt;&lt;/p&gt; &lt;p&gt;Why should a system maintain two methods for software updating? Or better yet, why is ZMD used on a OS targeted for home and soho use? ... looks more applicable for enterprise environments to me.&lt;/p&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Flash Player 9 for Linux</title>
   <link href="http://www.xbsd.nl/2006/06/flash-player-9-for-linux.html"/>
   <updated>2006-06-02T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/06/flash-player-9-for-linux</id>
   <content type="html">Many Linux users probably have reached websites which are using Macromedia Flash8 content ... a message like 'You need MacroMedia Flash 8 to view this website' can be quite frustrating knowing that Flash7 is the latest player for linux. So &lt;a href=&quot;http://weblogs.macromedia.com/emmy/archives/2005/12/why_isnt_there.cfm&quot; target=&quot;_new&quot;&gt;why isn't there a Flash8 player for Linux?&lt;/a&gt; ... or even better ... &lt;a href=&quot;http://weblogs.macromedia.com/emmy/archives/2006/05/yes_virginia_th.cfm&quot; target=&quot;_new&quot;&gt;will there be a Flash9 player for Linux?&lt;/a&gt; Yes there will be ... but it will be released in 2007 ...
</content>
 </entry>
 
 <entry>
   <title>Online .htaccess generator</title>
   <link href="http://www.xbsd.nl/2006/05/online-htaccess-generator.html"/>
   <updated>2006-05-30T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/05/online-htaccess-generator</id>
   <content type="html">Create a .htaccess file by filling out a &lt;a href=&quot;http://cooletips.de/htaccess/&quot; target=&quot;_new&quot;&gt;webform&lt;/a&gt; ... can be handy in some cases.
</content>
 </entry>
 
 <entry>
   <title>Beranger doesn't do SUSE anymore</title>
   <link href="http://www.xbsd.nl/2006/05/beranger-doesnt-do-suse-anymore.html"/>
   <updated>2006-05-30T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/05/beranger-doesnt-do-suse-anymore</id>
   <content type="html">Too bad Beranger switched sides from SUSE to Debian ... got to say he's right on &lt;a href=&quot;http://beranger.org/index.php?article=1036&quot; target=&quot;_new&quot;&gt;these&lt;/a&gt; two &lt;a href=&quot;http://beranger.org/index.php?article=1037&quot; target=&quot;_new&quot;&gt;posts&lt;/a&gt; though. The quality of the SUSE Linux product is definitly downhill'ing since  the 9.3 release.   &lt;p&gt;Package management is really buggy and the way some desktopservices are forced upon users can be done better as well imho. Things like the ZENworks Desktop Agent, &lt;a title=&quot;Beagle Search Tool&quot; href=&quot;http://beaglewiki.org/Main_Page&quot; target=&quot;_blank&quot;&gt;Beagle&lt;/a&gt; intergration in Nautilus and the stability of some applications that are presented in the system as the main application for certain tasks (like banshee) don't improve my user experience in a positive way. &lt;/p&gt; &lt;p&gt;Anyway, just my frustrations at the moment ;)&lt;br /&gt;Haven't tried SLED10 yet. I just hope that it'll be a stable, representative, OS with a quality level like NLD9 had. But for now, I do have my doubts on certain aspects ... &lt;/p&gt; Other articles on SUSE 10.1 woes.:&lt;br /&gt;&lt;a href=&quot;http://linuxblogger.dyndns.org/weblog/index.php?/archives/192-guid.html#extended&quot;&gt;http://linuxblogger.dyndns.org/weblog/index.php?/archives/192-guid.html&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.desktoplinux.com/articles/AT3456783210.html&quot;&gt;http://www.desktoplinux.com/articles/AT3456783210.html&lt;/a&gt;
</content>
 </entry>
 
 <entry>
   <title>TwonkyMedia and Xbox360</title>
   <link href="http://www.xbsd.nl/2006/05/twonkymedia-and-xbox360.html"/>
   <updated>2006-05-26T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/05/twonkymedia-and-xbox360</id>
   <content type="html">Just installed &lt;a href=&quot;http://www.twonkyvision.de/UPnP/index.html&quot; target=&quot;_new&quot;&gt;TwonkyMedia&lt;/a&gt; to hookup my SUSE Linux desktop machine to my Xbox360 (I know, it's MS ... just couldn't wait for &lt;a href=&quot;http://blogger.xs4all.nl/mpepping/archive/2006/05/09/91895.aspx&quot; target=&quot;_new&quot;&gt;this one&lt;/a&gt;). It's a good alternative for a Windows MCE or XP based computer ... especially if you don't have one. Now just have to find a GPL/BSDL equiv. ;)

For those interrested, TwonkyMedia trails can be found &lt;a href=&quot;http://www.twonkyvision.de/UPnP/download-trial.html&quot;&gt;right here&lt;/a&gt;.
</content>
 </entry>
 
 <entry>
   <title>Graham Anderson: Securing Applications With AppArmor - SUSE 10.1</title>
   <link href="http://www.xbsd.nl/2006/05/graham-anderson-securing-applications-with-apparmor-suse-10-1.html"/>
   <updated>2006-05-25T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/05/graham-anderson-securing-applications-with-apparmor-suse-10-1</id>
   <content type="html">Good &lt;a href=&quot;http://susediary.blogspot.com/2006/05/securing-applications-with-apparmor.html&quot; target=&quot;_new&quot;&gt;article&lt;/a&gt; on the use of AppArmor in SUSE Linux 10.1. Ofcourse, the official SUSE &lt;a href=&quot;http://ftp.opensuse.org/pub/opensuse/distribution/SL-10.1/inst-source/docu/en/apparmor-admin-guide_en.pdf&quot; target=&quot;_new&quot;&gt;AppArmor Administration Guide&lt;/a&gt; is also great help on AppArmor.
</content>
 </entry>
 
 <entry>
   <title>OpenOffice 2.0 Calc and max. rows</title>
   <link href="http://www.xbsd.nl/2006/05/openoffice-2-0-calc-and-max-rows.html"/>
   <updated>2006-05-23T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/05/openoffice-2-0-calc-and-max-rows</id>
   <content type="html">&lt;div class=&quot;postbody&quot;&gt;&lt;p&gt;Hmmz ... I do beleive that 'some other' spreadsheet applications do not have a maximum row limitation of 65534 rows.&lt;/p&gt; &lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.xs4all.nl/%7Empepping/log/images/OpenOfficeCalc.png&quot; /&gt;&lt;/p&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>SUSE Linux 10.1 DVD iso</title>
   <link href="http://www.xbsd.nl/2006/05/suse-linux-10-1-dvd-iso.html"/>
   <updated>2006-05-19T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/05/suse-linux-10-1-dvd-iso</id>
   <content type="html">&lt;div class=&quot;postbody&quot;&gt;&lt;p&gt; &lt;a href=&quot;http://ftp.belnet.be/linux/opensuse/distribution/SL-10.1/non-oss-dvd-iso/SUSE-Linux-10.1-GM-DVD-i386.iso&quot; target=&quot;_new&quot;&gt;SUSE-Linux-10.1-GM-DVD-i386.iso&lt;/a&gt; ... ~3.5GiB in size. The DVD ISO is available since the 18th of May. This one contains Non-OSS packages!&lt;/p&gt; &lt;p&gt;md5 checksum: d3e88517b2f925c60e7286d79e0da82e&lt;/p&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Google Suggest</title>
   <link href="http://www.xbsd.nl/2006/05/google-suggest.html"/>
   <updated>2006-05-19T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/05/google-suggest</id>
   <content type="html">Google Suggest just does what it says, it suggest search keywords on the moment you start typing. &lt;p&gt;&lt;a href=&quot;http://www.google.com/webhp?complete=1&amp;hl=en&quot; target=&quot;_new&quot;&gt;http://www.google.com/webhp?complete=1&amp;amp;hl=en&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Novell Client 1.2 for Linux - Public Beta REFRESH</title>
   <link href="http://www.xbsd.nl/2006/05/novell-client-1-2-for-linux-public-beta-refresh.html"/>
   <updated>2006-05-18T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/05/novell-client-1-2-for-linux-public-beta-refresh</id>
   <content type="html">There's a new build of the &lt;a href=&quot;http://www.novell.com/beta/auth/beta.jsp?id=1585&amp;type=1&quot; target=&quot;_new&quot;&gt;Novell Client 1.2 for Linux beta&lt;/a&gt; online! This build has a whole lot of improvements ... including intergrated login support for bot KDE and GNOME. So if you're running an eDirectory Tree in your environment, grab the NCL_disk-SLED10-bld510.tar.gz from the above URL! ... Supported on both SUSE Linux 10.1 and SLED10.
</content>
 </entry>
 
 <entry>
   <title>Free Your Desktop</title>
   <link href="http://www.xbsd.nl/2006/05/free-your-desktop.html"/>
   <updated>2006-05-17T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2006/05/free-your-desktop</id>
   <content type="html">Promotional material from Novell's Free You Desktop campain consist of a &lt;a href=&quot;http://www.flickr.com/photos/martijnpepping/148340577/&quot; target=&quot;_new&quot;&gt;flyer&lt;/a&gt; containing a little N branded scraper to remove those nasty 'designed for Windows' stickers from PC hardware and four SUSE Linux Enterprise Desktop stickers to replace them with. Gotta love it.
</content>
 </entry>
 
 <entry>
   <title>GroupWise7!!</title>
   <link href="http://www.xbsd.nl/2005/05/groupwise7.html"/>
   <updated>2005-05-02T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2005/05/groupwise7</id>
   <content type="html">Finally, it's official now! the next major GroupWise release, GroupWise 7 (Sequoia) will be launched during the GroupWise EMEA Summit in the Netherlands. This event takes place at the 28th and 29th of June in the Hague (http://www.groupwiser.net/summit).&lt;br /&gt;&lt;br /&gt;Check this link for some screenshots and info:&lt;br /&gt;http://www.novell.com/products/groupwise/newrelease.html
</content>
 </entry>
 
 <entry>
   <title>SUSE Linux support for Apple iPod</title>
   <link href="http://www.xbsd.nl/2005/05/suse-linux-support-for-apple-ipod.html"/>
   <updated>2005-05-01T00:00:00+00:00</updated>
   <id>http://www.xbsd.nl/2005/05/suse-linux-support-for-apple-ipod</id>
   <content type="html">&lt;h2&gt;&lt;br /&gt;&lt;/h2&gt;&lt;h2&gt;  iPod and Linux &lt;/h2&gt; Now, officially Apple only suports it's &lt;a href=&quot;http://www.apple.com/ipod&quot; target=&quot;_new&quot;&gt;&lt;b&gt;iPod&lt;/b&gt;&lt;/a&gt; on Mac OS and Windows. iPod owners running Linux are forced to user third-party tools and applications to hookup their toys to the desktop. Articles in this category describe applications and tools to use your iPod with Linux. Check out the articles below.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.xs4all.nl/%7Empepping/log/images/ipods.png&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr noshade=&quot;noshade&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;iPod backup with Linux&lt;/span&gt;&lt;br /&gt;&lt;a href=&quot;http://www.joshgentry.com/ipod/ipod-backup.html&quot; target=&quot;_new&quot;&gt;Josh Gentry&lt;/a&gt; wrote a &lt;a href=&quot;http://www.joshgentry.com/ipod/ipod-backup.sh&quot; target=&quot;_new&quot;&gt;shell-script&lt;/a&gt; to backup iPod's with linux. Go get it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr noshade=&quot;noshade&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;iPod European volume restriction&lt;/span&gt;&lt;br /&gt;Out of the box European iPod have a maximum volume restriction set. &lt;a href=&quot;http://gopod.free-go.net/#&quot; target=&quot;_new&quot;&gt;goPod&lt;/a&gt; helps you to remove it in a clean way. Binaries are available for Windows, Mac OS &amp; Linux.&lt;br /&gt;&lt;br /&gt;&lt;hr noshade=&quot;noshade&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;iPod Sync applications for Linux&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;p&gt;Quick summary:&lt;/p&gt; &lt;p&gt; 1. &lt;b&gt;Banshee (&lt;a href=&quot;http://banshee-project.org/&quot; target=&quot;_new&quot;&gt;http://banshee-project.org/Main_Page&lt;/a&gt;)&lt;/b&gt;&lt;br /&gt;With Banshee you can easily import, manage, and play selections from your music collection. Banshee allows you to import CDs, sync your music collection to an iPod, play music directly from an iPod, create playlists with songs from your library, and create audio and MP3 CDs from subsets of your library. &lt;/p&gt;&lt;p&gt; 2. &lt;b&gt;gtkPOD (&lt;a href=&quot;http://www.gtkpod.org/about.html&quot; target=&quot;_new&quot;&gt;http://www.gtkpod.org/&lt;/a&gt;)&lt;/b&gt;&lt;br /&gt;gtkpod is a platform independent Graphical User Interface for Apple's iPod using GTK2. It supports the first to fifth Generation including the iPod mini, iPod Photo, iPod Shuffle, iPod nano, and iPod Video.&lt;/p&gt;&lt;p&gt; 3. &lt;b&gt;YamiPOD (&lt;a href=&quot;http://www.yamipod.com/&quot; target=&quot;_new&quot;&gt;http://www.yamipod.com/&lt;/a&gt;)&lt;/b&gt;&lt;br /&gt;YamiPod is a freeware application to efficiently manage your iPod under Mac OS X, Windows and Linux. It can be run directly from your iPod and needs no installation. Take a look at the feature list to find out what it can do and feel free to suggest anything that might be missing. &lt;/p&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;hr noshade=&quot;noshade&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;SUSE Linux support for Apple iPod&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;SUSE Linux's support for Apple iPod is probably the best a Linux distribution has ever seen. Attached iPod's automaticly get mounted on /media/ipod for raw disk access an synchronisation applications. &lt;p&gt;Running &lt;a href=&quot;http://www.gnome.org/&quot; target=&quot;_new&quot;&gt;GNOME&lt;/a&gt;, iPod's automaticly get a device-link on the Desktop. Even &lt;a href=&quot;http://banshee-project.org/&quot; target=&quot;_new&quot;&gt;Banshee&lt;/a&gt; starts instantly. After a quick first time iPod setup (iPod name, your name) the iPod is ready for use.&lt;/p&gt; &lt;p&gt;KDE users can facilitate on the built-in iPod support from konqueror. A 'ipod:/' in the addressbar opens konqueror iPod services like library access, statistics and playlists. &lt;a href=&quot;http://www.gtkpod.org/about.html&quot; target=&quot;_new&quot;&gt;gtkpod&lt;/a&gt; is a good application for managing yur iPod's music.&lt;/p&gt;gtkpod:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Read your existing iTunesDB (i.e. import the existing contents of your iPod including playcounts, ratings and on-the-go playlists).&lt;/li&gt;&lt;li&gt;Add MP3, WAV, M4A (non-protected AAC), M4B (audio book), podcasts, and various video files (single files, directories or existing playlists) to the iPod.&lt;/li&gt;&lt;li&gt;View, add and modify Cover Art.&lt;/li&gt;&lt;li&gt;Browse the contents of your local harddisk by album/artist/genre by adding all your songs to the 'local' database. From there the tracks can be dragged over to the iPod easily.&lt;/li&gt;&lt;li&gt;Create and modify playlists, including smart playlists.&lt;/li&gt;&lt;li&gt;You can choose the charset the ID3 tags are encoded in from within gtkpod. The default is the charset currently used by your locale setting.&lt;/li&gt;&lt;li&gt;Extract tag information (artist, album, title...) from the filename if you supply a template.&lt;/li&gt;&lt;li&gt;Detect duplicates when adding songs (optional).&lt;/li&gt;&lt;li&gt;Remove and export tracks from your iPod.&lt;/li&gt;&lt;li&gt;Modify ID3 tags -- changes are also updated in the original file (optional).&lt;/li&gt;&lt;li&gt;Refresh ID3 tags from file (if you have changed the tags in the original file).&lt;/li&gt;&lt;li&gt;Sync directories.&lt;/li&gt;&lt;li&gt;Normalize the volume of your tracks (uses mp3gain or the replay-gain tag)&lt;/li&gt;&lt;li&gt;     Write the updated iTunesDB and added songs to your iPod.&lt;/li&gt;&lt;li&gt;Work offline and synchronize your new playlists / songs with the iPod at a later time.&lt;/li&gt;&lt;li&gt;     Export your organizer/kaddressbook/thunderbird/evocalendar/evolution/webcalendar... data to the iPod.&lt;/li&gt;&lt;/ul&gt;
</content>
 </entry>
 
 
</feed>
