<?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"
	>

<channel>
	<title>Information Technology Knowledge Base</title>
	<atom:link href="http://www.itkb.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itkb.org</link>
	<description></description>
	<pubDate>Sun, 11 Oct 2009 14:48:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Protected: Ticking Watches</title>
		<link>http://www.itkb.org/miscellaneous/42/42.html</link>
		<comments>http://www.itkb.org/miscellaneous/42/42.html#comments</comments>
		<pubDate>Sun, 11 Oct 2009 14:33:13 +0000</pubDate>
		<dc:creator>Sven</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.itkb.org/?p=42</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://www.itkb.org/miscellaneous/42/42.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Max packet size</title>
		<link>http://www.itkb.org/miscellaneous/max-packet-size/41.html</link>
		<comments>http://www.itkb.org/miscellaneous/max-packet-size/41.html#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:04:12 +0000</pubDate>
		<dc:creator>Hedwig Lodrigo</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.itkb.org/?p=41</guid>
		<description><![CDATA[When you send a large amount of data over the internet that data is being split up into smaller packets and is reassembled on the receiver side. The maximum size of such an individual packet is called Maximum Transmission Unit (MTU), and refers to the size (in bytes) of the largest packet or frame that [...]]]></description>
		<wfw:commentRss>http://www.itkb.org/miscellaneous/max-packet-size/41.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Enabling ssl on your apache2 with debian etch</title>
		<link>http://www.itkb.org/linux/enabling-ssl-on-your-apache2-with-debian-etch/40.html</link>
		<comments>http://www.itkb.org/linux/enabling-ssl-on-your-apache2-with-debian-etch/40.html#comments</comments>
		<pubDate>Tue, 20 May 2008 21:08:50 +0000</pubDate>
		<dc:creator>Hedwig Lodrigo</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.itkb.org/?p=40</guid>
		<description><![CDATA[This is in now way the definitive guide to getting ssl to work on your host. This is what worked for me.
First you need to get openssl
apt-get install openssl ssl-cert
Generate a self signed cert. This will protect your traffic however it will give warning in the browser of the user. 
If you don&#8217;t want these [...]]]></description>
		<wfw:commentRss>http://www.itkb.org/linux/enabling-ssl-on-your-apache2-with-debian-etch/40.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>GIT Version system tutorial</title>
		<link>http://www.itkb.org/miscellaneous/git-version-system-tutorial/39.html</link>
		<comments>http://www.itkb.org/miscellaneous/git-version-system-tutorial/39.html#comments</comments>
		<pubDate>Sun, 18 May 2008 13:53:15 +0000</pubDate>
		<dc:creator>Hedwig Lodrigo</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.itkb.org/?p=39</guid>
		<description><![CDATA[GIT Version system
Git is a distributed file versioning system. It was initially created by Linus Torvalds. Linus is better known for the creation of linux.
This is some quick guide on getting started with GIT for people with a windows desktop and a linux server.
Download the windows GUI version of git from http://code.google.com/p/msysgit/downloads/list
Install it.
To create a [...]]]></description>
		<wfw:commentRss>http://www.itkb.org/miscellaneous/git-version-system-tutorial/39.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Recursively removing .svn directories</title>
		<link>http://www.itkb.org/miscellaneous/recursively-removing-svn-directories/38.html</link>
		<comments>http://www.itkb.org/miscellaneous/recursively-removing-svn-directories/38.html#comments</comments>
		<pubDate>Tue, 01 Apr 2008 10:13:00 +0000</pubDate>
		<dc:creator>Hedwig Lodrigo</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.itkb.org/miscellaneous/recursively-removing-svn-directories/38.html</guid>
		<description><![CDATA[Use this command

find . -name .svn -print0 &#124; xargs -0 rm -rf

You could also use &#8220;svn export&#8221;&#8230;
]]></description>
		<wfw:commentRss>http://www.itkb.org/miscellaneous/recursively-removing-svn-directories/38.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Time synchronizing in windows</title>
		<link>http://www.itkb.org/miscellaneous/time-synchronizing-in-windows/37.html</link>
		<comments>http://www.itkb.org/miscellaneous/time-synchronizing-in-windows/37.html#comments</comments>
		<pubDate>Mon, 31 Mar 2008 14:28:32 +0000</pubDate>
		<dc:creator>Hedwig Lodrigo</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.itkb.org/miscellaneous/time-synchronizing-in-windows/37.html</guid>
		<description><![CDATA[You can check the current time on your domain by typing in the following
net time
This gives me: Current time at \\s-dc1.mydomain.local is 3/31/2008 1:56 PM
To setup Time synchroniziation type in:
>net time /SETSNTP:\\s-dc1.mydomain.local
s-dc1.mydomain.local Local should be replaced with the servername where your time service is running. Now to check check what time server your pc uses [...]]]></description>
		<wfw:commentRss>http://www.itkb.org/miscellaneous/time-synchronizing-in-windows/37.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ASP_0131 Disallowed_Parent_Path</title>
		<link>http://www.itkb.org/miscellaneous/asp_0131-disallowed_parent_path/36.html</link>
		<comments>http://www.itkb.org/miscellaneous/asp_0131-disallowed_parent_path/36.html#comments</comments>
		<pubDate>Mon, 31 Mar 2008 13:38:30 +0000</pubDate>
		<dc:creator>Hedwig Lodrigo</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.itkb.org/miscellaneous/asp_0131-disallowed_parent_path/36.html</guid>
		<description><![CDATA[IIS 6 has by default parent paths disallowed. These settings are required to use relative paths in virtual includes.
Parent paths allow you to use &#8216;..&#8217; when browsing directories and MapPaths etc enabling files in the parent directory to be used.
To enable parent paths:
• Start the Internet Services Manager (Start - Programs - Administrative Tools - [...]]]></description>
		<wfw:commentRss>http://www.itkb.org/miscellaneous/asp_0131-disallowed_parent_path/36.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Mass update sql job owners</title>
		<link>http://www.itkb.org/sql-server/tsql/mass-update-sql-job-owners/35.html</link>
		<comments>http://www.itkb.org/sql-server/tsql/mass-update-sql-job-owners/35.html#comments</comments>
		<pubDate>Tue, 25 Mar 2008 10:20:00 +0000</pubDate>
		<dc:creator>Hedwig Lodrigo</dc:creator>
		
		<category><![CDATA[DBA]]></category>

		<category><![CDATA[Microsoft Sql server]]></category>

		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://www.itkb.org/sql-server/tsql/mass-update-sql-job-owners/35.html</guid>
		<description><![CDATA[After a domain migration you might find yourself in a position where you have a whole bunch of jobs with dead domain accounts. Then you could use sql server management studio to update the job ownership one by one. Or you could make a script which updates it for you. The next script gives you [...]]]></description>
		<wfw:commentRss>http://www.itkb.org/sql-server/tsql/mass-update-sql-job-owners/35.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Deleting huge amounts of records</title>
		<link>http://www.itkb.org/sql-server/tsql/deleting-huge-amounts-of-records/34.html</link>
		<comments>http://www.itkb.org/sql-server/tsql/deleting-huge-amounts-of-records/34.html#comments</comments>
		<pubDate>Fri, 12 Oct 2007 09:41:10 +0000</pubDate>
		<dc:creator>Hedwig Lodrigo</dc:creator>
		
		<category><![CDATA[DBA]]></category>

		<category><![CDATA[Microsoft Sql server]]></category>

		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://www.itkb.org/sql-server/tsql/deleting-huge-amounts-of-records/34.html</guid>
		<description><![CDATA[When you have to delete a whole bunch of records from a table which has to stay in use. Then you could do it with a cursor. but you can also do it with the following approach. Use top to limit the amount of records deleted and put the deletion in a loop.
Sample code: 
DECLARE @p [...]]]></description>
		<wfw:commentRss>http://www.itkb.org/sql-server/tsql/deleting-huge-amounts-of-records/34.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Job from removed maintenance plan</title>
		<link>http://www.itkb.org/sql-server/tsql/job-from-removed-maintenance-plan/33.html</link>
		<comments>http://www.itkb.org/sql-server/tsql/job-from-removed-maintenance-plan/33.html#comments</comments>
		<pubDate>Fri, 12 Oct 2007 09:36:49 +0000</pubDate>
		<dc:creator>Hedwig Lodrigo</dc:creator>
		
		<category><![CDATA[DBA]]></category>

		<category><![CDATA[Microsoft Sql server]]></category>

		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://www.itkb.org/sql-server/tsql/job-from-removed-maintenance-plan/33.html</guid>
		<description><![CDATA[You removed a maintenance plan and it didn&#8217;t delete the job. You got the following error:
The DELETE statement conflicted with the REFERENCE constraint &#8220;FK_subplan_job_id&#8221;. The conflict occurred in database &#8220;msdb&#8221;, table &#8220;dbo.sysmaintplan_subplans&#8221;, column &#8216;job_id&#8217;.
The statement has been terminated. (.Net SqlClient Data Provider)
You can remove the job by executing the following code:
&#8211; Set @job_name to the [...]]]></description>
		<wfw:commentRss>http://www.itkb.org/sql-server/tsql/job-from-removed-maintenance-plan/33.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
