<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>We Live Online</title>
	<atom:link href="http://www.weliveonline.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weliveonline.net/blog</link>
	<description>a blog on living online and other tech stuff</description>
	<lastBuildDate>Thu, 16 Apr 2009 01:32:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>sending images from picasa with thunderbird</title>
		<link>http://www.weliveonline.net/blog/2008/05/08/sending-images-from-picasa-with-thunderbird/</link>
		<comments>http://www.weliveonline.net/blog/2008/05/08/sending-images-from-picasa-with-thunderbird/#comments</comments>
		<pubDate>Thu, 08 May 2008 21:24:47 +0000</pubDate>
		<dc:creator>moro</dc:creator>
		<category>debian</category><category>picasa</category>
		<guid isPermaLink="false">http://www.weliveonline.net/blog/2008/05/08/sending-images-from-picasa-with-thunderbird/</guid>
		<description><![CDATA[
Using thunderbird to sending images from picasa does not work per default. A little script is needed. 
1. Create this file
PLAIN TEXT
CODE:




/opt/picasa/bin/picasa-hook-email.sh 







2. paste this code into the file and store it
PLAIN TEXT
CODE:




#!/bin/bash


&#160;


# Thunderbird may fail on some systems because of Picasa's


$LD_LIBRARY_PATH


unset LD_LIBRARY_PATH



# Find the Thunderbird executable


THUNDERBIRD=$(which icedove 2&#62; /dev/null)


if [ -z &#34;$THUNDERBIRD&#34; ] ; [...]]]></description>
		<wfw:commentRss>http://www.weliveonline.net/blog/2008/05/08/sending-images-from-picasa-with-thunderbird/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>umlaute with X</title>
		<link>http://www.weliveonline.net/blog/2008/05/08/umlaute-with-x/</link>
		<comments>http://www.weliveonline.net/blog/2008/05/08/umlaute-with-x/#comments</comments>
		<pubDate>Thu, 08 May 2008 21:14:35 +0000</pubDate>
		<dc:creator>moro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
<category>debian</category><category>gnome</category><category>t61</category>
		<guid isPermaLink="false">http://www.weliveonline.net/blog/2008/05/08/umlaute-with-x/</guid>
		<description><![CDATA[To use german Umlaute (i.e. ä, ö, ü, and ß) with an american keyboard you have to patch Xmodmap.
Before you can edit the xmodmap, you need to identify the right code for each. This can be done with xev which prints contents of X events.
Run 
PLAIN TEXT
CODE:




xev 






to see a key code for a certain, [...]]]></description>
		<wfw:commentRss>http://www.weliveonline.net/blog/2008/05/08/umlaute-with-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to install multiple mediawiki instances</title>
		<link>http://www.weliveonline.net/blog/2008/03/13/script-to-install-multiple-mediawiki-instances/</link>
		<comments>http://www.weliveonline.net/blog/2008/03/13/script-to-install-multiple-mediawiki-instances/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 12:14:08 +0000</pubDate>
		<dc:creator>moro</dc:creator>
		<category>debian</category><category>linux</category><category>mediawiki</category><category>script</category>
		<guid isPermaLink="false">http://www.weliveonline.net/blog/2008/03/13/script-to-install-multiple-mediawiki-instances/</guid>
		<description><![CDATA[
Once the number of installations becomes greater than one, I have to face two problems: 

repeat the installation process
keep each installation up-to-date


As an adminstrator I try to avoid this situation whereever possible. Recently my degree of suffering under mediawiki installations was too high and I wrote a little script, which helps me a bit. For [...]]]></description>
		<wfw:commentRss>http://www.weliveonline.net/blog/2008/03/13/script-to-install-multiple-mediawiki-instances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect from Linux machine to VPN with proprietary Windows Client</title>
		<link>http://www.weliveonline.net/blog/2008/02/14/connect-from-linux-machine-to-vpn-with-proprietary-windows-client/</link>
		<comments>http://www.weliveonline.net/blog/2008/02/14/connect-from-linux-machine-to-vpn-with-proprietary-windows-client/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 11:28:59 +0000</pubDate>
		<dc:creator>moro</dc:creator>
		<category>debian</category><category>linux</category><category>ubuntu</category><category>virtual machine</category><category>vpn</category><category>windows</category>
		<guid isPermaLink="false">http://www.weliveonline.net/blog/2008/02/14/connect-from-linux-machine-to-vpn-with-proprietary-windows-client/</guid>
		<description><![CDATA[
Boy, that proprietary software stuff sucks. My company offers VPN into the company network. Which is nice if you want to work from home. What's not so nice: the client is windows only. It's a "Check Point VPN-1 SecureClient". Since Check Point stopped supporting linux there is no way to get into the network. But [...]]]></description>
		<wfw:commentRss>http://www.weliveonline.net/blog/2008/02/14/connect-from-linux-machine-to-vpn-with-proprietary-windows-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flip Rows and Columns in OpenOffice</title>
		<link>http://www.weliveonline.net/blog/2008/02/13/flip-rows-and-columns-in-openoffice/</link>
		<comments>http://www.weliveonline.net/blog/2008/02/13/flip-rows-and-columns-in-openoffice/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 21:10:57 +0000</pubDate>
		<dc:creator>moro</dc:creator>
		<category>openoffice</category>
		<guid isPermaLink="false">http://www.weliveonline.net/blog/2008/02/13/flip-rows-and-columns-in-openoffice/</guid>
		<description><![CDATA[
To swap rows and columns
1. select the rows and columns you want to flip
2. copy the selection
3. go to Edit -> Paste Special -> Options and check "Transpose"
4. click on OK
By the way, this also works with Excel.
Enjoy
openoffice]]></description>
		<wfw:commentRss>http://www.weliveonline.net/blog/2008/02/13/flip-rows-and-columns-in-openoffice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t allocate interface atlease</title>
		<link>http://www.weliveonline.net/blog/2008/02/01/cant-allocate-interface-atlease/</link>
		<comments>http://www.weliveonline.net/blog/2008/02/01/cant-allocate-interface-atlease/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 08:51:31 +0000</pubDate>
		<dc:creator>moro</dc:creator>
		<category>debian</category>
		<guid isPermaLink="false">http://www.weliveonline.net/blog/2008/02/01/cant-allocate-interface-atlease/</guid>
		<description><![CDATA[
After a recent update of my dhcp3 package I could not perform dhcp requests anymore and got the following error message

wifi0: unknown hardware address type 801
Can't allocate interface atlease {
  interface .
Failed to bring up ath0.


The problem was with changes due to the upgrade in the following file

/var/lib/dhcp3/dhclient.ath0.leases

It added this line which broke the [...]]]></description>
		<wfw:commentRss>http://www.weliveonline.net/blog/2008/02/01/cant-allocate-interface-atlease/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenOffice: Change language of existing document</title>
		<link>http://www.weliveonline.net/blog/2008/01/27/openoffice-change-language-of-existing-document/</link>
		<comments>http://www.weliveonline.net/blog/2008/01/27/openoffice-change-language-of-existing-document/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 10:26:35 +0000</pubDate>
		<dc:creator>moro</dc:creator>
		
		<guid isPermaLink="false">http://www.weliveonline.net/blog/2008/01/27/openoffice-change-language-of-existing-document/</guid>
		<description><![CDATA[1. Select the entire document content.

ctrl+a

2. Change the language of the selection.

Format -> Character -> Language

This should allow you to do the spellcheck in the language of your choice.
No Tags]]></description>
		<wfw:commentRss>http://www.weliveonline.net/blog/2008/01/27/openoffice-change-language-of-existing-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add new language to debian system</title>
		<link>http://www.weliveonline.net/blog/2008/01/23/add-new-language-to-debian-system/</link>
		<comments>http://www.weliveonline.net/blog/2008/01/23/add-new-language-to-debian-system/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 20:56:23 +0000</pubDate>
		<dc:creator>moro</dc:creator>
		<category>debian</category><category>localization</category><category>ubuntu</category>
		<guid isPermaLink="false">http://www.weliveonline.net/blog/2008/01/23/add-new-language-to-debian-system/</guid>
		<description><![CDATA[
1. add the language code line to /etc/locales.gen

	en_US.UTF-8 UTF-8
	de_DE.UTF-8 UTF-8

2. call

       dpkg-reconfigure locales

You may need to restart your window manager for the new languages to take effect.
Each user can pick his language for its window manager of choice from the installed languages during the login.
debian, localization, ubuntu]]></description>
		<wfw:commentRss>http://www.weliveonline.net/blog/2008/01/23/add-new-language-to-debian-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latex for Debian</title>
		<link>http://www.weliveonline.net/blog/2008/01/23/latex-for-debian/</link>
		<comments>http://www.weliveonline.net/blog/2008/01/23/latex-for-debian/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 20:53:23 +0000</pubDate>
		<dc:creator>moro</dc:creator>
		
		<guid isPermaLink="false">http://www.weliveonline.net/blog/2008/01/23/latex-for-debian/</guid>
		<description><![CDATA[New to debian and looking for Latex? Run

apt-get install texlive

Let package speak for itself.


TeX Live: A decent selection of the TeX Live packages
 The TeX Live software distribution offers a complete TeX system.
 It encompasses programs for typesetting, previewing and printing
 of TeX documents in many different languages, and a large collection
 of TeX macros [...]]]></description>
		<wfw:commentRss>http://www.weliveonline.net/blog/2008/01/23/latex-for-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make OpenOffice installation look pretty</title>
		<link>http://www.weliveonline.net/blog/2008/01/22/make-openoffice-installation-look-pretty/</link>
		<comments>http://www.weliveonline.net/blog/2008/01/22/make-openoffice-installation-look-pretty/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 20:52:31 +0000</pubDate>
		<dc:creator>moro</dc:creator>
		<category>debian</category><category>openoffice</category>
		<guid isPermaLink="false">http://www.weliveonline.net/blog/2008/01/22/make-openoffice-installation-look-pretty/</guid>
		<description><![CDATA[
I installed OpenOffice on my debian+gnome system but it looked so ugly. The trick is to install the tango-theme for oo

apt-get install openoffice.org-gnome tango-icon-theme

debian, openoffice]]></description>
		<wfw:commentRss>http://www.weliveonline.net/blog/2008/01/22/make-openoffice-installation-look-pretty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
