<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - chrisaiv</title>
<link>http://snipplr.com/users/chrisaiv/language/bash</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 07 Oct 2008 12:09:42 GMT</pubDate>
<item>
<title>(Bash) Find out how many instances of Tomcat are running on your computer</title>
<link>http://snipplr.com/view/8102/find-out-how-many-instances-of-tomcat-are-running-on-your-computer/</link>
<description><![CDATA[ <p>I use IntelliJ for a couple of projects and for some reason, my instances of Tomcat start up more times than necessary.  Here is how I find out how many instances are running in the background.  From there I can use the kill -9 pid XXXX to stop them</p> ]]></description>
<pubDate>Sat, 30 Aug 2008 10:53:19 GMT</pubDate>
<guid>http://snipplr.com/view/8102/find-out-how-many-instances-of-tomcat-are-running-on-your-computer/</guid>
</item>
<item>
<title>(Bash) Create a .tar.gz archive using Terminal OS X</title>
<link>http://snipplr.com/view/7144/create-a-targz-archive-using-terminal-os-x/</link>
<description><![CDATA[ <p>This command will allow you to make a tar ball with gzip compression:
-c = Create
-v = Verbosely list files processed
-z = Filter the archive through gzip
-p = Preserve Permissions ( extract all protection information)
-f  = Use archive file or device F</p> ]]></description>
<pubDate>Sat, 05 Jul 2008 18:45:35 GMT</pubDate>
<guid>http://snipplr.com/view/7144/create-a-targz-archive-using-terminal-os-x/</guid>
</item>
<item>
<title>(Bash) Show .hidden folders and files in Os X Leopard</title>
<link>http://snipplr.com/view/6657/show-hidden-folders-and-files-in-os-x-leopard/</link>
<description><![CDATA[ <p>Some applications such as Flex Builder or SVN dump itty bitty hidden files that will screw up your workflow if you don't manage them.  Here's how to quickly identify them.</p> ]]></description>
<pubDate>Wed, 11 Jun 2008 19:37:14 GMT</pubDate>
<guid>http://snipplr.com/view/6657/show-hidden-folders-and-files-in-os-x-leopard/</guid>
</item>
<item>
<title>(Bash) Creating a Simple Alias in Terminal</title>
<link>http://snipplr.com/view/6210/creating-a-simple-alias-in-terminal/</link>
<description><![CDATA[ <p>I use terminal for SFTP because I'm cheap and I don't want to purchase Transmit. SFTP works just fine but the problem is that I get tired of having to type [bash]$ sftp chrisaiv@blah.com:/directory/subdirectory/ so instead I've made an alias.  First things first, in terminal using Textmate, type [bash]$ mate ~/.bash_alias.  Next paste the code below.  After you save the file, type [bash]$ ~/.bash_profile and past the second line of code.  After you restart your terminal, you should only have to type the alias nickname and whala!</p> ]]></description>
<pubDate>Tue, 13 May 2008 14:37:46 GMT</pubDate>
<guid>http://snipplr.com/view/6210/creating-a-simple-alias-in-terminal/</guid>
</item>
<item>
<title>(Bash) Tomcat startup &amp;amp; stop scripts for OS X</title>
<link>http://snipplr.com/view/5322/tomcat-startup--stop-scripts-for-os-x/</link>
<description><![CDATA[ <p>Tomcat expects certain environment variables to be defined before it starts.  Make two scripts and save them as start_tomcat &amp; stop_tomcat respectively (No File Extension).  Then make them executable with this.  chisaiv$ chmod ug+x start_tomcat stop_tomcat.  Then finally run your scripts like so chrisaiv$ /usr/local/bin/start_tomcat</p> ]]></description>
<pubDate>Sat, 08 Mar 2008 17:06:47 GMT</pubDate>
<guid>http://snipplr.com/view/5322/tomcat-startup--stop-scripts-for-os-x/</guid>
</item>
<item>
<title>(Bash) OsX position your Dock on top</title>
<link>http://snipplr.com/view/4250/osx-position-your-dock-on-top/</link>
<description><![CDATA[ <p>Paste this code into terminal and you will notice the change after you've logged your user back in</p> ]]></description>
<pubDate>Mon, 03 Dec 2007 01:46:10 GMT</pubDate>
<guid>http://snipplr.com/view/4250/osx-position-your-dock-on-top/</guid>
</item>
<item>
<title>(Bash) Os X Make Hidden Files Obvious on the Dock</title>
<link>http://snipplr.com/view/4249/os-x-make-hidden-files-obvious-on-the-dock/</link>
<description><![CDATA[ <p>Open up terminal, paste the code below, then log your user out.</p> ]]></description>
<pubDate>Mon, 03 Dec 2007 01:41:55 GMT</pubDate>
<guid>http://snipplr.com/view/4249/os-x-make-hidden-files-obvious-on-the-dock/</guid>
</item>
</channel>
</rss>