<?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>ActiveSPLIT.com</title>
	<atom:link href="http://www.activesplit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activesplit.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 03 May 2012 13:47:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>VirtualBox &#8211; Disable Date and Time synchronization for a VirtualBox Guest system</title>
		<link>http://www.activesplit.com/virtualbox-disable-date-and-time-synchronization-between/</link>
		<comments>http://www.activesplit.com/virtualbox-disable-date-and-time-synchronization-between/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 14:24:58 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[time sync]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualbox time sync]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=286</guid>
		<description><![CDATA[The following command will disable the date/time synchronization for a Guest operating system. Assuming the host is running Windows OS. Open the command prompt. (Run -> cmd) Enter command: C:\Users\User>&#8221;c:\Program Files\Oracle\VirtualBox\VBoxManage.exe&#8221; setextradata ENTER_MACHINE_NAME_HERE &#8220;VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled&#8221; &#8220;1&#8243; * Replace ENTER_MACHINE_NAME_HERE with Guest system name * This command will add an extra line to the &#8220;C:\Users\User\VirtualBox VMs\MACHINE_NAME\MACHINE_NAME.vbox&#8221; file. [...]]]></description>
		<wfw:commentRss>http://www.activesplit.com/virtualbox-disable-date-and-time-synchronization-between/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL InnoDB table truncate fails because of foreign keys</title>
		<link>http://www.activesplit.com/mysql-innodb-table-truncate-fails-because-of-foreign-keys/</link>
		<comments>http://www.activesplit.com/mysql-innodb-table-truncate-fails-because-of-foreign-keys/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 06:51:46 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[foreign key]]></category>
		<category><![CDATA[innodb]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[truncate]]></category>
		<category><![CDATA[truncate fails]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=283</guid>
		<description><![CDATA[If trying to truncate MySQL InnoDB tables and you are getting an error because of foreign keys constraints try disabling the foreign keys checks. SET FOREIGN_KEY_CHECKS = 0; .. TRUNCATE tableName; TRUNCATE tableName2; .. SET FOREIGN_KEY_CHECKS = 1;]]></description>
		<wfw:commentRss>http://www.activesplit.com/mysql-innodb-table-truncate-fails-because-of-foreign-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MediaWiki &#8211; List all namespaces and their ID numbers</title>
		<link>http://www.activesplit.com/mediawiki-list-all-namespaces-and-their-id-numbers/</link>
		<comments>http://www.activesplit.com/mediawiki-list-all-namespaces-and-their-id-numbers/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 11:13:31 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[mediawiki namespaces]]></category>
		<category><![CDATA[namespace]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=279</guid>
		<description><![CDATA[To list all available namespaces and their ID numbers in MediaWiki you have to query MediaWiki&#8217;s api. Simpy open the following address in your browser: http://www.mywebsite.tld/mediawiki_installation/api.php?action=query&#038;meta=siteinfo&#038;siprop=namespaces *replacing http://www.mywebsite.tld/mediawiki_installation with the path to your MediaWiki page. This will return a XML representation of Namespaces data.]]></description>
		<wfw:commentRss>http://www.activesplit.com/mediawiki-list-all-namespaces-and-their-id-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Ubuntu &#8211; User not in the sudoers file</title>
		<link>http://www.activesplit.com/linux-ubuntu-user-not-in-the-sudoers-file/</link>
		<comments>http://www.activesplit.com/linux-ubuntu-user-not-in-the-sudoers-file/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 08:51:58 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[no sudo]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[sudoers]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=277</guid>
		<description><![CDATA[If your user is not in the sudoers file you won&#8217;t be able to do any root tasks. To fix this: 1. Boot into the recovery mode and load the root console. (Hold left shift on boot to show the Grub loader) 2. To make the file system writable execute: mount -o remount,rw / 3. [...]]]></description>
		<wfw:commentRss>http://www.activesplit.com/linux-ubuntu-user-not-in-the-sudoers-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Custom post type and pagination problem &#8211; Error 404</title>
		<link>http://www.activesplit.com/wordpress-custom-post-type-and-pagination-problem-error-404/</link>
		<comments>http://www.activesplit.com/wordpress-custom-post-type-and-pagination-problem-error-404/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 22:26:02 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom post type]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pagiantion problem]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=268</guid>
		<description><![CDATA[1.5hour of pure frustration. After registering a custom post type, slug &#8220;news&#8221;, and creating a page &#8220;news&#8221; to display the latest posts the pagination just wouldn&#8217;t work. I was always getting a 404 error. Setting the permalinks to default and back to the old setting solved the problem. $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; [...]]]></description>
		<wfw:commentRss>http://www.activesplit.com/wordpress-custom-post-type-and-pagination-problem-error-404/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Application Compatibility VPC Image &#8211; Windows XP Username and Password</title>
		<link>http://www.activesplit.com/internet-explorer-application-compatibility-vpc-image-windows-xp-username-and-password/</link>
		<comments>http://www.activesplit.com/internet-explorer-application-compatibility-vpc-image-windows-xp-username-and-password/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 18:56:59 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[image file]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtual pv]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[vpc]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=265</guid>
		<description><![CDATA[Microsoft provides Windows Virtual PC images for download. The virtual images are preinstalled with Internet Explorer 6 and IE7 which web developers can use to test their web sites. Windows XP may request the login username which is not stated on Microsoft&#8217;s website. Windows XP username: IE User password: Password1 http://www.microsoft.com/download/en/details.aspx?id=11575]]></description>
		<wfw:commentRss>http://www.activesplit.com/internet-explorer-application-compatibility-vpc-image-windows-xp-username-and-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ipconfig /all missing ethernet adapters. Limited connection. Solved</title>
		<link>http://www.activesplit.com/ipconfig-all-missing-ethernet-adapters-limited-connection-solved/</link>
		<comments>http://www.activesplit.com/ipconfig-all-missing-ethernet-adapters-limited-connection-solved/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 11:54:00 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[conectify]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[ipconfig missing adapter]]></category>
		<category><![CDATA[missing adapter]]></category>
		<category><![CDATA[missing ethernet]]></category>
		<category><![CDATA[no internet]]></category>
		<category><![CDATA[winodws]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=259</guid>
		<description><![CDATA[After a Windows 7  restart I had no network adapters showing after executing the &#8221; ipconfig /all &#8221; command but they showed up in the device manager, so the netowork was not working at all. After few hours researching the internet and thinking of a system reinstall I accidentaly found the solution. Other solutions: 1. [...]]]></description>
		<wfw:commentRss>http://www.activesplit.com/ipconfig-all-missing-ethernet-adapters-limited-connection-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Ports</title>
		<link>http://www.activesplit.com/email-ports/</link>
		<comments>http://www.activesplit.com/email-ports/#comments</comments>
		<pubDate>Mon, 16 May 2011 10:52:09 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[imap4]]></category>
		<category><![CDATA[imap4-ssl]]></category>
		<category><![CDATA[imaps]]></category>
		<category><![CDATA[pop]]></category>
		<category><![CDATA[pop3.imap]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[ssl-pop]]></category>
		<category><![CDATA[ssmtp]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=255</guid>
		<description><![CDATA[Email ports POP3 &#8211; port 110 IMAP &#8211; port 143 SMTP &#8211; port 25 HTTP &#8211; port 80 Secure SMTP (SSMTP) &#8211; port 465 Secure IMAP (IMAP4-SSL) &#8211; port 585 IMAP4 over SSL (IMAPS) &#8211; port 993 Secure POP3 (SSL-POP) &#8211; port 995]]></description>
		<wfw:commentRss>http://www.activesplit.com/email-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Rasterbator</title>
		<link>http://www.activesplit.com/the-rasterbator/</link>
		<comments>http://www.activesplit.com/the-rasterbator/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 00:18:05 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[raster]]></category>
		<category><![CDATA[rasterbator]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=251</guid>
		<description><![CDATA[The Rasterbator is an application which creates rasterized versions of images. The rasterized images can be printed and assembled into enormous (or smaller, if you prefer) posters. http://arje.net/rasterbator]]></description>
		<wfw:commentRss>http://www.activesplit.com/the-rasterbator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload/Download files with SFTP</title>
		<link>http://www.activesplit.com/uploaddownload-files-with-sftp/</link>
		<comments>http://www.activesplit.com/uploaddownload-files-with-sftp/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 19:01:37 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lpwd]]></category>
		<category><![CDATA[ls]]></category>
		<category><![CDATA[pw]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=249</guid>
		<description><![CDATA[Uploading/Downloading files through your *nix console. Connection: $ sftp user@domain.com Available commands: ls list files pwd show which directory you are in on the server side lpwd show which directory you are in on the client side cd DIRECTORY change current location to DIRECTORY on the server side lcd DIRECTORY change current location to DIRECTORY [...]]]></description>
		<wfw:commentRss>http://www.activesplit.com/uploaddownload-files-with-sftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

