<?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>bloody error &#187; Leopard</title>
	<atom:link href="http://www.bloodyerror.com/tag/leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloodyerror.com</link>
	<description>hope something here may help you...</description>
	<lastBuildDate>Thu, 14 Jan 2010 17:29:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Batch Renaming Files on Mac OS X</title>
		<link>http://www.bloodyerror.com/2009/11/batch-renaming-files-on-mac-os-x/</link>
		<comments>http://www.bloodyerror.com/2009/11/batch-renaming-files-on-mac-os-x/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 22:37:59 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[batch rename]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=38</guid>
		<description><![CDATA[I’ve spent hours looking for an easier way to batch renames files with a sequential number at the end. In Microsoft Windows Operating systems, simply select all files and rename one; that will rename rest of the selected files with Name given and add numbers at the end of file name.
There are few Applications available [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve spent hours looking for an easier way to batch renames files with a sequential number at the end. In Microsoft Windows Operating systems, simply select all files and rename one; that will rename rest of the selected files with Name given and add numbers at the end of file name.</p>
<p>There are few Applications available to do this job, but none comes free (or I looked at the wrong places!). After a little more research, I’ve found that by creating Workflow in Automator could do this job much easily and quickly. Following instructions will help you with creating your own Workflow.</p>
<blockquote><p>Aim: I wanted to create a workflow to get all Files Dropped into it, filter Images only and Rename them with given name.</p></blockquote>
<p><strong>Automator is located in your Application Folder</strong></p>
<ul>
<li>Choose Workflow from Options</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/1.-Create-Workflow.png"><img class="size-medium wp-image-39 alignnone" title="1. Create Workflow" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/1.-Create-Workflow-300x283.png" alt="1. Create Workflow" width="300" height="283" /></a></li>
<li>You will have a Working space on the right and options on the left</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/2.-Your-Workspace.png"><img class="size-medium wp-image-40 alignnone" title="2. Your Workspace" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/2.-Your-Workspace-300x215.png" alt="2. Your Workspace" width="300" height="215" /></a></li>
<li>Choose Files &amp; Folders</li>
<li>From this List, Drag and Drop “Filter Finder items” into your Workspace on the Right
<ul>
<li>You don’t have to do this step and Skip directly to renaming option, unless you want to filter the kind of file types you are renaming. For me, I wanted to rename Only Image files. Following step will explain how to apply filter and choose only images for renaming.</li>
</ul>
</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/3.-Drag-Drop-Filter.png"><img class="alignnone size-medium wp-image-41" title="3. Drag &amp; Drop Filter" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/3.-Drag-Drop-Filter-300x69.png" alt="3. Drag &amp; Drop Filter" width="300" height="69" /></a></li>
</ul>
<ul>
<li>Select kind is image to Filter-out images only</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/4.-Filter-Images-only-to-Rename.png"><img style="border: 0px initial initial;" title="4. Filter Images only to Rename" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/4.-Filter-Images-only-to-Rename-300x106.png" alt="4. Filter Images only to Rename" width="300" height="106" /></a></li>
<li>Drag and Drop “Rename Finder Items” into your Workspace right after the Filter Finder items. Automator will prompt to add a Copy Option to make a Backup before performing renaming action. If you would like to make a Copy of files before renaming them, you could Select Add from the prompt otherwise Select Don’t Add (I wanted to rename, So I selected Don’t Add).</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/5.-Copy-options.png"><img class="alignnone size-medium wp-image-43" title="5. Copy options" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/5.-Copy-options-300x160.png" alt="5. Copy options" width="300" height="160" /></a></li>
<li>Now your Workflow will look alike this</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/6.-After-Adding-Rename-your-workspace.png"><img class="alignnone size-medium wp-image-44" title="6. After Adding Rename, your workspace" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/6.-After-Adding-Rename-your-workspace-300x206.png" alt="6. After Adding Rename, your workspace" width="300" height="206" /></a></li>
<li>From the First Left top dropdown, select “Make Sequential” to batch renames files.</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/7.-Select-Sequential-to-Rename-multiple-Files.png"><img class="alignnone size-medium wp-image-45" title="7. Select Sequential to Rename multiple Files" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/7.-Select-Sequential-to-Rename-multiple-Files-300x138.png" alt="7. Select Sequential to Rename multiple Files" width="300" height="138" /></a></li>
<li>You will be shown totally different options to choose from. From this options choose “Add Numbers to” “new name” and leave the rest default.</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/8.-Sequential-options.png"><img class="alignnone size-medium wp-image-46" title="8. Sequential options" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/8.-Sequential-options-300x101.png" alt="8. Sequential options" width="300" height="101" /></a></li>
<li>Click on the “Options” at the bottom of this flow and tick “Show this action when the workflow runs”</li>
<li><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/9.-Use-Option-to-Show-this-as-a-Dialog-when-Running-this-Workflow.png"><img class="alignnone size-medium wp-image-47" title="9. Use Option to Show this as a Dialog when Running this Workflow" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/9.-Use-Option-to-Show-this-as-a-Dialog-when-Running-this-Workflow-300x124.png" alt="9. Use Option to Show this as a Dialog when Running this Workflow" width="300" height="124" /></a></li>
</ul>
<p>Now, save this workflow somewhere on your Hard drive with your desirable name. Once you saved your Workflow, Save As again as an Application. Simply Files &gt; Save as… and select Application in the Save dialog.</p>
<p><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/10.-Save-As...-Application-to-Make-Executable.png"><img class="alignnone size-medium wp-image-48" title="10. Save As... Application to Make Executable" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/10.-Save-As...-Application-to-Make-Executable-300x227.png" alt="10. Save As... Application to Make Executable" width="300" height="227" /></a></p>
<p>If you want, you can make a shortcut for this Application on your Dock. This way, you can simply drag and Drop the Files into your Dock Icon Directly. Or you can always drop the files on Application (Wherever it is).</p>
<p>When you drop Files, Workflow will begin and filter out all files and select images to rename. Once it’s finished filtering, it will show you the Rename option to enter new name and make other changes before rename.</p>
<p><a href="http://www.bloodyerror.com/wp-content/uploads/2009/11/11.-When-Running-Dialog-will-ask-for-New-name-along-with-other-options.png"><img class="alignnone size-medium wp-image-49" title="11. When Running, Dialog will ask for New name along with other options" src="http://www.bloodyerror.com/wp-content/uploads/2009/11/11.-When-Running-Dialog-will-ask-for-New-name-along-with-other-options-300x149.png" alt="11. When Running, Dialog will ask for New name along with other options" width="300" height="149" /></a></p>
<p>Hope this helps you with what you’ve looking for! There are lot of things you could do with Workflow, do explore and play-around and see what can you do?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloodyerror.com/2009/11/batch-renaming-files-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Split &amp; Concat Snow Leopard Error : (-2753) The variable thePanel is not defined</title>
		<link>http://www.bloodyerror.com/2009/09/split-concat-snow-leopard-error-2753-the-variable-thepanel-is-not-defined/</link>
		<comments>http://www.bloodyerror.com/2009/09/split-concat-snow-leopard-error-2753-the-variable-thepanel-is-not-defined/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 02:54:39 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[2753]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[HJSplit]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Split & Concat]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=33</guid>
		<description><![CDATA[* New Version of Split &#38; Contact is Now Available for Mac OS X 10.6 (Snow Leopard) http://www.freebyte.com/hjsplit/#mac
Issue: After updating My Leopard (OS X 10.5) to Snow Leopard (OS X 10.6), Split &#38; Contact started to show this error message:

It seems there won&#8217;t be an update soon to Fix this problem from Developers&#8230; It&#8217;s much [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>* New Version of Split &amp; Contact is Now Available for Mac OS X 10.6 (Snow Leopard) <a href="http://www.freebyte.com/hjsplit/#mac" target="_blank">http://www.freebyte.com/hjsplit/#mac</a></strong></p></blockquote>
<p><strong>Issue: </strong>After updating My Leopard (OS X 10.5) to Snow Leopard (OS X 10.6), Split &amp; Contact started to show this error message:</p>
<p><img class="size-full wp-image-34 alignnone" title="The variable thePanel is not defined (-2753) " src="http://www.bloodyerror.com/wp-content/uploads/2009/09/Split-Concat-Snow-Leopard-Error-2753-The-variable-thePanel-is-not-defined.jpg" alt="The variable thePanel is not defined (-2753) " width="420" height="153" /></p>
<p><span style="text-decoration: line-through;">It seems there won&#8217;t be an update soon to Fix this problem from Developers</span>&#8230; It&#8217;s much easier to use the alternative Split &amp; Contact from freenyte.com.</p>
<p><strong>Solution: </strong>Just Download the Java <em>HJSplir GUI for Java</em>, this will and does work well&#8230; Since it&#8217;s java, there won&#8217;t be a problem with what version of OS X you are suing&#8230;</p>
<h3>Download it at: <a href="http://www.freebyte.com/hjsplit/#java" target="_blank">http://www.freebyte.com/hjsplit/#java</a></h3>
<p><img class="alignleft size-full wp-image-35" title="HJSplit GUI for Java" src="http://www.bloodyerror.com/wp-content/uploads/2009/09/HJSplit-GUI-for-Java.jpg" alt="HJSplit GUI for Java" width="486" height="629" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloodyerror.com/2009/09/split-concat-snow-leopard-error-2753-the-variable-thepanel-is-not-defined/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS X: What is my default sudo password (root password)?</title>
		<link>http://www.bloodyerror.com/2009/07/mac-os-x-what-is-my-default-sudo-password-root-password/</link>
		<comments>http://www.bloodyerror.com/2009/07/mac-os-x-what-is-my-default-sudo-password-root-password/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 10:33:25 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[root login]]></category>
		<category><![CDATA[root password]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=26</guid>
		<description><![CDATA[By default, OS X doesn’t setup a password for your root login. There are few occasions you may want to access terminal as Super User (su), this will ask for your root password.
It’s very simple to setup root password as long as you have Admin Access (First user created on installation OS X will be [...]]]></description>
			<content:encoded><![CDATA[<p>By default, OS X doesn’t setup a password for your root login. There are few occasions you may want to access terminal as Super User (<span style="color: #800000;">su</span>), this will ask for your root password.</p>
<p>It’s very simple to setup root password as long as you have Admin Access (First user created on installation OS X will be Admin level user).</p>
<ul>
<li>First you will have to logged in as Admin level user</li>
<li>Open your Terminal (Located <span style="text-decoration: underline;"><span style="color: #808080;">Applications/Utilities/Terminal</span></span>)</li>
<li>Type in command: <span style="color: #ff0000;">sudo passwd root</span></li>
</ul>
<p>This command will ask for your su password, at this time it’s only asking you’re admin level user passwords.</p>
<p>Once you entered, terminal will ask for new password for root user twice to verify and update. Remember, if you loose your root password, it’s May not be possible to recover it…</p>
<p>There are other methods for becoming root user or changing root user password. For a full list visit: <a href="http://www.spy-hill.com/~myers/help/apple/EnableRoot.html" target="_blank">http://www.spy-hill.com/~myers/help/apple/EnableRoot.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloodyerror.com/2009/07/mac-os-x-what-is-my-default-sudo-password-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edit hosts File in Mac OS X</title>
		<link>http://www.bloodyerror.com/2009/07/edit-hosts-file-in-mac-os-x/</link>
		<comments>http://www.bloodyerror.com/2009/07/edit-hosts-file-in-mac-os-x/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 23:39:22 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[flush dns]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=18</guid>
		<description><![CDATA[Mac Hosts file located in /etc (OS X 10.5 Leopard). You can directly browse the host file by Going through Finder menu : Go &#62; Go to Folder&#8230; option and enter /etc to browse all files in /etc folder.

By doublecli-cking on the host file will open in TextExit where you can make the changes. But [...]]]></description>
			<content:encoded><![CDATA[<p>Mac Hosts file located in <span style="color: #808000;">/etc</span> <em>(OS X 10.5 Leopard)</em>. You can directly browse the host file by Going through <span style="text-decoration: underline;">Finder menu</span> : <span style="text-decoration: underline;">Go</span> &gt;<span style="text-decoration: underline;"> Go to Folder&#8230;</span> option and enter <span style="color: #808000;">/etc</span> to browse all files in <span style="color: #808000;">/etc</span> folder.</p>
<p><img class="alignnone size-full wp-image-20" title="Mac OSX Leopard - Finder Go Menu" src="http://www.bloodyerror.com/wp-content/uploads/2009/07/mac-menu.gif" alt="Mac OSX Leopard - Finder Go Menu" width="212" height="305" /></p>
<p>By doublecli-cking on the host file will open in TextExit where you can make the changes. But by default Mac won&#8217;t allow you to edit this host file. To do this, you need to have Super User rights. You much Enable root login and login as root to edit this file directly in TextExit.</p>
<p><strong> Other way of doing this would be through Terminal.</strong></p>
<ul>
<li>Open your Terminal</li>
<li>Type <span style="color: #808000;">sudo pico /etc/hosts</span></li>
</ul>
<p>This will open the  host file in pico editor in your terminal. Make the changes and hit the <span style="color: #808000;"><strong>ctrl + x</strong></span> keys to save. It will ask if you want to save changes. Type &#8220;<span style="color: #808000;"><strong>y</strong></span>&#8221; to indicate yes. If you see closely it will ask file name in your terminal, just enter and it will overwrite existing hosts with updated list.</p>
<p><strong>Flush your DNS to make changes to effect or restart.</strong></p>
<p>OS X Leopard  : <span style="color: #808000;">dscacheutil -flushcache</span></p>
<p>Before Mac OS X 10.5.1:  <span style="color: #808000;">lookupd -flushcache</span></p>
<p><span style="color: #888888;"><span style="color: #333333;">Guide on Pico:</span></span></p>
<p><span style="color: #888888;"><img class="alignnone size-full wp-image-21" title="Mac OS X Leopard Terminal Pico Commands" src="http://www.bloodyerror.com/wp-content/uploads/2009/07/mac-pico-hosts-edit.gif" alt="Mac OS X Leopard Terminal Pico Commands" width="505" height="301" /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloodyerror.com/2009/07/edit-hosts-file-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
