<?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>the-exe.org just another blog</title>
	<atom:link href="http://blog.the-exe.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.the-exe.org</link>
	<description>why me?</description>
	<lastBuildDate>Tue, 31 Aug 2010 13:37:52 +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>Get/install available Updates in Linux</title>
		<link>http://blog.the-exe.org/get-instal-available-updates-in-linux/</link>
		<comments>http://blog.the-exe.org/get-instal-available-updates-in-linux/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 13:37:52 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[apt-get update]]></category>
		<category><![CDATA[apt-get upgrade]]></category>
		<category><![CDATA[update Linux]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=896</guid>
		<description><![CDATA[To get a list of all available updates in Linux you should run the following command.
apt-get update
To install the updates 
apt-get upgrade
]]></description>
			<content:encoded><![CDATA[<p>To get a list of all available updates in Linux you should run the following command.</p>
<p><code>apt-get update</code></p>
<p>To install the updates </p>
<p><code>apt-get upgrade</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/get-instal-available-updates-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install VMwareTools on Linux running on ESXi 4.0</title>
		<link>http://blog.the-exe.org/install-vmwaretools-on-linux-running-on-esx-4-0/</link>
		<comments>http://blog.the-exe.org/install-vmwaretools-on-linux-running-on-esx-4-0/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 13:25:22 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[ESXi 4.0 WMwareTools Linux]]></category>
		<category><![CDATA[VMwareTools]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=892</guid>
		<description><![CDATA[If you install Linux in a virtual Machine on ESXi 4.0 you should install the VMwareTools. This is not a task that you can do as easy as on windows. You&#8217;ll have to copy the install files to your machine and install them manually. 
There is a List of tasks you&#8217;ll have to do to [...]]]></description>
			<content:encoded><![CDATA[<p>If you install Linux in a virtual Machine on ESXi 4.0 you should install the VMwareTools. This is not a task that you can do as easy as on windows. You&#8217;ll have to copy the install files to your machine and install them manually. </p>
<p>There is a List of tasks you&#8217;ll have to do to install the VMwareTools.</p>
<p>First you&#8217;ll have to prepare your installation of Linux for the installation by executing this command.<br />
<code>aptitude install autoconf automake binutils cpp gcc linux-headers-$(uname -r) make psmisc</code><br />
After this is finished you should push the installation in the console.<br />
<a href="http://blog.the-exe.org/wp-content/uploads/2010/08/vmtoolslinux01.png" rel="lightbox[892]"><img src="http://blog.the-exe.org/wp-content/uploads/2010/08/vmtoolslinux01-300x91.png" alt="" title="vmtoolslinux01" width="300" height="91" class="aligncenter size-medium wp-image-893" /></a><br />
this will copy the installation files so you can mount them in the next step to your virtual cd drive. This is done by using the following command.<br />
<code>mount /dev/cdrom /mnt</code><br />
then you&#8217;ll have to copy the files from the cd to your virtual disk. And by extracting them.<br />
<code>cp /mnt/VMwareTools-4.0.0-208167.tar.gz /root<br />
cd /root<br />
tar xvf VMwareTools-4.0.0-208167.tar.gz</code><br />
To start the installation do the following<br />
<code>cd vmware-tools-distrib/<br />
./vmware-install.pl</code><br />
Then follow the instructions on the screen to install the Tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/install-vmwaretools-on-linux-running-on-esx-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install OpenSSH-Server on Linux</title>
		<link>http://blog.the-exe.org/install-openssh-server-on-linux/</link>
		<comments>http://blog.the-exe.org/install-openssh-server-on-linux/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 12:56:16 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Install Open SSH for Dummies]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=890</guid>
		<description><![CDATA[if you are a linux dummy as me you might wonder how to install an ssh server on your Linux box. 
I had to learn this is an easy task that can be performed by just entering the following command.
apt-get install openssh-server
This will download the package and install the service for Open SSH. after that [...]]]></description>
			<content:encoded><![CDATA[<p>if you are a linux dummy as me you might wonder how to install an ssh server on your Linux box. </p>
<p>I had to learn this is an easy task that can be performed by just entering the following command.</p>
<blockquote><p>apt-get install openssh-server</p></blockquote>
<p>This will download the package and install the service for Open SSH. after that you are able to access your server via <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">Putty SSH</a> or any other SSH Client.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/install-openssh-server-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renew Self Signed Certificate on Exchange 2007</title>
		<link>http://blog.the-exe.org/renew-self-signed-certificate-on-exchange-2007/</link>
		<comments>http://blog.the-exe.org/renew-self-signed-certificate-on-exchange-2007/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 06:16:18 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[EdgeSubscription]]></category>
		<category><![CDATA[Get-ExchangeCertificate ¦ List]]></category>
		<category><![CDATA[New-ExchangeCertificate]]></category>
		<category><![CDATA[Self Signed Certificate Error]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=886</guid>
		<description><![CDATA[After a self signed certificate that exchange creates when Exchange Server is installed has expired, you&#8217;ll have to renew the certificate on the Hub Transport and on the Edge Server if there is one.
You know you&#8217;ll have to do this if you find the following error in the eventlog of the Exchange Server.

Log Name:  [...]]]></description>
			<content:encoded><![CDATA[<p>After a self signed certificate that exchange creates when Exchange Server is installed has expired, you&#8217;ll have to renew the certificate on the Hub Transport and on the Edge Server if there is one.</p>
<p>You know you&#8217;ll have to do this if you find the following error in the eventlog of the Exchange Server.</p>
<blockquote><p>
Log Name:      Application<br />
Source:        MSExchangeTransport<br />
Date:          24.08.2010 10:48:21<br />
Event ID:      12019<br />
Task Category: TransportService<br />
Level:         Error<br />
Keywords:      Classic<br />
User:          N/A<br />
Computer:      server.domain.local<br />
Description:<br />
The remote internal transport certificate expired. Certificate subject: CN=edge.
</p></blockquote>
<p>To view the currently installed certificate use the <strong>Get-ExchangeCertificate ¦ List</strong> cmdlet<br />
To create a new certificate you should use the <strong>New-ExchangeCertificate</strong> cmdlet. </p>
<p>You&#8217;ll have to create a new certificate on the Hub Transport as well as on the Edge server. You&#8217;ll have to re rebuild the EdgeSubscription on the Hub Transport server. </p>
<p>You can follow the instructions on the following page. <a href="http://exchangeinbox.com/article.aspx?i=114">Here</a><br />
The Microsoft Event Description can be found on the following page. <a href="http://www.microsoft.com/technet/support/ee/transform.aspx?ProdName=Exchange&#038;ProdVer=8.0&#038;EvtID=12019&#038;EvtSrc=MSExchangeTransport&#038;LCID=1033">Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/renew-self-signed-certificate-on-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DVD Drive not in Explorer</title>
		<link>http://blog.the-exe.org/dvd-drive-not-in-explorer/</link>
		<comments>http://blog.the-exe.org/dvd-drive-not-in-explorer/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 12:22:25 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[DVD not in Explorer]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=882</guid>
		<description><![CDATA[What to do if the DVD drive is no longer available in Explorer?
Check device manager, it might be that there is an error on the device. If there is an error with Code 19, you&#8217;ll have to change the following:
open regedit
navigate to
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Class \ {4D36E965-E325-11CE-BFC1-08002BE10318} 
there you&#8217;ll find [...]]]></description>
			<content:encoded><![CDATA[<p>What to do if the DVD drive is no longer available in Explorer?</p>
<p>Check device manager, it might be that there is an error on the device. If there is an error with Code 19, you&#8217;ll have to change the following:</p>
<p>open regedit<br />
navigate to<br />
<strong>HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Class \ {4D36E965-E325-11CE-BFC1-08002BE10318} </strong><br />
there you&#8217;ll find <strong>&#8220;LowerFilters&#8221;</strong> and/or <strong>&#8220;UpperFilters&#8221;</strong><br />
delete these two keys and reboot the system</p>
<p>The DVD drive will be recognized as a new device and can be installed again. It will work properly after that re-installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/dvd-drive-not-in-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Release] Jey Key &#8211; Outrun</title>
		<link>http://blog.the-exe.org/releasejey-key-outrun/</link>
		<comments>http://blog.the-exe.org/releasejey-key-outrun/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 21:49:53 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[Sound]]></category>
		<category><![CDATA[Eikyou Records]]></category>
		<category><![CDATA[Indie Dance]]></category>
		<category><![CDATA[Jey Key]]></category>
		<category><![CDATA[Nu Disco]]></category>
		<category><![CDATA[Outrun]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=874</guid>
		<description><![CDATA[Just found some nice tracks that have been released just a few hours ago by an artist called Jey Key. Check it out in the Beatport Player below or in the iTunes Store.
Artist: Jey Key (Myspace)
Style: Indie Dance / Nu Disco
Release Date 5.7.2010
Country: France
Label: Eikyou Records
iTunes: Jey Key on iTunes
Beatport: Releases by Jey Key
Beatport Player:
//---------------- [...]]]></description>
			<content:encoded><![CDATA[<p>Just found some nice tracks that have been released just a few hours ago by an artist called Jey Key. Check it out in the Beatport Player below or in the iTunes Store.</p>
<p>Artist: Jey Key (<a href="http://www.myspace.com/jeykeydj">Myspace</a>)<br />
Style: Indie Dance / Nu Disco<br />
Release Date 5.7.2010<br />
Country: France<br />
Label: <a href="http://www.myspace.com/eikyourecords">Eikyou Records</a><br />
iTunes: <a href="http://clk.tradedoubler.com/click?p(24372)a(1600797)g(11696700)url(http://itunes.apple.com/ch/artist/jey-key/id298984129)" title="Jey Key on iTunes" target="_blank">Jey Key on iTunes</a><img src="http://impch.tradedoubler.com/imp?type(inv)g(11696700)a(1600797)" /><br />
Beatport: <a href="https://www.beatport.com/de-DE/html/content/track/catalog/?contextType=artists&#038;contextName=Jey%20Key&#038;contextEntityId=81026">Releases by Jey Key</a><br />
Beatport Player:</p>
<style>//---------------- BEGIN BEATPORT PLAYER -----------------------</style>
<div class="beatport" align="center" style="border:0px; background:transparent; padding:10px;">
<map name="bottomlinks">
<area href="http://www.beatport.com" alt="Go to Beatport.com" coords="0,0,225,50" target="_blank" />
<area href="http://www.beatport.com/viralPlayer/relay?playerId=1263944" alt="Get These Tracks" coords="237,12,332,38" target="_blank" />
<area href="http://www.beatportplayer.com/?playerId=1263944" alt="Add This Player" coords="332,12,422,38" target="_blank" /></map>
<p><img src="http://ak-media.beatport.com/images/beatport/viralPlayer/top.gif" style="display:block; border:none;" usemap="#bottomlinks" /><object type="application/x-shockwave-flash" data="https://ak-secure-beatport.bpddn.com/swf/beatportplayer.swf" height="264" width="442" style="display:block;" align="center"><param name="movie" value="https://ak-secure-beatport.bpddn.com/swf/beatportplayer.swf" /><param name="allownetworking" value="internal" /><param name="allowScriptAccess" value="never" /><param name="enableJSURL" value="false" /><param name="enableHREF" value="false" /><param name="saveEmbedTags" value="true" /><param name="flashvars" value="bpCfgPath=http://www.beatport.com/en-US/xml/gui/swf/configuration/3&#038;playerId=1263944&#038;autoplay=0&#038;volume=80" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="salign" value="lt" /><param name="scale" value="noscale" /></object></div>
<style>//---------------- END BEATPORT PLAYER -------------------------</style>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/releasejey-key-outrun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prevent users from sending mails in Exchange 2007 / 2010</title>
		<link>http://blog.the-exe.org/how-to-prevent-users-from-sending-mails-in-exchange-20072010/</link>
		<comments>http://blog.the-exe.org/how-to-prevent-users-from-sending-mails-in-exchange-20072010/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 06:40:37 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Exchange 2007 / 2010 prevent sending mails]]></category>
		<category><![CDATA[Transport Rules Exchange 2007 / 2010]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=871</guid>
		<description><![CDATA[Problem: Normally a user with a mailbox is allowed to send mails. But if for some reason this should no longer be possible for the user, you have to prevent him from sending mails. Easiest way would be to simply delete his mailbox. But there is another option where you have some extra options on [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong> Normally a user with a mailbox is allowed to send mails. But if for some reason this should no longer be possible for the user, you have to prevent him from sending mails. Easiest way would be to simply delete his mailbox. But there is another option where you have some extra options on what exactly he is allowed to do or not to do.<br />
<strong>Solution:</strong> In Exchange 2010 you have to manage such things as delivery or sending restrictions by creating Transport Rules. You can then select lots of different things what the user should be allowed to do with his mail account and how mails will be processed. For example you can block a user from sending mails and delete all his messages and send him a non delivery report. You can redirect mails to a specified mailbox or a group of recipients. Just run the assistant which can be found in the Organisation Configuration > Hub Transport. You will find it on the right side.<br />
<strong>Article:</strong> The original article can be found <a href="http://www.experts-exchange.com/Software/Server_Software/Email_Servers/Exchange/A_3222-Prevent-users-sending-external-e-mails-with-Transport-Rules.html">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/how-to-prevent-users-from-sending-mails-in-exchange-20072010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check if your CPU supports 64Bit</title>
		<link>http://blog.the-exe.org/check-if-your-cpu-supports-64bit/</link>
		<comments>http://blog.the-exe.org/check-if-your-cpu-supports-64bit/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 09:19:10 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[CPU 64Bit Capable]]></category>
		<category><![CDATA[CPU-Z]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=869</guid>
		<description><![CDATA[What to do if you have to check if a remote system that&#8217;s running with 32Bit Windows would also support 64Bit?
The easiest way to do this is to download the application CPU-Z, this freeware application works on various windows based systems, even on server systems.
The application will then read out the informations on your CPU [...]]]></description>
			<content:encoded><![CDATA[<p>What to do if you have to check if a remote system that&#8217;s running with 32Bit Windows would also support 64Bit?<br />
The easiest way to do this is to download the application CPU-Z, this freeware application works on various windows based systems, even on server systems.<br />
The application will then read out the informations on your CPU and you can see if the CPU supports EM64T.<br />
Check the <a href="http://www.cpuid.com/softwares/cpu-z.html">Link</a> for further Informations and Download.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/check-if-your-cpu-supports-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error installing Update KB974417</title>
		<link>http://blog.the-exe.org/error-installing-update-kb974417/</link>
		<comments>http://blog.the-exe.org/error-installing-update-kb974417/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 14:16:04 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Error installing Update KB974417]]></category>
		<category><![CDATA[KB974417]]></category>
		<category><![CDATA[KB976569]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=851</guid>
		<description><![CDATA[Symptom: On Windows XP machine update KB974417 cannot be installed and fails with the warning that it does not apply to any installed product.
Problem: There is another update that blocks the installation.
Solution: Uninstall Update KB976569 in add and remove software. You will find the update when showing updates in the list under .NET Framework 2.0 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Symptom:</strong> On Windows XP machine update KB974417 cannot be installed and fails with the warning that it does not apply to any installed product.<br />
<strong>Problem:</strong> There is another update that blocks the installation.<br />
<strong>Solution:</strong> Uninstall Update KB976569 in add and remove software. You will find the update when showing updates in the list under .NET Framework 2.0 Service Pack 2. After uninstalling, you&#8217;ll have to reboot the computer. Install the KB974417 before reinstalling KB976569. In the end both updates will be installed.<br />
<strong>Link to original article:</strong> <a href="http://blog.komeil.com/2010/03/kb974417-installation-failed-windows-xp.html">Here</a></p>
<p><script type="text/javascript">
var uri = 'http://impch.tradedoubler.com/imp?type(img)g(18100798)a(1600797)' + new String (Math.random()).substring (2, 11);
document.write('<a href="http://clk.tradedoubler.com/click?p=90917&#038;a=1600797&#038;g=18100798" target="_BLANK"><img src="'+uri+'" border=0></a>');
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/error-installing-update-kb974417/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Windows Firewall via GPO</title>
		<link>http://blog.the-exe.org/disable-windows-firewall-via-gpo/</link>
		<comments>http://blog.the-exe.org/disable-windows-firewall-via-gpo/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 06:41:24 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[stop service gpo]]></category>
		<category><![CDATA[windows 7 firewall]]></category>
		<category><![CDATA[Windows Firewall]]></category>
		<category><![CDATA[windows xp firewall]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=849</guid>
		<description><![CDATA[Problem: All clients in the network have windows firewall enabled. This may cause problems with the anti-virus to update the clients.
Solution: Disable all firewall services on the clients.
HowTo: Create a GPO that disables every computers windows firewall. You can find an article describing exactly how to do so can be found here.
Additional Info: By doing [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong> All clients in the network have windows firewall enabled. This may cause problems with the anti-virus to update the clients.<br />
<strong>Solution:</strong> Disable all firewall services on the clients.<br />
<strong>HowTo:</strong> Create a GPO that disables every computers windows firewall. You can find an article describing exactly how to do so can be found <a href="http://www.utexas.edu/its/support/topics/disable-wfw.php">here</a>.<br />
<strong>Additional Info:</strong> By doing the stuff described in the link above, the <strong>service</strong> of the windows firewall is <strong>still running</strong>. You&#8217;ll have to deactivate the service via GPO as well. To do so, go to the group policy editor and ad the following entry: <strong>Computer Configuration\Control Panel Settings\Services</strong>. Add an entry for the windows firewall service. If your clients use windows XP you have to add an entry for a service called <strong>SharedAccess</strong> Start type should be set to <strong>Disabled</strong>. You might also configure to stop the service if it&#8217;s still running. If your clients are using windows 7 the service name would be <strong>MpsSvc</strong>. </p>
<p><script type="text/javascript">
var uri = 'http://impch.tradedoubler.com/imp?type(img)g(17324548)a(1600797)' + new String (Math.random()).substring (2, 11);
document.write('<a href="http://clk.tradedoubler.com/click?p=62569&#038;a=1600797&#038;g=17324548" target="_BLANK"><img src="'+uri+'" border=0></a>');
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/disable-windows-firewall-via-gpo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
