<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 20:26:28 GMT</pubDate>
<item>
<title>(Bash) semplificative secondlife run - cirio</title>
<link>http://snipplr.com/view/7151/semplificative-secondlife-run/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 06 Jul 2008 14:58:48 GMT</pubDate>
<guid>http://snipplr.com/view/7151/semplificative-secondlife-run/</guid>
</item>
<item>
<title>(Bash) Create a .tar.gz archive - chrisaiv</title>
<link>http://snipplr.com/view/7144/create-a-targz-archive/</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/</guid>
</item>
<item>
<title>(Bash) Ueber Pipe | von stdin lesen - qrist0ph</title>
<link>http://snipplr.com/view/7108/ueber-pipe--von-stdin-lesen/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Jul 2008 16:42:43 GMT</pubDate>
<guid>http://snipplr.com/view/7108/ueber-pipe--von-stdin-lesen/</guid>
</item>
<item>
<title>(Bash) Datei zeilenweise ausgeben oder Stdout zeilenweise durchlaufen - qrist0ph</title>
<link>http://snipplr.com/view/7101/datei-zeilenweise-ausgeben-oder-stdout-zeilenweise-durchlaufen/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Jul 2008 09:38:16 GMT</pubDate>
<guid>http://snipplr.com/view/7101/datei-zeilenweise-ausgeben-oder-stdout-zeilenweise-durchlaufen/</guid>
</item>
<item>
<title>(Bash) Import branch on Launchpad bazaar repository - Juanje</title>
<link>http://snipplr.com/view/7096/import-branch-on-launchpad-bazaar-repository/</link>
<description><![CDATA[ <p>I got problems to push my project to a brand new branch created on Launchpad and this helped me out.
I've already created a new branch on Launchpad and imported my SSH key to be able to use sftp instead the standard 'lp:' (which is alias to http://bazaar.launchpad.net/), because http connections doesn't support mkdirs, so it wouldn't push a project with a directories.

You must change 'myproject' to the name of your register project on Launchpad and 'launchpad_user' to the user with you've registered the project.
This last is just in case your machine user name is different to your launchpad user name. If those are the same you can take off the 'launchpad_user@' stuff between 'sftp://' and 'bazaar.launchpad.net/...'.</p> ]]></description>
<pubDate>Thu, 03 Jul 2008 05:21:48 GMT</pubDate>
<guid>http://snipplr.com/view/7096/import-branch-on-launchpad-bazaar-repository/</guid>
</item>
<item>
<title>(Bash) Arreglar los archivos NTLDR en Windows - iTony</title>
<link>http://snipplr.com/view/7095/arreglar-los-archivos-ntldr-en-windows/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Jul 2008 17:01:21 GMT</pubDate>
<guid>http://snipplr.com/view/7095/arreglar-los-archivos-ntldr-en-windows/</guid>
</item>
<item>
<title>(Bash) Words with many doubled letters - zingo</title>
<link>http://snipplr.com/view/7056/words-with-many-doubled-letters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Jul 2008 19:28:07 GMT</pubDate>
<guid>http://snipplr.com/view/7056/words-with-many-doubled-letters/</guid>
</item>
<item>
<title>(Bash) enable apache  mod_xxx in ubuntu - crazylion</title>
<link>http://snipplr.com/view/7041/enable-apache--modxxx-in-ubuntu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Jul 2008 01:58:05 GMT</pubDate>
<guid>http://snipplr.com/view/7041/enable-apache--modxxx-in-ubuntu/</guid>
</item>
<item>
<title>(Bash) install my rails plugin - crazylion</title>
<link>http://snipplr.com/view/7013/install-my-rails-plugin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 29 Jun 2008 01:33:48 GMT</pubDate>
<guid>http://snipplr.com/view/7013/install-my-rails-plugin/</guid>
</item>
<item>
<title>(Bash) Find c99Shell PHP trojan hiding within PHP files - koncept</title>
<link>http://snipplr.com/view/6918/find-c99shell-php-trojan-hiding-within-php-files/</link>
<description><![CDATA[ <p>This code will start searching from / if no shell argument passed. You may want to adjust this default directory to the location of your apache directory instead for speed purposes.</p> ]]></description>
<pubDate>Thu, 26 Jun 2008 01:58:09 GMT</pubDate>
<guid>http://snipplr.com/view/6918/find-c99shell-php-trojan-hiding-within-php-files/</guid>
</item>
<item>
<title>(Bash) Example lighttpd conf file - jordanbrock</title>
<link>http://snipplr.com/view/6893/example-lighttpd-conf-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 25 Jun 2008 03:15:27 GMT</pubDate>
<guid>http://snipplr.com/view/6893/example-lighttpd-conf-file/</guid>
</item>
<item>
<title>(Bash) Point subversion working copy to moved repository URL - cczona</title>
<link>http://snipplr.com/view/6855/point-subversion-working-copy-to-moved-repository-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 23 Jun 2008 13:48:01 GMT</pubDate>
<guid>http://snipplr.com/view/6855/point-subversion-working-copy-to-moved-repository-url/</guid>
</item>
<item>
<title>(Bash) grep for either of two strings - noah</title>
<link>http://snipplr.com/view/6819/grep-for-either-of-two-strings/</link>
<description><![CDATA[ <p>Here's an example of using grep to filter for links that contain the string 'jpg' or 'gif'</p> ]]></description>
<pubDate>Fri, 20 Jun 2008 15:29:33 GMT</pubDate>
<guid>http://snipplr.com/view/6819/grep-for-either-of-two-strings/</guid>
</item>
<item>
<title>(Bash) Tipical bash script option menu - Juanje</title>
<link>http://snipplr.com/view/6771/tipical-bash-script-option-menu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 19 Jun 2008 03:05:56 GMT</pubDate>
<guid>http://snipplr.com/view/6771/tipical-bash-script-option-menu/</guid>
</item>
<item>
<title>(Bash) My .screenrc - mbadran</title>
<link>http://snipplr.com/view/6733/my-screenrc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:24:02 GMT</pubDate>
<guid>http://snipplr.com/view/6733/my-screenrc/</guid>
</item>
<item>
<title>(Bash) My .vimrc - mbadran</title>
<link>http://snipplr.com/view/6732/my-vimrc/</link>
<description><![CDATA[ <p>Based on Bram Moolenaar's example .vimrc.</p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:22:19 GMT</pubDate>
<guid>http://snipplr.com/view/6732/my-vimrc/</guid>
</item>
<item>
<title>(Bash) My .bash_logout - mbadran</title>
<link>http://snipplr.com/view/6731/my-bashlogout/</link>
<description><![CDATA[ <p>Additions to Debian's default .bash_logout.</p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:14:21 GMT</pubDate>
<guid>http://snipplr.com/view/6731/my-bashlogout/</guid>
</item>
<item>
<title>(Bash) My .bash_login - mbadran</title>
<link>http://snipplr.com/view/6730/my-bashlogin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:07:10 GMT</pubDate>
<guid>http://snipplr.com/view/6730/my-bashlogin/</guid>
</item>
<item>
<title>(Bash) My .bash_aliases - mbadran</title>
<link>http://snipplr.com/view/6729/my-bashaliases/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:04:35 GMT</pubDate>
<guid>http://snipplr.com/view/6729/my-bashaliases/</guid>
</item>
<item>
<title>(Bash) My .bash_profile - mbadran</title>
<link>http://snipplr.com/view/6728/my-bashprofile/</link>
<description><![CDATA[ <p>Additions to Debian's default .bash_profile.</p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:00:32 GMT</pubDate>
<guid>http://snipplr.com/view/6728/my-bashprofile/</guid>
</item>
</channel>
</rss>