<?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 14:11:47 +0000</lastBuildDate>
    <item>
      <title>(Bash) Set up public private keys for ssh - micmath</title>
      <link>https://snipplr.com/view/4073/set-up-public-private-keys-for-ssh</link>
      <description>&lt;p&gt;So you don't have to type the password everytime you log in to that remote ssh server. Don't enter a passphrase when prompted, just hit enter. This example is for Mac OS X but is likely to work on *nix plats too.&lt;/p&gt;</description>
      <pubDate>Tue, 06 Nov 2007 04:53:53 UTC</pubDate>
      <guid>https://snipplr.com/view/4073/set-up-public-private-keys-for-ssh</guid>
    </item>
    <item>
      <title>(Bash) What linux distro is this? - micmath</title>
      <link>https://snipplr.com/view/3401/what-linux-distro-is-this</link>
      <description>&lt;p&gt;From http://www.novell.com/coolsolutions/feature/11251.html&lt;/p&gt;</description>
      <pubDate>Fri, 27 Jul 2007 01:25:06 UTC</pubDate>
      <guid>https://snipplr.com/view/3401/what-linux-distro-is-this</guid>
    </item>
    <item>
      <title>(Bash) Find files modified in the last week. - micmath</title>
      <link>https://snipplr.com/view/2309/find-files-modified-in-the-last-week</link>
      <description>&lt;p&gt;Change / to the root directory you wish to search in. Change -7 to +7 for files changed more than a week ago.&lt;/p&gt;</description>
      <pubDate>Tue, 13 Mar 2007 02:14:46 UTC</pubDate>
      <guid>https://snipplr.com/view/2309/find-files-modified-in-the-last-week</guid>
    </item>
    <item>
      <title>(Bash) See exactly what headers apache is returning - micmath</title>
      <link>https://snipplr.com/view/2160/see-exactly-what-headers-apache-is-returning</link>
      <description>&lt;p&gt;-I says to get only the headers, the --user flag assumes the server wants basic authentication.&lt;/p&gt;</description>
      <pubDate>Mon, 12 Feb 2007 09:10:40 UTC</pubDate>
      <guid>https://snipplr.com/view/2160/see-exactly-what-headers-apache-is-returning</guid>
    </item>
    <item>
      <title>(Bash) Open a bzipped archive - micmath</title>
      <link>https://snipplr.com/view/1990/open-a-bzipped-archive</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 17 Jan 2007 03:58:08 UTC</pubDate>
      <guid>https://snipplr.com/view/1990/open-a-bzipped-archive</guid>
    </item>
    <item>
      <title>(Bash) Untar into a different directory - micmath</title>
      <link>https://snipplr.com/view/1978/untar-into-a-different-directory</link>
      <description>&lt;p&gt;I want to tar up files in directory A, but have them extract into directory B when they are untarred.&lt;/p&gt;</description>
      <pubDate>Mon, 15 Jan 2007 14:30:47 UTC</pubDate>
      <guid>https://snipplr.com/view/1978/untar-into-a-different-directory</guid>
    </item>
    <item>
      <title>(Bash) Update Linux Date - micmath</title>
      <link>https://snipplr.com/view/1955/update-linux-date</link>
      <description>&lt;p&gt;Obviously, use a time server close to where you are.&#13;
The first line updates the System Time,&#13;
the second sets the Hardware Clock to the current System Time.&lt;/p&gt;</description>
      <pubDate>Wed, 10 Jan 2007 09:23:14 UTC</pubDate>
      <guid>https://snipplr.com/view/1955/update-linux-date</guid>
    </item>
    <item>
      <title>(Bash) What's Listening on What Port/Socket? - micmath</title>
      <link>https://snipplr.com/view/1954/whats-listening-on-what-portsocket</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 10 Jan 2007 06:51:30 UTC</pubDate>
      <guid>https://snipplr.com/view/1954/whats-listening-on-what-portsocket</guid>
    </item>
    <item>
      <title>(Bash) Start, stop apache - micmath</title>
      <link>https://snipplr.com/view/1823/start-stop-apache</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 20 Dec 2006 05:47:41 UTC</pubDate>
      <guid>https://snipplr.com/view/1823/start-stop-apache</guid>
    </item>
    <item>
      <title>(Bash) What version of Apache? - micmath</title>
      <link>https://snipplr.com/view/1821/what-version-of-apache</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 20 Dec 2006 03:53:22 UTC</pubDate>
      <guid>https://snipplr.com/view/1821/what-version-of-apache</guid>
    </item>
    <item>
      <title>(Bash) Remove Temporary Files - micmath</title>
      <link>https://snipplr.com/view/1541/remove-temporary-files</link>
      <description>&lt;p&gt;vi and other editors leave behind tilde files. Since tilde is special, you must take special measures to use it with rm.&lt;/p&gt;</description>
      <pubDate>Mon, 06 Nov 2006 04:26:29 UTC</pubDate>
      <guid>https://snipplr.com/view/1541/remove-temporary-files</guid>
    </item>
    <item>
      <title>(Bash) Create A Timestamped Archive Of A Directory - micmath</title>
      <link>https://snipplr.com/view/1399/create-a-timestamped-archive-of-a-directory</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 12 Oct 2006 08:37:23 UTC</pubDate>
      <guid>https://snipplr.com/view/1399/create-a-timestamped-archive-of-a-directory</guid>
    </item>
    <item>
      <title>(Bash) Show Differences Between A Local File And A Remote Copy - micmath</title>
      <link>https://snipplr.com/view/1398/show-differences-between-a-local-file-and-a-remote-copy</link>
      <description>&lt;p&gt;Requires SSH access to remote server.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Oct 2006 08:25:40 UTC</pubDate>
      <guid>https://snipplr.com/view/1398/show-differences-between-a-local-file-and-a-remote-copy</guid>
    </item>
    <item>
      <title>(Bash) Copy A Directory From A Remote Server - micmath</title>
      <link>https://snipplr.com/view/1397/copy-a-directory-from-a-remote-server</link>
      <description>&lt;p&gt;Use on a command line to copy a whole directory on a remote server down to your computer. Requires SSH access to remote server.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Oct 2006 07:59:09 UTC</pubDate>
      <guid>https://snipplr.com/view/1397/copy-a-directory-from-a-remote-server</guid>
    </item>
  </channel>
</rss>
