<?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 03:32:08 +0000</lastBuildDate>
    <item>
      <title>(Bash) How to Flush DNS in Mac OS X 10.5 Leopard - jonhenshaw</title>
      <link>https://snipplr.com/view/11953/how-to-flush-dns-in-mac-os-x-105-leopard</link>
      <description>&lt;p&gt;Open Terminal and enter this command.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Feb 2009 13:37:52 UTC</pubDate>
      <guid>https://snipplr.com/view/11953/how-to-flush-dns-in-mac-os-x-105-leopard</guid>
    </item>
    <item>
      <title>(Bash) Create Symbolic Link on Unix / Linux - jonhenshaw</title>
      <link>https://snipplr.com/view/8490/create-symbolic-link-on-unix--linux</link>
      <description>&lt;p&gt;Example: ln -s /usr/local/apache/logs ./logs&lt;/p&gt;</description>
      <pubDate>Thu, 18 Sep 2008 19:14:15 UTC</pubDate>
      <guid>https://snipplr.com/view/8490/create-symbolic-link-on-unix--linux</guid>
    </item>
    <item>
      <title>(Bash) Howto Convert Filenames to All Lowercase - jonhenshaw</title>
      <link>https://snipplr.com/view/7538/howto-convert-filenames-to-all-lowercase</link>
      <description>&lt;p&gt;Line 6 starts a loop (which ends with line 15). The ls command returns a list of filenames which are sequentially assigned to the shell variable x. The if test (lines 8 through 10) checks to see if the current filename is that of a plain file. If not, the remainder of the statements in the current loop iteration are skipped.&#13;
&#13;
If line 11 is to be executed we know that we have an ordinary file. Using tr we convert the filename to lowercase and assign the new name to the shell variable lc. Line 12 then checks to see if the lowercase version of the name differs from the original. If it does, line 13 is executed to change the name of the original file to the new lowercase name. The -i option causes the mv to prompt for confirmation if executing the command would overwrite an existing filename. __________________________&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jul 2008 17:34:08 UTC</pubDate>
      <guid>https://snipplr.com/view/7538/howto-convert-filenames-to-all-lowercase</guid>
    </item>
    <item>
      <title>(Bash) Password Protect Folder / Directory with htaccess and htpasswd on Apache and Linux / Unix - jonhenshaw</title>
      <link>https://snipplr.com/view/3791/password-protect-folder--directory-with-htaccess-and-htpasswd-on-apache-and-linux--unix</link>
      <description>&lt;p&gt;Good info here too: http://www.ilisys.com.au/support/linux-password-protect/&lt;/p&gt;</description>
      <pubDate>Wed, 26 Sep 2007 21:19:43 UTC</pubDate>
      <guid>https://snipplr.com/view/3791/password-protect-folder--directory-with-htaccess-and-htpasswd-on-apache-and-linux--unix</guid>
    </item>
    <item>
      <title>(Bash) Optimize Mac OS X Mail.app - jonhenshaw</title>
      <link>https://snipplr.com/view/3305/optimize-mac-os-x-mailapp</link>
      <description>&lt;p&gt;Over time, your Mac's Mail program can start to feel sluggish because, like any database, over time it needs to optimized.&lt;/p&gt;</description>
      <pubDate>Sun, 15 Jul 2007 11:15:17 UTC</pubDate>
      <guid>https://snipplr.com/view/3305/optimize-mac-os-x-mailapp</guid>
    </item>
    <item>
      <title>(Bash) Apache Graceful Restart - jonhenshaw</title>
      <link>https://snipplr.com/view/2658/apache-graceful-restart</link>
      <description>&lt;p&gt;Enter this command in Terminal to restart Apache. Especially useful after you've made changes to the hosts file.&lt;/p&gt;</description>
      <pubDate>Wed, 16 May 2007 12:17:54 UTC</pubDate>
      <guid>https://snipplr.com/view/2658/apache-graceful-restart</guid>
    </item>
    <item>
      <title>(Bash) How to Flush Your DNS Cache on Apple Mac OS X - jonhenshaw</title>
      <link>https://snipplr.com/view/2587/how-to-flush-your-dns-cache-on-apple-mac-os-x</link>
      <description>&lt;p&gt;Run this command in the Terminal on Mac OS X to flush the DNS cache on your computer. This is especially helpful when making changes to the host file.&lt;/p&gt;</description>
      <pubDate>Wed, 02 May 2007 15:18:42 UTC</pubDate>
      <guid>https://snipplr.com/view/2587/how-to-flush-your-dns-cache-on-apple-mac-os-x</guid>
    </item>
  </channel>
</rss>
