<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="http://www.withouthat.org/">
	<title>withouthat.org</title>
	<link>http://www.withouthat.org/</link>
	<description>withouthat.org - http://www.withouthat.org/</description>

	<items>
		<rdf:Seq>
			<rdf:li rdf:resource="http://www.withouthat.org/~toto/blog/archives/7-guid.html" />
			<rdf:li rdf:resource="http://www.withouthat.org/~toto/blog/archives/6-guid.html" />
			<rdf:li rdf:resource="http://www.withouthat.org/~toto/blog/archives/5-guid.html" />
			<rdf:li rdf:resource="http://www.withouthat.org/~toto/blog/archives/4-guid.html" />
			<rdf:li rdf:resource="http://www.withouthat.org/~toto/blog/archives/3-guid.html" />
			<rdf:li rdf:resource="http://www.withouthat.org/~toto/blog/archives/2-guid.html" />
			<rdf:li rdf:resource="http://www.withouthat.org/~toto/blog/archives/1-guid.html" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://www.withouthat.org/~toto/blog/archives/7-guid.html">
	<title>toto: xplanet-update-cloudmap.sh: Download script for Xplanet</title>
	<link>http://www.withouthat.org/~toto/blog/archives/7-xplanet-update-cloudmap.sh-Download-script-for-Xplanet.html</link>
	<content:encoded>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;</content:encoded>
	<dc:date>2007-02-25T20:59:18+00:00</dc:date>
</item>
<item rdf:about="http://www.withouthat.org/~toto/blog/archives/6-guid.html">
	<title>toto: sm_watch: minor update</title>
	<link>http://www.withouthat.org/~toto/blog/archives/6-sm_watch-minor-update.html</link>
	<content:encoded>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;</content:encoded>
	<dc:date>2007-02-25T09:21:27+00:00</dc:date>
</item>
<item rdf:about="http://www.withouthat.org/~toto/blog/archives/5-guid.html">
	<title>toto: sm_watch: Monitoring of system log files</title>
	<link>http://www.withouthat.org/~toto/blog/archives/5-sm_watch-Monitoring-of-system-log-files.html</link>
	<content:encoded>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;</content:encoded>
	<dc:date>2007-01-03T00:21:01+00:00</dc:date>
</item>
<item rdf:about="http://www.withouthat.org/~toto/blog/archives/4-guid.html">
	<title>toto: Backups for withouthat.org</title>
	<link>http://www.withouthat.org/~toto/blog/archives/4-Backups-for-withouthat.org.html</link>
	<content:encoded>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;</content:encoded>
	<dc:date>2007-01-02T23:56:44+00:00</dc:date>
</item>
<item rdf:about="http://www.withouthat.org/~toto/blog/archives/3-guid.html">
	<title>toto: bash_skeleton.sh: My template for writing bash scripts</title>
	<link>http://www.withouthat.org/~toto/blog/archives/3-bash_skeleton.sh-My-template-for-writing-bash-scripts.html</link>
	<content:encoded>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;</content:encoded>
	<dc:date>2007-01-02T23:24:08+00:00</dc:date>
</item>
<item rdf:about="http://www.withouthat.org/~toto/blog/archives/2-guid.html">
	<title>toto: mc.el: Midnight Commander emulation for emacs using dired</title>
	<link>http://www.withouthat.org/~toto/blog/archives/2-mc.el-Midnight-Commander-emulation-for-emacs-using-dired.html</link>
	<content:encoded>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;</content:encoded>
	<dc:date>2007-01-02T22:54:42+00:00</dc:date>
</item>
<item rdf:about="http://www.withouthat.org/~toto/blog/archives/1-guid.html">
	<title>toto: New Kid in Town</title>
	<link>http://www.withouthat.org/~toto/blog/archives/1-New-Kid-in-Town.html</link>
	<content:encoded>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.</content:encoded>
	<dc:date>2007-01-02T22:38:30+00:00</dc:date>
</item>

</rdf:RDF>
