<?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>.bootstrap &#187; NetBSD</title>
	<atom:link href="http://mediakey.dk/~cc/tag/netbsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://mediakey.dk/~cc</link>
	<description>Crack and Hacking - Safe with most medications</description>
	<lastBuildDate>Fri, 10 Sep 2010 15:28:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Howto: Convert an OpenSSL key to a public/private OpenSSH key-pair</title>
		<link>http://mediakey.dk/~cc/howto-convert-an-openssl-key-to-a-publicprivate-openssh-key-pair/</link>
		<comments>http://mediakey.dk/~cc/howto-convert-an-openssl-key-to-a-publicprivate-openssh-key-pair/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 06:00:43 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[convert cer to crt]]></category>
		<category><![CDATA[convert cer to pfx]]></category>
		<category><![CDATA[convert crt to pfx]]></category>
		<category><![CDATA[convert pfx to cer]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Open Standards]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[openSSL]]></category>
		<category><![CDATA[Private]]></category>
		<category><![CDATA[private key]]></category>
		<category><![CDATA[Public Key]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=717</guid>
		<description><![CDATA[This howto demonstrates how to convert an OpenSSL key to a public/private OpenSSH key-pair. The motivation for converting this is simple &#8212; dual use. That is to say, any user or application that has been issued a certificate can now use their SSL-based credentials for both SSL- and SSH-based authentication. Requirements You&#8217;ll need a valid [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/ssl-verifying-that-a-certificate-matches-a-private-key/' rel='bookmark' title='Permanent Link: SSL: Verifying that a Certificate matches a Private Key'>SSL: Verifying that a Certificate matches a Private Key</a></li>
<li><a href='http://mediakey.dk/~cc/ssh-key-for-login-without-password/' rel='bookmark' title='Permanent Link: SSH Key for Login Without Password'>SSH Key for Login Without Password</a></li>
<li><a href='http://mediakey.dk/~cc/openssl-to-create-an-unencrypted-key-from-an-encrypted-one-remove-password/' rel='bookmark' title='Permanent Link: Openssl to create an unencrypted key from an encrypted one (Remove password)'>Openssl to create an unencrypted key from an encrypted one (Remove password)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/howto-convert-an-openssl-key-to-a-publicprivate-openssh-key-pair/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Mount a Remote Filesystem Using SSH and sshfs</title>
		<link>http://mediakey.dk/~cc/how-to-mount-a-remote-filesystem-using-ssh-and-sshfs/</link>
		<comments>http://mediakey.dk/~cc/how-to-mount-a-remote-filesystem-using-ssh-and-sshfs/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 19:51:22 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[*nix]]></category>
		<category><![CDATA[cc /media/mountpoint]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[freebsd mount ssh]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mount ssh windows]]></category>
		<category><![CDATA[mount sshfs]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[sshfs windows 7]]></category>
		<category><![CDATA[sshfs windows xp]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/how-to-mount-a-remote-filesystem-using-ssh-and-sshfs/</guid>
		<description><![CDATA[From time to time I work on remote servers and some times it would be very useful to be able to mount the remote file system on my local machine. Recently I found sshfs, which is a filesystem client based on the SSH File Transfer Protocol and since most *nix like servers; Linux, FreeBSD, NetBSD, [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/howto-resize-xen-loop-disk-image/' rel='bookmark' title='Permanent Link: Howto: Resize Xen Loop Disk Image'>Howto: Resize Xen Loop Disk Image</a></li>
<li><a href='http://mediakey.dk/~cc/installing-xen-on-debian-etch-40/' rel='bookmark' title='Permanent Link: Installing Xen on Debian Etch 4.0'>Installing Xen on Debian Etch 4.0</a></li>
<li><a href='http://mediakey.dk/~cc/xen-howto-install-windows/' rel='bookmark' title='Permanent Link: Xen Howto: Install Windows'>Xen Howto: Install Windows</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/how-to-mount-a-remote-filesystem-using-ssh-and-sshfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux versus Windows: OS impact on uptime and speed</title>
		<link>http://mediakey.dk/~cc/linux-versus-windows-os-impact-on-uptime-and-speed/</link>
		<comments>http://mediakey.dk/~cc/linux-versus-windows-os-impact-on-uptime-and-speed/#comments</comments>
		<pubDate>Sun, 06 May 2007 16:12:59 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[clear leader]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[Internet connection]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[Open Standards]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[uptime]]></category>
		<category><![CDATA[web servers]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/linux-versus-windows-os-impact-on-uptime-and-speed/</guid>
		<description><![CDATA[There are many factors which affect Website availability and performance from end user perspective, namely ISP Internet connection, server location, server parameters, programming language, application architecture and implementation. One of the critical parameters is a selected Operational System (OS). Most users often need to select between Linux (or an other Unix flavor) and Windows, two [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/windows-developers-begin-slow-defection-to-linux/' rel='bookmark' title='Permanent Link: Windows Developers Begin Slow Defection to Linux'>Windows Developers Begin Slow Defection to Linux</a></li>
<li><a href='http://mediakey.dk/~cc/linux-enterprise-use-in-denmark/' rel='bookmark' title='Permanent Link: Linux Enterprise use in Denmark'>Linux Enterprise use in Denmark</a></li>
<li><a href='http://mediakey.dk/~cc/tomcat-performance-linux-faster-than-windows/' rel='bookmark' title='Permanent Link: Tomcat Performance: Linux faster than Windows'>Tomcat Performance: Linux faster than Windows</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/linux-versus-windows-os-impact-on-uptime-and-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
