<?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>Admins Handbook</title>
	<atom:link href="http://www.handbook.dk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.handbook.dk</link>
	<description>Tips &#038; Tricks</description>
	<lastBuildDate>Wed, 16 May 2012 12:17:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Tomcat &#8211; Configure Trusted SSL Certificate &#8211; Windows</title>
		<link>http://www.handbook.dk/tomcat-configure-trusted-ssl-certificate-windows-543.htm</link>
		<comments>http://www.handbook.dk/tomcat-configure-trusted-ssl-certificate-windows-543.htm#comments</comments>
		<pubDate>Thu, 19 Apr 2012 10:19:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=543</guid>
		<description><![CDATA[Create new keystore with a 2048 bit certificate: c:\PROGRA~1\AHSAYO~1\conf&#62;c:\progra~1\ahsayo~1\java\bin\keytool -genkey -keysize 2048 -alias tomcat -keyalg RSA -keystore keystore.2012 Make a request: c:\PROGRA~1\AHSAYO~1\conf&#62;c:\progra~1\ahsayo~1\java\bin\keytool -certreq -keyalg RSA -alias tomcat -file MyDom.csr -keystore keystore.2012 Import root cert: c:\PROGRA~1\AHSAYO~1\conf&#62;c:\progra~1\ahsayo~1\java\bin\keytool -import -alias r oot -keystore keystore.2012 -trustcacerts -file root.crt Import intermediate cert: c:\PROGRA~1\AHSAYO~1\conf&#62;c:\progra~1\ahsayo~1\java\bin\keytool -import -alias i ntermed -keystore keystore.2012 -trustcacerts [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Create new keystore with a 2048 bit certificate:</strong><br />
c:\PROGRA~1\AHSAYO~1\conf&gt;c:\progra~1\ahsayo~1\java\bin\keytool -genkey -keysize<br />
2048 -alias tomcat -keyalg RSA -keystore keystore.2012</p>
<p><strong>Make a request:</strong><br />
c:\PROGRA~1\AHSAYO~1\conf&gt;c:\progra~1\ahsayo~1\java\bin\keytool -certreq -keyalg<br />
RSA -alias tomcat -file MyDom.csr -keystore keystore.2012</p>
<p><strong>Import root cert:</strong><br />
c:\PROGRA~1\AHSAYO~1\conf&gt;c:\progra~1\ahsayo~1\java\bin\keytool -import -alias r<br />
oot -keystore keystore.2012 -trustcacerts -file root.crt</p>
<p><strong>Import intermediate cert:</strong><br />
c:\PROGRA~1\AHSAYO~1\conf&gt;c:\progra~1\ahsayo~1\java\bin\keytool -import -alias i<br />
ntermed -keystore keystore.2012 -trustcacerts -file intermediate.crt</p>
<p><strong>Import the trusted SSL cert:</strong><br />
c:\PROGRA~1\AHSAYO~1\conf&gt;c:\progra~1\ahsayo~1\java\bin\keytool -import -alias t<br />
omcat -keystore keystore.2012 -trustcacerts -file MyDom.crt</p>
<p><a title="More info" href="http://adityo.blog.binusian.org/?p=210" target="_blank">More info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/tomcat-configure-trusted-ssl-certificate-windows-543.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error in Office: The file is corrupt and it cannot be open &#8211; security setting</title>
		<link>http://www.handbook.dk/error-in-office-the-file-is-corrupt-and-it-cannot-be-open-security-setting-535.htm</link>
		<comments>http://www.handbook.dk/error-in-office-the-file-is-corrupt-and-it-cannot-be-open-security-setting-535.htm#comments</comments>
		<pubDate>Thu, 12 Apr 2012 09:09:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=535</guid>
		<description><![CDATA[If you get this error trying to open a Office document: &#8220;The file is corrupt and it cannot be open&#8221; it might be a security setting. If the file is from the Internet / Outlook, it is blocked by default. You can unblock in the file properties or make a GP Goto: User Configuration &#62; Administrative Templates &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>If you get this error trying to open a Office document: &#8220;The file is corrupt and it cannot be open&#8221; it might be a security setting.</p>
<p>If the file is from the Internet / Outlook, it is blocked by default.</p>
<p>You can unblock in the file properties or make a GP<br />
Goto: User Configuration &gt; Administrative Templates &gt; Windows Components &gt; Attachment Manager Enable: Do not preserve zone information in file attachments</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/error-in-office-the-file-is-corrupt-and-it-cannot-be-open-security-setting-535.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create service dependency</title>
		<link>http://www.handbook.dk/create-service-dependency-525.htm</link>
		<comments>http://www.handbook.dk/create-service-dependency-525.htm#comments</comments>
		<pubDate>Mon, 06 Feb 2012 10:16:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=525</guid>
		<description><![CDATA[If you are using iscsi and have an fileserver, it is important that fileservices starts after the iscisi is of and running. This specifik command soves this issue: sc.exe config lanmanserver depand= msisci (the space before msisci has to be there)]]></description>
			<content:encoded><![CDATA[<p>If you are using iscsi and have an fileserver, it is important that fileservices starts after the iscisi is of and running.<br />
This specifik command soves this issue:</p>
<p>sc.exe config lanmanserver depand= msisci<br />
(the space before msisci has to be there)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/create-service-dependency-525.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Exchange Information Store Database [DB-Name] copy on this server experienced a corrupted search catalog</title>
		<link>http://www.handbook.dk/microsoft-exchange-information-store-database-db-name-copy-on-this-server-experienced-a-corrupted-search-catalog-522.htm</link>
		<comments>http://www.handbook.dk/microsoft-exchange-information-store-database-db-name-copy-on-this-server-experienced-a-corrupted-search-catalog-522.htm#comments</comments>
		<pubDate>Thu, 02 Feb 2012 12:37:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=522</guid>
		<description><![CDATA[Error: Microsoft Exchange Information Store Database [DB-Name] copy on this server experienced a corrupted search catalog Fix with this command: Update-MailboxDatabaseCopy -Identity &#8220;[type in your DB]\[Your Exchange server]&#8221; -CatalogOnly]]></description>
			<content:encoded><![CDATA[<p>Error:<br />
Microsoft Exchange Information Store Database [DB-Name] copy on this server experienced a corrupted search catalog</p>
<p>Fix with this command:<br />
Update-MailboxDatabaseCopy -Identity &#8220;[type in your DB]\[Your Exchange server]&#8221; -CatalogOnly</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/microsoft-exchange-information-store-database-db-name-copy-on-this-server-experienced-a-corrupted-search-catalog-522.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 &#8211; set rights with powershell</title>
		<link>http://www.handbook.dk/exchange-2010-set-rights-with-powershell-406.htm</link>
		<comments>http://www.handbook.dk/exchange-2010-set-rights-with-powershell-406.htm#comments</comments>
		<pubDate>Tue, 17 Jan 2012 15:41:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=406</guid>
		<description><![CDATA[Mailbox: set-mailboxfolderpermission -Identity testuser:\calender -User cl -AccessRights editor Resource Calender: Add-MailboxPermission –Identity testresource -User all-usersgroup -AccessRights FullAccess -InheritanceType All Public folders: Get-PublicFolderClientPermission -Identity &#8220;\firm1\firm1 calender&#8221; Add-PublicFolderClientPermission -Identity &#8220;\firm1\firm1 calender&#8221; -AccessRights PublishingEditor -User testuser]]></description>
			<content:encoded><![CDATA[<p><strong>Mailbox:</strong><br />
set-mailboxfolderpermission -Identity testuser:\calender -User cl -AccessRights editor</p>
<p><strong>Resource Calender:</strong><br />
Add-MailboxPermission –Identity testresource -User all-usersgroup -AccessRights FullAccess -InheritanceType All</p>
<p><strong>Public folders:</strong><br />
Get-PublicFolderClientPermission -Identity &#8220;\firm1\firm1 calender&#8221;</p>
<p>Add-PublicFolderClientPermission -Identity &#8220;\firm1\firm1 calender&#8221; -AccessRights PublishingEditor -User testuser</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/exchange-2010-set-rights-with-powershell-406.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMTP send connector SSL</title>
		<link>http://www.handbook.dk/smtp-send-connector-ssl-404.htm</link>
		<comments>http://www.handbook.dk/smtp-send-connector-ssl-404.htm#comments</comments>
		<pubDate>Tue, 17 Jan 2012 15:38:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=404</guid>
		<description><![CDATA[Get-SendConnector &#124; fl fqdn Get-ExchangeCertificate &#124; fl CertificateDomains Get-ExchangeCertificate &#124; fl thumbprint, services Enable-ExchangeCertificate -Thumbprint A2AB2228777CE4539xxxxDF3F7D22A2E94326A99 -Services IMAP, POP, IIS, SMTP -DoNotRequireSSL]]></description>
			<content:encoded><![CDATA[<p>Get-SendConnector | fl fqdn<br />
Get-ExchangeCertificate | fl CertificateDomains<br />
Get-ExchangeCertificate | fl thumbprint, services<br />
Enable-ExchangeCertificate -Thumbprint A2AB2228777CE4539xxxxDF3F7D22A2E94326A99 -Services IMAP, POP, IIS, SMTP -DoNotRequireSSL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/smtp-send-connector-ssl-404.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restricted Role Assignment Policy</title>
		<link>http://www.handbook.dk/restricted-role-assignment-policy-402.htm</link>
		<comments>http://www.handbook.dk/restricted-role-assignment-policy-402.htm#comments</comments>
		<pubDate>Tue, 17 Jan 2012 15:37:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=402</guid>
		<description><![CDATA[Rename the default role: Set-RoleAssignmentPolicy &#8220;Default Role Assignment Policy&#8221; -Name &#8220;Unrestricted Role Assignment Policy&#8221; Create new New-RoleAssignmentPolicy -Name &#8220;Restricted Role Assignment Policy&#8221; -Description &#8220;Only base options.&#8221; -Roles MyBaseOptions -IsDefault:$True If created grafical, you need to set it default this way: Set-RoleAssignmentPolicy -identity &#8220;Restricted Role Assignment Policy&#8221; -IsDefault:$True All new users get the new policy, but [...]]]></description>
			<content:encoded><![CDATA[<p>Rename the default role:<br />
Set-RoleAssignmentPolicy &#8220;Default Role Assignment Policy&#8221; -Name &#8220;Unrestricted Role Assignment Policy&#8221;</p>
<p>Create new<br />
New-RoleAssignmentPolicy -Name &#8220;Restricted Role Assignment Policy&#8221; -Description &#8220;Only base options.&#8221; -Roles MyBaseOptions -IsDefault:$True</p>
<p>If created grafical, you need to set it default this way:<br />
Set-RoleAssignmentPolicy -identity &#8220;Restricted Role Assignment Policy&#8221; -IsDefault:$True</p>
<p>All new users get the new policy, but you need to run this command on everyone else:<br />
set-mailbox usertest -RoleAssignmentPolicy &#8220;Restricted Role Assignment Policy&#8221;</p>
<p><a href="http://www.proexchange.be/blogs/exchange2010/archive/2011/01/11/restricting-access-to-exchange-control-panel-for-users.aspx">more info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/restricted-role-assignment-policy-402.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add global address list</title>
		<link>http://www.handbook.dk/add-global-address-list-400.htm</link>
		<comments>http://www.handbook.dk/add-global-address-list-400.htm#comments</comments>
		<pubDate>Tue, 17 Jan 2012 15:35:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=400</guid>
		<description><![CDATA[Add global address list: New-GlobalAddressList -Name &#8220;Firm 4 &#8211; GAL&#8221; -IncludedRecipients MailboxUsers -ConditionalCompany Firm4 Creates the global address list based on &#8220;company&#8221; in the user object. Remove global address list: remove-GlobalAddressList -identity &#8220;Firm 4 &#8211; GAL&#8221; Show global address list: get-globaladdresslist]]></description>
			<content:encoded><![CDATA[<p>Add global address list:<br />
New-GlobalAddressList -Name &#8220;Firm 4 &#8211; GAL&#8221; -IncludedRecipients MailboxUsers -ConditionalCompany Firm4<br />
Creates the global address list based on &#8220;company&#8221; in the user object.</p>
<p>Remove global address list: remove-GlobalAddressList -identity &#8220;Firm 4 &#8211; GAL&#8221;</p>
<p>Show global address list: get-globaladdresslist</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/add-global-address-list-400.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Outlook 2010 AntiSPAM/Junk E-mail Funktion</title>
		<link>http://www.handbook.dk/disable-outlook-2010-antispamjunk-e-mail-funktion-397.htm</link>
		<comments>http://www.handbook.dk/disable-outlook-2010-antispamjunk-e-mail-funktion-397.htm#comments</comments>
		<pubDate>Thu, 29 Dec 2011 23:07:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=397</guid>
		<description><![CDATA[Regedit: [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\outlook] &#8220;DisableAntiSpam&#8221;=dword:00000001 Download regfile]]></description>
			<content:encoded><![CDATA[<p>Regedit:<br />
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\outlook] &#8220;DisableAntiSpam&#8221;=dword:00000001</p>
<p><a href="http://www.handbook.dk/download/DisableAntiSpam2010.reg">Download regfile</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/disable-outlook-2010-antispamjunk-e-mail-funktion-397.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kernel: lnc0: Missed packet &#8212; no receive buffer &#8211; VMware BSD and or monowall</title>
		<link>http://www.handbook.dk/kernel-lnc0-missed-packet-no-receive-buffer-vmware-bsd-and-or-monowall-391.htm</link>
		<comments>http://www.handbook.dk/kernel-lnc0-missed-packet-no-receive-buffer-vmware-bsd-and-or-monowall-391.htm#comments</comments>
		<pubDate>Wed, 16 Nov 2011 13:07:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=391</guid>
		<description><![CDATA[kernel: lnc0: Missed packet &#8212; no receive buffer &#8211; Your virtual hardware is to slow. If an option, try to install vmware-tools or use another network card type instead of vlance. add this to the vmx: ethernet0.virtualDev=&#8221;e1000&#8243; ethernet1.virtualDev=&#8221;e1000&#8243;]]></description>
			<content:encoded><![CDATA[<p>kernel: lnc0: Missed packet &#8212; no receive buffer<br />
&#8211;<br />
Your virtual hardware is to slow. If an option, try to install vmware-tools or use another network card type instead of vlance.</p>
<p>add this to the vmx:<br />
ethernet0.virtualDev=&#8221;e1000&#8243;<br />
ethernet1.virtualDev=&#8221;e1000&#8243;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/kernel-lnc0-missed-packet-no-receive-buffer-vmware-bsd-and-or-monowall-391.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site to site VPN &#8211; Monowall and ASA5500</title>
		<link>http://www.handbook.dk/site-to-site-vpn-monowall-and-asa5500-376.htm</link>
		<comments>http://www.handbook.dk/site-to-site-vpn-monowall-and-asa5500-376.htm#comments</comments>
		<pubDate>Mon, 14 Nov 2011 10:02:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=376</guid>
		<description><![CDATA[This is an example how to create an site to site VPN between monowall and ASA Monowall 1.33 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; ASA access-list outside_20_cryptomap extended permit ip 10.1.1.0 255.255.255.0 192.168.36.0 255.255.255.0 [...]]]></description>
			<content:encoded><![CDATA[<p>This is an example how to create an site to site VPN between monowall and ASA</p>
<p><strong>Monowall 1.33</strong></p>
<p><a href="http://www.handbook.dk/wp-content/uploads/2011/11/vpn1.png"><img class="alignleft size-medium wp-image-377" title="vpn1" src="http://www.handbook.dk/wp-content/uploads/2011/11/vpn1-300x223.png" alt="" width="300" height="223" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.handbook.dk/wp-content/uploads/2011/11/vpn2.png"><img class="alignleft size-medium wp-image-383" title="vpn2" src="http://www.handbook.dk/wp-content/uploads/2011/11/vpn2-226x300.png" alt="" width="226" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.handbook.dk/wp-content/uploads/2011/11/vpn3.png"><img class="alignleft size-medium wp-image-379" title="vpn3" src="http://www.handbook.dk/wp-content/uploads/2011/11/vpn3-300x185.png" alt="" width="300" height="185" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>ASA</strong></p>
<p>access-list outside_20_cryptomap extended permit ip 10.1.1.0 255.255.255.0 192.168.36.0 255.255.255.0<br />
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 192.168.36.0 255.255.255.0<br />
nat (inside) 0 access-list inside_nat0_outbound</p>
<p>crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac<br />
crypto ipsec security-association lifetime seconds 28800<br />
crypto ipsec security-association lifetime kilobytes 4608000</p>
<p>crypto map outside_map 20 match address outside_20_cryptomap<br />
crypto map outside_map 20 set pfs<br />
crypto map outside_map 20 set peer 234.234.234.234<br />
crypto map outside_map 20 set transform-set ESP-3DES-MD5<br />
crypto map outside_map 20 set security-association lifetime seconds 28800<br />
crypto map outside_map 20 set security-association lifetime kilobytes 4608000<br />
crypto map outside_map interface outside<br />
crypto isakmp enable outside<br />
crypto isakmp policy 10<br />
authentication pre-share<br />
encryption 3des<br />
hash md5<br />
group 2<br />
lifetime 86400</p>
<p>tunnel-group 234.234.234.234 type ipsec-l2l<br />
tunnel-group 234.234.234.234 ipsec-attributes<br />
pre-shared-key securepass</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/site-to-site-vpn-monowall-and-asa5500-376.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose Fallback Driver &#8211; Windows 2003 Terminal Server</title>
		<link>http://www.handbook.dk/choose-fallback-driver-windows-2003-terminal-server-368.htm</link>
		<comments>http://www.handbook.dk/choose-fallback-driver-windows-2003-terminal-server-368.htm#comments</comments>
		<pubDate>Fri, 14 Oct 2011 11:04:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=368</guid>
		<description><![CDATA[By default Windows use the driver &#8221;HP DeskJet500c&#8221; or &#8220;HP Color LaserJet 5/5M PS&#8221; if no exact driver is found. This can be changed in regedit on the terminal server. Below is &#8220;HP LaserJet 4&#8243; the default. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd] &#8220;FallbackPclDriver&#8221;=&#8221;HP LaserJet 4&#8243; &#8220;FallbackPsDriver&#8221;=&#8221;HP Color LaserJet 5/5M PS&#8221; Download regfile]]></description>
			<content:encoded><![CDATA[<p>By default Windows use the driver &#8221;HP DeskJet500c&#8221; or &#8220;HP Color LaserJet 5/5M PS&#8221; if no exact driver is found.<br />
This can be changed in regedit on the terminal server.</p>
<p>Below is &#8220;HP LaserJet 4&#8243; the default.</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd]<br />
&#8220;FallbackPclDriver&#8221;=&#8221;HP LaserJet 4&#8243;<br />
&#8220;FallbackPsDriver&#8221;=&#8221;HP Color LaserJet 5/5M PS&#8221;</p>
<p><a href="http://www.handbook.dk/download/FallbackPclDriver.reg">Download regfile</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/choose-fallback-driver-windows-2003-terminal-server-368.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win32 error code returned by the print processor: 5. Access is denied.</title>
		<link>http://www.handbook.dk/win32-error-code-returned-by-the-print-processor-5-access-is-denied-365.htm</link>
		<comments>http://www.handbook.dk/win32-error-code-returned-by-the-print-processor-5-access-is-denied-365.htm#comments</comments>
		<pubDate>Tue, 04 Oct 2011 10:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=365</guid>
		<description><![CDATA[On a terminal server where a user is trying to print, you get whis error in the log: &#8220;Win32 error code returned by the print processor: 5. Access is denied&#8221; Give the users trying to print write access to thsi folder on the terminal server: C:\Windows\System32\spool]]></description>
			<content:encoded><![CDATA[<p>On a terminal server where a user is trying to print, you get whis error in the log:</p>
<p>&#8220;Win32 error code returned by the print processor: 5. Access is denied&#8221;</p>
<p>Give the users trying to print write access to thsi folder on the terminal server:<br />
C:\Windows\System32\spool</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/win32-error-code-returned-by-the-print-processor-5-access-is-denied-365.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please provide a path to windows media x86</title>
		<link>http://www.handbook.dk/please-provide-a-path-to-windows-media-x86-362.htm</link>
		<comments>http://www.handbook.dk/please-provide-a-path-to-windows-media-x86-362.htm#comments</comments>
		<pubDate>Tue, 04 Oct 2011 10:41:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=362</guid>
		<description><![CDATA[You have a Windows 2008 64 bit terminal server and needs some additional printer drivers x86 and x64. When installing the x86 drivers this error occurs: &#8220;please provide a path to windows media x86&#8243; All you have to do is finding ntprint.inf from a 32 bit Windows 7 and give it that file and folders. [...]]]></description>
			<content:encoded><![CDATA[<p>You have a Windows 2008 64 bit terminal server and needs some additional printer drivers x86 and x64.<br />
When installing the x86 drivers this error occurs:</p>
<p>&#8220;please provide a path to windows media x86&#8243;</p>
<p>All you have to do is finding ntprint.inf from a 32 bit Windows 7 and give it that file and folders.<br />
From a Windows 7 find this folders:</p>
<p>C:\Windows\winsxs\x86_ntprint.inf.*</p>
<p>Move it to your Windows 2008 server, and point the wizard to this files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/please-provide-a-path-to-windows-media-x86-362.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create snapshots in another location then the VMs folder</title>
		<link>http://www.handbook.dk/how-to-create-snapshots-in-another-location-then-the-vms-folder-359.htm</link>
		<comments>http://www.handbook.dk/how-to-create-snapshots-in-another-location-then-the-vms-folder-359.htm#comments</comments>
		<pubDate>Wed, 28 Sep 2011 08:52:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=359</guid>
		<description><![CDATA[This works only with ESX3 and ESX4 Power down the VM Add a line to the .vmx configuration &#8211; workingDir = &#8220;/vmfs/volumes/4e804054-a8b90408-d7d4-001e0b6dd2ce/vm-snapshots&#8221; &#8211; KB from VMware]]></description>
			<content:encoded><![CDATA[<p>This works only with ESX3 and ESX4<br />
Power down the VM<br />
Add a line to the .vmx configuration<br />
&#8211;<br />
workingDir = &#8220;/vmfs/volumes/4e804054-a8b90408-d7d4-001e0b6dd2ce/vm-snapshots&#8221;<br />
&#8211;<br />
<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1002929">KB from VMware</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/how-to-create-snapshots-in-another-location-then-the-vms-folder-359.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The esxpress gui is being used, make your changes there</title>
		<link>http://www.handbook.dk/the-esxpress-gui-is-being-used-make-your-changes-there-356.htm</link>
		<comments>http://www.handbook.dk/the-esxpress-gui-is-being-used-make-your-changes-there-356.htm#comments</comments>
		<pubDate>Wed, 28 Sep 2011 08:03:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=356</guid>
		<description><![CDATA[You are using ESXpress and try to change the configuration from the console using &#8216;phd&#8217;. This error pops up trying to save the configuration: &#8220;The esxpress gui is being used, make your changes there&#8221;. The ESXpress software thinks it is controlled by the virtual phd appliance. If you are not using that anymore, this can [...]]]></description>
			<content:encoded><![CDATA[<p>You are using ESXpress and try to change the configuration from the console using &#8216;phd&#8217;.<br />
This error pops up trying to save the configuration: &#8220;The esxpress gui is being used, make your changes there&#8221;.<br />
The ESXpress software thinks it is controlled by the virtual phd appliance.<br />
If you are not using that anymore, this can be disabled in the configuration on the host:<br />
/etc/phd/esxpress.cfg<br />
Change to &#8216;no&#8217;<br />
&#8211;<br />
# Global Quorum Configs<br />
PHD_Q_ENABLE=&#8217;No&#8217;<br />
#PHD_Q_ENABLE=Yes</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/the-esxpress-gui-is-being-used-make-your-changes-there-356.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable certificate &#8211; Exchange 2010</title>
		<link>http://www.handbook.dk/enable-certificate-exchange-2010-352.htm</link>
		<comments>http://www.handbook.dk/enable-certificate-exchange-2010-352.htm#comments</comments>
		<pubDate>Tue, 27 Sep 2011 08:46:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=352</guid>
		<description><![CDATA[[PS] C:\Users\Administrator\Desktop>enable-exchangecertificate -thumbprint 2baade861687416c03a099430228b345679999d8 -ser vices iis, imap, smtp, pop, um, none -DoNotRequireSSL Get-ExchangeCertificate &#124;FL]]></description>
			<content:encoded><![CDATA[<p>[PS] C:\Users\Administrator\Desktop>enable-exchangecertificate -thumbprint 2baade861687416c03a099430228b345679999d8 -ser<br />
vices iis, imap, smtp, pop, um, none -DoNotRequireSSL</p>
<p>Get-ExchangeCertificate |FL </p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/enable-certificate-exchange-2010-352.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAT range of ports on Cisco ASA</title>
		<link>http://www.handbook.dk/nat-range-of-ports-on-cisco-asa-340.htm</link>
		<comments>http://www.handbook.dk/nat-range-of-ports-on-cisco-asa-340.htm#comments</comments>
		<pubDate>Thu, 11 Aug 2011 11:38:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=340</guid>
		<description><![CDATA[NAT a range of ports on a Cisco ASA for FTP use. In this example I need SSL support, passive ports. object-group service PassiveFTP tcp port-object range 60000 60015 static (inside,outside) tcp interface ftp 192.168.1.20 ftp netmask 255.255.255.255 access-list allow_inbound extended permit tcp host host object-group PassiveFTP access-list allow_inbound extended permit tcp host interface outside [...]]]></description>
			<content:encoded><![CDATA[<p>NAT a range of ports on a Cisco ASA for FTP use.<br />
In this example I need SSL support, passive ports.</p>
<p>object-group service PassiveFTP tcp<br />
port-object range 60000 60015<br />
static (inside,outside) tcp interface ftp 192.168.1.20 ftp netmask 255.255.255.255<br />
access-list allow_inbound extended permit tcp host host object-group PassiveFTP<br />
access-list allow_inbound extended permit tcp host interface outside eq ftp</p>
<p>static (inside,outside) tcp interface 60000 192.168.1.20 60000 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60001 192.168.1.20 60001 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60002 192.168.1.20 60002 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60003 192.168.1.20 60003 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60004 192.168.1.20 60004 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60005 192.168.1.20 60005 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60006 192.168.1.20 60006 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60007 192.168.1.20 60007 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60008 192.168.1.20 60008 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60009 192.168.1.20 60009 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60010 192.168.1.20 60010 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60011 192.168.1.20 60011 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60012 192.168.1.20 60012 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60013 192.168.1.20 60013 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60014 192.168.1.20 60014 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 60015 192.168.1.20 60015 netmask 255.255.255.255</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/nat-range-of-ports-on-cisco-asa-340.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn Off Protected View in Office 2010</title>
		<link>http://www.handbook.dk/turn-off-protected-view-in-office-2010-337.htm</link>
		<comments>http://www.handbook.dk/turn-off-protected-view-in-office-2010-337.htm#comments</comments>
		<pubDate>Wed, 10 Aug 2011 08:08:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=337</guid>
		<description><![CDATA[Script: EnableOnLoad.reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Security\FileValidation] &#8220;EnableOnLoad&#8221;=dword:00000000 &#8212; Group Policy: “Options\Security\Trust Center\Protected View” &#8212; Reg file: bProtectedMode.reg]]></description>
			<content:encoded><![CDATA[<p><strong>Script:</strong><br />
EnableOnLoad.reg</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Security\FileValidation]<br />
&#8220;EnableOnLoad&#8221;=dword:00000000</p>
<p>&#8212;</p>
<p><strong>Group Policy:</strong><br />
“Options\Security\Trust Center\Protected View”</p>
<p>&#8212;</p>
<p><strong>Reg file:</strong><br />
<a href="http://www.handbook.dk/download/bProtectedMode.reg">bProtectedMode.reg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/turn-off-protected-view-in-office-2010-337.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change client local drive in Citrix &#8211; InitialClientDrive</title>
		<link>http://www.handbook.dk/change-client-local-drive-in-citrix-initialclientdrive-334.htm</link>
		<comments>http://www.handbook.dk/change-client-local-drive-in-citrix-initialclientdrive-334.htm#comments</comments>
		<pubDate>Thu, 23 Jun 2011 15:12:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=334</guid>
		<description><![CDATA[The local harddrive of a client can be changed in a citrix invioment. Create this on the server if you want it to be x: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Citrix] &#8220;InitialClientDrive&#8221;=&#8221;x:&#8221; Type REG_SZ]]></description>
			<content:encoded><![CDATA[<p>The local harddrive of a client can be changed in a citrix invioment.<br />
Create this on the server if you want it to be x:</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Citrix]<br />
&#8220;InitialClientDrive&#8221;=&#8221;x:&#8221;<br />
Type REG_SZ </p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/change-client-local-drive-in-citrix-initialclientdrive-334.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Reader X with Protected Mode disabled on Terminal server</title>
		<link>http://www.handbook.dk/adobe-reader-x-with-protected-mode-disabled-on-terminal-server-328.htm</link>
		<comments>http://www.handbook.dk/adobe-reader-x-with-protected-mode-disabled-on-terminal-server-328.htm#comments</comments>
		<pubDate>Thu, 09 Jun 2011 07:42:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=328</guid>
		<description><![CDATA[On a terminal server all users are requested to enable or disable the protected mode in the new Adobe Reader X. On some systems enabling does not work. You can easily disable this functionality for the user in regedit with the use of a login script running this command: REG ADD &#8220;HKCU\SOFTWARE\Adobe\Acrobat Reader\10.0\Privileged&#8221; /v bProtectedMode [...]]]></description>
			<content:encoded><![CDATA[<p>On a terminal server all users are requested to enable or disable the protected mode in the new Adobe Reader X. On some systems enabling does not work.<br />
You can easily disable this functionality for the user in regedit with the use of a login script running this command:</p>
<p>REG ADD &#8220;HKCU\SOFTWARE\Adobe\Acrobat Reader\10.0\Privileged&#8221; /v bProtectedMode /t REG_DWORD /d 0 /f</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/adobe-reader-x-with-protected-mode-disabled-on-terminal-server-328.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>svchost.exe uses 100% CPU</title>
		<link>http://www.handbook.dk/svchost-exe-uses-100-cpu-318.htm</link>
		<comments>http://www.handbook.dk/svchost-exe-uses-100-cpu-318.htm#comments</comments>
		<pubDate>Tue, 17 May 2011 10:33:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=318</guid>
		<description><![CDATA[What is coursing the svchost.exe to use 100% CPU? Use this command: tasklist /svc /fi &#8220;imagename eq svchost.exe Show the dll&#8217;s: tasklist /m /fi &#8220;imagename eq svchost.exe Sysinternals Process Explorer]]></description>
			<content:encoded><![CDATA[<p>What is coursing the svchost.exe to use 100% CPU?<br />
Use this command:<br />
tasklist /svc /fi &#8220;imagename eq svchost.exe</p>
<p>Show the dll&#8217;s:<br />
tasklist /m /fi &#8220;imagename eq svchost.exe</p>
<p><a href="http://download.sysinternals.com/Files/ProcessExplorer.zip">Sysinternals Process Explorer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/svchost-exe-uses-100-cpu-318.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook blocked access to the following potentially unsafe attachments</title>
		<link>http://www.handbook.dk/outlook-blocked-access-to-the-following-potentially-unsafe-attachments-310.htm</link>
		<comments>http://www.handbook.dk/outlook-blocked-access-to-the-following-potentially-unsafe-attachments-310.htm#comments</comments>
		<pubDate>Tue, 18 Jan 2011 08:37:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=310</guid>
		<description><![CDATA[HKEY_CURRENT_USER\Software\Microsoft\Office\XX.X\Outlook\Security XX.X indicates your version of Outlook: 14.0 &#8211; Microsoft Office 2010 12.0 &#8211; Microsoft Office 2007 11.0 &#8211; Microsoft Office 2003 10.0 &#8211; Microsoft Office 2002 9.0 &#8211; Microsoft Office 2000 Add a new string value key in that location: Level1Remove Add the extensions: .lnk;.com;.exe Download a Reg file]]></description>
			<content:encoded><![CDATA[<p>HKEY_CURRENT_USER\Software\Microsoft\Office\XX.X\Outlook\Security</p>
<p>XX.X indicates your version of Outlook:<br />
14.0 &#8211; Microsoft Office 2010<br />
12.0 &#8211; Microsoft Office 2007<br />
11.0 &#8211; Microsoft Office 2003<br />
10.0 &#8211; Microsoft Office 2002<br />
9.0 &#8211; Microsoft Office 2000</p>
<p>Add a new string value key in that location:<br />
Level1Remove<br />
Add the extensions: .lnk;.com;.exe</p>
<p>Download a <a href="http://handbook.dk/download/Level1Remove.reg">Reg</a> file</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/outlook-blocked-access-to-the-following-potentially-unsafe-attachments-310.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customized office 2010 install</title>
		<link>http://www.handbook.dk/customized-office-2010-install-305.htm</link>
		<comments>http://www.handbook.dk/customized-office-2010-install-305.htm#comments</comments>
		<pubDate>Wed, 29 Dec 2010 15:50:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=305</guid>
		<description><![CDATA[Upgrade the admin folder in the office folder with the newest &#8220;Office Customization Tool&#8221; files. Start the tool: setup.exe /admin Featues &#8211;&#62; modify user setting &#8211;&#62; Microsoft office 2010 system &#8211;&#62; Privacy &#8211;&#62; Trust center Disable Opt-in Wizard on first run (enabled) Enable customer Exoerience improvement program (Disabled) Save the MSP file Setup.exe /adminfile office.MSP [...]]]></description>
			<content:encoded><![CDATA[<p>Upgrade the admin folder in the office folder with the newest &#8220;Office Customization Tool&#8221; files.<br />
Start the tool:<br />
setup.exe /admin</p>
<p>Featues &#8211;&gt; modify user setting &#8211;&gt; Microsoft office 2010 system &#8211;&gt; Privacy &#8211;&gt; Trust center<br />
Disable Opt-in Wizard on first run (enabled)<br />
Enable customer Exoerience improvement program (Disabled)<br />
Save the MSP file</p>
<p>Setup.exe /adminfile office.MSP<br />
(Runs the installation)</p>
<p>GPedit:<br />
User &#8211;&gt; Administrative Temp. &#8211;&gt; Microsoft Office 2010 system &#8211;&gt; Privacy &#8211;&gt; Trust center<br />
Disable Opt-in Wizard on first run (enabled)<br />
Enable customer Exoerience improvement program (Disabled)</p>
<p>User &#8211;&gt; Administrative Temp, &#8211;&gt; Microsoft Office 2007 &#8211;&gt; tools account settings &#8211;&gt; rss feeds<br />
Turn off RSS feature</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/customized-office-2010-install-305.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autodiscover srv record test</title>
		<link>http://www.handbook.dk/autodiscover-srv-record-test-299.htm</link>
		<comments>http://www.handbook.dk/autodiscover-srv-record-test-299.htm#comments</comments>
		<pubDate>Wed, 24 Nov 2010 10:38:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=299</guid>
		<description><![CDATA[C:\&#62;nslookup Standardserver:   domc.mydom.dk Address:  192.168.0.9 &#62; set type=all &#62; _autodiscover._tcp.internetdom.dk Server:   domc.mydom.dk Address:  192.168.0.9 Ikke-autoritativt svar: _autodiscover._tcp.internetdom.dk        SRV service location: priority       = 0 weight         = 0 port           = 443 svr hostname   = server01.exchangeserver.dk &#62; Test here: www.testexchangeconnectivity.com]]></description>
			<content:encoded><![CDATA[<p>C:\&gt;nslookup<br />
Standardserver:   domc.mydom.dk<br />
Address:  192.168.0.9</p>
<p>&gt; set type=all<br />
&gt; _autodiscover._tcp.internetdom.dk<br />
Server:   domc.mydom.dk<br />
Address:  192.168.0.9</p>
<p>Ikke-autoritativt svar:<br />
_autodiscover._tcp.internetdom.dk        SRV service location:<br />
priority       = 0<br />
weight         = 0<br />
port           = 443<br />
svr hostname   = server01.exchangeserver.dk<br />
&gt;</p>
<p>Test here: <a href="http://www.testexchangeconnectivity.com/">www.testexchangeconnectivity.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/autodiscover-srv-record-test-299.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 &#8211; Quick setup tips</title>
		<link>http://www.handbook.dk/exchange-2010-quick-setup-tips-290.htm</link>
		<comments>http://www.handbook.dk/exchange-2010-quick-setup-tips-290.htm#comments</comments>
		<pubDate>Tue, 09 Nov 2010 13:21:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=290</guid>
		<description><![CDATA[Import-Module ServerManager Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart Set-Service NetTcpPortSharing -StartupType Automatic Install: http://www.microsoft.com/downloads/da-dk/details.aspx?displaylang=da&#038;FamilyID=60c92a37-719c-4077-b5c6-cac34f4227cc http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5cd4dcd7-d3e6-4970-875e-aba93459fbee&#038;displaylang=en Get-OabVirtualDirectory -server EXCH &#124; Set-OabVirtualDirectory -InternalUrl https://exch.DOM.local/OAB -ExternalUrl https://webmail.Mydom.dk/OAB Get-WebServicesVirtualDirectory -server EXCH &#124; Set-WebServicesVirtualDirectory -InternalUrl https://exch.DOM.local/EWS/Exchange.asmx -ExternalUrl https://webmail.Mydom.dk/EWS/Exchange.asmx Get-OwaVirtualDirectory -server EXCH &#124; Set-OwaVirtualDirectory -InternalUrl https://exch.DOM.local/owa -ExternalUrl https://webmail.Mydom.dk/owa Get-EcpVirtualDirectory -server EXCH &#124; Set-EcpVirtualDirectory -InternalUrl https://exch.DOM.local/ecp -ExternalUrl https://webmail.Mydom.dk/ecp Get-ActiveSyncVirtualDirectory -server EXCH &#124; Set-ActiveSyncVirtualDirectory -InternalUrl https://exch.DOM.local/Microsoft-Server-ActiveSync [...]]]></description>
			<content:encoded><![CDATA[<p>Import-Module ServerManager<br />
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart</p>
<p>Set-Service NetTcpPortSharing -StartupType Automatic</p>
<p><strong>Install:</strong></p>
<p>http://www.microsoft.com/downloads/da-dk/details.aspx?displaylang=da&#038;FamilyID=60c92a37-719c-4077-b5c6-cac34f4227cc</p>
<p>http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5cd4dcd7-d3e6-4970-875e-aba93459fbee&#038;displaylang=en</p>
<p>Get-OabVirtualDirectory -server EXCH | Set-OabVirtualDirectory -InternalUrl https://exch.DOM.local/OAB -ExternalUrl <a href="https://webmail.Mydom.dk/OAB">https://webmail.Mydom.dk/OAB</a></p>
<p>Get-WebServicesVirtualDirectory -server EXCH | Set-WebServicesVirtualDirectory -InternalUrl https://exch.DOM.local/EWS/Exchange.asmx -ExternalUrl <a href="https://webmail.Mydom.dk/EWS/Exchange.asmx">https://webmail.Mydom.dk/EWS/Exchange.asmx</a></p>
<p>Get-OwaVirtualDirectory -server EXCH | Set-OwaVirtualDirectory -InternalUrl https://exch.DOM.local/owa -ExternalUrl <a href="https://webmail.Mydom.dk/owa">https://webmail.Mydom.dk/owa</a></p>
<p>Get-EcpVirtualDirectory -server EXCH | Set-EcpVirtualDirectory -InternalUrl https://exch.DOM.local/ecp -ExternalUrl <a href="https://webmail.Mydom.dk/ecp">https://webmail.Mydom.dk/ecp</a></p>
<p>Get-ActiveSyncVirtualDirectory -server EXCH | Set-ActiveSyncVirtualDirectory -InternalUrl https://exch.DOM.local/Microsoft-Server-ActiveSync -ExternalUrl https://webmail.Mydom.dk/Microsoft-Server-ActiveSync</p>
<p>Get-ClientAccessServer EXCH | Set-ClientAccessServer -AutoDiscoverServiceInternalUri https://exch.DOM.local/Autodiscover/Autodiscover.xml</p>
<p>enable-OutlookAnywhere -Server &#8216;EXCH&#8217; -ExternalHostname &#8216;webmail.Mydom.dk&#8217; -DefaultAuthenticationMethod &#8216;Basic&#8217; -SSLOffloading $false</p>
<p><strong>Remember to use a SSL SAN Certificate.</strong><br />
(With alternative names)<br />
exch<br />
exch.dom.local<br />
autodiscover.Mydom.dk</p>
<p>If you have alot of domains you can setup a SRV record on every domain: _autodiscover._tcp.info-Mydom.dk exch01.hostingprovider.dk</p>
<p>&nbsp;</p>
<p><strong>Set external EWS url:</strong><br />
Set-WebServicesVirtualDirectory -identity &#8220;CAS1\EWS (Default Web Site)&#8221; -externalurl <a href="https://outlook.dom.com/EWS/Exchange.asmx">https://outlook.dom.com/EWS/Exchange.asmx</a><br />
Set-WebServicesVirtualDirectory -identity &#8220;CAS2\EWS (Default Web Site)&#8221; -externalurl <a href="https://outlook.dom.com/EWS/Exchange.asmx">https://outlook.dom.com/EWS/Exchange.asmx</a><br />
Get-WebServicesVirtualDirectory | select name, *url* |fl</p>
<p><a href="https://outlook.dom.com/EWS/Exchange.asmx">https://outlook.dom.com/EWS/Exchange.asmx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/exchange-2010-quick-setup-tips-290.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change boot screen in windows 7 and save time</title>
		<link>http://www.handbook.dk/change-boot-screen-in-windows-7-and-save-time-287.htm</link>
		<comments>http://www.handbook.dk/change-boot-screen-in-windows-7-and-save-time-287.htm#comments</comments>
		<pubDate>Fri, 29 Oct 2010 11:08:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=287</guid>
		<description><![CDATA[Just a black screen. Saves a lot of time: bcdedit /set bootux disabled Vista boot screen bcdedit /set bootux basic More info]]></description>
			<content:encoded><![CDATA[<p>Just a black screen. Saves a lot of time:<br />
bcdedit /set bootux disabled </p>
<p>Vista boot screen<br />
bcdedit /set bootux basic</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc709667(WS.10).aspx">More info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/change-boot-screen-in-windows-7-and-save-time-287.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use esxcfg</title>
		<link>http://www.handbook.dk/how-to-use-esxcfg-280.htm</link>
		<comments>http://www.handbook.dk/how-to-use-esxcfg-280.htm#comments</comments>
		<pubDate>Wed, 27 Oct 2010 08:56:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=280</guid>
		<description><![CDATA[Add portgroups and vlans esxcfg-vswitch -A VLAN30 vSwitch1 esxcfg-vswitch -v 30 -p VLAN30 vSwitch1 Create VLAN script]]></description>
			<content:encoded><![CDATA[<p>Add portgroups and vlans<br />
esxcfg-vswitch -A VLAN30 vSwitch1<br />
esxcfg-vswitch -v 30 -p VLAN30 vSwitch1</p>
<p><a href="http://www.handbook.dk/download/vlans.txt">Create VLAN script</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/how-to-use-esxcfg-280.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco &#8211; Delayed restart</title>
		<link>http://www.handbook.dk/cisco-delayed-restart-277.htm</link>
		<comments>http://www.handbook.dk/cisco-delayed-restart-277.htm#comments</comments>
		<pubDate>Mon, 20 Sep 2010 12:14:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=277</guid>
		<description><![CDATA[If you made an error in a access list and cannot access the cisco box, what do you do? An easy solution could be just to restart the box, but then it has to be physically available to you. Before you make changes, schedue an restart and then if everything works out, cancel the restart. [...]]]></description>
			<content:encoded><![CDATA[<p>If you made an error in a access list and cannot access the cisco box, what do you do?<br />
An easy solution could be just to restart the box, but then it has to be physically available to you.</p>
<p>Before you make changes, schedue an restart and then if everything works out, cancel the restart.</p>
<p><strong>Commands:<br />
</strong>reload in 10<br />
(Reboot in 10 min)</p>
<p>reload cancel</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/cisco-delayed-restart-277.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically assign Workstations to a new OU</title>
		<link>http://www.handbook.dk/automatically-assign-workstations-to-a-new-ou-272.htm</link>
		<comments>http://www.handbook.dk/automatically-assign-workstations-to-a-new-ou-272.htm#comments</comments>
		<pubDate>Mon, 13 Sep 2010 18:31:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=272</guid>
		<description><![CDATA[By defaults all new added computers are created in the default OU &#8220;Computers&#8221;. You can change the default OU. redircmp ou=NewComputers,DC=mydom,dc=local]]></description>
			<content:encoded><![CDATA[<p>By defaults all new added computers are created in the default OU &#8220;Computers&#8221;. You can change the default OU.</p>
<p>redircmp ou=NewComputers,DC=mydom,dc=local</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/automatically-assign-workstations-to-a-new-ou-272.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office Outlook kan ikke startes. Outlook-vinduet kan ikke åbnes</title>
		<link>http://www.handbook.dk/microsoft-office-outlook-kan-ikke-startes-outlook-vinduet-kan-ikke-abnes-269.htm</link>
		<comments>http://www.handbook.dk/microsoft-office-outlook-kan-ikke-startes-outlook-vinduet-kan-ikke-abnes-269.htm#comments</comments>
		<pubDate>Thu, 26 Aug 2010 12:27:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=269</guid>
		<description><![CDATA[If you get this error when trying to open Outlook: Microsoft Office Outlook kan ikke startes. Outlook-vinduet kan ikke åbnes (Danish). Microsoft Office Outlook cannot start. Outlook window cannot be opened (English) You can try this commands i &#8220;Run&#8221;. Outlook.exe /resetnavpane Or: Outlook.exe /cleanprofile]]></description>
			<content:encoded><![CDATA[<p>If you get this error when trying to open Outlook:<br />
Microsoft Office Outlook kan ikke startes. Outlook-vinduet kan ikke åbnes (Danish).<br />
Microsoft Office Outlook cannot start. Outlook window cannot be opened (English)</p>
<p>You can try this commands i &#8220;Run&#8221;.<br />
Outlook.exe /resetnavpane<br />
Or:<br />
Outlook.exe /cleanprofile</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/microsoft-office-outlook-kan-ikke-startes-outlook-vinduet-kan-ikke-abnes-269.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add mime type in htaccess</title>
		<link>http://www.handbook.dk/add-mime-type-in-htaccess-265.htm</link>
		<comments>http://www.handbook.dk/add-mime-type-in-htaccess-265.htm#comments</comments>
		<pubDate>Mon, 16 Aug 2010 07:22:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=265</guid>
		<description><![CDATA[In the .htaccess add this line to support .flv files: AddType video/x-flv .flv]]></description>
			<content:encoded><![CDATA[<p>In the .htaccess add this line to support .flv files:<br />
AddType video/x-flv .flv</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/add-mime-type-in-htaccess-265.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql process sleep &#8211; wait_timeout</title>
		<link>http://www.handbook.dk/mysql-process-sleep-wait_timeout-259.htm</link>
		<comments>http://www.handbook.dk/mysql-process-sleep-wait_timeout-259.htm#comments</comments>
		<pubDate>Mon, 02 Aug 2010 11:32:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=259</guid>
		<description><![CDATA[If the DB connections are not closed they can fill your system up with &#8220;sleeping&#8221; processes. Then mysql can be slow but to minimize this behavior Add this line to my.cnf wait_timeout=60 (1 min) max_connections = 2000]]></description>
			<content:encoded><![CDATA[<p>If the DB connections are not closed they can fill your system up with &#8220;sleeping&#8221; processes.<br />
Then mysql can be slow but to minimize this behavior<br />
Add this line to my.cnf</p>
<p>wait_timeout=60 (1 min)</p>
<p>max_connections = 2000</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/mysql-process-sleep-wait_timeout-259.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess &#8211; Allow from IP</title>
		<link>http://www.handbook.dk/htaccess-allow-from-ip-252.htm</link>
		<comments>http://www.handbook.dk/htaccess-allow-from-ip-252.htm#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:00:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=252</guid>
		<description><![CDATA[Prompt for access, except the allowed IP&#8217;s AuthUserFile /www/site.com/www/homepage/.htpasswd AuthType Basic AuthName &#8220;Password Protected Area&#8221; require valid-user order deny,allow deny from all allow from 123.123.123.123 122.122.122.122 Satisfy Any]]></description>
			<content:encoded><![CDATA[<p>Prompt for access, except the allowed IP&#8217;s</p>
<p>AuthUserFile /www/site.com/www/homepage/.htpasswd<br />
AuthType Basic<br />
AuthName &#8220;Password Protected Area&#8221;<br />
require valid-user<br />
order deny,allow<br />
deny from all<br />
allow from 123.123.123.123 122.122.122.122<br />
Satisfy Any</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/htaccess-allow-from-ip-252.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scheduled job in debian &#8211; crontab</title>
		<link>http://www.handbook.dk/scheduled-job-in-debian-crontab-248.htm</link>
		<comments>http://www.handbook.dk/scheduled-job-in-debian-crontab-248.htm#comments</comments>
		<pubDate>Tue, 22 Jun 2010 08:24:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=248</guid>
		<description><![CDATA[Show jobs with: crontab -l Edit jobs with: crontab -e Examples: 44 13 * * * /etc/webmin/cron/tempdelete.pl 00 3  * * * /root/restartMySQL.sh First line runs script every day at 13:44 second line runs script every day at 3:00 restartMySQL.sh #! /bin/sh /etc/init.d/mysql restart Remember execute right dos2unix restartMySQL.sh apt-get install tofrodos]]></description>
			<content:encoded><![CDATA[<p>Show jobs with: crontab -l<br />
Edit jobs with: crontab -e</p>
<p>Examples:<br />
44 13 * * * /etc/webmin/cron/tempdelete.pl<br />
00 3  * * * /root/restartMySQL.sh<br />
First line runs script every day at 13:44<br />
second line runs script every day at 3:00</p>
<p>restartMySQL.sh<br />
#! /bin/sh<br />
/etc/init.d/mysql restart</p>
<p>Remember execute right<br />
dos2unix restartMySQL.sh<br />
apt-get install tofrodos</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/scheduled-job-in-debian-crontab-248.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable jumbo frames &#8211; MTU 9000 on ESX</title>
		<link>http://www.handbook.dk/enable-jumbo-frames-mtu-9000-on-esx-245.htm</link>
		<comments>http://www.handbook.dk/enable-jumbo-frames-mtu-9000-on-esx-245.htm#comments</comments>
		<pubDate>Mon, 21 Jun 2010 13:03:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=245</guid>
		<description><![CDATA[vswitch AND portgroup needs to support MTU 9000 for optimal iscsi performance. esxcfg-vswitch -l esxcfg-vmknic -l Change MTU on vSwitch esxcfg-vswitch -m 9000 vSwitch1 Add vmk with MTU 9000 support esxcfg-vswitch -A ISCSI vSwitch1 esxcfg-vmknic -a -i 172.16.0.32 -n 255.255.255.0 -m 9000 ISCSI Jumbo frames MTU 9000 test to an iscsi target vmkping 172.16.0.10 -s 9000]]></description>
			<content:encoded><![CDATA[<p>vswitch AND portgroup needs to support MTU 9000 for optimal iscsi performance.</p>
<p>esxcfg-vswitch -l<br />
esxcfg-vmknic -l</p>
<p><strong>Change MTU on vSwitch<br />
</strong>esxcfg-vswitch -m 9000 vSwitch1</p>
<p><strong>Add vmk with MTU 9000 support</strong><br />
esxcfg-vswitch -A ISCSI vSwitch1<br />
esxcfg-vmknic -a -i 172.16.0.32 -n 255.255.255.0 -m 9000 ISCSI</p>
<p><strong>Jumbo frames MTU 9000 test to an iscsi target<br />
</strong>vmkping 172.16.0.10 -s 9000</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/enable-jumbo-frames-mtu-9000-on-esx-245.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Browser choice</title>
		<link>http://www.handbook.dk/disable-browser-choice-240.htm</link>
		<comments>http://www.handbook.dk/disable-browser-choice-240.htm#comments</comments>
		<pubDate>Sat, 12 Jun 2010 20:22:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=240</guid>
		<description><![CDATA[BrowserChoice.reg]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.handbook.dk/download/BrowserChoice.reg">BrowserChoice.reg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/disable-browser-choice-240.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade IOS on Cisco ASA 5500</title>
		<link>http://www.handbook.dk/upgrade-ios-on-cisco-asa-5500-237.htm</link>
		<comments>http://www.handbook.dk/upgrade-ios-on-cisco-asa-5500-237.htm#comments</comments>
		<pubDate>Wed, 12 May 2010 13:36:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=237</guid>
		<description><![CDATA[boot system disk0:/asa831-k8.bin asdm image disk0:/asdm-631.bin]]></description>
			<content:encoded><![CDATA[<p>boot system disk0:/asa831-k8.bin<br />
asdm image disk0:/asdm-631.bin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/upgrade-ios-on-cisco-asa-5500-237.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save ESX or vSphere host configuration</title>
		<link>http://www.handbook.dk/save-esx-or-vsphere-host-configuration-234.htm</link>
		<comments>http://www.handbook.dk/save-esx-or-vsphere-host-configuration-234.htm#comments</comments>
		<pubDate>Thu, 22 Apr 2010 11:09:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=234</guid>
		<description><![CDATA[Save the output of this to a file: esxcfg-vswitch -l esxcfg-vmknic -l Or make a backup of this file: /etc/vmware/esx.conf]]></description>
			<content:encoded><![CDATA[<p>Save the output of this to a file:</p>
<p>esxcfg-vswitch -l<br />
esxcfg-vmknic -l</p>
<p>Or make a backup of this file:<br />
/etc/vmware/esx.conf</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/save-esx-or-vsphere-host-configuration-234.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synology &#8211; set duplex and speed</title>
		<link>http://www.handbook.dk/synology-set-duplex-and-speed-228.htm</link>
		<comments>http://www.handbook.dk/synology-set-duplex-and-speed-228.htm#comments</comments>
		<pubDate>Thu, 08 Apr 2010 18:55:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=228</guid>
		<description><![CDATA[cd /usr/syno/etc.defaults/rc.d touch S99-eth0.sh touch S99-eth1.sh echo &#8220;#!/bin/sh&#8221; >> S99-eth0.sh echo &#8220;ethtool -s eth0 speed 100 duplex full autoneg off&#8221; >> S99-eth0.sh echo &#8220;#!/bin/sh&#8221; >> S99-eth1.sh echo &#8220;ethtool -s eth1 speed 100 duplex full autoneg off&#8221; >> S99-eth1.sh chmod +x S99-eth* &#8212;&#8212;&#8211; ethtool eth0 ]]></description>
			<content:encoded><![CDATA[<p>cd /usr/syno/etc.defaults/rc.d<br />
touch S99-eth0.sh<br />
touch S99-eth1.sh</p>
<p>echo &#8220;#!/bin/sh&#8221; >> S99-eth0.sh<br />
echo &#8220;ethtool -s eth0 speed 100 duplex full autoneg off&#8221; >> S99-eth0.sh</p>
<p>echo &#8220;#!/bin/sh&#8221; >> S99-eth1.sh<br />
echo &#8220;ethtool -s eth1 speed 100 duplex full autoneg off&#8221; >> S99-eth1.sh</p>
<p>chmod +x S99-eth*<br />
&#8212;&#8212;&#8211;<br />
ethtool eth0 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/synology-set-duplex-and-speed-228.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Data Execution Prevention (DEP) in Windows 2003</title>
		<link>http://www.handbook.dk/disable-data-execution-prevention-dep-in-windows-2003-226.htm</link>
		<comments>http://www.handbook.dk/disable-data-execution-prevention-dep-in-windows-2003-226.htm#comments</comments>
		<pubDate>Thu, 25 Mar 2010 11:10:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=226</guid>
		<description><![CDATA[Right click on &#8220;my computer&#8221; &#8211;&#62; properties &#8211;&#62; &#8220;advanced&#8221; &#8211;&#62; &#8220;startup and recovery&#8221; &#8211;&#62; &#8220;setting&#8221; Choose &#8220;edit&#8221; Change /NoExecute=OptIn to: /NoExecute=AlwaysOff And reboot]]></description>
			<content:encoded><![CDATA[<p>Right click on &#8220;my computer&#8221; &#8211;&gt; properties &#8211;&gt; &#8220;advanced&#8221; &#8211;&gt; &#8220;startup and recovery&#8221; &#8211;&gt; &#8220;setting&#8221; Choose &#8220;edit&#8221;</p>
<p>Change<br />
/NoExecute=OptIn<br />
to:<br />
/NoExecute=AlwaysOff<br />
And reboot</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/disable-data-execution-prevention-dep-in-windows-2003-226.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iptables on linksys WRT54G &#8211; add FTP and RDP rule</title>
		<link>http://www.handbook.dk/iptables-on-linksys-wrt54g-add-ftp-and-rdp-rule-224.htm</link>
		<comments>http://www.handbook.dk/iptables-on-linksys-wrt54g-add-ftp-and-rdp-rule-224.htm#comments</comments>
		<pubDate>Tue, 23 Mar 2010 16:37:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=224</guid>
		<description><![CDATA[How du you configure and allow FTPS and RPD from a specific public IP on a linksys wrt54g router with the dd-wrt firmware? iptables -t nat -I PREROUTING -s 85.x.x.2 -p tcp –dport 3389 -j DNAT –to 192.168.1.20 iptables -I FORWARD -d 192.168.1.20 -p tcp –dport 3389 -j ACCEPT iptables -t nat -I PREROUTING -s [...]]]></description>
			<content:encoded><![CDATA[<p>How du you configure and allow FTPS and RPD from a specific public IP on a linksys wrt54g router with the dd-wrt firmware?</p>
<p>iptables -t nat -I PREROUTING -s 85.x.x.2 -p tcp –dport 3389 -j DNAT –to 192.168.1.20<br />
iptables -I FORWARD -d 192.168.1.20 -p tcp –dport 3389 -j ACCEPT<br />
iptables -t nat -I PREROUTING -s 85.x.x.2 -p tcp –dport 60000:61000 -j DNAT –to 192.168.1.20<br />
iptables -I FORWARD -d 192.168.1.20 -p tcp –dport 60000:61000 -j ACCEPT<br />
iptables -t nat -I PREROUTING -s 85.x.x.2 -p tcp –dport 990 -j DNAT –to 192.168.1.20<br />
iptables -I FORWARD -d 192.168.1.20 -p tcp –dport 990 -j ACCEPT</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/iptables-on-linksys-wrt54g-add-ftp-and-rdp-rule-224.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There are problems with the signature &#8211; Click the signature button for details</title>
		<link>http://www.handbook.dk/there-are-problems-with-the-signature-click-the-signature-button-for-details-211.htm</link>
		<comments>http://www.handbook.dk/there-are-problems-with-the-signature-click-the-signature-button-for-details-211.htm#comments</comments>
		<pubDate>Thu, 05 Nov 2009 14:24:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=211</guid>
		<description><![CDATA[You are receiving an email with a digital signature, but it has a warning: &#8220;There are problems with the signature.  Click the signature button for details&#8221;. Something is probably changing the email before delivery, and now it it not valid. An antivirus and/or SPAM scanner could course this. If you are using ESVA Mail scanner this [...]]]></description>
			<content:encoded><![CDATA[<p>You are receiving an email with a digital signature, but it has a warning: &#8220;There are problems with the signature.  Click the signature button for details&#8221;.</p>
<p>Something is probably changing the email before delivery, and now it it not valid. An antivirus and/or SPAM scanner could course this. If you are using ESVA Mail scanner this software is insetting a text in the email. This can be disabled.</p>
<p><a href="http://www.handbook.dk/esva-customization-175.htm">ESVA Customization</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/there-are-problems-with-the-signature-click-the-signature-button-for-details-211.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal Server &#8211; Legal Notice</title>
		<link>http://www.handbook.dk/terminal-server-legal-notice-208.htm</link>
		<comments>http://www.handbook.dk/terminal-server-legal-notice-208.htm#comments</comments>
		<pubDate>Thu, 22 Oct 2009 10:06:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=208</guid>
		<description><![CDATA[ Display a message at logon, before you can proceed to log on to a server. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] &#8220;LegalNoticeCaption&#8221;=&#8221;Testing on top&#8221; &#8220;LegalNoticeText&#8221;=&#8221;Test Test&#8221; Download]]></description>
			<content:encoded><![CDATA[<p> Display a message at logon, before you can proceed to log on to a server.</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]<br />
&#8220;LegalNoticeCaption&#8221;=&#8221;Testing on top&#8221;<br />
&#8220;LegalNoticeText&#8221;=&#8221;Test Test&#8221;</p>
<p><a href="http://handbook.dk/download/LegalNotice.reg" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/terminal-server-legal-notice-208.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asa icmp reply</title>
		<link>http://www.handbook.dk/asa-icmp-reply-205.htm</link>
		<comments>http://www.handbook.dk/asa-icmp-reply-205.htm#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:47:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=205</guid>
		<description><![CDATA[access-list allow_inbound extended permit icmp any any echo-reply access-list allow_inbound extended permit icmp any any time-exceeded access-list allow_inbound extended permit icmp any any unreachable access-group allow_inbound in interface outside]]></description>
			<content:encoded><![CDATA[<p>access-list allow_inbound extended permit icmp any any echo-reply<br />
access-list allow_inbound extended permit icmp any any time-exceeded<br />
access-list allow_inbound extended permit icmp any any unreachable<br />
access-group allow_inbound in interface outside</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/asa-icmp-reply-205.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extend the 30 days grace period – Windows Vista</title>
		<link>http://www.handbook.dk/extend-the-30-days-grace-period-windows-vista-192.htm</link>
		<comments>http://www.handbook.dk/extend-the-30-days-grace-period-windows-vista-192.htm#comments</comments>
		<pubDate>Sat, 22 Aug 2009 13:44:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[grace]]></category>
		<category><![CDATA[slmgr]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=192</guid>
		<description><![CDATA[You can extend the default 30 days grace period op to 120 days with this command: slmgr /rearm Then restart. Works in Windows 7]]></description>
			<content:encoded><![CDATA[<p>You can extend the default 30 days grace period op to 120 days with this command:<br />
slmgr /rearm<br />
Then restart.</p>
<p>Works in Windows 7</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/extend-the-30-days-grace-period-windows-vista-192.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESVA – Change SSL certificate</title>
		<link>http://www.handbook.dk/esva-change-ssl-certificate-186.htm</link>
		<comments>http://www.handbook.dk/esva-change-ssl-certificate-186.htm#comments</comments>
		<pubDate>Wed, 19 Aug 2009 08:14:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=186</guid>
		<description><![CDATA[Enter this folder: /etc/pki/tls/certs openssl genrsa -des3 -out “YOUR-DOMAIN”.key 1024 openssl genrsa -out “YOUR-DOMAIN”.key 1024 openssl req -new -key “YOUR-DOMAIN”.key -out “YOUR-DOMAIN”.csr openssl req -noout -text -in “YOUR-DOMAIN”.csr cat “YOUR-DOMAIN”.csr Make a SSL request copy the response to a “YOUR-DOMAIN”.crt Edit this file: /etc/httpd/conf.d/ssl.conf Edit these two lines: SSLCertificateFile /etc/pki/tls/certs/”YOUR-DOMAIN”.crt SSLCertificateKeyFile /etc/pki/tls/certs/”YOUR-DOMAIN”.key Restart apache]]></description>
			<content:encoded><![CDATA[<p>Enter this folder:<br />
/etc/pki/tls/certs</p>
<p>openssl genrsa -des3 -out “YOUR-DOMAIN”.key 1024<br />
openssl genrsa -out “YOUR-DOMAIN”.key 1024<br />
openssl req -new -key “YOUR-DOMAIN”.key -out “YOUR-DOMAIN”.csr</p>
<p>openssl req -noout -text -in “YOUR-DOMAIN”.csr<br />
cat “YOUR-DOMAIN”.csr<br />
Make a SSL request</p>
<p>copy the response to a “YOUR-DOMAIN”.crt</p>
<p>Edit this file:<br />
/etc/httpd/conf.d/ssl.conf</p>
<p>Edit these two lines:<br />
SSLCertificateFile /etc/pki/tls/certs/”YOUR-DOMAIN”.crt<br />
SSLCertificateKeyFile /etc/pki/tls/certs/”YOUR-DOMAIN”.key</p>
<p>Restart apache</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/esva-change-ssl-certificate-186.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4.7.1 smtp Greylistet in 5 min please try again later – Exchange 2003 SP2</title>
		<link>http://www.handbook.dk/4-7-1-smtp-greylistet-in-5-min-please-try-again-later-exchange-2003-sp2-185.htm</link>
		<comments>http://www.handbook.dk/4-7-1-smtp-greylistet-in-5-min-please-try-again-later-exchange-2003-sp2-185.htm#comments</comments>
		<pubDate>Thu, 06 Aug 2009 13:12:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/4-7-1-smtp-greylistet-in-5-min-please-try-again-later-%e2%80%93-exchange-2003-sp2-185.htm</guid>
		<description><![CDATA[Greylisting is an anti-spam measure. When a new server connects for the first time, the greylisting server sends a SMTP protocol message that says: “Graylistet in 5 min please try again later”. The wait time can be different, but usually 5 min. The problem is exchange 2003 (with SP2) by deafult only waits for 1 [...]]]></description>
			<content:encoded><![CDATA[<p>Greylisting is an anti-spam measure.<br />
When a new server connects for the first time, the greylisting server sends a SMTP protocol message that says: “Graylistet in 5 min please try again later”.<br />
The wait time can be different, but usually 5 min.</p>
<p>The problem is exchange 2003 (with SP2) by deafult only waits for 1 min.<br />
That has to be changed.</p>
<p>HKLM\System\CurrentControlSet\Services\SMTPSvc<br />
Create a new DWORD value GlitchRetrySeconds</p>
<p>Change the Base to Decimal<br />
Set 360 for 6 min.</p>
<p>Restart the SMTP service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/4-7-1-smtp-greylistet-in-5-min-please-try-again-later-exchange-2003-sp2-185.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESVA customization</title>
		<link>http://www.handbook.dk/esva-customization-175.htm</link>
		<comments>http://www.handbook.dk/esva-customization-175.htm#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:28:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=175</guid>
		<description><![CDATA[ESVA is a pre-built and easily configured email scanning Virtual Appliance (ESVA) that runs on VMware ESX Server. http://www.global-domination.org/ESVA.php The central components are Clam antivirus and spam assassin. After the basic setup you might want to customize some thing that cannot changed in the wizard or GUI. Change the amount of cashed mails: - $days_to_keep [...]]]></description>
			<content:encoded><![CDATA[<p>ESVA is a pre-built and easily configured email scanning Virtual Appliance (ESVA) that runs on VMware ESX Server. <a href="http://www.global-domination.org/ESVA.php">http://www.global-domination.org/ESVA.php</a></p>
<p>The central components are Clam antivirus and spam assassin.<br />
After the basic setup you might want to customize some thing that cannot changed in the wizard or GUI.</p>
<p><strong>Change the amount of cashed mails:</strong><br />
- $days_to_keep = 180; in /etc/cron.daily/clean.quarantine<br />
- define(QUARANTINE_DAYS_TO_KEEP, 180); in /var/www/html/conf.php<br />
- INTERVAL 180 DAY in /usr/local/bin/mailwatch/tools/db_clean.php</p>
<p>/etc/cron.daily/clean.quarantine</p>
<p>$disabled = 0;<br />
$days_to_keep   = 14;</p>
<p><strong>The default signature:<br />
</strong>/etc/MailScanner/rules<br />
- sig.html.rules<br />
- sig.text.rules<br />
<strong>Blocked filetypes:<br />
</strong>/etc/MailScanner/filename.rules.conf</p>
<p><strong>Change the max message size:<br />
</strong>In webmin &#8211; postfix - &#8221;General resource control&#8221;.<br />
An example is to add a zero.<br />
Max size of a message: 102400000<br />
Max size of a mailbox: 512000000<br />
Or in /etc/postfix/main.cf: message_size_limit = 102400000<br />
For 100 MB</p>
<p><strong>Remove the &#8220;notify for SPAM&#8221;.</strong><br />
In the file: /etc/MailScanner/MailScanner.conf<br />
Remove notify in the line:  Spam Actions = store notify</p>
<p><strong>Remove the &#8220;MailScanner has detected a possible fraud attempt from&#8230;&#8221;:</strong><br />
Highlight Phishing Fraud = no</p>
<p><strong>Remove the opportunity to read the emails in the Webinterface:</strong><br />
Edit /var/www/html/detail.php<br />
Go the end and change the &#8220;view email&#8221; link.</p>
<p>// echo &#8220;  &lt;TD&gt;&lt;A HREF=\&#8221;viewmail.php&#8230;&#8230;&#8230;&#8230;&#8230;..&#8221;&lt;/A&gt;&lt;/TD&gt;\n&#8221;;<br />
echo &#8221; &lt;TD&gt;&#8230;&lt;/TD&gt;\n&#8221;;</p>
<p><strong>Default SPAM score:</strong><br />
/etc/MailScanner/MailScanner.conf<br />
Required SpamAssassin Score = 5</p>
<p><strong>Remove Inline HTML Signature</strong><br />
In the file: /etc/MailScanner/MailScanner.conf<br />
# Add the &#8220;Inline HTML Signature&#8221; or &#8220;Inline Text Signature&#8221; to the end<br />
# of uninfected messages?<br />
# This can also be the filename of a ruleset.<br />
Sign Clean Messages = no</p>
<p><strong>Auto Reply &#8211; Out of office</strong><br />
Treat Invalid Watermarks With No Sender as Spam = 2</p>
<p><strong>Script in the email</strong><br />
Allow Script Tags = disarm<br />
Or yes/no</p>
<p><strong>Office 2010 Fileformats:</strong><br />
Microsoft Office 2007/2010 documents (.docx, .xlsx etc) seem to be archived XML documents and MailScanner does not like that by default.</p>
<p>The solution is to put this in<em> filename.rules.conf</em><br />
allow   \.xml\.rel$             -       -<br />
allow   \.rel$                  -       -<br />
allow   \.docx$                 -       -<br />
allow   \.xlsx$                 -       -<br />
allow   \.xml\d*\.rel$          -       -<br />
allow   \.x\d+\.rel$            -       -<br />
allow   \.bin$                  -       -<br />
allow   \.wmf$                  -       -<br />
allow   \.dat$                  -       -</p>
<p>Put this just above the “# Deny all other double file extensions..” line</p>
<p>allow   .doc$                   -       -<br />
allow   .xls$                   -       -<br />
And in MailScanner.conf change Maximum Archive Depth to 3</p>
<p><code>Maximum Archive Depth = 3</code></p>
<p>This makes MailScanner recognize the Office 2007/2010.</p>
<p><strong>Disable Fuzzyocr:</strong><br />
Rename /etc/mail/spamassassin/FuzzyOcr.cf to something else.<br />
Restart Mailscanner</p>
<p><strong>Disable SPAM and or AV scan</strong><br />
/etc/MailScanner/MailScanner.conf<br />
Spam Checks = no<br />
Use SpamAssassin = no<br />
Virus Scanning = no</p>
<p><strong>Enable Remote ssh login</strong><br />
/etc/ssh/sshd_config<br />
PermitRootLogin yes<br />
Restart sshd</p>
<p><strong>If running virtual, ESVA might loose time</strong><br />
Make a file in: /etc/cron.daily<br />
&#8211;<br />
#!/bin/sh<br />
#<br />
/usr/sbin/ntpdate 195.184.96.2<br />
date +&#8221;%D %r `echo Cron completed`&#8221; &gt;&gt; /var/log/cron_job.log<br />
&#8211;<br />
chmod +x ntp.cron</p>
<p><strong>Remember RAM!</strong><br />
Do you see this error in the maillog:<br />
&#8220;too big for available disk space in /var/spool/MailScanner/incoming, skipping it&#8221;</p>
<p>Mailscanner is using this directory temporality to unpack files before scanning.<br />
By default ESVA have 1024 MB of RAM. Half of that size is used to the RAM-based filesystem.<br />
Maybe 512 MB for unpacking is to small.<br />
See FSTAB and change the size here<br />
tmpfs /dev/shm tmpfs defaults,size=1024m</p>
<p>The easy way (if you have RAM enough), is to just give ESVA more RAM.</p>
<p><strong>Allow EXE in zipped attachments</strong><br />
/etc/MailScanner/archives.filename.rules.conf<br />
allow \.exe$ Windows/DOS Executable</p>
<p>/etc/MailScanner/archives.filetype.rules.conf<br />
#deny executable No executables</p>
<p><strong>Remember to update resolv.conf</strong><br />
If this file does not contain a IP of an vallid DNS, you might get this error in the log: &#8220;Recipient address rejected: Domain not found&#8221;<br />
This is an exaple with openDNS<br />
/etc/resolv.conf<br />
search localdom.local<br />
nameserver 208.67.222.222</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/esva-customization-175.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla permissions in debian</title>
		<link>http://www.handbook.dk/joomla-permissions-in-debian-173.htm</link>
		<comments>http://www.handbook.dk/joomla-permissions-in-debian-173.htm#comments</comments>
		<pubDate>Fri, 22 May 2009 08:25:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=173</guid>
		<description><![CDATA[This file rights has to be set customize to your own needs: chown -R www-data:www-data /www/MyWebsite/www find /www/MyWebsite/www -type f -exec chmod 0644 {} \; find /www/MyWebsite/www -type d -exec chmod 0755 {} \;]]></description>
			<content:encoded><![CDATA[<p>This file rights has to be set customize to your own needs:</p>
<p>chown -R www-data:www-data /www/MyWebsite/www</p>
<p>find /www/MyWebsite/www -type f -exec chmod 0644 {} \;<br />
find /www/MyWebsite/www -type d -exec chmod 0755 {} \;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/joomla-permissions-in-debian-173.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAP with username and password in a logon batch file</title>
		<link>http://www.handbook.dk/map-with-username-and-password-in-a-logon-batch-file-171.htm</link>
		<comments>http://www.handbook.dk/map-with-username-and-password-in-a-logon-batch-file-171.htm#comments</comments>
		<pubDate>Wed, 13 May 2009 16:54:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=171</guid>
		<description><![CDATA[How to map a network drive with the use of username and password. NET USE S: \\servername\share /USER:domainname\username password servername = Name of the server share = Name of the share domainname = Name of the domain where the username is defined, if local user just remove it. username = Username password = Password]]></description>
			<content:encoded><![CDATA[<p>How to map a network drive with the use of username and password.</p>
<p>NET USE S: \\servername\share /USER:domainname\username password </p>
<p>servername = Name of the server<br />
share = Name of the share<br />
domainname = Name of the domain where the username is defined, if local user just remove it.<br />
username = Username<br />
password = Password </p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/map-with-username-and-password-in-a-logon-batch-file-171.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote control failed. Error code 5: Access is denied</title>
		<link>http://www.handbook.dk/remote-control-failed-error-code-5-access-is-denied-168.htm</link>
		<comments>http://www.handbook.dk/remote-control-failed-error-code-5-access-is-denied-168.htm#comments</comments>
		<pubDate>Wed, 29 Apr 2009 08:55:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=168</guid>
		<description><![CDATA[Only the administrators on the terminal server can “shadow” other users, but what do you do if you have a “super user” that need to remotely support the other users? You just have to modify the rights a little bit. On the terminal server open “Terminal Services Configuration” and right click on the connection. In [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Only the administrators on the terminal server can “shadow” other users, but what do you do if you have a “super user” that need to remotely support the other users?</p>
<p style="text-align: left;">
You just have to modify the rights a little bit.<br />
On the terminal server open “Terminal Services Configuration” and right click on the connection.<br />
In “remote control” choose “use remote control with…”.<br />
In “permissions” add the super user and go to “advanced”. Add the “remote control” right.</p>
<p style="text-align: left;">
If the users affected by the new rights were logged in, remember to log them off before the changes are working.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/remote-control-failed-error-code-5-access-is-denied-168.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook – auto complete missing on new computer</title>
		<link>http://www.handbook.dk/outlook-auto-complete-missing-on-new-computer-163.htm</link>
		<comments>http://www.handbook.dk/outlook-auto-complete-missing-on-new-computer-163.htm#comments</comments>
		<pubDate>Wed, 29 Apr 2009 08:38:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=163</guid>
		<description><![CDATA[Every time you send a new message in Outlook, and manually type in an email, this information is automatically inserted into the AutoComplete list. A local database file stores this information (.NK2). This file can be found in the user profile etc. C:\Documents and Settings\\Application Data\Microsoft\Outlook. If you move this file to a new computer [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Every time you send a new message in Outlook, and manually type in an email, this information is automatically inserted into the AutoComplete list.<br />
A local database file stores this information (.NK2).<br />
This file can be found in the user profile etc. C:\Documents and Settings\\Application Data\Microsoft\Outlook.</p>
<p>If you move this file to a new computer or just a new user profile, the information is active again.</p>
<p style="text-align: left;">The NK2 file can be edited with this program: <a title="http://www.nirsoft.net/utils/outlook_nk2_autocomplete.html" href="http://www.nirsoft.net/utils/outlook_nk2_autocomplete.html" target="_blank">http://www.nirsoft.net/utils/outlook_nk2_autocomplete.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/outlook-auto-complete-missing-on-new-computer-163.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX3 &#8211; Lost service console connectivity</title>
		<link>http://www.handbook.dk/esx3-lost-service-console-connectivity-161.htm</link>
		<comments>http://www.handbook.dk/esx3-lost-service-console-connectivity-161.htm#comments</comments>
		<pubDate>Tue, 14 Apr 2009 06:05:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=161</guid>
		<description><![CDATA[For a lot of reasons you could lose the connection to your ESX host. Now it cannot be configurated with the use of virtual center until this has been recreated. esxcfg-nics -l Gives an list of your physical nics esxcfg-vswitch -l esxcfg-vswitch -l &#62; textfile.txt Gives an list of your virtual switch configuration. If you &#8220;pipe&#8221; it to [...]]]></description>
			<content:encoded><![CDATA[<p>For a lot of reasons you could lose the connection to your ESX host. Now it cannot be configurated with the use of virtual center until this has been recreated.</p>
<p>esxcfg-nics -l<br />
Gives an list of your physical nics</p>
<p>esxcfg-vswitch -l<br />
esxcfg-vswitch -l &gt; textfile.txt<br />
Gives an list of your virtual switch configuration. If you &#8220;pipe&#8221; it to a textfile it can be easily readed.</p>
<p>esxcfg-vswitch -L vmnic6 vSwitch0<br />
In this example a physical nic is added to a vSwitch.</p>
<p>The connection has now been recreated</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/esx3-lost-service-console-connectivity-161.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block domains on a Cisco ASA</title>
		<link>http://www.handbook.dk/block-domains-on-a-cisco-asa-152.htm</link>
		<comments>http://www.handbook.dk/block-domains-on-a-cisco-asa-152.htm#comments</comments>
		<pubDate>Tue, 30 Dec 2008 00:40:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=152</guid>
		<description><![CDATA[By default you can block domains with a Cisco ASA. It simply blocks the typed DNS domain names. Be aware that the IP (ex: http://80.80.80.80) can be accessed until you deny this in an access-list. regex domainlist1 &#8220;\.dating\.dk&#8221; regex domainlist2 &#8220;\.facebook\.dk&#8221; regex domainlist3 &#8220;\.facebook\.com&#8221; ! access-list inside_mpc extended permit tcp any any eq www access-list [...]]]></description>
			<content:encoded><![CDATA[<p>By default you can block domains with a Cisco ASA.<br />
It simply blocks the typed DNS domain names.<br />
Be aware that the IP (ex: http://80.80.80.80) can be accessed until you deny this in an access-list.</p>
<p style="padding: 2px 6px 4px 6px; color: #555555; background-color: #eeeeee; border: #dddddd 2px solid;">regex domainlist1 &#8220;\.dating\.dk&#8221;<br />
regex domainlist2 &#8220;\.facebook\.dk&#8221;<br />
regex domainlist3 &#8220;\.facebook\.com&#8221;<br />
!<br />
access-list inside_mpc extended permit tcp any any eq www<br />
access-list inside_mpc extended permit tcp any any eq 8080<br />
!<br />
class-map type regex match-any DomainBlockList<br />
match regex domainlist1<br />
match regex domainlist2<br />
match regex domainlist3<br />
!<br />
class-map type inspect http match-all BlockDomainsClass<br />
match request header host regex class DomainBlockList<br />
class-map inspection_default<br />
match default-inspection-traffic<br />
class-map httptraffic<br />
match access-list inside_mpc<br />
!<br />
policy-map type inspect http http_inspection_policy<br />
parameters<br />
protocol-violation action drop-connection &lt;&#8212; XX<br />
match request method connect<br />
drop-connection log<br />
class BlockDomainsClass<br />
reset log<br />
!<br />
policy-map inside-policy<br />
class httptraffic<br />
inspect http http_inspection_policy<br />
!<br />
service-policy inside-policy interface inside</p>
<p>Block all domains containing the word &#8220;facebook&#8221; ex: myfacebook.com</p>
<p style="padding: 2px 6px 4px 6px; color: #555555; background-color: #eeeeee; border: #dddddd 2px solid;">regex domainlist1 &#8220;.*facebook.*&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/block-domains-on-a-cisco-asa-152.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow PPTP through Cisco ASA</title>
		<link>http://www.handbook.dk/allow-pptp-through-cisco-asa-149.htm</link>
		<comments>http://www.handbook.dk/allow-pptp-through-cisco-asa-149.htm#comments</comments>
		<pubDate>Mon, 29 Dec 2008 21:31:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=149</guid>
		<description><![CDATA[By default clients inside a network protected by a Cisco ASA cannot dial up with an PPTP connection. But if you add this to the configuation it can.   class-map inspection_default match default-inspection-traffic ! policy-map global_policy class inspection_default inspect pptp ! service-policy global_policy global &#8212;&#8212;&#8212;- PPTP uses IP protocol 47 (General Routing Encapsulation / GRE) for [...]]]></description>
			<content:encoded><![CDATA[<p>By default clients inside a network protected by a Cisco ASA cannot dial up with an PPTP connection.<br />
But if you add this to the configuation it can.<br />
 </p>
<p style="padding: 2px 6px 4px 6px; color: #555555; background-color: #eeeeee; border: #dddddd 2px solid;">class-map inspection_default<br />
match default-inspection-traffic<br />
!<br />
policy-map global_policy<br />
class inspection_default<br />
inspect pptp<br />
!<br />
service-policy global_policy global</p>
<p>&#8212;&#8212;&#8212;-<br />
PPTP uses IP protocol 47 (General Routing Encapsulation / GRE) for data.<br />
Allowing connections to be established &#8211; port 1723</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/allow-pptp-through-cisco-asa-149.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block outgoing emails except from the mail server</title>
		<link>http://www.handbook.dk/block-outgoing-emails-except-from-the-mail-server-144.htm</link>
		<comments>http://www.handbook.dk/block-outgoing-emails-except-from-the-mail-server-144.htm#comments</comments>
		<pubDate>Mon, 08 Dec 2008 16:37:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=144</guid>
		<description><![CDATA[By default all clients on the LAN can act as a mail server. Maybe you have a “real” mail server. Now a hacker steals one of your client pc&#8217;s and uses it to send out SPAM. How do you configure the firewall so only the “real” mail server can send out emails? You do it [...]]]></description>
			<content:encoded><![CDATA[<p>By default all clients on the LAN can act as a mail server. Maybe you have a “real” mail server. Now a hacker steals one of your client pc&#8217;s and uses it to send out SPAM.</p>
<p>How do you configure the firewall so only the “real” mail server can send out emails?</p>
<p>You do it with an access-list on the inside interface. This way you can control the outgoing smtp traffic and only allow one LAN IP to send out emails.</p>
<p style="padding:2px 6px 4px 6px; color: #555555; background-color: #eeeeee; border: #dddddd 2px solid">
access-list acl_out permit tcp host 10.0.0.2 any eq 25<br />
access-list acl_out deny tcp any any eq 25<br />
access-list acl_out permit ip any any<br />
access-list acl_out permit icmp any any<br />
access-group acl_out in interface inside</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/block-outgoing-emails-except-from-the-mail-server-144.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mgmt-vmware restart script does not complete</title>
		<link>http://www.handbook.dk/mgmt-vmware-restart-script-does-not-complete-139.htm</link>
		<comments>http://www.handbook.dk/mgmt-vmware-restart-script-does-not-complete-139.htm#comments</comments>
		<pubDate>Wed, 05 Nov 2008 21:29:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/mgmt-vmware-restart-script-does-not-complete-139.htm</guid>
		<description><![CDATA[You lost connection to the ESX 3,5 host using the vmware infrastructure client. Now you want to restart the management agent to get it up and running again. But for some reason the command &#8220;server mgmt-vmware restart&#8221; does not complete. Restarting the host and its local running virtual servers is not an option, so what [...]]]></description>
			<content:encoded><![CDATA[<p>You lost connection to the ESX 3,5 host using the vmware infrastructure client.<br />
Now you want to restart the management agent to get it up and running again.<br />
But for some reason the command &#8220;server mgmt-vmware restart&#8221; does not complete.<br />
Restarting the host and its local running virtual servers is not an option, so what do you do.</p>
<p>Try this:<br />
service pegasus stop<br />
service mgmt-vmware stop<br />
These commands may take some minutes.</p>
<p>ps -e f |grep vmware-watchdog<br />
ps -e f |grep mgmt</p>
<p>Kill all processes you find:<br />
kill -9 <em>processid</em></p>
<p>Start the services (wait two minuets):<br />
service mgmt-vmware start; sleep 1; service pegasus start</p>
<p>If it does not work try this instead:<br />
service pegasus stop; service mgmt-vmware stop; sleep 30; service mgmt-vmware start; service pegasus start</p>
<p>&#8211;<br />
service network restart.<br />
&#8211;</p>
<p>vmware has a KB about this issue regerding:<br />
mgmt-vmware restart script might not finish restarting the hostd<br />
mgmt-vmware restart script does not finish restart the hostd.<br />
The script gets stuck when stopping the service.<br />
The SSH session to the ESX host becomes unresponsive.</p>
<p><a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=1005566&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=1782217&amp;stateId=0%200%20922910">KB ID: 1005566</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/mgmt-vmware-restart-script-does-not-complete-139.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Virtual Hardware hangs</title>
		<link>http://www.handbook.dk/upgrade-virtual-hardware-hangs-133.htm</link>
		<comments>http://www.handbook.dk/upgrade-virtual-hardware-hangs-133.htm#comments</comments>
		<pubDate>Fri, 24 Oct 2008 12:01:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=133</guid>
		<description><![CDATA[If you migrade VM’s from ESX2,5 to ESX3,5 you have to upgrade the virtual hardware. If this process hangs it could have something to do with the old virtual hardware. A mounted floppy image on the old server could course the problem when upgrading the virtual hardware on the new host. The upgrade process can [...]]]></description>
			<content:encoded><![CDATA[<p>If you migrade VM’s from ESX2,5 to ESX3,5 you have to upgrade the virtual hardware.<br />
If this process hangs it could have something to do with the old virtual hardware.</p>
<p>A mounted floppy image on the old server could course the problem when upgrading the virtual hardware on the new host. The upgrade process can not be cancelled in the GUI so what do you do?</p>
<p>First, stop the hanged job by restarting this two services:</p>
<p style="padding:2px 6px 4px 6px; color: #555555; background-color: #eeeeee; border: #dddddd 2px solid">service vmware-vpxa restart<br />
service mgmt-vmware restart</p>
<p>Then remove the VM from the inventory.</p>
<p>Edit the VM’s configuration by hand:<br />
Set the floppy to false<br />
floppy0.present = &#8220;false&#8221;</p>
<p>Disable other floppy properties<br />
# floppy0.startConnected = &#8220;false&#8221;<br />
# floppy0.fileName = &#8220;/div/vmscsi-1.2.0.4.flp&#8221;</p>
<p>Now re-add the VM to the inventory</p>
<p>Try to upgrade the virtual hardware now, it should work now.</p>
<p>How to avoid this to happen in the first place:<br />
On the old ESX2,5 remember to remove floppydrives BEFORE migrating the VM to a new ESX3,5.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/upgrade-virtual-hardware-hangs-133.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell command in monowall upon boot</title>
		<link>http://www.handbook.dk/shell-command-in-monowall-upon-boot-98.htm</link>
		<comments>http://www.handbook.dk/shell-command-in-monowall-upon-boot-98.htm#comments</comments>
		<pubDate>Wed, 08 Oct 2008 10:39:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=98</guid>
		<description><![CDATA[How do I start vmware-tools everytime monowall starts? 1) login to the webinterface. 2) Make a backup of the configuration, the output is a XML file. 3) Edit the XML file in a texteditor. Make the changes and upload it to the firewall. 4) monowall reboots Configuration file: You can insert the shell command inside [...]]]></description>
			<content:encoded><![CDATA[<p>How do I start vmware-tools everytime monowall starts?</p>
<p>1)<br />
login to the webinterface.<br />
2)<br />
Make a backup of the configuration, the output is a XML file.<br />
3)<br />
Edit the XML file in a texteditor. Make the changes and upload it to the firewall.<br />
4)<br />
monowall reboots</p>
<p><strong>Configuration file:</strong><br />
You can insert the shell command inside &lt;shellcmd and &lt;/shellcmd&gt;<br />
The whole thing has to be placed after &lt;/webgui&gt; and before &lt;/system&gt;</p>
<p><strong>Se the example below:</strong></p>
<p style="padding:2px 6px 4px 6px; color: #555555; background-color: #eeeeee; border: #dddddd 2px solid">&lt;/webgui&gt;<br />
&lt;dnsserver&gt;10.0.0.100&lt;/dnsserver&gt;<br />
&lt;dnsserver&gt;10.0.0.101&lt;/dnsserver&gt;<br />
&lt;shellcmd&gt;vmware-guestd &#8211;background /var/run/guestd.pid&lt;/shellcmd&gt;<br />
&lt;/system&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/shell-command-in-monowall-upon-boot-98.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote root access with ESX 3</title>
		<link>http://www.handbook.dk/remote-root-access-with-esx-3-93.htm</link>
		<comments>http://www.handbook.dk/remote-root-access-with-esx-3-93.htm#comments</comments>
		<pubDate>Mon, 08 Sep 2008 08:46:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=93</guid>
		<description><![CDATA[nano /etc/ssh/sshd_config Change the line: “PermitRootLogin no” to: “PermitRootLogin yes“ Restart the sshd server: /etc/init.d/sshd restart]]></description>
			<content:encoded><![CDATA[<p>nano /etc/ssh/sshd_config<br />
Change the line: “PermitRootLogin no” to: “PermitRootLogin yes“</p>
<p>Restart the sshd server:<br />
/etc/init.d/sshd restart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/remote-root-access-with-esx-3-93.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS SQL Server 2005 and Remote Access</title>
		<link>http://www.handbook.dk/ms-sql-server-2005-and-remote-access-90.htm</link>
		<comments>http://www.handbook.dk/ms-sql-server-2005-and-remote-access-90.htm#comments</comments>
		<pubDate>Wed, 27 Aug 2008 05:58:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=90</guid>
		<description><![CDATA[Need to access your SQL server from another computer? Configuration in SQL Server Management Studio Click &#8220;All Programs&#8221; &#8211;&#62; Click &#8220;Microsoft SQL Server 2005&#8243; &#8211;&#62; click &#8220;Microsoft SQL Server Management Studio&#8221;. Log in to SQL Server 2005 with windows authentication or sa user. Highlight the server and right click &#8220;Properties&#8221;. Highlight &#8220;Security&#8221; &#8211;&#62; Under “Server [...]]]></description>
			<content:encoded><![CDATA[<p>Need to access your SQL server from another computer?</p>
<p>Configuration in SQL Server Management Studio<br />
Click &#8220;All Programs&#8221; &#8211;&gt; Click &#8220;Microsoft SQL Server 2005&#8243; &#8211;&gt; click &#8220;Microsoft SQL Server Management Studio&#8221;.<br />
Log in to SQL Server 2005 with windows authentication or sa user.<br />
Highlight the server and right click &#8220;Properties&#8221;.<br />
Highlight &#8220;Security&#8221; &#8211;&gt; Under “Server authentication&#8221;, choose &#8220;SQL Server and Windows authentication mode&#8221;.<br />
Highlight &#8220;Connections&#8221; &#8211;&gt; Under &#8220;Remote server connections&#8221;, choose &#8220;Allow remote connections to this server&#8221;.</p>
<p>Configuration in SQL Server Surface Area Configuration<br />
Click &#8220;All Programs&#8221; &#8211;&gt; Click &#8220;Microsoft SQL Server 2005&#8243; &#8211;&gt; click &#8220;Configuration Tools&#8221; &#8211;&gt; click &#8220;SQL Server 2005 Surface Area Configuration&#8221;.<br />
Click &#8220;Surface Area Configuration for Services and Connections&#8221; -&gt; click &#8220;MSSQLSERVER&#8221; &#8211;&gt; click &#8220;Database engine&#8221; &#8211;&gt; click &#8220;Remote connections&#8221; -&gt; Under &#8220;Local and remote connections&#8221;, choose &#8220;Using TCP/IP only&#8221; or other protocols.</p>
<p>Remember the &#8220;SQL server browser&#8221; service. It it ussed when connected from the outside.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/ms-sql-server-2005-and-remote-access-90.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTLDR is missing</title>
		<link>http://www.handbook.dk/ntldr-is-missing-84.htm</link>
		<comments>http://www.handbook.dk/ntldr-is-missing-84.htm#comments</comments>
		<pubDate>Mon, 04 Aug 2008 12:38:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=84</guid>
		<description><![CDATA[Get a boot-disk to fix the problem on this page. Direct link here.]]></description>
			<content:encoded><![CDATA[<p>Get a boot-disk to fix the problem on <a href="http://tinyempire.com/notes/ntldrismissing.htm">this</a> page.<br />
Direct link <a href="http://tinyempire.com/notes/files/fixntldr.exe">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/ntldr-is-missing-84.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out of office &#8211; Internal works but not external</title>
		<link>http://www.handbook.dk/out-of-office-internal-works-but-not-external-82.htm</link>
		<comments>http://www.handbook.dk/out-of-office-internal-works-but-not-external-82.htm#comments</comments>
		<pubDate>Fri, 01 Aug 2008 09:21:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=82</guid>
		<description><![CDATA[An exchange with the default settings have this problem. To fix it enter the Exchange System Manager. &#8220;Global Settings&#8221; &#8211;&#62; &#8220;Internet Message Formats&#8221;. Right click &#8220;default&#8221;. &#8211;&#62; &#8220;Properties&#8221; &#8211;&#62; &#8220;Advanced&#8221;. Check the &#8220;allow out of office responses&#8221; box.]]></description>
			<content:encoded><![CDATA[<p>An exchange with the default settings have this problem.</p>
<p>To fix it enter the Exchange System Manager.<br />
&#8220;Global Settings&#8221; &#8211;&gt; &#8220;Internet Message Formats&#8221;.<br />
Right click &#8220;default&#8221;. &#8211;&gt; &#8220;Properties&#8221; &#8211;&gt; &#8220;Advanced&#8221;.<br />
Check the &#8220;allow out of office responses&#8221; box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/out-of-office-internal-works-but-not-external-82.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More than two downloads in IE7</title>
		<link>http://www.handbook.dk/more-than-two-downloads-in-ie7-80.htm</link>
		<comments>http://www.handbook.dk/more-than-two-downloads-in-ie7-80.htm#comments</comments>
		<pubDate>Tue, 29 Jul 2008 12:01:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=80</guid>
		<description><![CDATA[Find this path: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings Make two new DWORD values: MaxConnectionsPer1_0Server MaxConnectionsPerServer Give both of them a value of &#8216;a&#8217; (don&#8217;t write the  &#8216; &#8216; )]]></description>
			<content:encoded><![CDATA[<p>Find this path:<br />
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings<br />
Make two new DWORD values:<br />
MaxConnectionsPer1_0Server<br />
MaxConnectionsPerServer</p>
<p>Give both of them a value of &#8216;a&#8217; (don&#8217;t write the  &#8216; &#8216; )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/more-than-two-downloads-in-ie7-80.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2003 &#8211; Catch-all Mailbox</title>
		<link>http://www.handbook.dk/exchange-2003-catch-all-mailbox-79.htm</link>
		<comments>http://www.handbook.dk/exchange-2003-catch-all-mailbox-79.htm#comments</comments>
		<pubDate>Sat, 19 Jul 2008 09:33:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=79</guid>
		<description><![CDATA[It is possible to have a catch-all mailbox in exchange. I works like a *.domain.com into a specific mailbox. It does not have an impact on all the normal users/emails on the system. It can be done with a script by Michael B. Smith. Get it here, instructions inside.]]></description>
			<content:encoded><![CDATA[<p>It is possible to have a catch-all mailbox in exchange. I works like a *.domain.com into a specific mailbox. It does not have an impact on all the normal users/emails on the system.</p>
<p>It can be done with a script by Michael B. Smith.</p>
<p>Get it <a title="download" href="http://hellomate.typepad.com/exchange/ExchangeScripts.zip" target="_blank">here</a>, instructions inside.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/exchange-2003-catch-all-mailbox-79.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show console log messages in telnet</title>
		<link>http://www.handbook.dk/show-console-log-messages-in-telnet-78.htm</link>
		<comments>http://www.handbook.dk/show-console-log-messages-in-telnet-78.htm#comments</comments>
		<pubDate>Tue, 24 Jun 2008 13:38:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=78</guid>
		<description><![CDATA[The console shows information from the system by default. It can also be viewed from a telnet session by this command: terminal monitor]]></description>
			<content:encoded><![CDATA[<p>The console shows information from the system by default.<br />
It can also be viewed from a telnet session by this command:</p>
<p>terminal monitor</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/show-console-log-messages-in-telnet-78.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7 &#8211; Opening multiple tabs from command line</title>
		<link>http://www.handbook.dk/ie7-opening-multiple-tabs-from-command-line-76.htm</link>
		<comments>http://www.handbook.dk/ie7-opening-multiple-tabs-from-command-line-76.htm#comments</comments>
		<pubDate>Sun, 22 Jun 2008 18:05:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=76</guid>
		<description><![CDATA[Make a bat file with the extension .bat or .cmd Define the the tabs this way in the file: START http://www.microsoft.com/ START http://www.hp.com/ START http://www.ibm.com/]]></description>
			<content:encoded><![CDATA[<p>Make a bat file with the extension .bat or .cmd<br />
Define the the tabs this way in the file:</p>
<p>START http://www.microsoft.com/<br />
START http://www.hp.com/<br />
START http://www.ibm.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/ie7-opening-multiple-tabs-from-command-line-76.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test network speed with iperf</title>
		<link>http://www.handbook.dk/test-network-speed-with-iperf-75.htm</link>
		<comments>http://www.handbook.dk/test-network-speed-with-iperf-75.htm#comments</comments>
		<pubDate>Tue, 17 Jun 2008 11:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=75</guid>
		<description><![CDATA[You can test your network speed with the program iperf. It runs under all most used operating systems. The windows binary file can be found here. The file iperf.exe is used as client AND server. The basic idea is that the client UPLOADES an amount of data to the server. The speed of the transfer is [...]]]></description>
			<content:encoded><![CDATA[<p>You can test your network speed with the program iperf. It runs under all most used operating systems. The windows binary file can be found <a href="http://www.noc.ucf.edu/Tools/Iperf" target="_blank">here</a>.</p>
<p>The file iperf.exe is used as client AND server.<br />
The basic idea is that the client UPLOADES an amount of data to the server.<br />
The speed of the transfer is then calculated.</p>
<p>For a deeper introduction watch this <a href="http://www.slideshare.net/LoveMyTool/ostu-quickstart-guide-for-iperf-by-tony-fortunato" target="_blank">Flash guide</a>.</p>
<p>An example:<br />
Server: iperf.exe -s<br />
Client: iperf.exe -c &lt;server-ip&gt;<br />
(Speed is now uploaded to the server)</p>
<p>Use: iperf.exe &#8211;help to see options</p>
<p>&#8212;&#8211;</p>
<p>Test up and then down:</p>
<p>C:\&gt;iperf.exe -c 192.168.0.199 -r<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Server listening on TCP port 5001<br />
TCP window size: 8.00 KByte (default)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Client connecting to 192.168.0.199, TCP port 5001<br />
TCP window size: 63.0 KByte (default)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[1876] local 192.168.0.90 port 3975 connected with 192.168.0.199 port 5001<br />
[ ID] Interval       Transfer     Bandwidth<br />
[1876]  0.0-42.9 sec  1.13 MBytes   221 Kbits/sec<br />
[1944] local 192.168.0.90 port 5001 connected with 192.168.0.199 port 4442<br />
[ ID] Interval       Transfer     Bandwidth<br />
[1944]  0.0-10.0 sec  41.5 MBytes  34.9 Mbits/sec</p>
<p>C:\&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/test-network-speed-with-iperf-75.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove the Built-In Search Bar in IE 7</title>
		<link>http://www.handbook.dk/remove-the-built-in-search-bar-on-ie-7-74.htm</link>
		<comments>http://www.handbook.dk/remove-the-built-in-search-bar-on-ie-7-74.htm#comments</comments>
		<pubDate>Fri, 13 Jun 2008 21:26:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=74</guid>
		<description><![CDATA[Find this path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions Add this key: NoSearchBox&#8221;=dword:00000001 Download reg file]]></description>
			<content:encoded><![CDATA[<p>Find this path:<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions<br />
Add this key: NoSearchBox&#8221;=dword:00000001</p>
<p><a href="http://www.handbook.dk/download/RemoveSearchBar.reg">Download reg file</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/remove-the-built-in-search-bar-on-ie-7-74.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Cisco devices to use NTP</title>
		<link>http://www.handbook.dk/configuring-cisco-devices-to-use-ntp-73.htm</link>
		<comments>http://www.handbook.dk/configuring-cisco-devices-to-use-ntp-73.htm#comments</comments>
		<pubDate>Wed, 11 Jun 2008 10:03:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=73</guid>
		<description><![CDATA[ntp server 213.173.225.86 - sh ntp status sh clock]]></description>
			<content:encoded><![CDATA[<p>ntp server 213.173.225.86<br />
-<br />
sh ntp status<br />
sh clock</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/configuring-cisco-devices-to-use-ntp-73.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Office 2003 user templates path through regedit</title>
		<link>http://www.handbook.dk/change-office-2003-user-templates-path-through-regedit-72.htm</link>
		<comments>http://www.handbook.dk/change-office-2003-user-templates-path-through-regedit-72.htm#comments</comments>
		<pubDate>Fri, 06 Jun 2008 14:40:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/?p=72</guid>
		<description><![CDATA[Find this path in regedit: HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General and the key: UserTemplates type: REG_EXPAND_SZ Just give it a value. (path to a folder) If you can not find the key UserTemplates, Office is using the standard path: C:\Documents and Settings\\Application Data\Microsoft\Templates If you use KIX: WriteValue(&#8220;HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General&#8221;, &#8220;UserTemplates&#8221;, &#8220;c:\somefolder&#8221;, &#8220;REG_EXPAND_SZ&#8221;)]]></description>
			<content:encoded><![CDATA[<p>Find this path in regedit:</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General<br />
and the key: UserTemplates<br />
type: REG_EXPAND_SZ</p>
<p>Just give it a value. (path to a folder)</p>
<p>If you can not find the key UserTemplates, Office is using the standard path:<br />
C:\Documents and Settings\\Application Data\Microsoft\Templates</p>
<p>If you use KIX:<br />
WriteValue(&#8220;HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General&#8221;, &#8220;UserTemplates&#8221;, &#8220;c:\somefolder&#8221;, &#8220;REG_EXPAND_SZ&#8221;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/change-office-2003-user-templates-path-through-regedit-72.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove the Debian copyright message</title>
		<link>http://www.handbook.dk/remote-the-debian-copyright-message-69.htm</link>
		<comments>http://www.handbook.dk/remote-the-debian-copyright-message-69.htm#comments</comments>
		<pubDate>Tue, 13 May 2008 19:53:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/remote-the-debian-copyright-message-69.htm</guid>
		<description><![CDATA[Every time you log on a debian this copyright message is displayed: &#8211; The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. &#8211; It [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Every time you log on a debian this copyright message is displayed:</p>
<p align="left">&#8211;</p>
<p align="left">The programs included with the Debian GNU/Linux system are free software;<br />
the exact distribution terms for each program are described in the<br />
individual files in /usr/share/doc/*/copyright.</p>
<p align="left">Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent<br />
permitted by applicable law.</p>
<p align="left">&#8211;</p>
<p align="left">It can be removed by edit this file: /etc/motd.tail</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/remote-the-debian-copyright-message-69.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install vmware-tools in debian</title>
		<link>http://www.handbook.dk/install-vmware-toos-in-debian-68.htm</link>
		<comments>http://www.handbook.dk/install-vmware-toos-in-debian-68.htm#comments</comments>
		<pubDate>Sun, 11 May 2008 10:06:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/install-vmware-toos-in-debian-68.htm</guid>
		<description><![CDATA[apt-get install binutils cpp gcc make psmisc linux-headers-$(uname -r) mount /dev/cdrom /mnt/ tar -C /tmp -zxvf /mnt/VMwareTools-xxx.tar.gz umount /mnt cd /tmp/vmware-tools-distrib ./vmware-install.pl reboot]]></description>
			<content:encoded><![CDATA[<p>apt-get install binutils cpp gcc make psmisc linux-headers-$(uname -r)<br />
mount /dev/cdrom /mnt/<br />
tar -C /tmp -zxvf /mnt/VMwareTools-xxx.tar.gz<br />
umount /mnt<br />
cd /tmp/vmware-tools-distrib ./vmware-install.pl<br />
reboot</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/install-vmware-toos-in-debian-68.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restart service in a bat job</title>
		<link>http://www.handbook.dk/restart-service-in-a-bat-job-67.htm</link>
		<comments>http://www.handbook.dk/restart-service-in-a-bat-job-67.htm#comments</comments>
		<pubDate>Thu, 24 Apr 2008 14:41:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/restart-service-in-a-bat-job-67.htm</guid>
		<description><![CDATA[net stop &#8220;World Wide Web Publishing Service&#8221; net start &#8220;World Wide Web Publishing Service&#8221;]]></description>
			<content:encoded><![CDATA[<p align="left">net stop &#8220;World Wide Web Publishing Service&#8221;<br />
net start &#8220;World Wide Web Publishing Service&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/restart-service-in-a-bat-job-67.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable ICMP Redirect in Windows XP and 2003</title>
		<link>http://www.handbook.dk/disable-icmp-redirect-in-windows-xp-and-2003-66.htm</link>
		<comments>http://www.handbook.dk/disable-icmp-redirect-in-windows-xp-and-2003-66.htm#comments</comments>
		<pubDate>Wed, 16 Apr 2008 23:29:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/disable-icmp-redirect-in-windows-xp-and-2003-66.htm</guid>
		<description><![CDATA[To disable it, find this path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters Locate this key: EnableICMPRedirect change the value from 1 to 0 &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p align="left">To disable it, find this path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters<br />
Locate this key: EnableICMPRedirect<br />
change the value from 1 to 0</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/disable-icmp-redirect-in-windows-xp-and-2003-66.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled restart</title>
		<link>http://www.handbook.dk/scheduled-restart-65.htm</link>
		<comments>http://www.handbook.dk/scheduled-restart-65.htm#comments</comments>
		<pubDate>Sat, 05 Apr 2008 13:16:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/scheduled-restart-65.htm</guid>
		<description><![CDATA[Run this command from a .bat file: shutdown.exe -r -f -t 60 -c &#8220;Windows Server 2003 will now restart in 1 minute&#8230;&#8221; Make a scheduled job that runs the bat file.]]></description>
			<content:encoded><![CDATA[<p>Run this command from a .bat file:<br />
shutdown.exe -r -f -t 60 -c &#8220;Windows Server 2003 will now restart in 1 minute&#8230;&#8221;</p>
<p>Make a scheduled job that runs the bat file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/scheduled-restart-65.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show uptime from command promt</title>
		<link>http://www.handbook.dk/show-uptime-from-command-promt-64.htm</link>
		<comments>http://www.handbook.dk/show-uptime-from-command-promt-64.htm#comments</comments>
		<pubDate>Sat, 05 Apr 2008 13:11:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/show-uptime-from-command-promt-64.htm</guid>
		<description><![CDATA[net statistics server (look after statics since&#8230;)]]></description>
			<content:encoded><![CDATA[<p>net statistics server<br />
(look after statics since&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/show-uptime-from-command-promt-64.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic logon in Windows 2003</title>
		<link>http://www.handbook.dk/automatic-logon-in-windows-2003-63.htm</link>
		<comments>http://www.handbook.dk/automatic-logon-in-windows-2003-63.htm#comments</comments>
		<pubDate>Wed, 26 Mar 2008 08:19:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/automatic-logon-in-windows-2003-63.htm</guid>
		<description><![CDATA[If you for some reason want your Windows 2003 server to automatic login a specific user when booted, it can be done with regedit. Find this path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon Create/change the values of (strings): DefaultUserName DefaultPassword DefaultDomainName AutoAdminLogon (0 disable &#124; 1 enable)]]></description>
			<content:encoded><![CDATA[<p>If you for some reason want your Windows 2003 server to automatic login a specific user when booted, it can be done with regedit.<br />
Find this path:<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon<br />
Create/change the values of (strings):</p>
<p>DefaultUserName<br />
DefaultPassword<br />
DefaultDomainName<br />
AutoAdminLogon (0 disable | 1 enable)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/automatic-logon-in-windows-2003-63.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL in Debian Etch</title>
		<link>http://www.handbook.dk/ssl-in-debian-etch-62.htm</link>
		<comments>http://www.handbook.dk/ssl-in-debian-etch-62.htm#comments</comments>
		<pubDate>Fri, 07 Mar 2008 22:21:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/ssl-in-debian-etch-62.htm</guid>
		<description><![CDATA[Install and setup apache2: apt-get install apache2 apt-get install openssl ssl-cert apt-get install libapache2-mod-php5 php5-cli php5-common php5-cgi create a certificate: openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/apache.pem -keyout /etc/apache2/apache.pem chmod 600 /etc/apache2/apache.pem a2enmod ssl /etc/init.d/apache2 restart Edit the conf files: NameVirtualHost *:80 NameVirtualHost *:443 SSLEngine on SSLCertificateFile /etc/apache2/apache.pem /etc/init.d/apache2 restart]]></description>
			<content:encoded><![CDATA[<p><strong>Install and setup apache2:</strong><br />
apt-get install apache2<br />
apt-get install openssl ssl-cert<br />
apt-get install libapache2-mod-php5 php5-cli php5-common php5-cgi</p>
<p><strong>create a certificate:</strong><br />
openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/apache.pem -keyout /etc/apache2/apache.pem<br />
chmod 600 /etc/apache2/apache.pem</p>
<p>a2enmod ssl<br />
/etc/init.d/apache2 restart</p>
<p><strong>Edit the conf files:</strong><br />
NameVirtualHost *:80<br />
NameVirtualHost *:443</p>
<p>SSLEngine on<br />
SSLCertificateFile /etc/apache2/apache.pem</p>
<p>/etc/init.d/apache2 restart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/ssl-in-debian-etch-62.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lost the shortcut to the Microsoft Update?</title>
		<link>http://www.handbook.dk/lost-the-shortcut-to-the-microsoft-update-61.htm</link>
		<comments>http://www.handbook.dk/lost-the-shortcut-to-the-microsoft-update-61.htm#comments</comments>
		<pubDate>Fri, 07 Mar 2008 12:05:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/lost-the-shortcut-to-the-microsoft-update-61.htm</guid>
		<description><![CDATA[Make a new icon or use it in a script C:\WINDOWS\system32\rundll32.exe C:\WINDOWS\system32\muweb.dll,LaunchMUSite]]></description>
			<content:encoded><![CDATA[<p align="left">Make a new icon or use it in a script</p>
<p align="left">C:\WINDOWS\system32\rundll32.exe C:\WINDOWS\system32\muweb.dll,LaunchMUSite</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/lost-the-shortcut-to-the-microsoft-update-61.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP over SSL/TLS (implicit with encryption) with zFTPserver</title>
		<link>http://www.handbook.dk/ftp-over-ssltls-implicit-with-encryption-with-zftpserver-60.htm</link>
		<comments>http://www.handbook.dk/ftp-over-ssltls-implicit-with-encryption-with-zftpserver-60.htm#comments</comments>
		<pubDate>Wed, 27 Feb 2008 15:21:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/ftp-over-ssltls-implicit-with-encryption-with-zftpserver-60.htm</guid>
		<description><![CDATA[First the firewall or router needs to be configured. Remember when using an encrypted ftp all passive ports has to be redirected.   This example are from a Cisco ASA access-list allow_inbound extended permit tcp any interface outside eq ftp access-list allow_inbound extended permit tcp any interface outside eq 2950 access-list allow_inbound extended permit tcp [...]]]></description>
			<content:encoded><![CDATA[<p align="left">First the firewall or router needs to be configured. Remember when using an encrypted ftp all passive ports has to be redirected.<br />
<strong> </strong></p>
<p align="left"><strong>This example are from a Cisco ASA</strong></p>
<p align="left">access-list allow_inbound extended permit tcp any interface outside eq ftp<br />
access-list allow_inbound extended permit tcp any interface outside eq 2950<br />
access-list allow_inbound extended permit tcp any interface outside eq 2951<br />
access-list allow_inbound extended permit tcp any interface outside eq 2952<br />
etc.</p>
<p align="left">static (inside,outside) tcp interface ftp 192.168.1.2 ftp netmask 255.255.255.255<br />
static (inside,outside) tcp interface 2960 192.168.1.2 2950 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 2961 192.168.1.2 2951 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 2962 192.168.1.2 2952 netmask 255.255.255.255<br />
static (inside,outside) tcp interface 2963 192.168.1.2 2953 netmask 255.255.255.255<br />
etc.</p>
<p align="left"><strong>Configuration on the ftp server:</strong><br />
General tab:<br />
Specify address for passive mode: Write your public ip<br />
specify port range for passive mode: Write 2950 to 3000</p>
<p align="left">SSL/TLS tab:<br />
Create a certificate.<br />
Enable secure ftp through implicit ssl/tls and write using ssl/tls, only allow secure data transfers</p>
<p align="left">That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/ftp-over-ssltls-implicit-with-encryption-with-zftpserver-60.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover GRUB on Debian after (re)installing Windows</title>
		<link>http://www.handbook.dk/recover-grub-on-debian-after-reinstalling-windows-59.htm</link>
		<comments>http://www.handbook.dk/recover-grub-on-debian-after-reinstalling-windows-59.htm#comments</comments>
		<pubDate>Tue, 26 Feb 2008 12:30:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/recover-grub-on-debian-after-reinstalling-windows-59.htm</guid>
		<description><![CDATA[Boot knoppix and start the root console. Type: grub root (hd0,0) setup (hd0) quit Reboot &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- If you use Ubuntu sudo -i -u root grub find /boot/grub/stage1 (remember the output) root (hdx,x) setup (hd0) quit Reboot]]></description>
			<content:encoded><![CDATA[<p>Boot knoppix and start the root console.<br />
Type:<br />
grub<br />
root (hd0,0)<br />
setup (hd0)<br />
quit</p>
<p>Reboot</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>If you use Ubuntu</p>
<p>sudo -i -u root<br />
grub<br />
find /boot/grub/stage1 (remember the output)<br />
root (hdx,x)<br />
setup (hd0)<br />
quit</p>
<p>Reboot</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/recover-grub-on-debian-after-reinstalling-windows-59.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH access &#8211; PIX/ASA</title>
		<link>http://www.handbook.dk/ssh-access-pixasa-58.htm</link>
		<comments>http://www.handbook.dk/ssh-access-pixasa-58.htm#comments</comments>
		<pubDate>Sun, 24 Feb 2008 19:54:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/ssh-access-pixasa-58.htm</guid>
		<description><![CDATA[PIX hostname myPIX domain-name mydom.dom ca gen rsa key 1024 ssh 123.123.123.123 255.255.255.255 outside ssh timeout 60 passwd my_code ca save all write mem ASA crypto key generate rsa In ASDM crypto key zeroize rsa noconfirm crypto key generate rsa noconfirm &#8212;&#8211; show crypto engine show crypto ipsec sa]]></description>
			<content:encoded><![CDATA[<p><strong>PIX<br />
</strong>hostname myPIX<br />
domain-name mydom.dom<br />
ca gen rsa key 1024<br />
ssh 123.123.123.123 255.255.255.255 outside<br />
ssh timeout 60<br />
passwd my_code<br />
ca save all<br />
write mem</p>
<p><strong>ASA</strong><br />
crypto key generate rsa<br />
In ASDM<br />
crypto key zeroize rsa noconfirm<br />
crypto key generate rsa noconfirm</p>
<p>&#8212;&#8211;<br />
show crypto engine<br />
show crypto ipsec sa</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/ssh-access-pixasa-58.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow remote desktop through regedit &#8211; Do it remote</title>
		<link>http://www.handbook.dk/allow-remote-desktop-through-regedit-do-it-remote-57.htm</link>
		<comments>http://www.handbook.dk/allow-remote-desktop-through-regedit-do-it-remote-57.htm#comments</comments>
		<pubDate>Sun, 24 Feb 2008 18:40:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/allow-remote-desktop-through-regedit-do-it-remote-57.htm</guid>
		<description><![CDATA[You need to remote a server with remote desktop but thats not allowed, what do you do? It is possible to &#8220;activate&#8221; this remotely with regedit. find this regedit patch: HKLM\System\CurrentControlSet\Control\Terminal Server Set this DWORD to 0: fDenyTSConnections]]></description>
			<content:encoded><![CDATA[<p align="left">You need to remote a server with remote desktop but thats not allowed, what do you do?</p>
<p align="left">It is possible to &#8220;activate&#8221; this remotely with regedit.<br />
find this regedit patch: HKLM\System\CurrentControlSet\Control\Terminal Server<br />
Set this DWORD to 0: fDenyTSConnections</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/allow-remote-desktop-through-regedit-do-it-remote-57.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control panel shortcuts &#8211; How to access them</title>
		<link>http://www.handbook.dk/control-panel-shortcuts-how-to-access-them-56.htm</link>
		<comments>http://www.handbook.dk/control-panel-shortcuts-how-to-access-them-56.htm#comments</comments>
		<pubDate>Fri, 15 Feb 2008 12:00:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/control-panel-shortcuts-how-to-access-them-56.htm</guid>
		<description><![CDATA[All the shortcuts in the control panel have an name with the .cpl extension. Most of them can be found here: c:\windows\system32 I you for an example want to start the display properties just start the file: desk.cpl (could be done from run) If you want to activate through a script rundll32.exe shell32.dll,Control_RunDLL desk.cpl The [...]]]></description>
			<content:encoded><![CDATA[<p align="left">All the shortcuts in the control panel have an name with the .cpl extension.<br />
Most of them can be found here: c:\windows\system32</p>
<p align="left">I you for an example want to start the display properties just start the file: desk.cpl<br />
(could be done from run)</p>
<p align="left">If you want to activate through a script<br />
rundll32.exe shell32.dll,Control_RunDLL desk.cpl</p>
<p align="left">The shortcut MAIL can be found here:<br />
C:\Program Files\Common Files\System\MSMAPI\1030\MLCFG32.CPL</p>
<p align="left">More info <a href="http://support.microsoft.com/kb/149648">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/control-panel-shortcuts-how-to-access-them-56.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slipstream Microsoft Office 2003 SP3</title>
		<link>http://www.handbook.dk/slipstream-microsoft-office-2003-sp3-55.htm</link>
		<comments>http://www.handbook.dk/slipstream-microsoft-office-2003-sp3-55.htm#comments</comments>
		<pubDate>Thu, 14 Feb 2008 15:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/slipstream-microsoft-office-2003-sp3-55.htm</guid>
		<description><![CDATA[You need the Office 2003 SP3, download it here On your computer make 3 directories. TempSP3 Office2003 MSOffice2003 Put the servicePack file in the folder TempSP3 Extrakt the SP into Office2003 directory with this command: C:\TempSP3\Office2003SP3-KB923618-FullFile-DAN.exe /Q /C /T:C:\Office2003 (depending on your chosen language, the name on the SP is different) Make a administrative install [...]]]></description>
			<content:encoded><![CDATA[<p align="left">You need the Office 2003 SP3, download it <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=e25b7049-3e13-433b-b9d2-5e3c1132f206">here</a></p>
<p align="left">On your computer make 3 directories.<br />
TempSP3<br />
Office2003<br />
MSOffice2003</p>
<p align="left">Put the servicePack file in the folder TempSP3<br />
Extrakt the SP into Office2003 directory with this command:<br />
C:\TempSP3\Office2003SP3-KB923618-FullFile-DAN.exe /Q /C /T:C:\Office2003<br />
(depending on your chosen language, the name on the SP is different)</p>
<p align="left">Make a administrative install of office 2003 with this command:<br />
d:\setup.exe /a</p>
<p align="left">During the install you have to use the serial number.</p>
<p align="left">Slipstream with this commands:<br />
msiexec /p C:\Office2003\MAINSP3.msp /a C:\MSOffice2003\PRO11.msi SHORTFILENAMES=TRUE /qb<br />
msiexec /p C:\Office2003\OWC11SP3.msp /a C:\MSOffice2003\OWC11.MSI SHORTFILENAMES=TRUE /qb</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/slipstream-microsoft-office-2003-sp3-55.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pm-4-err_disable &#8211; the switchport is down</title>
		<link>http://www.handbook.dk/pm-4-err_disable-the-switchport-is-down-54.htm</link>
		<comments>http://www.handbook.dk/pm-4-err_disable-the-switchport-is-down-54.htm#comments</comments>
		<pubDate>Mon, 11 Feb 2008 07:14:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/pm-4-err_disable-the-switchport-is-down-54.htm</guid>
		<description><![CDATA[If an error occurs on your network, the professional series of Cisco switches would probably shutdown the the network port where the error is detected. Even if the error on the network is corrected, the network port is still down. You have to enable it manually. The switch is able to automatically enable the port. [...]]]></description>
			<content:encoded><![CDATA[<p>If an error occurs on your network, the professional series of Cisco switches would probably shutdown the the network port where the error is detected.<br />
Even if the error on the network is corrected, the network port is still down. You have to enable it manually.<br />
The switch is able to automatically enable the port. If the root error on the network remains, the port is immediately shutdown again.</p>
<p>To check the configuration, use this command:<br />
show errdisable recovery</p>
<p>If something is disabled, it means you manually have to activate the port if this specific error has occurred.</p>
<p>It can all be done automatically with this commands:</p>
<p>errdisable recovery cause udld<br />
errdisable recovery cause bpduguard<br />
errdisable recovery cause security-violation<br />
errdisable recovery cause channel-misconfig<br />
errdisable recovery cause pagp-flap<br />
errdisable recovery cause dtp-flap<br />
errdisable recovery cause link-flap<br />
errdisable recovery cause gbic-invalid<br />
errdisable recovery cause psecure-violation<br />
errdisable recovery cause dhcp-rate-limit<br />
errdisable recovery cause unicast-flood<br />
errdisable recovery cause vmps<br />
errdisable recovery cause storm-control<br />
errdisable recovery cause loopback<br />
errdisable recovery cause sfp-config-mismat</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/pm-4-err_disable-the-switchport-is-down-54.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect only the default printer in Terminal Services</title>
		<link>http://www.handbook.dk/redirect-only-the-default-printer-in-terminal-services-53.htm</link>
		<comments>http://www.handbook.dk/redirect-only-the-default-printer-in-terminal-services-53.htm#comments</comments>
		<pubDate>Wed, 07 Nov 2007 20:25:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/redirect-only-the-default-printer-in-terminal-services-53.htm</guid>
		<description><![CDATA[In remote desktop it is possible to only redirect the default printer on the client. The server need to have Windows 2003 SP2. The client need to have XP SP2 and remote desktop client version 6 Nothing has to be done on the server. On the client in regedit find this path: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\RDPDR [...]]]></description>
			<content:encoded><![CDATA[<p>In remote desktop it is possible to only redirect the default printer on the client.<br />
The server need to have Windows 2003 SP2.<br />
The client need to have XP SP2 and remote desktop client version 6</p>
<p align="left">Nothing has to be done on the server.<br />
On the client in regedit find this path:<br />
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\RDPDR</p>
<p>Add a DWORD value: RedirectDefaultPrinterOnly = 1<br />
Deactivate with 0</p>
<p>The client need Remote Desktop version 6.</p>
<p>More info  <a href="http://support.microsoft.com/kb/911913">http://support.microsoft.com/kb/911913</a></p>
<p><a href="http://www.handbook.dk/download/RedirectDefaultPrinterOnly.reg">RedirectDefaultPrinterOnly.reg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/redirect-only-the-default-printer-in-terminal-services-53.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled quick erase in backup exec</title>
		<link>http://www.handbook.dk/scheduled-quick-erase-in-backup-exec-51.htm</link>
		<comments>http://www.handbook.dk/scheduled-quick-erase-in-backup-exec-51.htm#comments</comments>
		<pubDate>Wed, 24 Oct 2007 09:14:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/scheduled-quick-erase-in-backup-exec-51.htm</guid>
		<description><![CDATA[Make a task in windows control panel running a bat-file. Bat-file: cd C:\Program Files\Symantec\Backup Exec bemcmd -o111 -d&#8221;HP 1&#8243; -e1 first line enters the directory where &#8220;bemcmd&#8221; is localized. second line runs a quick erase on the device &#8220;HP 1&#8243;.]]></description>
			<content:encoded><![CDATA[<p>Make a task in windows control panel running a bat-file.</p>
<p>Bat-file:<br />
cd C:\Program Files\Symantec\Backup Exec<br />
bemcmd -o111 -d&#8221;HP 1&#8243; -e1</p>
<p>first line enters the directory where &#8220;bemcmd&#8221; is localized.<br />
second line runs a quick erase on the device &#8220;HP 1&#8243;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/scheduled-quick-erase-in-backup-exec-51.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows DHCP scope options</title>
		<link>http://www.handbook.dk/windows-dhcp-scope-options-50.htm</link>
		<comments>http://www.handbook.dk/windows-dhcp-scope-options-50.htm#comments</comments>
		<pubDate>Sat, 20 Oct 2007 11:56:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/windows-dhcp-scope-options-50.htm</guid>
		<description><![CDATA[Just an example of scope options on a windows 2003 active directory server with dhcp server. 003 Router: 192.168.1.1 006 DNS servers: 192.168.1.3 015 DNS Domain name: dom.local 044 WINS/NBNS Server: 192.168.1.3 046 WINS/NBT Node Type: 0&#215;8]]></description>
			<content:encoded><![CDATA[<p>Just an example of scope options on a windows 2003 active directory server with dhcp server.</p>
<p>003 Router: 192.168.1.1<br />
006 DNS servers: 192.168.1.3<br />
015 DNS Domain name: dom.local<br />
044 WINS/NBNS Server: 192.168.1.3<br />
046 WINS/NBT Node Type: 0&#215;8</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/windows-dhcp-scope-options-50.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access denied to directory &#8211; Backup Exec error</title>
		<link>http://www.handbook.dk/access-denied-to-directory-backup-exec-error-49.htm</link>
		<comments>http://www.handbook.dk/access-denied-to-directory-backup-exec-error-49.htm#comments</comments>
		<pubDate>Wed, 17 Oct 2007 10:19:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/access-denied-to-directory-backup-exec-error-49.htm</guid>
		<description><![CDATA[If you get this error when performing an backup of exchange: &#8220;Access denied to directory . Access is denied to Remote Agent.  Check the login account for the specified device&#8221;, some things has to be checked. 1) The user running the agent on exchange MUST be visible in Global Address List. In Active Directory user [...]]]></description>
			<content:encoded><![CDATA[<p>If you get this error when performing an backup of exchange: &#8220;Access denied to directory .<br />
Access is denied to Remote Agent.  Check the login account for the specified device&#8221;, some things has to be checked.</p>
<p>1)<br />
The user running the agent on exchange MUST be visible in Global Address List. In Active Directory user properties be sure not to have &#8220;Hide from exchange address list&#8221; checked.<br />
If your exchange is an standard setup and your using the administrator account in the agent, this is probably whey the error came.</p>
<p>2)<br />
If not using the Administrator account, be sure to check that the used account is a member of Domain Admin and NOT a member of Domain Users.<br />
The account also need to have the exchange role &#8220;full exchange administrator&#8221;.</p>
<p>This can be done in the exchange manager.<br />
- Open Exchange System Manager<br />
- Right-click on the First Organization (Exchange) root and select Delegate &#8220;EXCHANGE FULL ADMIN&#8221; to the user&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/access-denied-to-directory-backup-exec-error-49.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spoolsv.exe and 99% CPU</title>
		<link>http://www.handbook.dk/spoolsvexe-and-99-cpu-46.htm</link>
		<comments>http://www.handbook.dk/spoolsvexe-and-99-cpu-46.htm#comments</comments>
		<pubDate>Mon, 01 Oct 2007 17:23:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/spoolsvexe-and-99-cpu-46.htm</guid>
		<description><![CDATA[If the printing service (spoolsv.exe) is using 99% of the CPU, and an reboot of the whole server and or just the service does not work, what could be wrong? Maybe an old print-job is stuck on the computer. Go to: C:\WINDOWS\system32\spool\PRINTERS and remove all the files. Restart the printing service.]]></description>
			<content:encoded><![CDATA[<p>If the printing service (spoolsv.exe) is using 99% of the CPU, and an reboot of the whole server and or just the service does not work, what could be wrong?</p>
<p>Maybe an old print-job is stuck on the computer.<br />
Go to: C:\WINDOWS\system32\spool\PRINTERS<br />
and remove all the files.</p>
<p>Restart the printing service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/spoolsvexe-and-99-cpu-46.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run EXE as a service</title>
		<link>http://www.handbook.dk/run-exe-as-a-service-45.htm</link>
		<comments>http://www.handbook.dk/run-exe-as-a-service-45.htm#comments</comments>
		<pubDate>Thu, 27 Sep 2007 07:50:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/run-exe-as-a-service-45.htm</guid>
		<description><![CDATA[What do you do if you want an *.exe to run as a service? You need two files from the &#8220;Windows Server 2003 Resource Kit Tools&#8221;. Instrsrv.exe and Srvany.exe. Run this command: c:\reskit\INSTSRV.EXE &#8220;Your service name&#8221; c:\reskit\SRVANY.EXE Now the service &#8220;Your service name&#8221; exsists on the server. You now need to add the actual exe [...]]]></description>
			<content:encoded><![CDATA[<p>What do you do if you want an *.exe to run as a service?</p>
<p align="left">You need two files from the &#8220;Windows Server 2003 Resource Kit Tools&#8221;. Instrsrv.exe and Srvany.exe.<br />
Run this command:</p>
<p>c:\reskit\INSTSRV.EXE &#8220;Your service name&#8221; c:\reskit\SRVANY.EXE<br />
Now the service &#8220;Your service name&#8221; exsists on the server.</p>
<p align="left">You now need to add the actual exe to be run by the service.<br />
This is done in Regedit.<br />
Navigate to this registry key:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\&#8221;your service name&#8221;.Add Key and name it Parameters.</p>
<p>In this Add Value and type EXE information.<br />
Value Name: Application<br />
Data Type : REG_SZ<br />
String:c:\your.exe</p>
<p><strong>Links:</strong><br />
<a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;displaylang=en">Windows Server 2003 Resource Kit Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/run-exe-as-a-service-45.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Restart, shutdown and lock screen shortcut</title>
		<link>http://www.handbook.dk/create-restart-shutdown-and-lock-screen-shortcut-44.htm</link>
		<comments>http://www.handbook.dk/create-restart-shutdown-and-lock-screen-shortcut-44.htm#comments</comments>
		<pubDate>Mon, 17 Sep 2007 15:42:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/create-restart-shutdown-and-lock-screen-shortcut-44.htm</guid>
		<description><![CDATA[Create shortcuts with this command in it: Lock screen: rundll32.exe user32.dll,LockWorkStation Restart: shutdown -r -t 01 Shutdown: shutdown -s -t 01]]></description>
			<content:encoded><![CDATA[<p>Create shortcuts with this command in it:</p>
<p><strong>Lock screen:</strong><br />
rundll32.exe user32.dll,LockWorkStation</p>
<p><strong>Restart:</strong><br />
shutdown -r -t 01</p>
<p><strong>Shutdown:</strong><br />
shutdown -s -t 01</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/create-restart-shutdown-and-lock-screen-shortcut-44.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Balloon Tips</title>
		<link>http://www.handbook.dk/remove-balloon-tips-43.htm</link>
		<comments>http://www.handbook.dk/remove-balloon-tips-43.htm#comments</comments>
		<pubDate>Fri, 07 Sep 2007 09:42:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/remove-balloon-tips-43.htm</guid>
		<description><![CDATA[Every time you print, a notification is shown above the clock. There are different ways to remove it. In Active Directory Group Policy:  &#8221;Administrative Templates&#8221; &#8211;&#62; &#8220;Start menu and Taskbar&#8221; &#8211;&#62; &#8220;Remove Balloon Tips on start Menu items&#8221;. On a standalone XP click &#8220;start&#8221; &#8211;&#62; &#8220;run&#8221;. Type: &#8220;gpedit.msc&#8221;.]]></description>
			<content:encoded><![CDATA[<p>Every time you print, a notification is shown above the clock.</p>
<p>There are different ways to remove it.</p>
<p>In Active Directory Group Policy:  &#8221;Administrative Templates&#8221; &#8211;&gt; &#8220;Start menu and Taskbar&#8221; &#8211;&gt; &#8220;Remove Balloon Tips on start Menu items&#8221;.</p>
<p>On a standalone XP click &#8220;start&#8221; &#8211;&gt; &#8220;run&#8221;. Type: &#8220;gpedit.msc&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/remove-balloon-tips-43.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow users to change time</title>
		<link>http://www.handbook.dk/allow-users-to-change-time-41.htm</link>
		<comments>http://www.handbook.dk/allow-users-to-change-time-41.htm#comments</comments>
		<pubDate>Mon, 27 Aug 2007 11:34:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/allow-users-to-change-time-41.htm</guid>
		<description><![CDATA[What do you do if you want an user in your organization with the ability to change the system time and not using an administrator account. In an Active Directory environment it can be done with a Group Policy. Computer Configuration &#8211;&#62; Windows Settings &#8211;&#62; Local Policies/User Rights Assignment &#8211;&#62; Change System Time. You can specify [...]]]></description>
			<content:encoded><![CDATA[<p>What do you do if you want an user in your organization with the ability to change the system time and not using an administrator account.<br />
In an Active Directory environment it can be done with a Group Policy.</p>
<p>Computer Configuration &#8211;&gt; Windows Settings &#8211;&gt; Local Policies/User Rights Assignment &#8211;&gt; Change System Time.</p>
<p>You can specify specific users and or groups.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/allow-users-to-change-time-41.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show IP</title>
		<link>http://www.handbook.dk/show-ip-40.htm</link>
		<comments>http://www.handbook.dk/show-ip-40.htm#comments</comments>
		<pubDate>Sun, 26 Aug 2007 19:07:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/show-ip-40.htm</guid>
		<description><![CDATA[Show your IP and network information. 38.107.179.211 38.107.179.211]]></description>
			<content:encoded><![CDATA[<p>Show your IP and network information.</p>
<p>38.107.179.211</p>
<p>38.107.179.211</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/show-ip-40.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small usefull Linux commands</title>
		<link>http://www.handbook.dk/small-usefull-linux-commands-37.htm</link>
		<comments>http://www.handbook.dk/small-usefull-linux-commands-37.htm#comments</comments>
		<pubDate>Sun, 19 Aug 2007 18:04:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/small-usefull-linux-commands-37.htm</guid>
		<description><![CDATA[Compress a folder to a file with timestamp tar cfvz /fil-$TIMESTAMP.tgz /etc Postfix If changed mail.cf, do a /etc/init.d/postfix reload If changed /etc/postfix/virtual run this command: postmap hash:/etc/postfix/virtual postmap /etc/postfix/transport Copy a hard-drive dd if=/dev/hd_originaldisk-partition of=/dev/hd_nydisk-partition MySQL Backup /usr/bin/mysqldump -A -uroot -p[myCode] &#62; /andet/backup.sql Delete a folder containing files rm -rf /remove/this Create an empty [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Compress a folder to a file with timestamp</strong><br />
tar cfvz /fil-$TIMESTAMP.tgz /etc</p>
<p><strong>Postfix</strong><br />
If changed mail.cf, do a /etc/init.d/postfix reload<br />
If changed /etc/postfix/virtual run this command: postmap hash:/etc/postfix/virtual<br />
postmap /etc/postfix/transport</p>
<p><strong>Copy a hard-drive</strong><br />
dd if=/dev/hd_originaldisk-partition of=/dev/hd_nydisk-partition</p>
<p><strong>MySQL Backup</strong><br />
/usr/bin/mysqldump -A -uroot -p[myCode] &gt; /andet/backup.sql</p>
<p><strong>Delete a folder containing files</strong><br />
rm -rf /remove/this</p>
<p><strong>Create an empty file</strong><br />
touch file-name</p>
<p><strong>Disk-use of an folder</strong><br />
du -sh folder</p>
<p><strong>Format disk</strong><br />
cfdisk /dev/hda</p>
<p><strong>Extract tar.bz2 to a folder</strong><br />
tar xzf file.tar.bz2</p>
<p><strong>NMAP scan to a file</strong><br />
nmap -sS -PT -PI -O -T 3 10.0.0.*&gt;file.txt</p>
<p><strong>Change file and folder rights</strong><br />
chown martin filename<br />
chown -R martin:martin FileAndSubFolders</p>
<p><strong>chmod</strong><br />
- user group other<br />
- 4 2 1 4 2 1 4 2 1<br />
- r w x r w x r w x</p>
<p><strong>Boot script in Debian</strong><br />
/etc/rc.boot/<br />
Remember: #!/bin/bash<br />
on top of the text files.</p>
<p><strong>Set date and time</strong><br />
ntpdate</p>
<p><strong>Search inside files</strong><br />
find /www/test.local/www/ -name * | grep -lir VALID_AZ09 *</p>
<p><strong>Create sources.list</strong><br />
<a href="http://debgen.simplylinux.ch/index.php">http://debgen.simplylinux.ch/index.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/small-usefull-linux-commands-37.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/etc/network/interfaces configuration example</title>
		<link>http://www.handbook.dk/etcnetworkinterfaces-configuration-example-36.htm</link>
		<comments>http://www.handbook.dk/etcnetworkinterfaces-configuration-example-36.htm#comments</comments>
		<pubDate>Sat, 18 Aug 2007 19:52:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.handbook.dk/etcnetworkinterfaces-configuration-example-36.htm</guid>
		<description><![CDATA[Example 1 - Static IP # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 10.0.0.40 netmask 255.255.255.0 gateway 10.0.0.1 Example [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Example 1</strong> - Static IP</p>
<p># This file describes the network interfaces available on your system<br />
# and how to activate them. For more information, see interfaces(5).</p>
<p># The loopback network interface<br />
auto lo<br />
iface lo inet loopback</p>
<p># The primary network interface<br />
auto eth0<br />
iface eth0 inet static<br />
address 10.0.0.40<br />
netmask 255.255.255.0<br />
gateway 10.0.0.1</p>
<p><strong>Example 2 &#8211; DHCP</strong><br />
auto eth0 iface eth0 inet dhcp</p>
<p><strong>Remember the DNS configuration in /etc/resolv.conf</strong><br />
nameserver 195.184.96.2<br />
nameserver 213.173.225.86</p>
<p><strong>Tips</strong><br />
Change (spoof) the MAC<br />
ifconfig eth0 hw ether 01:23:45:67:89:AB</p>
]]></content:encoded>
			<wfw:commentRss>http://www.handbook.dk/etcnetworkinterfaces-configuration-example-36.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

