<?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 12:47:35 +0000</lastBuildDate>
    <item>
      <title>(Bash) leave (set an alert) - rhockens</title>
      <link>https://snipplr.com/view/4065/leave-set-an-alert</link>
      <description>&lt;p&gt;Set a reminder.  Use +hhmm to set a reminder for some hh (hours) or mm (minutes) in the future; e.g., set an alarm for 45 minutes from now as:&#13;
&#13;
leave +0045&lt;/p&gt;</description>
      <pubDate>Sun, 04 Nov 2007 12:56:22 UTC</pubDate>
      <guid>https://snipplr.com/view/4065/leave-set-an-alert</guid>
    </item>
    <item>
      <title>(Bash) port (Update outdated ports in macports) - rhockens</title>
      <link>https://snipplr.com/view/3654/port-update-outdated-ports-in-macports</link>
      <description>&lt;p&gt;After:&#13;
&#13;
sudo port -v selfupdate&#13;
&#13;
Update outdated ports with:&#13;
&#13;
sudo port upgrade outdated&lt;/p&gt;</description>
      <pubDate>Sun, 09 Sep 2007 04:26:08 UTC</pubDate>
      <guid>https://snipplr.com/view/3654/port-update-outdated-ports-in-macports</guid>
    </item>
    <item>
      <title>(Bash) port (Update outdated portfiles) - rhockens</title>
      <link>https://snipplr.com/view/3653/port-update-outdated-portfiles</link>
      <description>&lt;p&gt;After installing MacPorts, try running a selfupdate to grab all the latest MacPorts Portfiles (Portfiles contain information about how to install MacPorts software "ports"). You will need to run this command as an administrator, and it requires root access, so you'll need to "sudo":&#13;
&#13;
sudo port selfupdate&#13;
&#13;
Running MacPorts commands, you can add the -v command for more verbose ("v" for "verbose") output if you'd like more detail about what MacPorts is attempting to do:&#13;
&#13;
sudo port -v selfupdate&#13;
&#13;
If you are a developer and would like even more specific accounting of what MacPorts is doing, add the -d flag.&lt;/p&gt;</description>
      <pubDate>Sun, 09 Sep 2007 04:23:48 UTC</pubDate>
      <guid>https://snipplr.com/view/3653/port-update-outdated-portfiles</guid>
    </item>
    <item>
      <title>(Bash) nvram (Verbose Mac OS startup) - rhockens</title>
      <link>https://snipplr.com/view/3573/nvram-verbose-mac-os-startup</link>
      <description>&lt;p&gt;[quote]&#13;
Verbose booting shows you the actual process of Mac OS X's startup. You'll see drivers get loaded and services launch. This command should work on any recent (New World) Macintosh: sudo /usr/sbin/nvram boot-args="-v". The -v flag tells the system to boot verbosely. You can get the same result by holding Command + V at boot time, but that will only work the one time. Modifying the boot-args will cause Mac OS X to always boot verbosely from now on... To resume normal booting, use the command sudo /usr/sbin/nvram boot-args="".&#13;
[/quote]&lt;/p&gt;</description>
      <pubDate>Sun, 26 Aug 2007 07:37:05 UTC</pubDate>
      <guid>https://snipplr.com/view/3573/nvram-verbose-mac-os-startup</guid>
    </item>
    <item>
      <title>(Bash) periodic (Mac OS X Maintenance Scripts) - rhockens</title>
      <link>https://snipplr.com/view/3572/periodic-mac-os-x-maintenance-scripts</link>
      <description>&lt;p&gt;"...UNIX systems run scheduled maintenance routines â€” known as maintenance scripts â€” to clean up a variety of System logs and temporary files. By default, these are executed between 03:15 and 05:30 hours local time, depending on the script.&#13;
&#13;
If your Mac is shut down or in sleep mode during these hours, the maintenance scripts will not run. This results in log files that will grow over time, consuming free space on your Mac OS X startup disk.&#13;
&#13;
If your Mac is shut down or left in sleep mode overnight, you need to invoke these maintenance routines manually on a regular basis. That is, unless you plan on devoting a large portion of your hard drive to the files cleaned-up by these routines!"&lt;/p&gt;</description>
      <pubDate>Sun, 26 Aug 2007 07:25:40 UTC</pubDate>
      <guid>https://snipplr.com/view/3572/periodic-mac-os-x-maintenance-scripts</guid>
    </item>
  </channel>
</rss>
