<?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>Mike Palmer</title>
	<atom:link href="http://www.mikepalmer.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikepalmer.net</link>
	<description>Practically no good reason for a website</description>
	<lastBuildDate>Wed, 11 Jan 2012 00:19:35 +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>IPython 0.12 packages for Debian 6.0 Squeeze</title>
		<link>http://www.mikepalmer.net/ipython-0-12-packages-for-debian-6-0-squeeze/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ipython-0-12-packages-for-debian-6-0-squeeze</link>
		<comments>http://www.mikepalmer.net/ipython-0-12-packages-for-debian-6-0-squeeze/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 11:29:29 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ipython]]></category>
		<category><![CDATA[pyzmq]]></category>
		<category><![CDATA[Squeeze]]></category>
		<category><![CDATA[zeromq]]></category>

		<guid isPermaLink="false">http://www.mikepalmer.net/?p=286</guid>
		<description><![CDATA[The other day a coworker pointed out some cool new features that we didn&#8217;t have available to us with IPython 0.10 from the stable repository. The only problem was debian&#8217;s maintainer hasn&#8217;t updated the sources since 0.11 for us to backport some of those features very easily. Since we spend a good chunk of time [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mikepalmer.net/wp-content/uploads/2012/01/IPy_header.png"><img src="http://www.mikepalmer.net/wp-content/uploads/2012/01/IPy_header.png" alt="IPython" title="IPython" width="520" height="67" class="aligncenter size-full wp-image-326" /></a><br />
The other day a coworker pointed out some cool new features that we didn&#8217;t have available to us with IPython 0.10 from the stable repository. The only problem was debian&#8217;s maintainer hasn&#8217;t updated the sources since 0.11 for us to backport some of those features very easily. Since we spend a good chunk of time using IPython at <a href="http://www.orvant.com">orvant</a> we decided to go ahead and update the sources ourselves. But we figured other python people using debian stable might be tempted by those features as well. So what better to do than pass it on? Anyways, here is what you&#8217;ll need.</p>
<p><strong>Debian 6.0 (Squeeze)</strong></p>
<ul>
<li><a href="http://download.orvant.com/apt/debian/squeeze/all/ipython_0.12-1_all.deb">ipython_0.12-1_all.deb</a></li>
<li><a href="http://download.orvant.com/apt/debian/squeeze/all/ipython-doc_0.12-1_all.deb">ipython-doc_0.12-1_all.deb</a></li>
<li><a href="http://download.orvant.com/apt/debian/squeeze/all/ipython-parallel_0.12-1_all.deb">ipython-parallel_0.12-1_all.deb</a></li>
<li><a href="http://download.orvant.com/apt/debian/squeeze/all/ipython-qtconsole_0.12-1_all.deb">ipython-qtconsole_0.12-1_all.deb</a></li>
</ul>
<p><strong>Source Package</strong></p>
<ul>
<li><a href="http://download.orvant.com/apt/debian/squeeze/source/ipython_0.12.orig.tar.gz">ipython_0.12.orig.tar.gz</a></li>
<li><a href="http://download.orvant.com/apt/debian/squeeze/source/ipython_0.12-1.debian.tar.gz">ipython_0.12-1.debian.tar.gz</a></li>
<li><a href="http://download.orvant.com/apt/debian/squeeze/source/ipython_0.12-1.dsc">ipython_0.12-1.dsc</a></li>
</ul>
<p>You will also need to configure backports since ipython-parallel and ipython-qtconsole depend on zeromq.<br />
<a href="http://backports.debian.org/">http://backports.debian.org/</a></p>
<p>After you have configured backports you&#8217;ll need to install python-zmq which isn&#8217;t available in that repository. I have backported that too after a little cython/pyrex fun:</p>
<p><strong>Debian 6.0 (Squeeze) AMD64</strong></p>
<ul>
<li><a href="http://download.orvant.com/apt/debian/squeeze/amd64/python-zmq_2.1.10-2_amd64.deb">python-zmq_2.1.10-2_amd64.deb</a></li>
<li><a href="http://download.orvant.com/apt/debian/squeeze/amd64/python-zmq-dbg_2.1.10-2_amd64.deb">python-zmq-dbg_2.1.10-2_amd64.deb</a></li>
<li><a href="http://download.orvant.com/apt/debian/squeeze/amd64/python3-zmq_2.1.10-2_amd64.deb">python3-zmq_2.1.10-2_amd64.deb</a></li>
<li><a href="http://download.orvant.com/apt/debian/squeeze/amd64/python3-zmq-dbg_2.1.10-2_amd64.deb">python3-zmq-dbg_2.1.10-2_amd64.deb</a></li>
</ul>
<p><strong>Debian 6.0 (Squeeze) i386</strong></p>
<ul>
<li><a href="http://download.orvant.com/apt/debian/squeeze/i386/python-zmq_2.1.10-2_i386.deb">python-zmq_2.1.10-2_i386.deb</a></li>
<li><a href="http://download.orvant.com/apt/debian/squeeze/i386/python-zmq-dbg_2.1.10-2_i386.deb">python-zmq-dbg_2.1.10-2_i386.deb</a></li>
<li><a href="http://download.orvant.com/apt/debian/squeeze/i386/python3-zmq_2.1.10-2_i386.deb">python3-zmq_2.1.10-2_i386.deb</a></li>
<li><a href="http://download.orvant.com/apt/debian/squeeze/i386/python3-zmq-dbg_2.1.10-2_i386.deb">python3-zmq-dbg_2.1.10-2_i386.deb</a></li>
</ul>
<p><a href="http://packages.debian.org/sid/python-zmq">http://packages.debian.org/sid/python-zmq</a></p>
<p>Note: I couldn&#8217;t get notebook working with the version of python-tornado available in squeeze. So I kind of just ignored it since I wouldn&#8217;t really use something like that anyways. It might work if you install a newer version (2.1.0) from unstable but I suspect in the end that the package will get split out as ipython-notebook whenever the normal maintainer updates it. (due to dependencies among other things)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikepalmer.net/ipython-0-12-packages-for-debian-6-0-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build a Netatalk Time Capsule for OSX Lion 10.7 using Debian 6.0 Squeeze</title>
		<link>http://www.mikepalmer.net/build-a-netatalk-time-machine-for-osx-lion-using-debian-6-0-squeeze/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=build-a-netatalk-time-machine-for-osx-lion-using-debian-6-0-squeeze</link>
		<comments>http://www.mikepalmer.net/build-a-netatalk-time-machine-for-osx-lion-using-debian-6-0-squeeze/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 01:02:11 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[Netatalk]]></category>
		<category><![CDATA[Squeeze]]></category>
		<category><![CDATA[TimeMachine]]></category>

		<guid isPermaLink="false">http://www.mikepalmer.net/?p=208</guid>
		<description><![CDATA[After going to the Apple Store with a friend and seeing the $300+ Apple Time Capsule I decided to see if I could do the same thing with Netatalk. Turns out I could but if you&#8217;re using Debian stable like me you need to get at netatalk 2.2.x before it&#8217;ll work with OSX Lion 10.7.x. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://netatalk.sf.net"><img src="http://www.mikepalmer.net/wp-content/uploads/2011/12/apple-time-capsule.jpg" alt="Time Capsule" title="Netatalk Time Capsule" width="600" height="262" class="aligncenter size-full wp-image-328" /></a><br />
After going to the Apple Store with a friend and seeing the $300+ Apple Time Capsule I decided to see if I could do the same thing with <a href="http://netatalk.sourceforge.net/">Netatalk</a>. Turns out I could but if you&#8217;re using Debian stable like me you need to get at netatalk 2.2.x before it&#8217;ll work with OSX Lion 10.7.x. After seeing a variety of other examples out there on the net and getting a little confused as to why they were doing certain things I decided to just post how I did it. Also, rather than install things from source I like to use debian packages to keep servers clean. But there was a small problem due to a netatalk make bug that debian&#8217;s package didn&#8217;t account for. So I will post those packages I backported to stable for this.</p>
<p><strong>Packages</strong></p>
<hr />
<p><strong>Debian 6.0 (Squeeze) AMD64</strong></p>
<ul>
<li><a title="netatalk_2.2.1-1_amd64.deb" href="http://www.mikepalmer.net/files/netatalk_2.2.1-1_amd64.deb">netatalk_2.2.1-1_amd64.deb</a></li>
</ul>
<p>  <strong>Debian 6.0 (Squeeze) i386</strong></p>
<ul>
<li><a title="netatalk_2.2.1-1_i386.deb" href="http://www.mikepalmer.net/files/netatalk_2.2.1-1_i386.deb">netatalk_2.2.1-1_i386.deb</a></li>
</ul>
<p><strong>Netatalk Time Capsule Server Setup</strong></p>
<hr />
<p>After you&#8217;ve installed the packages create a service group by creating <strong>/etc/avahi/services/afpd.service</strong> and adding the contents below: (this might not be necessary with netatalk 2.2)</p>
<pre class="brush: xml; title: ; notranslate">
&lt;?xml version=&quot;1.0&quot; standalone='no'?&gt;&lt;!--*-nxml-*--&gt;
&lt;!DOCTYPE service-group SYSTEM &quot;avahi-service.dtd&quot;&gt;
&lt;service-group&gt;
  &lt;name replace-wildcards=&quot;yes&quot;&gt;%h&lt;/name&gt;
  &lt;service&gt;
    &lt;type&gt;_afpovertcp._tcp&lt;/type&gt;
    &lt;port&gt;548&lt;/port&gt;
  &lt;/service&gt;
  &lt;service&gt;
    &lt;type&gt;_device-info._tcp&lt;/type&gt;
    &lt;port&gt;0&lt;/port&gt;
    &lt;txt-record&gt;model=Xserve&lt;/txt-record&gt;
  &lt;/service&gt;
&lt;/service-group&gt;
</pre>
<p>Make a directory to store your time machine data:</p>

<div class="wp-terminal">root@srv:$ mkdir /var/timemachine<br/></div>

<p>Now mark the volume saying it is a supported time machine share:</p>

<div class="wp-terminal">root@srv:$ touch /var/timemachine/.com.apple.timemachine.supported<br/></div>

<p>Define a volume in <strong>/etc/netatalk/AppleVolumes.default</strong> with the allowed user, <strong>usedots</strong> to support hidden files, <strong>uprivs</strong> for afp3 privileges that osx lion needs, and <strong>tm</strong> to enable time machine support. (highlighted below)</p>
<pre class="brush: plain; highlight: [3]; title: ; notranslate">
# By default all users have access to their home directories.
~/                      &quot;Home Directory&quot;
/var/timemachine         TimeMachine allow:joe cnidscheme:dbd options:usedots,upriv,tm
</pre>
<p>Now that things are configured we need to restart avahi.</p>

<div class="wp-terminal">root@srv:$ /etc/init.d/avahi-daemon restart<br/></div>

<p>And restart netatalk</p>

<div class="wp-terminal">root@srv:$ /etc/init.d/netatalk restart<br/></div>

<p><strong>Apple OSX 10.7.x Lion Setup</strong></p>
<hr />
<p>Now set your OSX installation so it sees unsigned time machine volumes.</p>

<div class="wp-terminal">joe@osx:$ defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1<br/></div>

<p>You should now see your volume in Time Machine Preferences under &#8220;Select Disk&#8230;&#8221;.<br />
<img src="http://www.mikepalmer.net/wp-content/uploads/2011/12/Screen-Shot-2011-12-27-at-10.51.26-AM-300x214.png" alt="" title="Select TimeMachine" width="300" height="214" class="aligncenter size-medium wp-image-264" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikepalmer.net/build-a-netatalk-time-machine-for-osx-lion-using-debian-6-0-squeeze/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Debian/Ubuntu Nmap 5.51 packages</title>
		<link>http://www.mikepalmer.net/debianubuntu-nmap-5-51-packages/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=debianubuntu-nmap-5-51-packages</link>
		<comments>http://www.mikepalmer.net/debianubuntu-nmap-5-51-packages/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 02:43:44 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Nmap]]></category>
		<category><![CDATA[Port Scan]]></category>
		<category><![CDATA[Squeeze]]></category>

		<guid isPermaLink="false">http://www.mikepalmer.net/?p=152</guid>
		<description><![CDATA[So as many people know, Debian and Ubuntu&#8217;s often lag behind the stable releases of nmap due to the nature of releases. But sometimes you want to stay volatile on a few things to keep up with joneses at insecure.org and get at some of those cool new NSE scripts or features. Easy enough but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nmap.org"><img src="http://www.mikepalmer.net/wp-content/uploads/2011/03/InsecureEye2-Vlad-SocialNet-480x480-e1326241131993-300x159.png" alt="nmap" title="Nmap" width="300" height="159" class="aligncenter size-medium wp-image-332" /></a><br />
So as many people know, Debian and Ubuntu&#8217;s often lag behind the stable releases of nmap due to the nature of releases. But sometimes you want to stay volatile on a few things to keep up with joneses at <a href="http://insecure.org/" target="_blank">insecure.org</a> and get at some of those cool new NSE scripts or features. Easy enough but I prefer packages for a multitude of reasons, mainly my own sanity maintaining any given system over time. So when there are no 5.51 packages around yet it might mean you have to take matters into your own hands. Hopefully my/our impatience, desires, results, (whatever you call it) at Orvant end up being useful to other people as well.</p>
<p><a href="http://www.orvant.com/packages">Orvant Packages</a></p>
<p><strong>Debian 6.0 (Squeeze) AMD64</strong></p>
<ul>
<li><a href="http://www.orvant.com/files/packages/debian/squeeze/amd64/nmap_5.51-1_amd64.deb">nmap_5.51-1_amd64.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/debian/squeeze/amd64/zenmap_5.51-1_amd64.deb">zenmap_5.51-1_amd64.deb</a></li>
</ul>
<p><strong>Debian 6.0 (Squeeze) i386</strong></p>
<ul>
<li><a href="http://www.orvant.com/files/packages/debian/squeeze/i386/nmap_5.51-1_i386.deb">nmap_5.51-1_i386.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/debian/squeeze/i386/zenmap_5.51-1_i386.deb">zenmap_5.51-1_i386.deb</a></li>
</ul>
<p><strong>Ubuntu 10.10 (Maverick) AMD64</strong></p>
<ul>
<li><a href="http://www.orvant.com/files/packages/ubuntu/maverick/amd64/nmap_5.51-1_amd64.deb">nmap_5.51-1_amd64.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/ubuntu/maverick/amd64/zenmap_5.51-1_amd64.deb">zenmap_5.51-1_amd64.deb</a></li>
</ul>
<p><strong>Ubuntu 10.10 (Maverick) i386</strong></p>
<ul>
<li><a href="http://www.orvant.com/files/packages/ubuntu/maverick/i386/nmap_5.51-1_i386.deb">nmap_5.51-1_i386.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/ubuntu/maverick/i386/zenmap_5.51-1_i386.deb">zenmap_5.51-1_i386.deb</a></li>
</ul>
<p><strong>Source Package</strong></p>
<ul>
<li><a href="http://www.orvant.com/files/packages/source/nmap_5.51-1.diff.gz">nmap_5.51-1.diff.gz</a></li>
<li><a href="http://www.orvant.com/files/packages/source/nmap_5.51-1.dsc">nmap_5.51-1.dsc</a></li>
<li><a href="http://www.orvant.com/files/packages/source/nmap_5.51.orig.tar.gz">nmap_5.51.orig.tar.gz</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mikepalmer.net/debianubuntu-nmap-5-51-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian/Ubuntu wmi-client package with OpenVAS libwmiclient1 patches</title>
		<link>http://www.mikepalmer.net/debianubuntu-wmi-client-package-with-openvas-libwmiclient1-patches/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=debianubuntu-wmi-client-package-with-openvas-libwmiclient1-patches</link>
		<comments>http://www.mikepalmer.net/debianubuntu-wmi-client-package-with-openvas-libwmiclient1-patches/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 23:59:24 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[DCOM]]></category>
		<category><![CDATA[OpenVAS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://www.mikepalmer.net/?p=134</guid>
		<description><![CDATA[The other day I wanted to build some updated OpenVAS packages and realized I now needed libwmiclient1 for local Windows checks which wasn&#8217;t readily available anywhere. The old wmi-client package that used to be in debian was pulled due to the forked/branched nature of the source code as well as the idea that something better could [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I wanted to build some updated OpenVAS packages and realized I now needed libwmiclient1 for local Windows checks which wasn&#8217;t readily available anywhere. The old wmi-client package that used to be in debian was pulled due to the forked/branched nature of the source code as well as the idea that something better could be implemented with the upcoming Samba4 release. That didn&#8217;t seem to pan out in the end but OpenVAS still needs to use aspects of it to build libwmiclient1 for WMI support. I suppose monitoring applications like Nagios, Cacti, Zabbix, etc are all likely feeling the loss of wmic as well so I figure why not try to fill both gaps? Anyways, here are the packages we created for Orvant, OpenVAS or anybody else who wants or needs it.</p>
<p><a href="http://www.orvant.com/packages">Orvant Packages</a></p>
<p><strong>Debian 6.0 (Squeeze) AMD64</strong></p>
<ul>
<li><a href="http://www.orvant.com/files/packages/debian/squeeze/amd64/wmi-client_1.3.14-3_amd64.deb">wmi-client_1.3.14-3_amd64.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/debian/squeeze/amd64/libwmiclient1_1.3.14-3_amd64.deb">libwmiclient1_1.3.14-3_amd64.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/debian/squeeze/amd64/libwmiclient1-dev_1.3.14-3_amd64.deb">libwmiclient1-dev_1.3.14-3_amd64.deb</a></li>
</ul>
<p><strong>Debian 6.0 (Squeeze) i386</strong></p>
<ul>
<li><a href="http://www.orvant.com/files/packages/debian/squeeze/i386/wmi-client_1.3.14-3_i386.deb">wmi-client_1.3.14-3_i386.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/debian/squeeze/i386/libwmiclient1_1.3.14-3_i386.deb">libwmiclient1_1.3.14-3_i386.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/debian/squeeze/i386/libwmiclient1-dev_1.3.14-3_i386.deb">libwmiclient1-dev_1.3.14-3_i386.deb</a></li>
</ul>
<p><strong>Ubuntu 10.10 (Maverick) AMD64</strong></p>
<ul>
<li><a href="http://www.orvant.com/files/packages/ubuntu/maverick/amd64/wmi-client_1.3.14-3_amd64.deb">wmi-client_1.3.14-3_amd64.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/ubuntu/maverick/amd64/libwmiclient1_1.3.14-3_amd64.deb">libwmiclient1_1.3.14-3_amd64.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/ubuntu/maverick/amd64/libwmiclient1-dev_1.3.14-3_amd64.deb">libwmiclient1-dev_1.3.14-3_amd64.deb</a></li>
</ul>
<p><strong>Ubuntu 10.10 (Maverick) i386</strong></p>
<ul>
<li><a href="http://www.orvant.com/files/packages/ubuntu/maverick/i386/wmi-client_1.3.14-3_i386.deb">wmi-client_1.3.14-3_i386.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/ubuntu/maverick/i386/libwmiclient1_1.3.14-3_i386.deb">libwmiclient1_1.3.14-3_i386.deb</a></li>
<li><a href="http://www.orvant.com/files/packages/ubuntu/maverick/i386/libwmiclient1-dev_1.3.14-3_i386.deb">libwmiclient1-dev_1.3.14-3_i386.deb</a></li>
</ul>
<p><strong>Source Package</strong></p>
<ul>
<li><a href="http://www.orvant.com/files/packages/source/wmi_1.3.14-3.debian.tar.gz">wmi_1.3.14-3.debian.tar.gz</a></li>
<li><a href="http://www.orvant.com/files/packages/source/wmi_1.3.14-3.dsc">wmi_1.3.14-3.dsc</a></li>
<li><a href="http://www.orvant.com/files/packages/source/wmi_1.3.14.orig.tar.bz2">wmi_1.3.14.orig.tar.bz2</a></li>
</ul>
<p>Using the WMI client package (libwmiclient1 is only useful for OpenVAS):</p>

<div class="wp-terminal">user@computer:$ wmic -U &lt;user&gt;%&lt;pass&gt; //10.1.1.100 "select CommandLine,Handle,Name,ProcessId from Win32_Process"<br/><br/>CLASS: Win32_Process<br/>CommandLine|Handle|Name|ProcessId<br/>“C:\Windows\system32\cmd.exe” |3512|cmd.exe|3512<br/>C:\Windows\Explorer.EXE|2740|explorer.exe|2740<br/>C:\Windows\system32\lsass.exe|436|lsass.exe|436<br/></div>

]]></content:encoded>
			<wfw:commentRss>http://www.mikepalmer.net/debianubuntu-wmi-client-package-with-openvas-libwmiclient1-patches/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Debian Sid/Unstable VirtualBox 3 Guest</title>
		<link>http://www.mikepalmer.net/debian-sidunstable-virtualbox-3-guest/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=debian-sidunstable-virtualbox-3-guest</link>
		<comments>http://www.mikepalmer.net/debian-sidunstable-virtualbox-3-guest/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 22:20:40 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Guest]]></category>
		<category><![CDATA[Sid]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://www.mikepalmer.net/?p=9</guid>
		<description><![CDATA[As I was poking around the VirtualBox support forums the other day I noticed there seems to be a ton of confusion surrounding linux guests. A lot of that seems like it stems from the way virtualbox has to approach additional kernel modules in guest additions. So here is the &#8220;Debian way&#8221; that both Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mikepalmer.net/wp-content/uploads/2009/11/Screen-shot-2009-11-19-at-1.24.24-PM.png"><img class="alignleft size-medium wp-image-104" title="Debian Sid/Unstable Guest" src="http://www.mikepalmer.net/wp-content/uploads/2009/11/Screen-shot-2009-11-19-at-1.24.24-PM-300x222.png" alt="Debian Sid/Unstable Guest" width="300" height="222" /></a>As I was poking around the VirtualBox support forums the other day I noticed there seems to be a ton of confusion surrounding linux guests. A lot of that seems like it stems from the way virtualbox has to approach additional kernel modules in guest additions. So here is the &#8220;Debian way&#8221; that both Ubuntu and Debian users can use.</p>
<h2>Installation:</h2>
<p>Grab a stable net install (i386 or amd64 image) from Debian&#8217;s image <a title="download" href="http://www.debian.org/CD/netinst/" target="_blank">download</a>. You can try testing if you want, it should be closer to the base build of debian you are going to want but half the time the installer is severely broken until close to freeze periods in the debian freeze phase.</p>
<p>Setup a new VirtualBox Guest to install. Here is the basic gist:</p>
<p><strong>Make sure to select Linux and Debian.</strong></p>
<p><a href="http://www.mikepalmer.net/wp-content/uploads/2009/09/Picture-1.png"><img class="size-medium wp-image-17 alignnone" title="Select Debian Guest" src="http://www.mikepalmer.net/wp-content/uploads/2009/09/Picture-1-300x272.png" alt="Select Debian Guest" width="300" height="272" /></a></p>
<p><strong>Selected the netinst ISO that you&#8217;ve just downloaded.</strong></p>
<p><a href="http://www.mikepalmer.net/wp-content/uploads/2009/09/Picture-2.png"><img title="Select the netinst ISO as a boot image." src="http://www.mikepalmer.net/wp-content/uploads/2009/09/Picture-2-300x258.png" alt="Select the netinst ISO as a boot image." width="300" height="258" /></a></p>
<p><strong>Make sure you enable 3D and give the GPU some memory to work with.</strong></p>
<p><a href="http://www.mikepalmer.net/wp-content/uploads/2009/09/Picture-4.png"><img class="alignnone size-medium wp-image-88" title="Enabled 3D Acceleration" src="http://www.mikepalmer.net/wp-content/uploads/2009/09/Picture-4-300x189.png" alt="Enabled 3D Acceleration" width="300" height="189" /></a></p>
<h2>Configuring a Debian Guest:</h2>
<p>Go through the normal install process and when you get to the end where you select the task. Just select &#8220;Standard Linux System&#8221; for now. Once you are done with the install reboot and replace all instances of lenny with sid in /etc/apt/sources.list and upgrade:</p>

<div class="wp-terminal">user@computer:$ sed 's/lenny/sid/g' /etc/apt/sources.list<br/>apt-get update<br/>apt-get -f dist-upgrade<br/></div>

<p>Once you have upgraded to sid and rebooted, log back in as root and install the desktop environment by running tasksel and selecting &#8220;Desktop Environment&#8221;:</p>

<div class="wp-terminal">user@computer:$ tasksel<br/></div>

<p>That will install a boatload of packages so when it completes you&#8217;ll want to setup X and install the virtualbox utilities.</p>

<div class="wp-terminal">user@computer:$ apt-get install virtualbox-ose-guest-dkms virtualbox-ose-guest-utils virtualbox-ose-guest-x11<br/>Xorg -configure<br/>mv /root/xorg.conf.root /etc/x11/xorg.conf<br/></div>

<p>DKMS should build the virtualbox guest modules for your kernel on unstable or testing. For lenny or &#8220;virtualbox-ose-guest-source&#8221; you&#8217;d need to install modules-assistant and run &#8220;module-assistant&#8221; by hand to build a kernel module if it isn&#8217;t already under stable as it should be. Which is easy enough, DKMS just made that process easier/automagic.</p>
<p>Now you&#8217;ll want to edit /etc/X11/xorg.conf and update your mouse driver to be &#8220;vboxmouse&#8221; and your video driver to be &#8220;vboxvideo&#8221;. Then start up GDM and you should have access to direct rendering to run everything from compiz to avant.</p>

<div class="wp-terminal">user@computer:$ nano /etc/X11/xorg.conf<br/>/etc/init.d/gdm restart<br/></div>

<h2>Verdict:</h2>
<p>Lets hope you made it to something like this:</p>
<p><a href="http://www.mikepalmer.net/wp-content/uploads/2009/11/Screen-shot-2009-11-19-at-1.24.24-PM.png"><img class="alignnone size-medium wp-image-104" title="Debian Sid/Unstable Guest" src="http://www.mikepalmer.net/wp-content/uploads/2009/11/Screen-shot-2009-11-19-at-1.24.24-PM-300x222.png" alt="Debian Sid/Unstable Guest" width="300" height="222" /></a></p>
<p><a href="http://www.mikepalmer.net/wp-content/uploads/2009/09/compiz.png"><img class="alignnone size-medium wp-image-22" title="Debian Sid/Unstable Guest" src="http://www.mikepalmer.net/wp-content/uploads/2009/09/compiz-300x222.png" alt="Debian Sid/Unstable Guest" width="300" height="222" /></a></p>
<p>Your Debian guest should now inegrate with your host computer. (clipboard, mouse, screen resizing, ability to mount shared folders) You&#8217;ll also be able to use direct rendering and opengl if you enabled it in virtualbox. There are still an annoying bug with direct rendering under linux guests where the screen does not refresh with something like compiz running. A way to make it less noticeable is to keep the screen ticking along with something changing. That is why I add the seconds to my clock on the guest. Also, if you are getting superblock in the future errors when restarting you will want to edit /etc/default/rcS to utc=no. Of course, that is only applicable to anybody west of prime meridian I guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikepalmer.net/debian-sidunstable-virtualbox-3-guest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fancy Feast Nutrient Composition</title>
		<link>http://www.mikepalmer.net/fancy-feast-dry-matter-content/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fancy-feast-dry-matter-content</link>
		<comments>http://www.mikepalmer.net/fancy-feast-dry-matter-content/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 04:21:07 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Composition]]></category>
		<category><![CDATA[Dry Matter Analysis]]></category>
		<category><![CDATA[Fancy Feast]]></category>
		<category><![CDATA[Purina]]></category>

		<guid isPermaLink="false">http://www.mikepalmer.net/?p=32</guid>
		<description><![CDATA[Over the past year or so I was dealing with a cat going through end stages of CRF. Basically the kidneys start shutting down and the cats toxicity levels rise making it nauseous. When a cat gets nauseous they start attributing sick feelings with the food they ate so its hard to feed a CRF [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mikepalmer.net/wp-content/uploads/2009/09/PURINA.jpg"><img class="size-medium wp-image-72 alignleft" title="PURINA" src="http://www.mikepalmer.net/wp-content/uploads/2009/09/PURINA-213x300.jpg" alt="PURINA" width="81" height="116" /></a>Over the past year or so I was dealing with a cat going through end stages of CRF. Basically the kidneys start shutting down and the cats toxicity levels rise making it nauseous. When a cat gets nauseous they start attributing sick feelings with the food they ate so its hard to feed a CRF cat one type of prescription low phosphorous food all the time. Eventually they just stop eating so you need to coax them into eating something. That said, I went looking around for things I could get at a moments notice if I had to.</p>
<p>When I went looking for dry matter analysis or nutritional composition I noticed that people like Purina don&#8217;t really post this kind of information online. They just put a very light overview of whats in their product. I contacted them asking them about it and a few weeks later this is what showed up in the mail:</p>
<p><a href="../wp-content/uploads/2009/09/purina_fancy_feast_products-may_2009.pdf">Purina Fancy Feast Nutrient Composition &#8211; May 2009</a></p>
<p>Yeah, I know&#8230; Apparently Purina has not heard of this newfangled thing called &#8220;internets&#8221; yet. I figured I&#8217;d try and save others the trouble/wait if they were interested in this information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikepalmer.net/fancy-feast-dry-matter-content/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting the site</title>
		<link>http://www.mikepalmer.net/hello-world/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hello-world</link>
		<comments>http://www.mikepalmer.net/hello-world/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 08:20:47 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://mikepalmer.net/?p=1</guid>
		<description><![CDATA[Its been a while since I last bothered updating any personal websites of mine. I seem to get enough of this type of thing at work to want to come home and do anything other than tinker around with things. Truth be told, I&#8217;m never not at work which is probably my biggest problem I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-6" title="It has begun" src="http://www.mikepalmer.net/wp-content/uploads/2009/09/FogSmokeCanonFire_R-235x300.jpg" alt="It has begun" width="156" height="200" />Its been a while since I last bothered updating any personal websites of mine. I seem to get enough of this type of thing at work to want to come home and do anything other than tinker around with things. Truth be told, I&#8217;m never not at work which is probably my biggest problem I guess. So against my better judgment, I decided to throw up wordpress in case I had anything to post.</p>
<p>I still seem to be getting quite a few hits on my notes, howto&#8217;s, example&#8217;s for tomcat, java, apache, mod_jk, mod_jk2, etc sections. I killed all that because its so old at this point that I&#8217;m sure there is current, thus better, information elsewhere on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikepalmer.net/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

