various links cleanups and mving from rst/html to md

This commit is contained in:
Don Harper 2016-07-25 23:02:50 -05:00
parent 4ee2c3ba30
commit 7ed4e8148d
21 changed files with 67 additions and 79 deletions

View file

@ -38,6 +38,6 @@ If you want to have file attachments:
wppost -t 'recent photos' -i 'these are recent pictures i took' ./*jpg
</code></pre>
<p>Pretty cool, huh? <img alt=":)" src="http://www.duckland.org/wp-includes/images/smilies/icon_smile.gif"></p>
<p>Pretty cool, huh?</p>
<p>Peace out!</p></body></html>
<p>Peace out!</p></body></html>

View file

@ -1,5 +1,5 @@
.. title: Command-Line blog posts
.. slug: 200805command-line-blog-posts
.. slug: command-line-blog-posts
.. date: 2008/05/07 18:05:00
.. tags: cli,software,blogging,linux
.. link:

View file

@ -1,12 +1,12 @@
<html><body><h1>Alerting with Remind</h1>
<p>Back in my <a href="http://www.duckland.org/archives/2008/08/05/so-you-need-a-calendar/">article on Remind</a>, I talked about the simple power of remind to power your scheduling needs.  That is all fine and good, but how to you get it to tell you when you have an event?</p>
<p>Back in my <a href="links://slug/so-you-need-a-calendar/">article on Remind</a>, I talked about the simple power of remind to power your scheduling needs.  That is all fine and good, but how to you get it to tell you when you have an event?</p>
<p>In its simplest form, when you run _remind _ from the command line, it will not only display the current days reminders, but it will run in the background and wake up to tell you about other reminders on the screen while you work.</p>
<p>This is fine, but what happens if you do not have that termial open in front of you?  Well, I have two ways I approach that issue.</p>
<p>First, when I run under X (<a href="http://www.duckland.org/archives/2006/12/31/what-do-i-use/">yeah, yeah, I know, but I use cli tools under X</a>), I have this added to my .xinitrc:</p>
<p>First, when I run under X (<a href="links://slug/what-do-i-use/">yeah, yeah, I know, but I use cli tools under X</a>), I have this added to my .xinitrc:</p>
<blockquote>
<p>remind -z -kxmessage -buttons okay:0 -default okay %s&amp; ~/.reminders &amp;</p>
@ -24,4 +24,4 @@
<blockquote>
<p>TZ=CDT6CST ~/bin/remind -z -k”echo %s</p>
</blockquote></body></html>
</blockquote></body></html>

View file

@ -1,5 +1,5 @@
.. title: Alerting with Remind
.. slug: 200811alerting-with-remind
.. slug: alerting-with-remind
.. date: 2008/11/19 17:11:00
.. tags: cli,software,remind,calendar
.. link: