<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">

<channel>
	<title>withouthat.org</title>
	<link>http://www.withouthat.org/</link>
	<language>en</language>
	<description>withouthat.org - http://www.withouthat.org/</description>

<item>
	<title>toto: xplanet-update-cloudmap.sh: Download script for Xplanet</title>
	<guid>http://www.withouthat.org/~toto/blog/archives/7-guid.html</guid>
	<link>http://www.withouthat.org/~toto/blog/archives/7-xplanet-update-cloudmap.sh-Download-script-for-Xplanet.html</link>
	<description>For ages I&amp;#039;m using &lt;a href=&quot;http://xplanet.sourceforge.net/&quot; title=&quot;http://xplanet.sourceforge.net/&quot;&gt;Xplanet&lt;/a&gt; as an animated background on my desktop, displaying a nice view of the earth.&lt;br&gt;
&lt;br&gt;
Xplanet has a nice feature: You can download a (nearly) up to date map of the clouds and use it with Xplanet (see this &lt;a href=&quot;http://www.withouthat.org/~toto/images/xplanet-update-cloudmap/xplanet-update-cloudmap.jpg&quot; title=&quot;screenshot of xplanet&quot;&gt;screenshot&lt;/a&gt;). Two download scripts are listed &lt;a href=&quot;http://xplanet.sourceforge.net/clouds.php&quot; title=&quot;http://xplanet.sourceforge.net/clouds.php&quot;&gt;here&lt;/a&gt;, but I wasn&amp;#039;t too happy with them (although I did use the one written in Python for a long time). What nagged me about them was their irritating behaviour to download even the &quot;file not found&quot; page if there was no cloudmap available. So I wrote my own download script which checks if it has really downloaded a cloudmap before replacing the one in use.&lt;br&gt;
&lt;br&gt;
That means that you may end up with an old one, but you have always nice clouds for xplanet.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.withouthat.org/~toto/files/shell/xplanet-update-cloudmap/xplanet-update-cloudmap.sh.html&quot; title=&quot;View xplanet-update-cloudmap.sh&quot;&gt;View&lt;/a&gt; | &lt;a href=&quot;http://www.withouthat.org/~toto/files/shell/xplanet-update-cloudmap/xplanet-update-cloudmap.sh&quot; title=&quot;Download xplanet-update-cloudmap.sh&quot;&gt;Download&lt;/a&gt;</description>
	<pubDate>Sun, 25 Feb 2007 20:59:18 +0000</pubDate>
</item>
<item>
	<title>toto: sm_watch: minor update</title>
	<guid>http://www.withouthat.org/~toto/blog/archives/6-guid.html</guid>
	<link>http://www.withouthat.org/~toto/blog/archives/6-sm_watch-minor-update.html</link>
	<description>I&amp;#039;ve updated a new version of &lt;a href=&quot;http://www.withouthat.org/~toto/blog/archives/5-sm_watch-Monitoring-of-system-log-files.html&quot; title=&quot;http://www.withouthat.org/~toto/blog/archives/5-sm_watch-Monitoring-of-system-log-files.html&quot;&gt;sm_watch&lt;/a&gt;. The update is just addressing one glitch: When too many messages have to be processed (say you inserted a scratched CD), &lt;a href=&quot;http://bonehunter.rulez.org/software/ccze/&quot; title=&quot;http://bonehunter.rulez.org/software/ccze/&quot;&gt;ccze&lt;/a&gt; is driven crazy. Can&amp;#039;t help it, but at least I can start it with the highest possible nice value.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.withouthat.org/~toto/files/shell/sm_watch/sm_watch.html&quot; title=&quot;View sm_watchl&quot;&gt;View&lt;/a&gt; | &lt;a href=&quot;http://www.withouthat.org/~toto/files/shell/sm_watch/sm_watch&quot; title=&quot;Download sm_watch&quot;&gt;Download&lt;/a&gt;</description>
	<pubDate>Sun, 25 Feb 2007 09:21:27 +0000</pubDate>
</item>
<item>
	<title>toto: sm_watch: Monitoring of system log files</title>
	<guid>http://www.withouthat.org/~toto/blog/archives/5-guid.html</guid>
	<link>http://www.withouthat.org/~toto/blog/archives/5-sm_watch-Monitoring-of-system-log-files.html</link>
	<description>This is my favorite hack, in daily use here on my box. I copied the following passage from the script:&lt;br&gt;
&lt;br&gt;
Shell program to display changes to &quot;/var/log/messages&quot;, &quot;/var/log/mail&quot; and the &quot;From:&quot; and &quot;Subject&quot; lines of new mail to root and his normal user account via &quot;root-tail&quot; windowless on root window of your desktop and/or in a terminal via &quot;tail&quot; colorized with &quot;ccze&quot;.&lt;br&gt;
&lt;br&gt;
You will need &lt;a href=&quot;http://www.goof.com/pcg/marc/root-tail.html&quot; title=&quot;http://www.goof.com/pcg/marc/root-tail.html&quot;&gt;root-tail&lt;/a&gt; and &lt;a href=&quot;http://bonehunter.rulez.org/software/ccze/&quot; title=&quot;http://bonehunter.rulez.org/software/ccze/&quot;&gt;ccze&lt;/a&gt; for the script to work.&lt;br&gt;
&lt;br&gt;
Here is a screenshot from the terminal window:&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.withouthat.org/~toto/images/sm_watch/sm_watch_terminal.jpg&quot; alt=&quot;sm_watch_terminal.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
The next one shows what root-tail is doing. The text is displayed in the lower right corner.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.withouthat.org/~toto/images/sm_watch/sm_watch_root-tail.jpg&quot; alt=&quot;sm_watch_root-tail.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
The following is an enlarged view of the text.&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.withouthat.org/~toto/images/sm_watch/sm_watch_root-tail-text.jpg&quot; alt=&quot;sm_watch_root-tail-text.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
This link shows what &lt;a href=&quot;http://www.withouthat.org/~toto/images/sm_watch/sm_watch_root-tail_xsnow.jpg&quot; title=&quot;http://www.withouthat.org/~toto/images/sm_watch/sm_watch_root-tail_xsnow.jpg&quot;&gt;sm_watch and xsnow&lt;/a&gt; are doing together.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.withouthat.org/~toto/files/shell/sm_watch/sm_watch.html&quot; title=&quot;View sm_watchl&quot;&gt;View&lt;/a&gt; | &lt;a href=&quot;http://www.withouthat.org/~toto/files/shell/sm_watch/sm_watch&quot; title=&quot;Download sm_watch&quot;&gt;Download&lt;/a&gt;&lt;br&gt;</description>
	<pubDate>Wed, 03 Jan 2007 00:21:01 +0000</pubDate>
</item>
<item>
	<title>toto: Backups for withouthat.org</title>
	<guid>http://www.withouthat.org/~toto/blog/archives/4-guid.html</guid>
	<link>http://www.withouthat.org/~toto/blog/archives/4-Backups-for-withouthat.org.html</link>
	<description>Over here at withouthat.org, we have access to a ftp server for storing data. I wrote a simple bash script for doing backups of our webpages. I copied the following out of the script:&lt;br&gt;
&lt;br&gt;
Shell program to backup specified directories as gzip&amp;#039;ed tar archives on certain days on a ftp server, keeping a number of older archives of the directories there (max is 10) and removing superfluous ones. Additionally, the list of packages on a Debian system is archived.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.withouthat.org/~toto/files/shell/backup-withouthat/backup.html&quot; title=&quot;View backup&quot;&gt;View&lt;/a&gt; | &lt;a href=&quot;http://www.withouthat.org/~toto/files/shell/backup-withouthat/backup&quot; title=&quot;Download backup&quot;&gt;Download&lt;/a&gt;&lt;br&gt;</description>
	<pubDate>Tue, 02 Jan 2007 23:56:44 +0000</pubDate>
</item>
<item>
	<title>toto: bash_skeleton.sh: My template for writing bash scripts</title>
	<guid>http://www.withouthat.org/~toto/blog/archives/3-guid.html</guid>
	<link>http://www.withouthat.org/~toto/blog/archives/3-bash_skeleton.sh-My-template-for-writing-bash-scripts.html</link>
	<description>Among the scripts at &lt;a href=&quot;http://www.linuxcommand.org/script_library.php&quot; title=&quot;LinuxCommand.org&quot;&gt;LinuxCommand.org&lt;/a&gt; I found the &quot;new_script&quot; script which can be called to create a new script skeleton/template interactively. After using it for a while, I wrote my own skeleton, based on the output of new_script.&lt;br&gt;
&lt;br&gt;
I like it and all my newer scripts are based on it. It has one nifty feature: If you do your editing with Emacs, it supports the &quot;outline-minor-mode&quot; which creates a menu for jumping to functions defined in your script. I created the following screenshot:&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://www.withouthat.org/~toto/images/bash_skeleton/bash_skeleton-menu.jpg&quot; alt=&quot;bash_skeleton-menu.jpg&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.withouthat.org/~toto/files/shell/bash_skeleton/bash_skeleton.sh.html&quot; title=&quot;View bash_skeleton.sh&quot;&gt;View&lt;/a&gt; | &lt;a href=&quot;http://www.withouthat.org/~toto/files/shell/bash_skeleton/bash_skeleton.sh&quot; title=&quot;Download bash_skeleton.sh&quot;&gt;Download&lt;/a&gt;</description>
	<pubDate>Tue, 02 Jan 2007 23:24:08 +0000</pubDate>
</item>
<item>
	<title>toto: mc.el: Midnight Commander emulation for emacs using dired</title>
	<guid>http://www.withouthat.org/~toto/blog/archives/2-guid.html</guid>
	<link>http://www.withouthat.org/~toto/blog/archives/2-mc.el-Midnight-Commander-emulation-for-emacs-using-dired.html</link>
	<description>There was a search on for &quot;mc.el&quot; by Kevin A. Burton on comp.emacs and nobody besides me was able to find a copy. Since the original link is dead, I put the file up here. I contacted the author, no reply yet.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.withouthat.org/~toto/files/emacsen/mc/mc.el.html&quot; title=&quot;View mc.el&quot;&gt;View&lt;/a&gt; | &lt;a href=&quot;http://www.withouthat.org/~toto/files/emacsen/mc/mc.el&quot; title=&quot;Download mc.el&quot;&gt;Download&lt;/a&gt;</description>
	<pubDate>Tue, 02 Jan 2007 22:54:42 +0000</pubDate>
</item>
<item>
	<title>toto: New Kid in Town</title>
	<guid>http://www.withouthat.org/~toto/blog/archives/1-guid.html</guid>
	<link>http://www.withouthat.org/~toto/blog/archives/1-New-Kid-in-Town.html</link>
	<description>Soooo, this is my blog. I&amp;#039;m not into blogs---I just needed a place for my stuff. Since I dislike writing HTML and working with a CMS even more than writing in blogs, I use what I found here on withouthat.org. See if it works...&lt;br&gt;
&lt;br&gt;
My stuff, that means up to now: (bash) shell scripts I wrote, (X)Emacs hacks in elisp and things I need when using LaTeX.</description>
	<pubDate>Tue, 02 Jan 2007 22:38:30 +0000</pubDate>
</item>

</channel>
</rss>
