<?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; osx</title>
	<atom:link href="http://blog.infusiontechsolutions.com/tag/osx/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>Terminal Command for Xserve Intel Hardware RAID Card</title>
		<link>http://blog.infusiontechsolutions.com/terminal-command-for-xserve-intel-hardware-raid-card/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=terminal-command-for-xserve-intel-hardware-raid-card</link>
		<comments>http://blog.infusiontechsolutions.com/terminal-command-for-xserve-intel-hardware-raid-card/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:10:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[command line options]]></category>
		<category><![CDATA[hardware RAID card]]></category>
		<category><![CDATA[intel hardware]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[raid card]]></category>
		<category><![CDATA[terminal window]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=284</guid>
		<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>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/terminal-command-for-xserve-intel-hardware-raid-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Recursively chmod Directories or Files</title>
		<link>http://blog.infusiontechsolutions.com/how-to-recursively-chmod-directories-or-files/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-recursively-chmod-directories-or-files</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-recursively-chmod-directories-or-files/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 15:33:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[file extension]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[maxosx]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[php files]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=157</guid>
		<description><![CDATA[Command to recursively chmod only directories: find . -type d -exec chmod 755 {} \; How to recursively set the execute bit on every directory: chmod -R a+X * The +X flag sets the execute bit on directories only How to recursively chmod only files: find . -type f -exec chmod 644 {} \; How [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-recursively-chmod-directories-or-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install an ipsCA SSL Certificate in OS X</title>
		<link>http://blog.infusiontechsolutions.com/how-to-install-an-ipsca-ssl-certificate-in-os-x/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-an-ipsca-ssl-certificate-in-os-x</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-install-an-ipsca-ssl-certificate-in-os-x/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 04:19:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ca]]></category>
		<category><![CDATA[certificate authority]]></category>
		<category><![CDATA[certificate request]]></category>
		<category><![CDATA[csr]]></category>
		<category><![CDATA[educational institutions]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[ipsca]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[osx server]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[ssl certificate]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=132</guid>
		<description><![CDATA[ipsCA is a company that sells SSL certificates. Their SSL certificates are recognized by all the major browsers so you don&#8217;t need to worry about manually installing additional Certificate Authority (CA) certificates into your users&#8217; web browsers like you have to do with CA companies whose certificates are not included by default in the major [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-install-an-ipsca-ssl-certificate-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Users Are Unable to Connect to the FTP Service on Mac OS X Server</title>
		<link>http://blog.infusiontechsolutions.com/users-are-unable-to-connect-to-the-ftp-service-on-mac-os-x-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=users-are-unable-to-connect-to-the-ftp-service-on-mac-os-x-server</link>
		<comments>http://blog.infusiontechsolutions.com/users-are-unable-to-connect-to-the-ftp-service-on-mac-os-x-server/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 20:34:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[ACCESS DENIED]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[FTP LOGIN REFUSED]]></category>
		<category><![CDATA[ftp service]]></category>
		<category><![CDATA[FTPServer]]></category>
		<category><![CDATA[macosx server]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tiger]]></category>
		<category><![CDATA[unable to connect]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=127</guid>
		<description><![CDATA[Symptom: Users are unable to connect to the FTP service on MaxOS X Server 10.4. Both local user accounts and Open Directory users are unable to connect to the server via FTP. However they are able to connect to the server via Apple File Sharing (AFP). The system.log file has FTP server entries which contain [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/users-are-unable-to-connect-to-the-ftp-service-on-mac-os-x-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard ByHost Plist Preference File Naming Convention Change</title>
		<link>http://blog.infusiontechsolutions.com/leopard-byhost-plist-preference-file-naming-convention-change/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=leopard-byhost-plist-preference-file-naming-convention-change</link>
		<comments>http://blog.infusiontechsolutions.com/leopard-byhost-plist-preference-file-naming-convention-change/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 14:20:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[byhost]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac address]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tiger]]></category>
		<category><![CDATA[uuid]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/leopard-byhost-plist-preference-file-naming-convention-change/</guid>
		<description><![CDATA[In Mac OS X 10.4 Tiger some system preferences were unique to a particular computer and so were named using a naming convention that included the MAC address of the first network device in the computer (en0). In Mac OS X 10.5 Leopard this naming convention was changed to use a different unique identifier other [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/leopard-byhost-plist-preference-file-naming-convention-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Determine Dynamic Library Dependencies For An Executable or Library File in OS X</title>
		<link>http://blog.infusiontechsolutions.com/how-to-determine-dynamic-library-dependencies-for-an-executable-or-library-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-determine-dynamic-library-dependencies-for-an-executable-or-library-file</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-determine-dynamic-library-dependencies-for-an-executable-or-library-file/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 22:21:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[checklibs]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[ldd]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[otool]]></category>
		<category><![CDATA[shared library]]></category>
		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/how-to-determine-dynamic-library-dependencies-for-an-executable-or-library-file/</guid>
		<description><![CDATA[This script uses otool -L to determine and print all dynamic library dependencies of a given executable or library file recursively and you use it like this: $ checklibs.pl /bin/ls /bin/ls: /usr/lib/libgcc_s.1.dylib /usr/lib/libncurses.5.4.dylib /usr/lib/libSystem.B.dylib /usr/lib/libgcc_s.1.dylib: /usr/lib/libSystem.B.dylib /usr/lib/libncurses.5.4.dylib: /usr/lib/libgcc_s.1.dylib /usr/lib/libSystem.B.dylib /usr/lib/libSystem.B.dylib: /usr/lib/system/libmathCommon.A.dylib Here’s the script which was written by Marc Liyanage: #!/usr/bin/perl # # Written by [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-determine-dynamic-library-dependencies-for-an-executable-or-library-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Determine What Program Is Listening on a Port in OS X or Linux</title>
		<link>http://blog.infusiontechsolutions.com/how-to-determine-what-program-is-listening-on-a-port-in-os-x-or-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-determine-what-program-is-listening-on-a-port-in-os-x-or-linux</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-determine-what-program-is-listening-on-a-port-in-os-x-or-linux/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 02:18:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lsof]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tiger]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/how-to-determine-what-program-is-listening-on-a-port-in-os-x-or-linux/</guid>
		<description><![CDATA[To determine what daemon or program is listening on a port in Linux or OS X you can use the lsof command. You need to run the command while logged in as root or if your operating system supports sudo like OS X, you can use that. Command to run in Linux: lsof -i -nP [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-determine-what-program-is-listening-on-a-port-in-os-x-or-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Determine What Shared Libraries a Program Requires in OS X</title>
		<link>http://blog.infusiontechsolutions.com/how-to-determine-what-shared-libraries-a-program-requires-in-os-x/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-determine-what-shared-libraries-a-program-requires-in-os-x</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-determine-what-shared-libraries-a-program-requires-in-os-x/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 02:36:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[ldd]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[otool]]></category>
		<category><![CDATA[shared library]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/how-to-determine-what-shared-libraries-a-program-requires-in-os-x/</guid>
		<description><![CDATA[In Linux you can use the command &#8220;ldd&#8221; to display what shared libraries a program requires. This is handy if you need to figure out what missing libraries are required to get a program running. Here is the syntax for the Linux ldd command along with example usage for it: ldd pathToExecuteable Example: ldd /usr/bin/ftp [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-determine-what-shared-libraries-a-program-requires-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Extract the Windows Driver CD From Boot Camp Assistant</title>
		<link>http://blog.infusiontechsolutions.com/how-to-extract-the-windows-driver-cd-from-boot-camp-assistant/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-extract-the-windows-driver-cd-from-boot-camp-assistant</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-extract-the-windows-driver-cd-from-boot-camp-assistant/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 02:31:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[boot camp]]></category>
		<category><![CDATA[bootcamp]]></category>
		<category><![CDATA[driver cd]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tiger]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/how-to-extract-the-windows-driver-cd-from-boot-camp-assistant/</guid>
		<description><![CDATA[Burn the DMG image file located in the &#8220;Resources&#8221; folder which is inside the Boot Camp Package. The Boot Camp package is in the utilities folder and is what you click on to run Boot Camp Assistant. Right-click over the Boot Camp Assistant app in the Utilities folder. Select &#8220;Show Package Contents&#8221; Open the Contents [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-extract-the-windows-driver-cd-from-boot-camp-assistant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X &#8211; How to Search For a Substring Inside of GZIP and BZ2 Files</title>
		<link>http://blog.infusiontechsolutions.com/os-x-how-to-search-for-a-substring-inside-of-gzip-and-bz2-files/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=os-x-how-to-search-for-a-substring-inside-of-gzip-and-bz2-files</link>
		<comments>http://blog.infusiontechsolutions.com/os-x-how-to-search-for-a-substring-inside-of-gzip-and-bz2-files/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 03:15:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[bz2]]></category>
		<category><![CDATA[bzgrep]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[substring]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[zgrep]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/os-x-how-to-search-for-a-substring-inside-of-gzip-and-bz2-files/</guid>
		<description><![CDATA[This tip is really a generic *Nix command so it should not only work in OS X but also in other flavors of UNIX such as Linux. In OS X a lot of the log files are auto-archived into compressed GZIP files in Tiger (Mac OS X 10.4) and BZ2 files in Leopard (Mac OS [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/os-x-how-to-search-for-a-substring-inside-of-gzip-and-bz2-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

