<?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>Infusion Technology Solutions Blog&#187; General IT Info</title>
	<atom:link href="http://blog.infusiontechsolutions.com/category/general-it-info/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:07:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Configure Splunk to use a Web Proxy Server</title>
		<link>http://blog.infusiontechsolutions.com/how-to-configure-splunk-to-use-a-web-proxy-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-configure-splunk-to-use-a-web-proxy-server</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-configure-splunk-to-use-a-web-proxy-server/#comments</comments>
		<pubDate>Mon, 18 May 2009 21:24:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[https_proxy]]></category>
		<category><![CDATA[http_proxy]]></category>
		<category><![CDATA[iplocation]]></category>
		<category><![CDATA[proxy settings]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[web proxy server]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=268</guid>
		<description><![CDATA[A Splunk server I installed was configured such that it could only communicate with hosts within the corporate network so it did not have direct internet access. This posed a problem when trying to use the &#8220;Browse Splunkbase&#8221; option in the Splunk administrator web interface. I also could not use the &#8220;iplocation&#8221; data-processing command. This [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-configure-splunk-to-use-a-web-proxy-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Get Trixbox Working Behind a NAT Firewall</title>
		<link>http://blog.infusiontechsolutions.com/how-to-get-trixbox-working-behind-a-nat-firewall/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-trixbox-working-behind-a-nat-firewall</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-get-trixbox-working-behind-a-nat-firewall/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 16:40:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[external ip address]]></category>
		<category><![CDATA[nat firewall]]></category>
		<category><![CDATA[sip]]></category>
		<category><![CDATA[trixbox]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=263</guid>
		<description><![CDATA[trixbox is a line of Asterisk-based IP-PBX products designed to meet the needs of companies from 2 to 500 employees. trixbox is available in a free open source Community Edition. If you are experimenting with trixbox at home, then you are probably in the situation where you have trixbox running on your home network which [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-get-trixbox-working-behind-a-nat-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Backup and Restore a MySQL Database Using mysqldump</title>
		<link>http://blog.infusiontechsolutions.com/how-to-backup-and-restore-a-mysql-database-using-mysqldump/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-backup-and-restore-a-mysql-database-using-mysqldump</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-backup-and-restore-a-mysql-database-using-mysqldump/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 02:59:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=257</guid>
		<description><![CDATA[How to Backup a MySQL Database With mysqldump mysqldump -u userNameWithPrivileges -p databaseName &#62; outputFileName.sql How to Restore a mysqldump Backup mysql -u userNameWithPrivileges -p database &#60; outputFileName.sql * Replace &#8220;userNameWithPrivileges&#8221; with the username of a MySQL account that can read/write to the database being backed up / restored.]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-backup-and-restore-a-mysql-database-using-mysqldump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Reset the Admin Password in ColdFusion MX 6</title>
		<link>http://blog.infusiontechsolutions.com/how-to-reset-the-admin-password-in-coldfusion-mx-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-reset-the-admin-password-in-coldfusion-mx-6</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-reset-the-admin-password-in-coldfusion-mx-6/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 02:46:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[admin interface]]></category>
		<category><![CDATA[admin password]]></category>
		<category><![CDATA[coldfusion application server]]></category>
		<category><![CDATA[coldfusion mx]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=249</guid>
		<description><![CDATA[Locate the &#8220;neo-security.xml&#8221; file in the \lib\ subdirectory of your ColdFusion install Find the following line in the file &#60;var name=’admin.security.enabled’&#62;&#60;boolean value=’true’/&#62;&#60;/var&#62; and change it to &#60;var name=’admin.security.enabled’&#62;&#60;boolean value=’false’/&#62;&#60;/var&#62; Restart the ColdFusion Application Server service. Now you can log straight into the admin interface without being prompted for a password. Go to the change password [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-reset-the-admin-password-in-coldfusion-mx-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Enable ReadyBoost for an ExpressCard SSD in Vista</title>
		<link>http://blog.infusiontechsolutions.com/how-to-enable-readyboost-for-an-expresscard-ssd-in-vista/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-enable-readyboost-for-an-expresscard-ssd-in-vista</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-enable-readyboost-for-an-expresscard-ssd-in-vista/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:48:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[disk management]]></category>
		<category><![CDATA[dv6871us]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[lexar]]></category>
		<category><![CDATA[readyboost]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=244</guid>
		<description><![CDATA[Sometimes after inserting a new SSD ExpressCard device into your Vista computer for the first time you may see the following message under the device&#8217;s &#8220;ReadyBoost&#8221; tab: &#8220;Device interface is not supported&#8221;. Do the following to enable ReadyBoost for the device (assuming the device is ReadyBoost compatible): Start up the &#8220;Disk Management&#8221; manager under: Right-click [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-enable-readyboost-for-an-expresscard-ssd-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sendmail Hangs When Starting Up or When Using It with PHP</title>
		<link>http://blog.infusiontechsolutions.com/sendmail-hangs-when-starting-up-or-when-using-it-with-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sendmail-hangs-when-starting-up-or-when-using-it-with-php</link>
		<comments>http://blog.infusiontechsolutions.com/sendmail-hangs-when-starting-up-or-when-using-it-with-php/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:35:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[dns lookup]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=239</guid>
		<description><![CDATA[If you notice Sendmail hanging up for many minutes while starting up at boot or while being used such as sending an email from a PHP script, it is probably a DNS lookup problem. Ensure your /etc/hosts file has the appropriate entries for your server that sendmail is running on: 127.0.0.1 localhost localhost.localdomain 192.168.1.80 www.foo.com [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/sendmail-hangs-when-starting-up-or-when-using-it-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mysqldump Error 29</title>
		<link>http://blog.infusiontechsolutions.com/mysqldump-error-29/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysqldump-error-29</link>
		<comments>http://blog.infusiontechsolutions.com/mysqldump-error-29/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 01:45:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[centos 5]]></category>
		<category><![CDATA[error 29]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[mysql server]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[server configuration]]></category>
		<category><![CDATA[service configuration]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=232</guid>
		<description><![CDATA[If you try to backup a MySQL database with a lot of tables using mysqldump, you may get an error similar to the following: mysqldump: Got error: 29: File './test/test.MYD' not found (Errcode: 24) when using LOCK TABLES To fix the problem you can add the &#8211;skip-lock-tables option to your mysqldump command line like so: [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/mysqldump-error-29/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Mirror A Directory Locally Using Rsync</title>
		<link>http://blog.infusiontechsolutions.com/how-to-mirror-a-directory-locally-using-rsync/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-mirror-a-directory-locally-using-rsync</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-mirror-a-directory-locally-using-rsync/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:55:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[source directory]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=229</guid>
		<description><![CDATA[Most of the instructions for mirroring a directory with Rsync involve mirroring the data to a different server. You can also use Rsync to sync or mirror a directory on the same computer as the source directory. Here is an example command on how to mirror two directories locally. In this example, /home/apache/public_html is the [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-mirror-a-directory-locally-using-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Block an IP Address Using Firestarter</title>
		<link>http://blog.infusiontechsolutions.com/how-to-block-an-ip-address-using-firestarter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-block-an-ip-address-using-firestarter</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-block-an-ip-address-using-firestarter/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 04:01:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[ban]]></category>
		<category><![CDATA[ban ip]]></category>
		<category><![CDATA[centos 5]]></category>
		<category><![CDATA[firestarter]]></category>
		<category><![CDATA[firewall rules]]></category>
		<category><![CDATA[gnome program]]></category>
		<category><![CDATA[gui interface]]></category>
		<category><![CDATA[ip tables]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=224</guid>
		<description><![CDATA[Firestarter is a GNOME program which offers a GUI interface to the IP Tables firewall. If you have Firestarter configured to allow all IPs addresses to all ports or a particular port on your server, you can&#8217;t block a specific IP from accessing those ports using the GUI interface. However, Firestarter does allow you to [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-block-an-ip-address-using-firestarter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Not Update a Package From a Specific Repository Using Yum</title>
		<link>http://blog.infusiontechsolutions.com/how-to-not-update-a-package-from-a-specific-repository-using-yum/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-not-update-a-package-from-a-specific-repository-using-yum</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-not-update-a-package-from-a-specific-repository-using-yum/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 01:54:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=219</guid>
		<description><![CDATA[If you are using Yum to manage packages from multiple repositories it may be beneficial for you to not update a particular package against a specific repository in favor of another one. To do this, simply add the following line to the Yum configuration file for the repository you want to ignore: exclude=packageName1 packageName2 packageName3 [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-not-update-a-package-from-a-specific-repository-using-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

