<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 03:13:30 +0000</lastBuildDate>
    <item>
      <title>(Bash) Git prune remote and local branches - beneberle</title>
      <link>https://snipplr.com/view/63735/git-prune-remote-and-local-branches</link>
      <description>&lt;p&gt;http://yuji.wordpress.com/2010/06/11/git-delete-remote-branch/&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 02:53:24 UTC</pubDate>
      <guid>https://snipplr.com/view/63735/git-prune-remote-and-local-branches</guid>
    </item>
    <item>
      <title>(Bash) Simple cURL example - beneberle</title>
      <link>https://snipplr.com/view/63704/simple-curl-example</link>
      <description>&lt;p&gt;This example will go get the latest version of wordpress and save it as "wordpress-latest.tar.gz" in the current directory. Note, don't include the protocal (http://) in the url.&lt;/p&gt;</description>
      <pubDate>Sun, 04 Mar 2012 02:36:26 UTC</pubDate>
      <guid>https://snipplr.com/view/63704/simple-curl-example</guid>
    </item>
    <item>
      <title>(Bash) Git Rebase and Squash - beneberle</title>
      <link>https://snipplr.com/view/63581/git-rebase-and-squash</link>
      <description>&lt;p&gt;Combine multiple smaller incremental commits into larger ones, perfect for encouraging you to commit often while enabling you to summarize a day's work into one, or more, simplified commit.&#13;
&#13;
WARNING: Only do this on commits that havenâ€™t been pushed an external repository.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Feb 2012 07:26:41 UTC</pubDate>
      <guid>https://snipplr.com/view/63581/git-rebase-and-squash</guid>
    </item>
    <item>
      <title>(Bash) Compressing folders in Terminal, excluding .DS_Store files - beneberle</title>
      <link>https://snipplr.com/view/58175/compressing-folders-in-terminal-excluding-dsstore-files</link>
      <description>&lt;p&gt;If you need to zip a directory named folderName and ignore all .DS_Store files, then do the following:&lt;/p&gt;</description>
      <pubDate>Fri, 26 Aug 2011 04:21:37 UTC</pubDate>
      <guid>https://snipplr.com/view/58175/compressing-folders-in-terminal-excluding-dsstore-files</guid>
    </item>
    <item>
      <title>(Bash) .htaccess domain redirects - beneberle</title>
      <link>https://snipplr.com/view/57844/htaccess-domain-redirects</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 16 Aug 2011 04:07:44 UTC</pubDate>
      <guid>https://snipplr.com/view/57844/htaccess-domain-redirects</guid>
    </item>
    <item>
      <title>(Bash) Joomla! install/upgrade procedure over ssh - beneberle</title>
      <link>https://snipplr.com/view/55444/joomla-installupgrade-procedure-over-ssh</link>
      <description>&lt;p&gt;First, find the proper package from http://www.joomla.org/download/ and copy its path. Then, over ssh, navigate to the root of the joomla install and perform these commands. In the case of an upgrade, this will overwrite in place the needed files, and in the case of an install, will unpack the package directly in the folder it was uploaded to. Much faster than unzipping locally and ftping.&lt;/p&gt;</description>
      <pubDate>Sat, 18 Jun 2011 03:43:03 UTC</pubDate>
      <guid>https://snipplr.com/view/55444/joomla-installupgrade-procedure-over-ssh</guid>
    </item>
    <item>
      <title>(Bash) iTunes hidden settings - terminal tweaks - beneberle</title>
      <link>https://snipplr.com/view/42387/itunes-hidden-settings--terminal-tweaks</link>
      <description>&lt;p&gt;Big ups to Tom Gidden for this one. If you\'re not all that happy about some of the changes in iTunes 10, or if you\'d rather look through your own library instead of the itunes store, give these a try.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Oct 2010 07:29:41 UTC</pubDate>
      <guid>https://snipplr.com/view/42387/itunes-hidden-settings--terminal-tweaks</guid>
    </item>
    <item>
      <title>(Bash) UNIX: remove files and directories recursively - beneberle</title>
      <link>https://snipplr.com/view/38728/unix-remove-files-and-directories-recursively</link>
      <description>&lt;p&gt;the -r means it's recursive, the f suppresses the need to confirm every file deletion.&lt;/p&gt;</description>
      <pubDate>Mon, 09 Aug 2010 01:34:59 UTC</pubDate>
      <guid>https://snipplr.com/view/38728/unix-remove-files-and-directories-recursively</guid>
    </item>
    <item>
      <title>(Bash) UNIX: move/rename files - beneberle</title>
      <link>https://snipplr.com/view/37470/unix-moverename-files</link>
      <description>&lt;p&gt;The result of this command is that there is no longer a file called "oldfile", but a new file called "newfile" contains what was previously in "oldfile".&#13;
