<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Infusion Technology Solutions Blog</title>
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 01 Sep 2009 17:18:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to Reset the Password for an OS X Open Directory Mobile Account</title>
		<description><![CDATA[An OS X Open Directory account which is set to be a mobile account will cache its password locally in the event the computer cannot communicate with the Open Directory server. You can reset this locally cached password by doing the following:

 Note: The following instructions work for local accounts AND mobile Open Directory accounts [...]]]></description>
		<link>http://blog.infusiontechsolutions.com/how-to-reset-the-password-for-an-os-x-open-directory-mobile-account/</link>
			</item>
	<item>
		<title>Terminal Command for Xserve Intel Hardware RAID Card</title>
		<description><![CDATA[To control the hardware RAID card in the terminal on Intel Xserves with a hardware RAID card, you need to use the terminal command &#8220;raidutil&#8221;. To see a list of command line options run the following command in a terminal window:
raidutil -h

]]></description>
		<link>http://blog.infusiontechsolutions.com/terminal-command-for-xserve-intel-hardware-raid-card/</link>
			</item>
	<item>
		<title>How to Fix a Corrupted OS X Open Directory Account Password</title>
		<description><![CDATA[Sometimes the diradmin account or some other admin account&#8217;s password becomes corrupted resulting in you unable to log into the Open Directory with admin rights. To reset the password to fix the corruption run the following commands:
sudo mkpassdb -setpassword 0x484f162b4b8b45670000000200000002
where the long hex string is the &#60;slot id&#62; for the diradmin account. You can find [...]]]></description>
		<link>http://blog.infusiontechsolutions.com/how-to-fix-a-corrupted-os-x-open-directory-account-password/</link>
			</item>
	<item>
		<title>How to Configure Splunk to use a Web Proxy Server</title>
		<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 was [...]]]></description>
		<link>http://blog.infusiontechsolutions.com/how-to-configure-splunk-to-use-a-web-proxy-server/</link>
			</item>
	<item>
		<title>How to Get Trixbox Working Behind a NAT Firewall</title>
		<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>
		<link>http://blog.infusiontechsolutions.com/how-to-get-trixbox-working-behind-a-nat-firewall/</link>
			</item>
	<item>
		<title>How to Backup and Restore a MySQL Database Using mysqldump</title>
		<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>
		<link>http://blog.infusiontechsolutions.com/how-to-backup-and-restore-a-mysql-database-using-mysqldump/</link>
			</item>
	<item>
		<title>How to Reset the Admin Password in ColdFusion MX 6</title>
		<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 screen for [...]]]></description>
		<link>http://blog.infusiontechsolutions.com/how-to-reset-the-admin-password-in-coldfusion-mx-6/</link>
			</item>
	<item>
		<title>How to Enable ReadyBoost for an ExpressCard SSD in Vista</title>
		<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>
		<link>http://blog.infusiontechsolutions.com/how-to-enable-readyboost-for-an-expresscard-ssd-in-vista/</link>
			</item>
	<item>
		<title>Sendmail Hangs When Starting Up or When Using It with PHP</title>
		<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      [...]]]></description>
		<link>http://blog.infusiontechsolutions.com/sendmail-hangs-when-starting-up-or-when-using-it-with-php/</link>
			</item>
	<item>
		<title>Mysqldump Error 29</title>
		<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:
mysqldump --skip-lock-tables -u [...]]]></description>
		<link>http://blog.infusiontechsolutions.com/mysqldump-error-29/</link>
			</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.208 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-04 15:24:22 -->
