<?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>geek.de.nz &#187; admin</title>
	<atom:link href="http://www.thheuer.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thheuer.com</link>
	<description>Dance of the geek - New Zealand - Germany - DEutschland</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:06:53 +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>Healthy Nudelauflauf &#8211; Mmhh</title>
		<link>http://www.thheuer.com/2012/02/healthy-nudelauflauf-mmhh/</link>
		<comments>http://www.thheuer.com/2012/02/healthy-nudelauflauf-mmhh/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 02:06:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cooking]]></category>

		<guid isPermaLink="false">http://www.thheuer.com/?p=146</guid>
		<description><![CDATA[Today, I&#8217;m about to cook something I haven&#8217;t cooked in quite a while. It&#8217;s called Gesunder Nudelauflauf (in German &#8211; Healthy Pasta Casserole), or better, I just called it that because I couldn&#8217;t come up with a better name. This is mainly for my own reference, but I thought, I&#8217;d share it. Ingredients: Carrots (~3-4) [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;m about to cook something I haven&#8217;t cooked in quite a while. It&#8217;s called Gesunder Nudelauflauf (in German &#8211; Healthy Pasta Casserole), or better, I just called it that because I couldn&#8217;t come up with a better name. This is mainly for my own reference, but I thought, I&#8217;d share it.</p>
<p>Ingredients:</p>
<ol>
<li>Carrots (~3-4)</li>
<li>Broccoli (1)</li>
<li>Coliflower (1/2)</li>
<li>Pasta (Pene) (500g)</li>
<li>Tomatoes (2-3)</li>
<li>Feta Cheese (1 pack ~250g)</li>
<li>Grated Cheese (~200g)</li>
<li>Flower (1 tbsp)</li>
<li>Water</li>
<li>Milk (to liking, ~50ml)</li>
</ol>
<p><br/><br/></p>
<p>The order of making things you can optimise to use the least amount of time.</p>
<ol>
<li>Boil ~1/2 pot of water put (carrots in first) vegetables cut into pieces. Boil for ~10-15 minutes, depending on whether you want them soft or on the hard side. Add Chicken stock or similar or salt and pepper to liking. Important: keep water content as low as possible and do not get rid of the water after.</li>
<li>Make a &#8220;Schwitze&#8221; (roux): put some flour (1 tbsp initially) and butter (1 tbsp) into a small pot (preferable) or pan, wait until golden brown, add water from boiled vegetables (to keep the nutrients), add milk until you have a thick soup.</li>
<li>Boil pasta until al dente with salt to liking.</li>
<li>After vegetables are ready, put them into a casserole dish, put unboiled tomatoes and feta cut into pieces over. Add pasta and finish with the &#8220;Schwitze&#8221; on top. Add grated cheese on top.</li>
<li>Put into oven at 200 degrees (centigrade) for 30-45 minutes (check).</li>
</ol>
<p><br/><br />
<br/></p>
<p>Voila! You should have made a reasonably healthy pasta casserole. Please comment if it works out well. <img src='http://www.thheuer.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thheuer.com/2012/02/healthy-nudelauflauf-mmhh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Linux Commands</title>
		<link>http://www.thheuer.com/2012/01/useful-linux-commands/</link>
		<comments>http://www.thheuer.com/2012/01/useful-linux-commands/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 00:48:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thheuer.com/?p=143</guid>
		<description><![CDATA[Mount a temporary file system in memory: # mkdir /tmp/ramdisk; chmod 777 /tmp/ramdisk # mount -t tmpfs -o size=256M tmpfs /tmp/ramdisk/ Read more: http://www.linuxscrew.com/2010/03/24/fastest-way-to-create-ramdisk-in-ubuntulinux/#ixzz1ktjbieMM]]></description>
			<content:encoded><![CDATA[<p>Mount a temporary file system in memory:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># mkdir /tmp/ramdisk; chmod 777 /tmp/ramdisk</span>
<span style="color: #666666; font-style: italic;"># mount -t tmpfs -o size=256M tmpfs /tmp/ramdisk/</span></pre></div></div>

<p>Read more: http://www.linuxscrew.com/2010/03/24/fastest-way-to-create-ramdisk-in-ubuntulinux/#ixzz1ktjbieMM</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thheuer.com/2012/01/useful-linux-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Plugin &#8211; Image Radio buttons</title>
		<link>http://www.thheuer.com/2011/10/jquery-plugins-image-radio-buttons/</link>
		<comments>http://www.thheuer.com/2011/10/jquery-plugins-image-radio-buttons/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 04:38:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.thheuer.com/?p=129</guid>
		<description><![CDATA[At work I&#8217;ve written this jQuery plugin. It&#8217;s only 2KB big and turns your normal radio buttons into images, you can set any images you like for src, checked and hover. Simply attach the configuration to your html input field as the class attribute as a JavaScript like object. I know you might want to [...]]]></description>
			<content:encoded><![CDATA[<p>At work I&#8217;ve written this jQuery plugin. It&#8217;s only 2KB big and turns your normal radio buttons into images, you can set any images you like for src, checked and hover. Simply attach the configuration to your html input field as the class attribute as a JavaScript like object. I know you might want to attach a class to your radio buttons, but this is how far it currently is.</p>
<p>Here an example:</p>
<p><iframe width="600" height="300" src="/jquery-plugins/imageradio/"></iframe></p>
<p><a href="/jquery-plugins/imageradio/jquery.imageradio.js" title="Download Source" target="_blank">Get the JavaScript code</a><br />
<a href="/jquery-plugins/imageradio/" title="Download Source" target="_blank">Get the HTML/JavaScript code</a></p>
<p>Edit: Just found <a href="http://screwdefaultbuttons.com/" target="_blank">this</a> which seems to make this plugin obsolete. <img src='http://www.thheuer.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  Wish I would have found this earlier&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thheuer.com/2011/10/jquery-plugins-image-radio-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu on Asus N53S(V)</title>
		<link>http://www.thheuer.com/2011/10/ubuntu-on-asus-n53sv/</link>
		<comments>http://www.thheuer.com/2011/10/ubuntu-on-asus-n53sv/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 04:10:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Settings]]></category>

		<guid isPermaLink="false">http://www.thheuer.com/?p=122</guid>
		<description><![CDATA[To install Ubuntu with a working NVIDIA card on this laptop. Follow these instructions: Follow https://help.ubuntu.com/community/Asus_N53 Add this to your modules blacklist in /etc/modprobe.d/blacklist.conf: blacklist nouveau blacklist fbcon blacklist vga16fb Run 3D Graphics intensive applications like Google Earth with optirun google-earth Optional: Mount Windows NTFS partition in /etc/fstab: /dev/sda5 /d ntfs noexec,nosuid 0 0 Edit: You [...]]]></description>
			<content:encoded><![CDATA[<p>To install Ubuntu with a working NVIDIA card on this laptop. Follow these instructions:</p>
<ol>
<li>Follow <a href="https://help.ubuntu.com/community/Asus_N53" target="_blank">https://help.ubuntu.com/community/Asus_N53</a></li>
<li>Add this to your modules blacklist in /etc/modprobe.d/blacklist.conf:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">blacklist nouveau
blacklist fbcon
blacklist vga16fb</pre></div></div>

</li>
<li>Run 3D Graphics intensive applications like Google Earth with

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">optirun google-earth</pre></div></div>

</li>
<li>Optional: Mount Windows NTFS partition in /etc/fstab:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda5       <span style="color: #000000; font-weight: bold;">/</span>d      ntfs    noexec,nosuid   <span style="color: #000000;">0</span>       <span style="color: #000000;">0</span></pre></div></div>

</li>
</ol>
<p>Edit: You might not need to add the blacklist. I&#8217;ve just setup 11.04 64 bit and did not black list the drivers and it works! Remember to NOT enable the additional drivers in this setup because it will override your Intel Drivers, which are good because you can still run 3D apps but with less power consumption.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thheuer.com/2011/10/ubuntu-on-asus-n53sv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My bash settings</title>
		<link>http://www.thheuer.com/2011/09/my-bash-settings/</link>
		<comments>http://www.thheuer.com/2011/09/my-bash-settings/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 23:31:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Settings]]></category>

		<guid isPermaLink="false">http://www.thheuer.com/?p=109</guid>
		<description><![CDATA[export PATH=$PATH:&#34;/cygdrive/c/Program Files/Vim/vim73&#34; # enable color support of ls and also add handy aliases if &#91; -x /usr/bin/dircolors &#93;; then test -r ~/.dircolors &#38;&#38; eval &#34;$(dircolors -b ~/.dircolors)&#34; &#124;&#124; eval &#34;$(dircolors -b)&#34; alias ls='ls --color=auto' #alias dir='dir --color=auto' #alias vdir='vdir --color=auto' &#160; alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' fi &#160; # some [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">PATH</span>=<span style="color: #007800;">$PATH</span>:<span style="color: #ff0000;">&quot;/cygdrive/c/Program Files/Vim/vim73&quot;</span>
<span style="color: #666666; font-style: italic;"># enable color support of ls and also add handy aliases</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-x</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">dircolors</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #7a0874; font-weight: bold;">test</span> <span style="color: #660033;">-r</span> ~<span style="color: #000000; font-weight: bold;">/</span>.dircolors <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">eval</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$(dircolors -b ~/.dircolors)</span>&quot;</span> <span style="color: #000000; font-weight: bold;">||</span> <span style="color: #7a0874; font-weight: bold;">eval</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$(dircolors -b)</span>&quot;</span>
    <span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">ls</span>=<span style="color: #ff0000;">'ls --color=auto'</span>
    <span style="color: #666666; font-style: italic;">#alias dir='dir --color=auto'</span>
    <span style="color: #666666; font-style: italic;">#alias vdir='vdir --color=auto'</span>
&nbsp;
    <span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">grep</span>=<span style="color: #ff0000;">'grep --color=auto'</span>
    <span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">fgrep</span>=<span style="color: #ff0000;">'fgrep --color=auto'</span>
    <span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">egrep</span>=<span style="color: #ff0000;">'egrep --color=auto'</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># some more ls aliases</span>
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">ll</span>=<span style="color: #ff0000;">'ls -alF'</span>
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">la</span>=<span style="color: #ff0000;">'ls -A'</span>
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">l</span>=<span style="color: #ff0000;">'ls -CF'</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.thheuer.com/2011/09/my-bash-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My VIM Settings</title>
		<link>http://www.thheuer.com/2011/09/my-vim-settings/</link>
		<comments>http://www.thheuer.com/2011/09/my-vim-settings/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 04:25:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thheuer.com/?p=99</guid>
		<description><![CDATA[set ignorecase set tabstop=2 set shiftwidth=2 set autoindent set expandtab imap &#60;c-space&#62; &#60;c-x&#62;&#60;c-o&#62; autocmd FileType php set omnifunc=phpcomplete#CompletePHP autocmd FileType css set omnifunc=csscomplete#CompleteCSS autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS autocmd FileType html set omnifunc=htmlcomplete#CompleteTags autocmd FileType php set omnifunc=phpcomplete#CompletePHP autocmd FileType css set omnifunc=csscomplete#CompleteCSS http://shang-liang.com/blog/using-vim-as-actionscript-editor/]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="vim" style="font-family:monospace;"><span style="color: #804040;">set</span> <span style="color: #668080;">ignorecase</span>
<span style="color: #804040;">set</span> <span style="color: #668080;">tabstop</span>=<span style="color: #000000; font-weight:bold;">2</span>
<span style="color: #804040;">set</span> <span style="color: #668080;">shiftwidth</span>=<span style="color: #000000; font-weight:bold;">2</span>
<span style="color: #804040;">set</span> <span style="color: #668080;">autoindent</span>
<span style="color: #804040;">set</span> <span style="color: #668080;">expandtab</span>
imap <span style="color: #000000;">&lt;</span>c<span style="color: #000000;">-</span>space<span style="color: #000000;">&gt;</span> <span style="color: #000000;">&lt;</span>c<span style="color: #000000;">-</span>x<span style="color: #000000;">&gt;&lt;</span>c<span style="color: #000000;">-</span>o<span style="color: #000000;">&gt;</span>
<span style="color: #804040;">autocmd</span> <span style="color: #25BB4D;">FileType</span> php <span style="color: #804040;">set</span> <span style="color: #668080;">omnifunc</span>=phpcomplete#CompletePHP
<span style="color: #804040;">autocmd</span> <span style="color: #25BB4D;">FileType</span> css <span style="color: #804040;">set</span> <span style="color: #668080;">omnifunc</span>=csscomplete#CompleteCSS
<span style="color: #804040;">autocmd</span> <span style="color: #25BB4D;">FileType</span> javascript <span style="color: #804040;">set</span> <span style="color: #668080;">omnifunc</span>=javascriptcomplete#CompleteJS
<span style="color: #804040;">autocmd</span> <span style="color: #25BB4D;">FileType</span> html <span style="color: #804040;">set</span> <span style="color: #668080;">omnifunc</span>=htmlcomplete#CompleteTags
<span style="color: #804040;">autocmd</span> <span style="color: #25BB4D;">FileType</span> php <span style="color: #804040;">set</span> <span style="color: #668080;">omnifunc</span>=phpcomplete#CompletePHP
<span style="color: #804040;">autocmd</span> <span style="color: #25BB4D;">FileType</span> css <span style="color: #804040;">set</span> <span style="color: #668080;">omnifunc</span>=csscomplete#CompleteCSS</pre></div></div>

<p><a href="http://shang-liang.com/blog/using-vim-as-actionscript-editor/" target="_blank">http://shang-liang.com/blog/using-vim-as-actionscript-editor/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thheuer.com/2011/09/my-vim-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup Windows XP/7 partition with Linux (Ubuntu)</title>
		<link>http://www.thheuer.com/2011/08/how-to-backup-windows-xp7-partition-with-linux-ubuntu/</link>
		<comments>http://www.thheuer.com/2011/08/how-to-backup-windows-xp7-partition-with-linux-ubuntu/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 10:16:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thheuer.com/?p=85</guid>
		<description><![CDATA[To backup any partition of any file system type with Linux, you can simply run the following command: dd if=&#60;input_partition&#62; of=&#38;&#60;output_file&#62; bs=&#60;byte_count&#62; where &#60;input_partition&#62;:= is the partition you want to backup (this can also be a file if you want to do the reverse). So, e.g. /dev/sda1 for the first partition on the first drive [...]]]></description>
			<content:encoded><![CDATA[<p>To backup any partition of any file system type with Linux, you can simply run the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">dd</span> <span style="color: #007800;">if</span>=<span style="color: #000000; font-weight: bold;">&lt;</span>input_partition<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #007800;">of</span>=<span style="color: #000000; font-weight: bold;">&amp;&lt;</span>output_file<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #007800;">bs</span>=<span style="color: #000000; font-weight: bold;">&lt;</span>byte_count<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p>where</p>
<p>&lt;input_partition&gt;:= is the partition you want to backup (this can also be a file if you want to do the reverse). So, e.g. /dev/sda1 for the first partition on the first drive (hence a=drive 1, 1=partition 1, b=drive 2, &#8230;).</p>
<p>&lt;output_file&gt; := is the file you want to write the partition to (this can also be the output partition on restore).</p>
<p>&lt;byte_count&gt; := is the size of your file system&#8217;s clusters, normally 4096.<br/><br/></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">dd</span> <span style="color: #007800;">if</span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda2 <span style="color: #007800;">of</span>=<span style="color: #000000; font-weight: bold;">/</span>d<span style="color: #000000; font-weight: bold;">/</span>sda2_partition <span style="color: #007800;">bs</span>=<span style="color: #000000;">4096</span> <span style="color: #666666; font-style: italic;">#for my own reference</span>
<span style="color: #c20cb9; font-weight: bold;">tar</span> cvfz sda2_partition.tar.gz sda2_partition <span style="color: #666666; font-style: italic;"># own reference</span></pre></div></div>

<p><br/><br />
You can then compress the file using a normal archiver and save a lot of space that way, because dd constructs a file as big as the partition because it reads bit by bit or 4096 bytes multiple times.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thheuer.com/2011/08/how-to-backup-windows-xp7-partition-with-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tim-Hinnerk Heuer Resume</title>
		<link>http://www.thheuer.com/2011/06/tim-hinnerk-heuer-resume/</link>
		<comments>http://www.thheuer.com/2011/06/tim-hinnerk-heuer-resume/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 10:13:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[About Myself]]></category>

		<guid isPermaLink="false">http://www.thheuer.com/?p=70</guid>
		<description><![CDATA[Please view at Tim-Hinnerk Heuer Curriculum Vitae]]></description>
			<content:encoded><![CDATA[<p>Please view at <a href="https://docs.google.com/document/pub?id=12gaaAgFC1cQ6NhUgrH7JPBAc-eQtqrAMeWu-NJrP_BA" target="_blank">Tim-Hinnerk Heuer Curriculum Vitae</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thheuer.com/2011/06/tim-hinnerk-heuer-resume/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Howto: Solving problem with logrotate</title>
		<link>http://www.thheuer.com/2010/12/howto-solving-problem-with-logrotate/</link>
		<comments>http://www.thheuer.com/2010/12/howto-solving-problem-with-logrotate/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 05:33:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ihostnz.com/blog/?p=64</guid>
		<description><![CDATA[/etc/cron.daily/logrotate: &#160; error: error running shared postrotate script for /var/log/mysql.log /var/log/mysql/mysql.log /var/log/mysql/mysql-slow.log &#160; run-parts: /etc/cron.daily/logrotate exited with return code 1 Have you been getting this cryptic error message before? Here is how to get rid of it: View /etc/mysql/debian.cnf. Look for user = debian-sys-maint password = newpass Log into mysql as root mysql -uroot -p [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>cron.daily<span style="color: #000000; font-weight: bold;">/</span>logrotate:
&nbsp;
error: error running shared postrotate script <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>mysql.log
<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>mysql.log <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>mysql-slow.log
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">run-parts</span>: <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>cron.daily<span style="color: #000000; font-weight: bold;">/</span>logrotate exited with <span style="color: #7a0874; font-weight: bold;">return</span> code <span style="color: #000000;">1</span></pre></div></div>

<p>Have you been getting this cryptic error message before?</p>
<p>Here is how to get rid of it:</p>
<p>View /etc/mysql/debian.cnf. Look for</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user     = debian-sys-maint
password = newpass</pre></div></div>

<p>Log into mysql as root</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mysql <span style="color: #660033;">-uroot</span> <span style="color: #660033;">-p</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">SET</span> <span style="color: #000099;">PASSWORD</span> FOR <span style="color: #008000;">`debian-sys-maint`</span>@<span style="color: #008000;">`localhost`</span> <span style="color: #CC0099;">=</span> <span style="color: #000099;">PASSWORD</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">'newpass'</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">;</span>
<span style="color: #990099; font-weight: bold;">SET</span> <span style="color: #000099;">PASSWORD</span> FOR <span style="color: #008000;">`debian-sys-maint`</span>@<span style="color: #008000;">`<span style="color: #008080; font-weight: bold;">%</span>`</span> <span style="color: #CC0099;">=</span> <span style="color: #000099;">PASSWORD</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">'newpass'</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">;</span>
FLUSH <span style="color: #990099; font-weight: bold;">PRIVILEGES</span><span style="color: #000033;">;</span></pre></div></div>

<p>Log out and it should be fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thheuer.com/2010/12/howto-solving-problem-with-logrotate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Install XAMPP 1.7.2 on Windows 7 with XDebug and Netbeans</title>
		<link>http://www.thheuer.com/2010/12/howto-install-xampp-1-7-2-on-windows-7-with-xdebug-and-netbeans/</link>
		<comments>http://www.thheuer.com/2010/12/howto-install-xampp-1-7-2-on-windows-7-with-xdebug-and-netbeans/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 05:26:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.ihostnz.com/blog/?p=62</guid>
		<description><![CDATA[Hi, Just for my own reference and some other poor people out there trying to get this to work: Download XAMPP 1.7.2 from sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.2/xampp-win32-1.7.2.exe/download Install Download php_xdebug-2.0.5-5.3-vc6.dll from xdebug.org/download.php Place it in C:\xampp\php\ext Edit C:\xampp\php\php.ini add:zend_extension = &#8220;C:\xampp\php\ext\php_xdebug-2.0.5-5.3-vc6.dll&#8221;[xdebug] xdebug.remote_enable=on xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.remote_handler=&#8221;dbgp&#8221; Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Just for my own reference and some other poor people out there trying to get this to work:</p>
<ol>
<li>Download XAMPP 1.7.2 from <a href="http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.2/xampp-win32-1.7.2.exe/download">sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.2/xampp-win32-1.7.2.exe/download</a></li>
<li>Install</li>
<li>Download php_xdebug-2.0.5-5.3-vc6.dll from <a href="http://xdebug.org/download.php">xdebug.org/download.php</a></li>
<li>Place it in C:\xampp\php\ext</li>
<li>Edit C:\xampp\php\php.ini add:<br/>zend_extension = &#8220;C:\xampp\php\ext\php_xdebug-2.0.5-5.3-vc6.dll&#8221;[xdebug]
<p>xdebug.remote_enable=on</p>
<p>xdebug.remote_host=127.0.0.1</p>
<p>xdebug.remote_port=9000</p>
<p>xdebug.remote_handler=&#8221;dbgp&#8221;</li>
<li>Enjoy!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.thheuer.com/2010/12/howto-install-xampp-1-7-2-on-windows-7-with-xdebug-and-netbeans/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

