<?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>IT Knowledge Base</title>
	<atom:link href="http://patrick.eviltools.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://patrick.eviltools.com</link>
	<description>daily life instructions</description>
	<lastBuildDate>Thu, 25 Feb 2010 11:07:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP5 Interpreter Missing</title>
		<link>http://patrick.eviltools.com/php5-interpreter-missing/</link>
		<comments>http://patrick.eviltools.com/php5-interpreter-missing/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 11:07:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Interpreter]]></category>
		<category><![CDATA[Missing]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/php5-interpreter-missing/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Use following command in your shell:   <br />#sudo apt-get install php5-cli</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/php5-interpreter-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get services to start up in Linux</title>
		<link>http://patrick.eviltools.com/get-services-to-start-up-in-linux/</link>
		<comments>http://patrick.eviltools.com/get-services-to-start-up-in-linux/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 10:14:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/get-services-to-start-up-in-linux/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Add Service:  <br /># update-rc.d apache2 defaults
<p>Remove Service:   <br /># update-rc.d -f apache2 remove</p>
<p>More Infos you can get here:   <br /><a title="http://www.debuntu.org/how-to-manage-services-with-update-rc.d" href="http://www.debuntu.org/how-to-manage-services-with-update-rc.d" rel="nofollow" target="_blank">http://www.debuntu.org/how-to-manage-services-with-update-rc.d</a></p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/get-services-to-start-up-in-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>See all Volume Shadow Copy Providers installed</title>
		<link>http://patrick.eviltools.com/see-all-volume-shadow-copy-providers-installed/</link>
		<comments>http://patrick.eviltools.com/see-all-volume-shadow-copy-providers-installed/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 09:53:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Acronis]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Providers]]></category>
		<category><![CDATA[VSS]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/see-all-volume-shadow-copy-providers-installed/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Command Prompt Command:   <br />&gt; Vssadmin List Providers</p>
<p>In the registry you will find them here:   <br />HK\LM\System\Currentcontrolset\services\VSS\Providers</p>
<p>I had some trouble with our Backup System today and noticed that that another VSS was installed. After removing the Acronis Registy entry it worked like a charm.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/see-all-volume-shadow-copy-providers-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switch on and Off Monitor from cmd</title>
		<link>http://patrick.eviltools.com/switch-on-and-off-monitor-from-cmd/</link>
		<comments>http://patrick.eviltools.com/switch-on-and-off-monitor-from-cmd/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:08:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[switch off]]></category>
		<category><![CDATA[taskplaner]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/switch-on-and-off-monitor-from-cmd/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>We have a monitor at our work which we use to monitor our company’s state. But how lazy I am I was looking for a quick solution to switch off and on this screen. So I don’t need to do this task anymore each morning;-) I did some research on the net but didn’t found a solution to do it with the Windows inbuilt functions. Then I discovered this great command prompt tool: Nircmd. It offers a lot of other functions. Just copy it into your Windows System 32 folder and you can simply run the command “nircmd monitor off” to switch off your screen. I used Windows Task Planer to run it each morning (switch on) and evening (switch off). Check out this great tool which offers heaps of other functions:   <br /><a title="www.nirsoft.net/utils/nircmd.html" href="http://www.nirsoft.net/utils/nircmd.html" rel="nofollow">http://www.nirsoft.net/utils/nircmd.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/switch-on-and-off-monitor-from-cmd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sync time in debian with a ntp server</title>
		<link>http://patrick.eviltools.com/sync-time-in-debian-with-a-ntp-server/</link>
		<comments>http://patrick.eviltools.com/sync-time-in-debian-with-a-ntp-server/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 08:08:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/sync-time-in-debian-with-a-ntp-server/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><strong>1. Install      <br /></strong>apt-get install ntpdate</p>
<p><strong>2.</strong> <strong>Create a new file in /etc/cron.hourly      <br /></strong>#!/bin/bash     <br />/usr/sbin/ntpdate <em>your_timeserver</em> &gt;&gt; /var/log/ntpdate.log</p>
<p><strong>3. Give the file run rights</strong>     <br />chmod +x <em>file_name</em></p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/sync-time-in-debian-with-a-ntp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start Windows Services Remote and change start up type</title>
		<link>http://patrick.eviltools.com/start-windows-services-remote-and-change-start-up-type/</link>
		<comments>http://patrick.eviltools.com/start-windows-services-remote-and-change-start-up-type/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 11:07:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[sc]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/start-windows-services-remote-and-change-start-up-type/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Here a couple of quick and dirty examples:   <br />sc \\REMOTEMACHINE query    <br />sc \\REMOTEMACHINE start SERVICE_NAME    <br />sc \\REMOTEMACHINE config SERVICE_NAME start= auto</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/start-windows-services-remote-and-change-start-up-type/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install VMWare tools in debian</title>
		<link>http://patrick.eviltools.com/install-vmware-tools-in-debian/</link>
		<comments>http://patrick.eviltools.com/install-vmware-tools-in-debian/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 13:41:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/install-vmware-tools-in-debian/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><strong>1. Install Kernel Heaeders</strong></p>
<ol>
<li>Get the Kernel version and remember it with:      <br />uname-r</li>
<li>apt-get install linux-headers-[Kernel Version]</li>
</ol>
<p><strong>2. Install VMWare Tools</strong></p>
<ol>
<li>Choose “install and upgrade VMWTools in VMWare” in your VM menu</li>
<li>mount /dev/hda /media/cdrom</li>
<li>cd /media/cdrom/</li>
<li>cp VMWareTools[whateverversion]tar.gz /tmp/</li>
<li>cd /tmp</li>
<li>tar xvzf VMWareTools[whateverversion]tar.gz</li>
<li>umount /media/cdrom/</li>
<li>cd /tmp/vmware-tools-distrib/</li>
<li>make a symlink:     <br />ln –s /usr/src/linux-headers-[Kernel Version] /usr/src/linux</li>
<li>apt-get install gcc-4.1</li>
<li>change using gcc version:     <br />export CC=/usr/bin/gcc-4.1</li>
<li>I had make and killall missing on my installation so can you get it:     <br />apt-get install psmisc make</li>
<li>./vmware-install.pl</li>
</ol>
<p><strong>3. Uninstall VMWare Tools     <br /></strong>After a failed installation of VMWare Tools I got following message:    <br />A previous installation of VMWare Software has been detected… You may want to re-install VMWare Tools.</p>
<p>The solution was to run the uninstaller first and run the VMWare setup again:   <br />1. ./vmware-uninstall.pl</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/install-vmware-tools-in-debian/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Find Unknown Device Driver</title>
		<link>http://patrick.eviltools.com/find-unknown-device-driver/</link>
		<comments>http://patrick.eviltools.com/find-unknown-device-driver/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 08:34:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[control panel]]></category>
		<category><![CDATA[device manager]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[pci]]></category>
		<category><![CDATA[unknown]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/find-unknown-device-driver/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>You know the problem when you go into your device manager and you find unknown devices with missing drivers. What to do in this case?</p>
<p>Go into your device manager:   <br />Start-&gt;Control Panel-&gt;Device Manager-&gt;Double Click on the unknown device-&gt;Details-&gt;Hardware-IDs</p>
<p><a href="http://patrick.eviltools.com/wp-content/uploads/2009/12/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://patrick.eviltools.com/wp-content/uploads/2009/12/image_thumb.png" width="216" height="246" /></a></p>
<p>Lookup the hardware ID’s in the net or on this webpage: <a title="http://www.pcidatabase.com" href="http://www.pcidatabase.com" rel="nofollow">www.pcidatabase.com</a>. The first number stands for the vendor and the second is for the device. For example in this case VEN_10DE stands for NVIDIA Corporation and 042f for NVIDIA Quadro NVS 290.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/find-unknown-device-driver/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>dropbox with own encryption (Truecrypt)</title>
		<link>http://patrick.eviltools.com/dropbox-with-own-encryption-truecrypt/</link>
		<comments>http://patrick.eviltools.com/dropbox-with-own-encryption-truecrypt/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 09:52:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[truecrypt]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/dropbox-with-own-encryption-truecrypt/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Well I do love dropbox but I don’t like to put sensitive data on it because I simply don’t trust other companies taking care of my security. I use a open source program called truecrypt to encrypt my hard drives, usb sticks etc. and it’s doing a great job. After a little research in the Net I found out you can also use it with dropbox. You might think when you create an encrypted container that with each change in it it would transfer the whole file again. Luckily dropbox just transfers the changes instead of the whole file. But I red on somebodies blog that you need to make a small change in truecrypt. </p>
<p>Deactivate in Truecrypt-&gt;Settings-&gt;Preferences…-&gt;Preserve modification timestamp of file containers</p>
<p><a href="http://patrick.eviltools.com/wp-content/uploads/2009/12/truecrypt.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="truecrypt" border="0" alt="truecrypt" src="http://patrick.eviltools.com/wp-content/uploads/2009/12/truecrypt_thumb.png" width="240" height="234" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/dropbox-with-own-encryption-truecrypt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to query mx records in Windows</title>
		<link>http://patrick.eviltools.com/how-to-query-mx-records-in-windows/</link>
		<comments>http://patrick.eviltools.com/how-to-query-mx-records-in-windows/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 14:25:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[mx]]></category>
		<category><![CDATA[nslookup]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[Records]]></category>

		<guid isPermaLink="false">http://patrick.eviltools.com/how-to-query-mx-records-in-windows/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p> Open Command Console and type:    <br />nslookup     <br />set type=mx     <br />google.com</p>
<p><a href="http://patrick.eviltools.com/wp-content/uploads/2009/12/nslookupgoogle1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="nslookupgoogle" border="0" alt="nslookupgoogle" src="http://patrick.eviltools.com/wp-content/uploads/2009/12/nslookupgoogle_thumb1.png" width="240" height="127" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.eviltools.com/how-to-query-mx-records-in-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