&#13;
Like cp, the mv command also overwrites existing files. For example, if you have two files, fourthfile and secondfile, and you type the command&#13;
&#13;
    mv fourthfile secondfile &#13;
&#13;
mv will remove the original contents of secondfile and replace them with the contents of fourthfile. The effect is that fourthfile is renamed secondfile, but in the process secondfile is deleted.&lt;/p&gt;</description>
      <pubDate>Fri, 16 Jul 2010 00:28:47 UTC</pubDate>
      <guid>https://snipplr.com/view/37470/unix-moverename-files</guid>
    </item>
    <item>
      <title>(Bash) UNIX: Recursive chmod Directories or Files - beneberle</title>
      <link>https://snipplr.com/view/36623/unix-recursive-chmod-directories-or-files</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 03 Jul 2010 00:14:41 UTC</pubDate>
      <guid>https://snipplr.com/view/36623/unix-recursive-chmod-directories-or-files</guid>
    </item>
    <item>
      <title>(Bash) UNIX: Secure Copy folders between UNIX Machines - beneberle</title>
      <link>https://snipplr.com/view/36581/unix-secure-copy-folders-between-unix-machines</link>
      <description>&lt;p&gt;You will be prompted for a password after issuing this command&lt;/p&gt;</description>
      <pubDate>Fri, 02 Jul 2010 00:52:23 UTC</pubDate>
      <guid>https://snipplr.com/view/36581/unix-secure-copy-folders-between-unix-machines</guid>
    </item>
    <item>
      <title>(Bash) UNIX: zip file or directory - beneberle</title>
      <link>https://snipplr.com/view/36580/unix-zip-file-or-directory</link>
      <description>&lt;p&gt;Replace filename with the name you want to give the zip file. The .zip extension is automatically appended to the end of the filename. Replace inputfile1 and inputfile2 with the names of the files you wish to include in the zip archive. You can include any number of files here, or you may use an asterisk (*) to include all files in the current directory.&lt;/p&gt;</description>
      <pubDate>Fri, 02 Jul 2010 00:46:03 UTC</pubDate>
      <guid>https://snipplr.com/view/36580/unix-zip-file-or-directory</guid>
    </item>
    <item>
      <title>(Bash) Terminal - Flush DNS Cache - beneberle</title>
      <link>https://snipplr.com/view/30648/terminal--flush-dns-cache</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 31 Mar 2010 16:33:11 UTC</pubDate>
      <guid>https://snipplr.com/view/30648/terminal--flush-dns-cache</guid>
    </item>
    <item>
      <title>(Bash) UNIX: Copy Directories - beneberle</title>
      <link>https://snipplr.com/view/22196/unix-copy-directories</link>
      <description>&lt;p&gt;The first directory listed is the one to copy, the second is where it's copied to.&lt;/p&gt;</description>
      <pubDate>Fri, 30 Oct 2009 17:24:26 UTC</pubDate>
      <guid>https://snipplr.com/view/22196/unix-copy-directories</guid>
    </item>
    <item>
      <title>(Bash) Terminal - Turn On or Off Hidden Files - beneberle</title>
      <link>https://snipplr.com/view/16601/terminal--turn-on-or-off-hidden-files</link>
      <description>&lt;p&gt;Turn On or Off Hidden Files in Terminal&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 17:49:39 UTC</pubDate>
      <guid>https://snipplr.com/view/16601/terminal--turn-on-or-off-hidden-files</guid>
    </item>
    <item>
      <title>(Bash) UNIX: chmod the current directory, and all sub directories and files - beneberle</title>
      <link>https://snipplr.com/view/16597/unix-chmod-the-current-directory-and-all-sub-directories-and-files</link>
      <description>&lt;p&gt;this will chmod the current directory, and all sub directories and files.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 15:14:02 UTC</pubDate>
      <guid>https://snipplr.com/view/16597/unix-chmod-the-current-directory-and-all-sub-directories-and-files</guid>
    </item>
  </channel>
</rss>
