<?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>Parolski.com &#187; openbsd</title>
	<atom:link href="http://www.parolski.com/tag/openbsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parolski.com</link>
	<description>Faith, Solaris, and Chicken Korma, by Anton Parol</description>
	<lastBuildDate>Fri, 14 Oct 2011 11:16:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Playing mp3s on OpenBSD 4.3</title>
		<link>http://www.parolski.com/2008/09/06/playing-mp3s-on-openbsd-43/</link>
		<comments>http://www.parolski.com/2008/09/06/playing-mp3s-on-openbsd-43/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 22:50:44 +0000</pubDate>
		<dc:creator>Anton Parol</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[hexdump]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[openbsd]]></category>
		<category><![CDATA[openbsd 4.3]]></category>
		<category><![CDATA[xmms]]></category>
		<category><![CDATA[xmms-mad]]></category>

		<guid isPermaLink="false">http://www.parolski.com/?p=96</guid>
		<description><![CDATA[You can find XMMS in the ports collection, which is great. XMMS will even play you wav files out of the box. To get mp3s to play, you&#8217;ll need to do a little bit more work and also install: xmms-mad which you can find in /usr/ports/audio (presuming thats where you put your ports files) In [...]]]></description>
			<content:encoded><![CDATA[<p>You can find XMMS in the ports collection, which is great. XMMS will even play you wav files out of the box. To get mp3s to play, you&#8217;ll need to do a little bit more work and also install:<br />
<code><br />
xmms-mad</code></p>
<p>which you can find in <code>/usr/ports/audio</code> (presuming thats where you put your ports files)</p>
<p>In unix pretty much everything is a file (<a href="http://www.informit.com/articles/article.aspx?p=424451">some people don&#8217;t like this</a>), including audio devices. So if you fancy listening to some white noise, just <code>cat</code> a file to <code>/dev/sound</code> <img src='http://www.parolski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Its got to be said, the documentation from the bsd guys is very thorough. Its not good enough for them that they get your mp3s playing. <a href="http://www.openbsd.org/faq/faq13.html">They tell you</a> that wav and au files use little-endian byte ordering and signed linear quantization. You could figure this out by reading the header with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hexdump&amp;sektion=1">hexdump(1). </a>Reading the hex of your audio files, wow, thats a bit hardcore! Having said that, if you cared a little bit more and read up what that meant, you might be a better person. Or maybe a little more bitter&#8230;.or maybe neither. Who knows! <img src='http://www.parolski.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Either way, enjoy the audible goodness!<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hexdump&amp;sektion=1"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.parolski.com/2008/09/06/playing-mp3s-on-openbsd-43/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>why use openbsd?</title>
		<link>http://www.parolski.com/2008/05/06/why-use-openbsd/</link>
		<comments>http://www.parolski.com/2008/05/06/why-use-openbsd/#comments</comments>
		<pubDate>Tue, 06 May 2008 16:48:35 +0000</pubDate>
		<dc:creator>Anton Parol</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[openbsd]]></category>

		<guid isPermaLink="false">http://www.parolski.com/?p=50</guid>
		<description><![CDATA[First up, its cute. Thats right, the branding is so adorable, you just want a little puffy, like its was a Pokemon or something. No, but really, I do think the branding tells you something about the product; its lean and functional. Of course, you pick whichever product you feel solves the problem, but heres [...]]]></description>
			<content:encoded><![CDATA[<p>First up, its cute. Thats right, the branding is so adorable, you just want a little puffy, like its was a Pokemon or something. No, but really, I do think the branding tells you something about the product; its lean and functional. Of course, you pick whichever product you feel solves the problem, but heres my reasons for liking <a href="http://www.openbsd.org">openbsd</a>:</p>
<ol>
<li>The download is relatively small: about 207MB for the <a href="ftp://ftp.arcane-networks.fr/pub/OpenBSD/4.3/i386/install43.iso">iso image</a></li>
<li>It takes up little resources: 30MB once booted up (and 13 processes). Of course, you&#8217;ll be expecting to load the machine up with services, thats the whole point of a good OS, right? Unless you don&#8217;t actually intend on using it&#8230;</li>
<li><a href="http://openbsd.org/faq/faq15.html#Ports">Easy to use</a> ports system. You just download the<a href="ftp://ftp.arcane-networks.fr/pub/OpenBSD/4.3/ports.tar.gz"> ports.tar.gz</a> file for your version of openbsd, uncompress and then untar in the right directory (<code>/usr/ports</code>), then navigate to the directory of the software you want and type <code><br />
make &amp;&amp; make install</code><br />
Of course, this is only really needed for people who like to compile from source! Everyone else can just use the usual <a href="http://openbsd.org/faq/faq15.html#PkgMgmt">packages system</a></li>
<li>Easy network configuration. You can make a bridged connection with two commands:<code><br />
ifconfig bridge0 up<br />
brconfig bridge0 add xl0 add fxp0</code> (insert your own network cards here)</li>
<li>It ships with apache! Just type:<br />
<code>apachectl start</code> and your running! (the htdocs directory is <code>/var/www/htdocs</code> )</li>
<li>The documentation is fantastic. No really, it really is good, its always a pleasure to RTM on openbsd</li>
<li>After installing a window manager like fluxbox, it takes one command to get it working, provided you want to type <code>startx</code> each time you boot. Also bear in mind you&#8217;ll need to add <code>/usr/local/bin/fluxbox</code> to your users <code>.xinitrc</code> file , from a fresh install you&#8217;ll need to make this file.</li>
<li>It recognised my ancient 3COM pccard Ethernet adapter! I can just pull it out and openbsd doesn&#8217;t die, it just kills off the <code>dhclient</code> process that was using it!</li>
<li>You get stickers if you buy the CD set!!!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.parolski.com/2008/05/06/why-use-openbsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

