<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - danshields</title>
<link>http://snipplr.com/users/danshields</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 08:52:20 GMT</pubDate>
<item>
<title>(Bash) Delete files based on date</title>
<link>http://snipplr.com/view/56002/delete-files-based-on-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Jul 2011 21:54:35 GMT</pubDate>
<guid>http://snipplr.com/view/56002/delete-files-based-on-date/</guid>
</item>
<item>
<title>(Bash) find the largest top 10 files and directories on a Linux / UNIX / BSD filesystem</title>
<link>http://snipplr.com/view/37975/find-the-largest-top-10-files-and-directories-on-a-linux--unix--bsd-filesystem/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Jul 2010 06:36:27 GMT</pubDate>
<guid>http://snipplr.com/view/37975/find-the-largest-top-10-files-and-directories-on-a-linux--unix--bsd-filesystem/</guid>
</item>
<item>
<title>(SVN) Outputting a list of changed or new filenames between two branches</title>
<link>http://snipplr.com/view/29825/outputting-a-list-of-changed-or-new-filenames-between-two-branches/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Mar 2010 08:29:25 GMT</pubDate>
<guid>http://snipplr.com/view/29825/outputting-a-list-of-changed-or-new-filenames-between-two-branches/</guid>
</item>
<item>
<title>(Bash) Flush memcache</title>
<link>http://snipplr.com/view/29790/flush-memcache/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 15 Mar 2010 13:45:29 GMT</pubDate>
<guid>http://snipplr.com/view/29790/flush-memcache/</guid>
</item>
<item>
<title>(MySQL) Magento update base url after transfer</title>
<link>http://snipplr.com/view/27509/magento-update-base-url-after-transfer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 01 Feb 2010 15:18:54 GMT</pubDate>
<guid>http://snipplr.com/view/27509/magento-update-base-url-after-transfer/</guid>
</item>
<item>
<title>(MySQL) Magento update base url after transfer</title>
<link>http://snipplr.com/view/27508/magento-update-base-url-after-transfer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 01 Feb 2010 15:18:53 GMT</pubDate>
<guid>http://snipplr.com/view/27508/magento-update-base-url-after-transfer/</guid>
</item>
<item>
<title>(Bash) Reset Magento File Permissions</title>
<link>http://snipplr.com/view/27020/reset-magento-file-permissions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Jan 2010 10:59:14 GMT</pubDate>
<guid>http://snipplr.com/view/27020/reset-magento-file-permissions/</guid>
</item>
<item>
<title>(Bash) Un-tar a specific directory inside of a tar</title>
<link>http://snipplr.com/view/23533/untar-a-specific-directory-inside-of-a-tar/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 21 Nov 2009 09:49:44 GMT</pubDate>
<guid>http://snipplr.com/view/23533/untar-a-specific-directory-inside-of-a-tar/</guid>
</item>
<item>
<title>(Bash) Remove all ._ files from directory and its children</title>
<link>http://snipplr.com/view/22649/remove-all--files-from-directory-and-its-children/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Nov 2009 09:13:53 GMT</pubDate>
<guid>http://snipplr.com/view/22649/remove-all--files-from-directory-and-its-children/</guid>
</item>
<item>
<title>(Bash) Changing permission for folders only and files only</title>
<link>http://snipplr.com/view/21928/changing-permission-for-folders-only-and-files-only/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Oct 2009 18:26:55 GMT</pubDate>
<guid>http://snipplr.com/view/21928/changing-permission-for-folders-only-and-files-only/</guid>
</item>
<item>
<title>(Bash) Find all recently modified files</title>
<link>http://snipplr.com/view/21719/find-all-recently-modified-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 23 Oct 2009 17:16:20 GMT</pubDate>
<guid>http://snipplr.com/view/21719/find-all-recently-modified-files/</guid>
</item>
<item>
<title>(Bash) Include list of files to tar on MAC OSX</title>
<link>http://snipplr.com/view/21717/include-list-of-files-to-tar-on-mac-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 23 Oct 2009 17:07:00 GMT</pubDate>
<guid>http://snipplr.com/view/21717/include-list-of-files-to-tar-on-mac-osx/</guid>
</item>
<item>
<title>(Bash) MySQL SSH Tunnel</title>
<link>http://snipplr.com/view/21477/mysql-ssh-tunnel/</link>
<description><![CDATA[ <p>Where:

    * 3307 is the local port used to connect to the remote database. You can use 3306, however, this could conflict with your PC’s MySQL installation.
    * localhost and 3306 is the MySQL address from the remote server (most people will not need to change this)
    * myusername is your SSH user name
    * mydomain.com is the remote server’s domain or IP address.


The connection details are:

    * ‘localhost’ for the MySQL host address (your end of the tunnel)
    * ‘3307′ for the local port to the remote database (specified in the Plink command)
    * the remote database name, and
    * the remote username and password, i.e. a MySQL account with permissions to access and configure the database.</p> ]]></description>
<pubDate>Mon, 19 Oct 2009 22:51:19 GMT</pubDate>
<guid>http://snipplr.com/view/21477/mysql-ssh-tunnel/</guid>
</item>
<item>
<title>(MySQL) Import MySQL dumpfile into database</title>
<link>http://snipplr.com/view/19772/import-mysql-dumpfile-into-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 Sep 2009 12:08:08 GMT</pubDate>
<guid>http://snipplr.com/view/19772/import-mysql-dumpfile-into-database/</guid>
</item>
<item>
<title>(Bash) Restarting Apache</title>
<link>http://snipplr.com/view/19697/restarting-apache/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Sep 2009 08:10:29 GMT</pubDate>
<guid>http://snipplr.com/view/19697/restarting-apache/</guid>
</item>
<item>
<title>(Bash) Check if Cron is running</title>
<link>http://snipplr.com/view/19660/check-if-cron-is-running/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 13 Sep 2009 18:31:52 GMT</pubDate>
<guid>http://snipplr.com/view/19660/check-if-cron-is-running/</guid>
</item>
</channel>
</rss>