<?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 22:09:59 +0000</lastBuildDate>
    <item>
      <title>(Bash) VNC SSH Tunneling - iblis</title>
      <link>https://snipplr.com/view/18280/vnc-ssh-tunneling</link>
      <description>&lt;p&gt;Encrypts traffic between host port 5900 and client port 5921 (view the forwarded traffic at `vnc://localhost:5921`).&lt;/p&gt;</description>
      <pubDate>Thu, 13 Aug 2009 16:54:26 UTC</pubDate>
      <guid>https://snipplr.com/view/18280/vnc-ssh-tunneling</guid>
    </item>
    <item>
      <title>(Bash) Securely access (e.g. firewall filtered) remote services through ssh tunnel - iblis</title>
      <link>https://snipplr.com/view/7186/securely-access-eg-firewall-filtered-remote-services-through-ssh-tunnel</link>
      <description>&lt;p&gt;1. Allows encryption between client and server &#13;
2. Bypasses filtered port, if any on the standard port for the given service.&lt;/p&gt;</description>
      <pubDate>Wed, 09 Jul 2008 13:48:32 UTC</pubDate>
      <guid>https://snipplr.com/view/7186/securely-access-eg-firewall-filtered-remote-services-through-ssh-tunnel</guid>
    </item>
    <item>
      <title>(Bash) Install mySQL gem on a fink (vs self made) mySQL installation - iblis</title>
      <link>https://snipplr.com/view/7183/install-mysql-gem-on-a-fink-vs-self-made-mysql-installation</link>
      <description>&lt;p&gt;When installing mysql and mysql-dev with fink, gem is unable to find the mysql headers and libraries: you should specify their location. If compiled manually from source, gem will find it if /usr/local/mysql (or what ever other location you specified at compilation time) is in your path.&lt;/p&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:51:20 UTC</pubDate>
      <guid>https://snipplr.com/view/7183/install-mysql-gem-on-a-fink-vs-self-made-mysql-installation</guid>
    </item>
    <item>
      <title>(Bash) Batch rename files in directory - iblis</title>
      <link>https://snipplr.com/view/4468/batch-rename-files-in-directory</link>
      <description>&lt;p&gt;test with echo instead of mv&#13;
example removes spaces after dots, replaces spaces with _, removes ' , and -, and finally lowercases filenames&lt;/p&gt;</description>
      <pubDate>Tue, 08 Jan 2008 17:28:53 UTC</pubDate>
      <guid>https://snipplr.com/view/4468/batch-rename-files-in-directory</guid>
    </item>
    <item>
      <title>(Bash) Get the IP exposed to the internet - iblis</title>
      <link>https://snipplr.com/view/4464/get-the-ip-exposed-to-the-internet</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 06 Jan 2008 13:35:14 UTC</pubDate>
      <guid>https://snipplr.com/view/4464/get-the-ip-exposed-to-the-internet</guid>
    </item>
    <item>
      <title>(Bash) Batch download files from a web directory - iblis</title>
      <link>https://snipplr.com/view/3861/batch-download-files-from-a-web-directory</link>
      <description>&lt;p&gt;-nd   do not create a hierarchy of directories (save all recursively retrieved files in the current directory)&#13;
-r      recursive retrieving&#13;
-l1    set maximum recursion depth to 1 (stay in that folder): set to 2 if necessary&#13;
--no-parent     do not ever ascend to the parent directory&#13;
-A    specify file name suffixes or patterns to accept (-R to reject)&lt;/p&gt;</description>
      <pubDate>Mon, 08 Oct 2007 14:01:23 UTC</pubDate>
      <guid>https://snipplr.com/view/3861/batch-download-files-from-a-web-directory</guid>
    </item>
  </channel>
</rss>
