<?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>Dazed &#38; Confused &#187; OS tricks</title>
	<atom:link href="http://blog.f12.no/wp/category/tech/os-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.f12.no/wp</link>
	<description>Agile and Programming</description>
	<lastBuildDate>Tue, 02 Aug 2011 11:05:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The backups you never make</title>
		<link>http://blog.f12.no/wp/2007/01/18/the-backups-you-never-take/</link>
		<comments>http://blog.f12.no/wp/2007/01/18/the-backups-you-never-take/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 06:23:08 +0000</pubDate>
		<dc:creator>Anders</dc:creator>
				<category><![CDATA[OS tricks]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.f12.no/wp/2007/01/18/the-backups-you-never-take</guid>
		<description><![CDATA[So my harddrive for my home-server crashed. Seems like it short-circuited or something. Any tips for restoring would be appreciated.   I had devised some sort og backup mechanism, that obviously didn&#8217;t work. Lost about a years worth of posts.  
Have signed up to Dreamhost now which offers 200GB diskspace on the cheapest [...]]]></description>
			<content:encoded><![CDATA[<p>So my harddrive for my home-server crashed. Seems like it short-circuited or something. Any tips for restoring would be appreciated. <img src='http://blog.f12.no/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I had devised some sort og backup mechanism, that obviously didn&#8217;t work. Lost about a years worth of posts. <img src='http://blog.f12.no/wp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Have signed up to <a href="http://www.dreamhost.com/r.cgi?264536">Dreamhost</a> now which offers 200GB diskspace on the cheapest plans. Finnally we are seeing hostingplans that are viable for my hosting. My first impression of their controlpanels etc. are really good too. Some minor glitches, but seems like a well thought through product.</p>
<p><strong>UPDATE: </strong>Think I retrieved most my content from some caches. It&#8217;ll be a fair bit of job to put it back into wordpress, but at least it&#8217;s not lost. <img src='http://blog.f12.no/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.f12.no/wp/2007/01/18/the-backups-you-never-take/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleanup directory</title>
		<link>http://blog.f12.no/wp/2006/12/18/cleanup-directory/</link>
		<comments>http://blog.f12.no/wp/2006/12/18/cleanup-directory/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 16:52:39 +0000</pubDate>
		<dc:creator>Anders</dc:creator>
				<category><![CDATA[OS tricks]]></category>

		<guid isPermaLink="false">http://blog.f12.no/wp/2006/12/18/cleanup-directory</guid>
		<description><![CDATA[So we started running Maven snapshots at a fairly regular basis to enable automatic running of Watir tests. This fills up the disk really fast so I had to do some research to fine a linux command that would delete all but the newest snapshot from multiple projects:
find /var/www/maven2-snapshots -type d -path '*SNAPSHOT' &#124; xargs [...]]]></description>
			<content:encoded><![CDATA[<p>So we started running <a href="http://maven.apache.org/">Maven</a> snapshots at a fairly regular basis to enable automatic running of <a href="http://wtr.rubyforge.org/">Watir</a> tests. This fills up the disk really fast so I had to do some research to fine a linux command that would delete all but the newest snapshot from multiple projects:</p>
<p><code>find /var/www/maven2-snapshots -type d -path '*SNAPSHOT' | xargs -i bash -c "find {} -type f -not -path '*maven-metadata*' | grep projectname | sort -r | awk 'NR>6'"</code></p>
<p>The above command will keep everything that is called maven-metadata something and the 6 latest files in the directory (Maven generates 6 files for each snapshot).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.f12.no/wp/2006/12/18/cleanup-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java on Debian</title>
		<link>http://blog.f12.no/wp/2006/08/02/java-on-debian/</link>
		<comments>http://blog.f12.no/wp/2006/08/02/java-on-debian/#comments</comments>
		<pubDate>Wed, 02 Aug 2006 08:24:23 +0000</pubDate>
		<dc:creator>Anders</dc:creator>
				<category><![CDATA[OS tricks]]></category>

		<guid isPermaLink="false">http://blog.f12.no/wp/2006/08/02/java-on-debian</guid>
		<description><![CDATA[I need this tutorial next time.  
]]></description>
			<content:encoded><![CDATA[<p>I need <a href="http://www.debianhelp.co.uk/debianjava.htm">this</a> tutorial next time. <img src='http://blog.f12.no/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.f12.no/wp/2006/08/02/java-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle XE on Linux</title>
		<link>http://blog.f12.no/wp/2006/06/22/oracle-xe-on-linux/</link>
		<comments>http://blog.f12.no/wp/2006/06/22/oracle-xe-on-linux/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 06:55:11 +0000</pubDate>
		<dc:creator>Anders</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[OS tricks]]></category>

		<guid isPermaLink="false">http://blog.f12.no/wp/2006/06/22/oracle-xe-on-linux</guid>
		<description><![CDATA[I&#8217;m not a big fan of Oracle. I&#8217;ve had my fair share of problems with their products, but I&#8217;ve mentioned before that I think they&#8217;re on the  right track. As one example you now got deb packages for Oracle Express Edition. Check out a tutorial here.
Update: Another blog that also includes some details about [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a big fan of Oracle. I&#8217;ve had my fair share of problems with their products, but I&#8217;ve mentioned before that I think they&#8217;re on the  right track. As one example you now got deb packages for Oracle Express Edition. Check out a tutorial <a href="http://www.oracle.com/technology/tech/linux/install/xe-on-kubuntu.html">here</a>.</p>
<p><strong>Update:</strong> Another blog that also includes some details about environment and user creation <a href="http://www.davidpashley.com/articles/oracle-install.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.f12.no/wp/2006/06/22/oracle-xe-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The final steps of installing D-Link DWL-G520+ on Fedora Core 5</title>
		<link>http://blog.f12.no/wp/2006/06/14/the-final-steps-of-installing-d-link-dwl-g520-on-fedora-core-5/</link>
		<comments>http://blog.f12.no/wp/2006/06/14/the-final-steps-of-installing-d-link-dwl-g520-on-fedora-core-5/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 19:58:59 +0000</pubDate>
		<dc:creator>Øyvind</dc:creator>
				<category><![CDATA[OS tricks]]></category>

		<guid isPermaLink="false">http://blog.f12.no/wp/2006/06/14/the-final-steps-of-installing-d-link-dwl-g520-on-fedora-core-5</guid>
		<description><![CDATA[This is how I installed my D-Link DWL-G520+ wlan card  on Fedora Core 5 (FC5). This card has Texas Instruments chipset and needs the acx111 driver.

Follow the instructions found  at the acx100.sourceforge.net homepage.
Add &#8220;alias wlan0 acx&#8221; at the botom of the file /etc/modprobe.conf
Check that &#8220;chkconfig --list NetworkManager&#8221; says &#8220;  n&#8221; under runlevel [...]]]></description>
			<content:encoded><![CDATA[<p>This is how I installed my D-Link DWL-G520+ wlan card  on Fedora Core 5 (FC5). This card has Texas Instruments chipset and needs the acx111 driver.</p>
<ol>
<li>Follow the instructions found  at the <a href="http://acx100.sourceforge.net/">acx100.sourceforge.net</a> homepage.</li>
<li>Add &#8220;<code>alias wlan0 acx</code>&#8221; at the botom of the file <code>/etc/modprobe.conf</code></li>
<li>Check that &#8220;<code>chkconfig --list NetworkManager</code>&#8221; says &#8220;<code> <img src='http://blog.f12.no/wp/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> n</code>&#8221; under runlevel 3 and 5<br />
If not execute &#8220;<code>chkconfig --level 35 NetworkManager on</code>&#8221; and check again.</li>
<li>Run &#8220;<code>depmod -a</code>&#8220;</li>
<li>Restart the computer. (I do not think have to do this, but you&#8217;ll never know.)</li>
<li>You should now be able to see your wlan card in the GUI-based Network Configuration tool found under System-&gt;Administration-&gt;Network (in KDE.. Will swich to Gnome soon).</li>
</ol>
<p>This is what did the trick for me and I think i have remembered everything.  I used kernel 2.6.15-1.2054_FC5-i686 and driver version acx-20060521. Well, no that I am onlie i should upgrade my system and do it all over again with the newest kernel ang gnome.. I&#8217;ll update this post if I find any major differences.</p>
<p>Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.f12.no/wp/2006/06/14/the-final-steps-of-installing-d-link-dwl-g520-on-fedora-core-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS Galore</title>
		<link>http://blog.f12.no/wp/2006/01/10/os-galore/</link>
		<comments>http://blog.f12.no/wp/2006/01/10/os-galore/#comments</comments>
		<pubDate>Tue, 10 Jan 2006 22:08:52 +0000</pubDate>
		<dc:creator>Anders</dc:creator>
				<category><![CDATA[OS tricks]]></category>

		<guid isPermaLink="false">http://blog.f12.no/wp/2006/01/10/os-galore</guid>
		<description><![CDATA[I knew this, but got reminded when I stumbled over this page at VMWare. They have released their VMWare player for free, and there are a bunch of Linux images available here. Downloading my trusty old Debian as well as Ubuntu and Fedora right now. Thought I&#8217;d just check out how they were coming along. [...]]]></description>
			<content:encoded><![CDATA[<p>I knew this, but got reminded when I stumbled over <a target="_blank" href="http://www.vmware.com/vmtn/vm/">this page</a> at VMWare. They have released their <a target="_blank" href="http://www.vmware.com/products/player/">VMWare player</a> for free, and there are a bunch of Linux images available <a target="_blank" href="http://www.vmware.com/vmtn/vm/community.html">here</a>. Downloading my trusty old Debian as well as Ubuntu and Fedora right now. Thought I&#8217;d just check out how they were coming along. As if I didn&#8217;t have enough other stuff to do. <img src='http://blog.f12.no/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Oh yeah, and this <a target="_blank" href="http://www.vmware.com/vmtn/vm/bea.html">BEA WebLogic image</a> should probably be a good kickstart for development with BEA.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.f12.no/wp/2006/01/10/os-galore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD 5.3 to FreeBSD 5.4 binary upgrade</title>
		<link>http://blog.f12.no/wp/2005/07/14/freebsd-53-to-freebsd-54-binary-upgrade/</link>
		<comments>http://blog.f12.no/wp/2005/07/14/freebsd-53-to-freebsd-54-binary-upgrade/#comments</comments>
		<pubDate>Thu, 14 Jul 2005 14:39:04 +0000</pubDate>
		<dc:creator>Øyvind</dc:creator>
				<category><![CDATA[OS tricks]]></category>

		<guid isPermaLink="false">http://blog.f12.no/wp/2005/07/14/freebsd-53-to-freebsd-54-binary-upgrade</guid>
		<description><![CDATA[This page explains how to do a binary upgrade from FreeBSD 5.3 to 5.4 using freebsd-update.
Looks easy and i will give it a try..
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.daemonology.net/freebsd-upgrade-5.3-to-5.4/">This page</a> explains how to do a binary upgrade from FreeBSD 5.3 to 5.4 using freebsd-update.</p>
<p>Looks easy and i will give it a try..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.f12.no/wp/2005/07/14/freebsd-53-to-freebsd-54-binary-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD links collection</title>
		<link>http://blog.f12.no/wp/2005/06/27/freebsd-links-collection/</link>
		<comments>http://blog.f12.no/wp/2005/06/27/freebsd-links-collection/#comments</comments>
		<pubDate>Mon, 27 Jun 2005 10:03:03 +0000</pubDate>
		<dc:creator>Øyvind</dc:creator>
				<category><![CDATA[OS tricks]]></category>

		<guid isPermaLink="false">http://blog.f12.no/wp/?p=441</guid>
		<description><![CDATA[Here are some of my most frequently used links regarding FreeBSD. They will help you out with most of the basic questions (and some advanced too).
BSD News &#8211; A site providing news on the BSD projects.
bsdguides.org &#8211; Guides for FreeBSD, OpenBSD, NetBSD, and Mac OS X
defcon1.org &#8211; Guides to FreeBSD
]]></description>
			<content:encoded><![CDATA[<p>Here are some of my most frequently used links regarding FreeBSD. They will help you out with most of the basic questions (and some advanced too).</p>
<p><a href="http://bsdnews.com/">BSD News</a> &#8211; A site providing news on the BSD projects.<br />
<a href="http://www.bsdguides.org/">bsdguides.org</a> &#8211; Guides for FreeBSD, OpenBSD, NetBSD, and Mac OS X<br />
<a href="http://www.defcon1.org/">defcon1.org</a> &#8211; Guides to FreeBSD</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.f12.no/wp/2005/06/27/freebsd-links-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache &#8211; &#8220;Client denied by server configuration&#8221; tips</title>
		<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/</link>
		<comments>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/#comments</comments>
		<pubDate>Wed, 01 Jun 2005 22:53:46 +0000</pubDate>
		<dc:creator>Øyvind</dc:creator>
				<category><![CDATA[OS tricks]]></category>

		<guid isPermaLink="false">http://blog.f12.no/wp/?p=431</guid>
		<description><![CDATA[Having problems with displaying your site and getting error 403 in your web-browser?
does the log-file for apache errors contain lines like tis?
&#8220;client denied by server configuration: /path/to/files&#8221;
Then you probably have denied access to the directory in the httpd.conf file.
Allow access by adding:
&#60;directory /path/to/files&#62;
allow from all
&#60;/directory&#62;
If your are using VirtualHosts then add the directory-block inside the [...]]]></description>
			<content:encoded><![CDATA[<p>Having problems with displaying your site and getting error 403 in your web-browser?</p>
<p>does the log-file for apache errors contain lines like tis?<br />
&#8220;client denied by server configuration: /path/to/files&#8221;</p>
<p>Then you probably have denied access to the directory in the httpd.conf file.</p>
<p>Allow access by adding:<br />
&lt;directory /path/to/files&gt;<br />
allow from all<br />
&lt;/directory&gt;</p>
<p>If your are using VirtualHosts then add the directory-block inside the &lt;virtualhost&gt; block.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>FreeBSD thread started!</title>
		<link>http://blog.f12.no/wp/2005/06/01/freebsd-thread-started/</link>
		<comments>http://blog.f12.no/wp/2005/06/01/freebsd-thread-started/#comments</comments>
		<pubDate>Wed, 01 Jun 2005 22:25:53 +0000</pubDate>
		<dc:creator>Øyvind</dc:creator>
				<category><![CDATA[OS tricks]]></category>

		<guid isPermaLink="false">http://blog.f12.no/wp/?p=430</guid>
		<description><![CDATA[I've started this FreeBSD thread to be able to share some of the tips and trix that I'll come across in the future.]]></description>
			<content:encoded><![CDATA[<p>Hi folks!<br />
I&#8217;ve just installed FreeBSD for the first time and plan to share the findigs that I do here on on this page.</p>
<p>I&#8217;m a rookie at the time being, but hope to advance into an expert as time passes. Well, atleast intermediate;)</p>
<p><strong>Serverspec:</strong><br />
Pentium III 800MHz<br />
256MB RAM<br />
1 x 17GB SCSI<br />
2 x 80GB IDE</p>
<p>Nothing much, but it does the trick</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.f12.no/wp/2005/06/01/freebsd-thread-started/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

