<?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>Tue, 09 Jun 2026 02:54:05 +0000</lastBuildDate>
    <item>
      <title>(Bash) Bypass ISP proxy - benpjohnson</title>
      <link>https://snipplr.com/view/41404/bypass-isp-proxy</link>
      <description>&lt;p&gt;1. Create a proxy on 8080 to foreword traffic to your server&#13;
2. Install Foxyproxy and use options 127.0.0.1:8080 and SOCKS5 enabled&#13;
3. Profit&lt;/p&gt;</description>
      <pubDate>Mon, 04 Oct 2010 01:01:57 UTC</pubDate>
      <guid>https://snipplr.com/view/41404/bypass-isp-proxy</guid>
    </item>
    <item>
      <title>(Bash) Subtract file2 from file1 - benpjohnson</title>
      <link>https://snipplr.com/view/34247/subtract-file2-from-file1</link>
      <description>&lt;p&gt;Using a sorted list remove all the lines in file2 from file1&lt;/p&gt;</description>
      <pubDate>Tue, 11 May 2010 11:22:48 UTC</pubDate>
      <guid>https://snipplr.com/view/34247/subtract-file2-from-file1</guid>
    </item>
    <item>
      <title>(Bash) Check for 404s with wget - benpjohnson</title>
      <link>https://snipplr.com/view/22491/check-for-404s-with-wget</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 12:26:09 UTC</pubDate>
      <guid>https://snipplr.com/view/22491/check-for-404s-with-wget</guid>
    </item>
    <item>
      <title>(Bash) Report dulplicate files - benpjohnson</title>
      <link>https://snipplr.com/view/20483/report-dulplicate-files</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 30 Sep 2009 14:56:03 UTC</pubDate>
      <guid>https://snipplr.com/view/20483/report-dulplicate-files</guid>
    </item>
    <item>
      <title>(Bash) grep for anoying little hex characters - benpjohnson</title>
      <link>https://snipplr.com/view/15195/grep-for-anoying-little-hex-characters</link>
      <description>&lt;p&gt;Where NN is the hex code of the offending character&lt;/p&gt;</description>
      <pubDate>Wed, 20 May 2009 11:16:19 UTC</pubDate>
      <guid>https://snipplr.com/view/15195/grep-for-anoying-little-hex-characters</guid>
    </item>
    <item>
      <title>(Bash) Add an existing user to a group - benpjohnson</title>
      <link>https://snipplr.com/view/12504/add-an-existing-user-to-a-group</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 23 Feb 2009 09:18:14 UTC</pubDate>
      <guid>https://snipplr.com/view/12504/add-an-existing-user-to-a-group</guid>
    </item>
    <item>
      <title>(Bash) Git whitespace fixes for windows newlines - benpjohnson</title>
      <link>https://snipplr.com/view/8399/git-whitespace-fixes-for-windows-newlines</link>
      <description>&lt;p&gt;Pre 1.6 git has some annoying whitespace checking in it's pre-commit hook. Rather than turn it off I decided to have a go at an automated method to fix the issue.&#13;
&#13;
Running the first line lists the files that have problems. The second just adds a sed to fix the issue&lt;/p&gt;</description>
      <pubDate>Mon, 15 Sep 2008 06:52:04 UTC</pubDate>
      <guid>https://snipplr.com/view/8399/git-whitespace-fixes-for-windows-newlines</guid>
    </item>
    <item>
      <title>(Bash) Add all unversioned (except ignored) to commit - benpjohnson</title>
      <link>https://snipplr.com/view/6265/add-all-unversioned-except-ignored-to-commit</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 16 May 2008 10:06:42 UTC</pubDate>
      <guid>https://snipplr.com/view/6265/add-all-unversioned-except-ignored-to-commit</guid>
    </item>
    <item>
      <title>(Bash) Convert Postgres ascii dump to UTF-8 - benpjohnson</title>
      <link>https://snipplr.com/view/5985/convert-postgres-ascii-dump-to-utf8</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 24 Apr 2008 09:40:23 UTC</pubDate>
      <guid>https://snipplr.com/view/5985/convert-postgres-ascii-dump-to-utf8</guid>
    </item>
    <item>
      <title>(Bash) Recursively Remove OSX file locks - benpjohnson</title>
      <link>https://snipplr.com/view/3876/recursively-remove-osx-file-locks</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 10 Oct 2007 07:03:18 UTC</pubDate>
      <guid>https://snipplr.com/view/3876/recursively-remove-osx-file-locks</guid>
    </item>
    <item>
      <title>(Bash) batch rename files - benpjohnson</title>
      <link>https://snipplr.com/view/3679/batch-rename-files</link>
      <description>&lt;p&gt;Manipulate the names of all the files in a folder in bash&lt;/p&gt;</description>
      <pubDate>Thu, 13 Sep 2007 06:45:03 UTC</pubDate>
      <guid>https://snipplr.com/view/3679/batch-rename-files</guid>
    </item>
    <item>
      <title>(Bash) Fix MySQL Table problems - benpjohnson</title>
      <link>https://snipplr.com/view/3510/fix-mysql-table-problems</link>
      <description>&lt;p&gt;Useful when your server runs out of disk space&lt;/p&gt;</description>
      <pubDate>Mon, 13 Aug 2007 01:13:33 UTC</pubDate>
      <guid>https://snipplr.com/view/3510/fix-mysql-table-problems</guid>
    </item>
    <item>
      <title>(Bash) Example of Fancy File Renaming - benpjohnson</title>
      <link>https://snipplr.com/view/2406/example-of-fancy-file-renaming</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 29 Mar 2007 07:29:08 UTC</pubDate>
      <guid>https://snipplr.com/view/2406/example-of-fancy-file-renaming</guid>
    </item>
    <item>
      <title>(Bash) Search for todays post requests in multiple log files - benpjohnson</title>
      <link>https://snipplr.com/view/1758/search-for-todays-post-requests-in-multiple-log-files</link>
      <description>&lt;p&gt;Handy for seeing injection attacks against web forms&lt;/p&gt;</description>
      <pubDate>Wed, 06 Dec 2006 03:35:47 UTC</pubDate>
      <guid>https://snipplr.com/view/1758/search-for-todays-post-requests-in-multiple-log-files</guid>
    </item>
    <item>
      <title>(Bash) Eject any cds in the drive once a minute - benpjohnson</title>
      <link>https://snipplr.com/view/1738/eject-any-cds-in-the-drive-once-a-minute</link>
      <description>&lt;p&gt;fun fun fun&lt;/p&gt;</description>
      <pubDate>Tue, 28 Nov 2006 03:07:54 UTC</pubDate>
      <guid>https://snipplr.com/view/1738/eject-any-cds-in-the-drive-once-a-minute</guid>
    </item>
    <item>
      <title>(Bash) Search all files recursively on the shell - benpjohnson</title>
      <link>https://snipplr.com/view/1724/search-all-files-recursively-on-the-shell</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 27 Nov 2006 01:30:11 UTC</pubDate>
      <guid>https://snipplr.com/view/1724/search-all-files-recursively-on-the-shell</guid>
    </item>
  </channel>
</rss>
