Rearranging dir structure...

This commit is contained in:
Don Harper 2015-06-18 11:05:31 -05:00
parent 0be4a5f73a
commit 2696bf0516
126 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<html><body><h1>Another RSS reader?</h1>
<p>Well, it seems that someone is reading this after all.</p>
<p>So, tonight I have been given a pointer to raggle (<a href="http://www.raggle.org">http://www.raggle.org). I guess I need<br>
to install ruby to try it out…</a></p>
<p>Thanks to Philip McClure for the pointer.</p>
<p>Updates after I try it out some…</p></body></html>

View file

@ -0,0 +1,6 @@
.. title: Another RSS reader?
.. slug: 200611another-rss-reader
.. date: 2006/11/02 17:11:00
.. tags: cli,software,rss
.. link:
.. description:

View file

@ -0,0 +1,11 @@
<html><body><h1>Disconnected IMAP</h1>
<p>So, in an effort to get to the office earlier, I decided to try to<br>
figure out how to do disconnected IMAP. Well, the route I took was to<br>
use a tool called &lt;a<br>
<a href="http://mailsync.sourceforge.net/">mailsync</a> which is a cool<br>
tool to allow you to sync IAMP mailboxes. So, my tack is to sync it<br>
down to my laptop, and read the email on the bus. I sync email down<br>
in the morning, and then in the evening, sync again. So far, so good.</p>
<p>More updates later…</p></body></html>

View file

@ -0,0 +1,6 @@
.. title: Disconnected IMAP
.. slug: 200611disconnected-imap
.. date: 2006/11/26 17:11:00
.. tags: cli,software,imap
.. link:
.. description:

View file

@ -0,0 +1,14 @@
<html><body><h1>RSS Reader: Raggle</h1>
<p>Well, after getting some time over the US holiday to try to get raggle<br>
built, I gave up. I am guessing that Fedora Core 5/6 are not very<br>
ruby friendly yet, as I could not find everything I needed very<br>
easily. I was able to get it almost all the way there, but I could<br>
not get the ruby-Ncurses rpm to build, and I am very strict about<br>
using the native package management system (ie RPM on a RPM based<br>
system, portage on Gentoo, apt on a Debian deviant), so I will not be<br>
trying this until I can get the RPMS.</p>
<p>In other news, I have found some more PIM type things to play with.<br>
Does anyone know of a good CLI Palm Pilot sync package? <a href="http://www.coldsync.org/">Cold Sync seems to be dead, and I am<br>
not sure if it will talk to modern Pilots.</a></p></body></html>

View file

@ -0,0 +1,6 @@
.. title: RSS Reader: Raggle
.. slug: 200611rss-reader-raggle
.. date: 2006/11/22 17:11:00
.. tags: cli,software,rss
.. link:
.. description:

View file

@ -0,0 +1,19 @@
<html><body><h1>Screen Saver? Yes!</h1>
<p>So, a while back I found a screensaver which is meant for the command<br>
line. It is called <a href="http://www.pulia.nu/tss/">tss</a>. The<br>
latest version is 0.8.1, and it is looking pretty cool.</p>
<p>Under screen 4.0 or higher, there is a command called idle which is<br>
set in seconds. By default, it uses screens built in lockscreen<br>
function, but if you define the environment variable LOCKPGR, then you<br>
can call something else. I have it call a the following script:</p>
<pre><code>#!/bin/bash
tss -r
exec vlock -a
</code></pre>
<p>This will lock my screen after a set time, and give me a nice thing to<br>
look at. <img alt=":)" src="http://www.duckland.org/wp-includes/images/smilies/icon_smile.gif"></p></body></html>

View file

@ -0,0 +1,6 @@
.. title: Screen Saver? Yes!
.. slug: 200611screen-saver-yes
.. date: 2006/11/23 17:11:00
.. tags: cli,software,screensaver
.. link:
.. description: