<?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>Pario TechnoBlob</title>
	<atom:link href="http://pario.no/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Fri, 12 Feb 2010 00:24:32 +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>Logon to Norsk Tipping using Ubuntu 9.10</title>
		<link>http://pario.no/2010/02/12/logon-to-norsk-tipping-using-ubuntu-9-10/</link>
		<comments>http://pario.no/2010/02/12/logon-to-norsk-tipping-using-ubuntu-9-10/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 00:19:02 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[norsk tipping]]></category>
		<category><![CDATA[sun java]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1308</guid>
		<description><![CDATA[This post is a short howto how I managed to use my Ubuntu 9.10 (Karmic Koala) to log on to the web pages of Norsk Tipping using a USB CardMan 3121 buypass card reader and Firefox web browser.
First of all you need to install Java to login to Norsk Tipping webpages.

# aptitude install sun-java6-jre sun-java6-plugin
I [...]]]></description>
			<content:encoded><![CDATA[<p>This post is a short howto how I managed to use my Ubuntu 9.10 (Karmic Koala) to log on to the web pages of Norsk Tipping using a USB CardMan 3121 buypass card reader and Firefox web browser.</p>
<p>First of all you need to install Java to login to Norsk Tipping webpages.</p>
<pre>
# aptitude install sun-java6-jre sun-java6-plugin</pre>
<p>I got the following error message while trying to login &#8220;Feilreferanse 31503&#8243;.<br />
Installing the following packages solved the problem and I am now able to use the webpages to Norsk Tipping just like I do in Windows.</p>
<pre>
# aptitude install libccid libpcsclite-dev pcscd libpcsclite-dev</pre>
 Tips: Det er best å spise ostepop med teskje fordi da blir du ikke grisat på fingran.]]></content:encoded>
			<wfw:commentRss>http://pario.no/2010/02/12/logon-to-norsk-tipping-using-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change ethernet settings using ethtool</title>
		<link>http://pario.no/2010/01/19/change-ethernet-settings-using-ethtool/</link>
		<comments>http://pario.no/2010/01/19/change-ethernet-settings-using-ethtool/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:14:47 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ethtool]]></category>
		<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1283</guid>
		<description><![CDATA[Force network speed on a network card to 100 MBit Full Duplex and in the same time disable auto negotiation
# ethtool -s eth0 speed 100 duplex full autoneg off
These settings are active until you reboot the machine or restart the network.
In order to keep this change on each system reboot, append the following line in [...]]]></description>
			<content:encoded><![CDATA[<p>Force network speed on a network card to 100 MBit Full Duplex and in the same time disable auto negotiation</p>
<pre># ethtool -s eth0 speed 100 duplex full autoneg off</pre>
<p>These settings are active until you reboot the machine or restart the network.</p>
<p>In order to keep this change on each system reboot, append the following line in the following Redhat file <strong>/etc/sysconfig/network-scripts/ifcfg-eth0</strong></p>
<pre>ETHTOOL_OPTS="speed 100 duplex full autoneg off"</pre>
<p>An alternative tool to use to change the settings is <strong>mii-tool</strong>.</p>
 Tips: Det er best å spise ostepop med teskje fordi da blir du ikke grisat på fingran.]]></content:encoded>
			<wfw:commentRss>http://pario.no/2010/01/19/change-ethernet-settings-using-ethtool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a temporary &#8220;Site Down&#8221; notice in Apache</title>
		<link>http://pario.no/2009/11/17/create-a-temporary-site-down-notice-in-apache/</link>
		<comments>http://pario.no/2009/11/17/create-a-temporary-site-down-notice-in-apache/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 18:37:18 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1265</guid>
		<description><![CDATA[This post describes how to make a &#8220;Site down for maintenance&#8221; notice using Apache .htaccess and the mod_rewrite module.
I assume you know how to enable the Apache htaccess directive and the mod_rewrite module.
First you need to create a .htaccess file in your root level of your website.
Next you add the following lines to it

Options +FollowSymlinks
RewriteEngine [...]]]></description>
			<content:encoded><![CDATA[<p>This post describes how to make a &#8220;Site down for maintenance&#8221; notice using Apache <strong>.htaccess</strong> and the mod_rewrite module.<br />
I assume you know how to enable the Apache htaccess directive and the mod_rewrite module.</p>
<p>First you need to create a <strong>.htaccess</strong> file in your root level of your website.<br />
Next you add the following lines to it</p>
<pre>
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !/sitedown.html$
RewriteRule $ /sitedown.html [R=302,L] </pre>
<p>The .htaccess file should be &#8220;active&#8221; immediately and you should see the content of your sitedown.html file. If not, try clearing your browsers cache.</p>
<p>If you as a maintenance user would like to access the site without seeing the sitedown.html file, add the following line to enable IP address exception</p>
<pre>
RewriteCond %{REMOTE_HOST} !^192\.168\.0\.12
 </pre>
<p>Remember to replace the IP address with your address.</p>
<p>The <strong>.htaccess</strong> file should now look something like this.</p>
<pre>
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !/sitedown.html$
RewriteCond %{REMOTE_HOST} !^192\.168\.0\.12
RewriteRule $ /sitedown.html [R=302,L] </pre>
<p>Just delete the <strong>.htaccess</strong> file when you are done with your maintenance and your site will be available again.</p>
 Tips: Det er best å spise ostepop med teskje fordi da blir du ikke grisat på fingran.]]></content:encoded>
			<wfw:commentRss>http://pario.no/2009/11/17/create-a-temporary-site-down-notice-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zimbra distribution list commands</title>
		<link>http://pario.no/2009/11/17/zimbra-distribution-list-commands/</link>
		<comments>http://pario.no/2009/11/17/zimbra-distribution-list-commands/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 15:02:50 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[zmprov]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1262</guid>
		<description><![CDATA[This is just a short post describing Zimbra distribution list (mailinglist) commands.
These commands should be run as the zimbra user

# su - zimbra
List all distribution lists

# zmprov gadl
Print only members addresses of a distribution list

# zmprov gdl mailinglist@example.com &#124; grep zimbraMailForwardingAddress: &#124; awk {'print $2'}
Show if a list is member of another distribution list(s)

# zmprov [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a short post describing Zimbra distribution list (mailinglist) commands.</p>
<p>These commands should be run as the zimbra user</p>
<pre>
# su - zimbra</pre>
<p><strong>List all distribution lists</strong></p>
<pre>
# zmprov gadl</pre>
<p><strong>Print only members addresses of a distribution list</strong></p>
<pre>
# zmprov gdl mailinglist@example.com | grep zimbraMailForwardingAddress: | awk {'print $2'}</pre>
<p><strong>Show if a list is member of another distribution list(s)</strong></p>
<pre>
# zmprov gdlm mailinglist@example.com</pre>
 Tips: Det er best å spise ostepop med teskje fordi da blir du ikke grisat på fingran.]]></content:encoded>
			<wfw:commentRss>http://pario.no/2009/11/17/zimbra-distribution-list-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto backup mysql stored functions and stored procedures</title>
		<link>http://pario.no/2009/11/02/howto-backup-mysql-stored-functions-and-stored-procedures/</link>
		<comments>http://pario.no/2009/11/02/howto-backup-mysql-stored-functions-and-stored-procedures/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 21:28:10 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[stored functions]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1257</guid>
		<description><![CDATA[This is how you can backup you MySQL database(s) and stored procedures

# mysqldump --routines &#60;dbname&#62;
Or you can backup only the stored procedures

# mysqldump --no-create-db --no-create-info --no-data --routines &#60;dbname&#62;
 Tips: Det er best å spise ostepop med teskje fordi da blir du ikke grisat på fingran.]]></description>
			<content:encoded><![CDATA[<p>This is how you can backup you MySQL database(s) and stored procedures</p>
<pre>
# mysqldump --routines &lt;dbname&gt;</pre>
<p>Or you can backup only the stored procedures</p>
<pre>
# mysqldump --no-create-db --no-create-info --no-data --routines &lt;dbname&gt;</pre>
 Tips: Det er best å spise ostepop med teskje fordi da blir du ikke grisat på fingran.]]></content:encoded>
			<wfw:commentRss>http://pario.no/2009/11/02/howto-backup-mysql-stored-functions-and-stored-procedures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
