various links cleanups and mving from rst/html to md
This commit is contained in:
parent
4ee2c3ba30
commit
7ed4e8148d
21 changed files with 67 additions and 79 deletions
|
|
@ -16,4 +16,4 @@ 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>
|
||||
look at.</p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.. title: Screen Saver? Yes!
|
||||
.. slug: 200611screen-saver-yes
|
||||
.. slug: screen-saver-yes
|
||||
.. date: 2006/11/23 17:11:00
|
||||
.. tags: cli,software,screensaver
|
||||
.. link:
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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 day’s 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 -k’xmessage -buttons okay:0 -default okay %s&’ ~/.reminders &</p>
|
||||
|
|
@ -24,4 +24,4 @@
|
|||
|
||||
<blockquote>
|
||||
<p>TZ=CDT6CST ~/bin/remind -z -k”echo %s</p>
|
||||
</blockquote></body></html>
|
||||
</blockquote></body></html>
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<p><a href="http://cmus.sf.net/">C*mus</a> is an advanced music juke-box for *inx and Window operating systems. It can handle the modern audio file formats: FLAC, Ogg/Vorbis, MP3 , Wav, AAC , MP4, .mod, .s3m, .mpc, mpp, .mp+, .wma, and .wv . It also can deal with many different types of audio output systems: ALSA, libao, ARTS, OSS, Sun, and WaveOut on Windows. The typical features of an electronic juke-box are supported like play lists and random/shuffle play, in addition to easily switching between playing from the library, an artist, or a single album with a simple keystroke.</p>
|
||||
|
||||
<p>C*Mus is pretty painless to install from source. The website lists the build dependencies with links. There is no RPM .SPEC file on the web site, but you can use this <a href="http://www.duckland.org/files/cmus.spec">one</a>.</p>
|
||||
<p>C*Mus is pretty painless to install from source. The website lists the build dependencies with links.</p>
|
||||
|
||||
<h2>En-queuing</h2>
|
||||
|
||||
|
|
@ -16,4 +16,4 @@
|
|||
|
||||
<h2>Filters</h2>
|
||||
|
||||
<p>One of the very powerful features is simple filters. You can set a filter for your 80’s Metal Bands or your Classical music. Many of the common tags can be used for filter on. Things like filename, artist, album, title, genre, discnumber, tracknumber, date (year), duration (seconds), and tag.</p></body></html>
|
||||
<p>One of the very powerful features is simple filters. You can set a filter for your 80’s Metal Bands or your Classical music. Many of the common tags can be used for filter on. Things like filename, artist, album, title, genre, discnumber, tracknumber, date (year), duration (seconds), and tag.</p></body></html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.. title: C*MUS - A music manager for the terminal
|
||||
.. slug: 200901cmus-a-music-manager-for-the-terminal
|
||||
.. slug: cmus-a-music-manager-for-the-terminal
|
||||
.. date: 2009/01/12 17:01:00
|
||||
.. tags: cli,software,music
|
||||
.. link:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<p>Now, on the service this has a lot of advantages. A lot of work has gone into it, and it just works for a vast majority of the installations out there. They have made it so the move from wired to wireless and back can be done without the user doing anything. They have also seamlessly tied in Dial-Up Networking if you still need a modem or use a wireless modem. They even have two-click access to your VPN which is pretty cool.</p>
|
||||
|
||||
<p>All these are things which are very good for Linux users. The biggest drawback to all this? The need for a user-space program to manage the non-hardwired connections. Which means that in order to be able to have any network running besides the good old twisted-pair copper, you have to have a little applet running as you, and it has to have a systray somewhere to display. Which means you have to be a) logged into the system and b) you have to be running a window manager which supports having a system tray. Now, Fedora gives you lots of choices for the second part now days. You have <a href="http://www.gnome.org">Gnome</a>, <a href="http://www.kde.org">KDE</a>, <a href="http://www.xfce.org">XFCE</a>, and <a href="http://lxde.sf.net">LXDE</a>. All are perfectly usable window managers. But, they still require you to be logged in to X. And, <a href="http://www.duckland.org/archives/2006/07/31/window-managers/">I do not use any of them</a>.</p>
|
||||
<p>All these are things which are very good for Linux users. The biggest drawback to all this? The need for a user-space program to manage the non-hardwired connections. Which means that in order to be able to have any network running besides the good old twisted-pair copper, you have to have a little applet running as you, and it has to have a systray somewhere to display. Which means you have to be a) logged into the system and b) you have to be running a window manager which supports having a system tray. Now, Fedora gives you lots of choices for the second part now days. You have <a href="http://www.gnome.org">Gnome</a>, <a href="http://www.kde.org">KDE</a>, <a href="http://www.xfce.org">XFCE</a>, and <a href="http://lxde.sf.net">LXDE</a>. All are perfectly usable window managers. But, they still require you to be logged in to X. And, <a href="links://slug/window-managers/">I do not use any of them</a>.</p>
|
||||
|
||||
<p>So, what is a cli-loving Fedora user to do? Well, there is this great program called <a href="http://www.tummy.com/Community/software/wifiroamd/">wifiroamd</a>. It will handle the same basic tasks that NetworkManager handles. It will automatically configure your wifi interface and connect to the wifi networks or the locate hardwired NIC if it cannot. You can configure it to run scripts per connection, so for example, you can change your firewall rules for different networks (shields down at home or the office, but up full at the coffee house), or you could bring up your VPN connection when you start using a given wireless network.</p>
|
||||
|
||||
|
|
@ -15,4 +15,4 @@
|
|||
|
||||
<p>where <strong>essid:my_home_ap</strong> is your AP with the keys and other information you want, and <strong>essid:bad_ap</strong> is the one you do not want to connect to. My neighbors have some very powerful AP’s which have a habit of showing up high than mine, but I have no problem with them now.</p>
|
||||
|
||||
<p>I have been using this set up under Fedora since FC6 days, but when I upgraded to F10, this stopped working. wifiroamd would try to scan for an AP, and not find anything. The change, it turns out, is that when I switched from using the iw3945 driver to the native iwl3945, wifiroamd could no longer see the wireless NIC due to the wpa_supplicant process, but NetworkManager could. Simply stopping and disabling wp_supplicant and NetworkManager, and wifiroamd started working again! I am a happy camper again.</p></body></html>
|
||||
<p>I have been using this set up under Fedora since FC6 days, but when I upgraded to F10, this stopped working. wifiroamd would try to scan for an AP, and not find anything. The change, it turns out, is that when I switched from using the iw3945 driver to the native iwl3945, wifiroamd could no longer see the wireless NIC due to the wpa_supplicant process, but NetworkManager could. Simply stopping and disabling wp_supplicant and NetworkManager, and wifiroamd started working again! I am a happy camper again.</p></body></html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.. title: wifiroamd, Intel PRO/Wireless 3945ABG, and Fedora
|
||||
.. slug: 200904wifiroamd-intel-prowireless-3945abg-and-fedora
|
||||
.. slug: wifiroamd-intel-prowireless-3945abg-and-fedora
|
||||
.. date: 2009/04/17 18:04:00
|
||||
.. tags: cli,software,network,wireless
|
||||
.. link:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<html><body><h1>An Update to 'Window Managers?'</h1>
|
||||
|
||||
<p>Way back, I wrote a quick blurb on <a href="http://www.duckland.org/index.php/2006/07/31/window-managers/">Windows Managers</a> for running under X.</p>
|
||||
<p>Way back, I wrote a quick blurb on <a href="links:///slug/window-managers">Windows Managers</a> for running under X.</p>
|
||||
|
||||
<p>Well, a while back I switched to <a href="http://www.ubuntu.com">Ubuntu</a> for my OS of choice. As you may know, the fine folks at Ubuntu switch the default window manager to something called <strong>Unity</strong>, which cause a stir. I tried it for a while, but decided that it was too heavy, and to mouse-centric.</p>
|
||||
|
||||
|
|
@ -26,4 +26,4 @@ sudo make install
|
|||
3.9 MiB + 310.0 KiB = 4.2 MiB wmfs
|
||||
</code></pre>
|
||||
|
||||
<p>Check it out, I am sure you will like what you see.</p></body></html>
|
||||
<p>Check it out, I am sure you will like what you see.</p></body></html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.. title: An Update to 'Window Managers?'
|
||||
.. slug: 201112an-update-to-window-managers
|
||||
.. slug: an-update-to-window-managers
|
||||
.. date: 2011/12/22 17:12:00
|
||||
.. tags: cli,software,windowmanager
|
||||
.. link:
|
||||
|
|
|
|||
21
posts/2014/06/back-to-freebsd-maybe-back-to-the-challenge.md
Normal file
21
posts/2014/06/back-to-freebsd-maybe-back-to-the-challenge.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.. title: Back to FreeBSD (maybe back to the challenge)
|
||||
.. slug: back2freebsd-maybe
|
||||
.. date: 2014/06/30 15:06:09
|
||||
.. tags: FreeBSD,sa,30DayChallenge,R810
|
||||
.. link:
|
||||
.. description:
|
||||
.. text:
|
||||
|
||||
|
||||
|
||||
So, I had a bit of time over the weekend, and spent it doing a bit of hacking around.
|
||||
|
||||
I had re-installed [PC-BSD](http://www.pcbsd.org) on my HP EliteBook R810. I used 10.0.2, and everything but the wireless looked good. I decided to try to get the wireless working with the internal WNIC. [Previously](link://slug/freebsd-challenge-day-17), I used an external dongle to get WiFi working, but it was a pain to remember to pull it out, so I decided to try again.
|
||||
|
||||
I updated the base OS to 10-CURRENT, and then 'patched' the source tree using the info I found [in this forum post](https://forums.freebsd.org/viewtopic.php?t=35467). Once I rebooted, and used the PC-BSD tools to enable the device, things worked! Since this was only last night, I need to test it a bit to make sure it stands up to load.
|
||||
|
||||
There is a [PR](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169433), and support **has** been added to HEAD. I am going try to write a patch to get this added before then. I will need to see if I can figure out how to do that. :)
|
||||
|
||||
Since my work laptop uses the same WNIC, I am one step closer to being able to install it on the work machine.
|
||||
|
||||
I am going to see about trying to use **dragon** as my non-work daily driver and shake out what I need to do, so I may be restarting the [30 Day Challenge](link://tag/30DayChallenge) again, but a lot of that depends on how work goes.
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
.. title: Back to FreeBSD (maybe back to the challenge)
|
||||
.. slug: back2freebsd-maybe
|
||||
.. date: 2014/06/30 15:06:09
|
||||
.. tags: FreeBSD,sa,30DayChallenge,R810
|
||||
.. link:
|
||||
.. description:
|
||||
.. text:
|
||||
|
||||
|
||||
|
||||
So, I had a bit of time over the weekend, and spent it doing a bit of hacking around.
|
||||
|
||||
I had re-installed `PC-BSD <http://www.pcbsd.org>`_ on my HP EliteBook R810. I used 10.0.2, and everything but the wireless looked good. I decided to try to get the wireless working with the internal WNIC. :doc:`Previously <freebsd-challenge-day-17>` , I used an external dongle to get WiFi working, but it was a pain to remember to pull it out, so I decided to try again.
|
||||
|
||||
I updated the base OS to 10-CURRENT, and then 'patched' the source tree using the info I found `in this forum post <https://forums.freebsd.org/viewtopic.php?t=35467>`_ . Once I rebooted, and used the PC-BSD tools to enable the device, things worked! Since this was only last night, I need to test it a bit to make sure it stands up to load.
|
||||
|
||||
There is a `PR <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169433>`_ , and support **has** been added to HEAD. I am going try to write a patch to get this added before then. I will need to see if I can figure out how to do that. :)
|
||||
|
||||
Since my work laptop uses the same WNIC, I am one step closer to being able to install it on the work machine.
|
||||
|
||||
I am going to see about trying to use **dragon** as my non-work daily driver and shake out what I need to do, so I may be restarting the `30 Day Challenge <http://www.duckland.org/tag/30DayChallenge>`_ again, but a lot of that depends on how work goes.
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
.. description:
|
||||
.. type: text
|
||||
|
||||
Today is day 14 (pushing day 15 at this hour), and things are looking very good. Today, I got word from the `PCBSD Project <http://www.pcbsd.org>`_ that a patch which I submitted to fix the `issue with the WiFi NIC <http://www.duckland.org/posts/201407freebsd-switch.html>`_. Well, I got notice today that `PCBSD Bug #7330 <https://bugs.freenas.org/issues/7330>`_ has been resolved, and I tested on the R810. It works!
|
||||
Today is day 14 (pushing day 15 at this hour), and things are looking very good. Today, I got word from the [PCBSD Project](http://www.pcbsd.org) that a patch which I submitted to fix the [issue with the WiFi NIC](link://slug/freebsd-switch). Well, I got notice today that [PCBSD Bug #7330](https://bugs.freenas.org/issues/7330) has been resolved, and I tested on the R810. It works!
|
||||
|
||||
Now, I just need to get a few things configured here first, like snapshots, backups, and porting my SDCARD reading scripts over to FreeBSD, and I should be good.
|
||||
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
.. title: Gallery Test
|
||||
.. slug: gallery-test
|
||||
.. date: 2115-07-14 21:02:09 UTC-05:00
|
||||
.. tags: photos
|
||||
.. category:
|
||||
.. link:
|
||||
.. description:
|
||||
.. type: text
|
||||
|
||||
|
||||
This is a test of the gallery plugin:
|
||||
|
||||
.. gallery:: demo
|
||||
|
||||
and we should have a nice gallery. Cool, eh?
|
||||
|
||||
Click on a photo to see it bigger, then click on the right side to move forward in the list.
|
||||
|
||||
Neat!
|
||||
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
<!--
|
||||
.. title: Another Month, Another Post
|
||||
.. slug: another-month-another-post
|
||||
.. date: 2015-09-09 21:47:02 UTC-05:00
|
||||
.. tags: sitenews
|
||||
.. category:
|
||||
.. link:
|
||||
.. description:
|
||||
.. type: text
|
||||
.. annotations:
|
||||
.. author: Don Harper
|
||||
.. author.uid: 1
|
||||
.. updated: 2015-09-09 21:47:02 UTC-05:00
|
||||
-->
|
||||
|
||||
Wow...September already? Where does the time go?<br><br>With the time given to the commute and the lack of access at the office (since I do work for a firm which does have pretty tight internet access policies), I have decided that I cannot do the photo-a-day thing, so I am not going to be updating my <a href="http://www.donaldharper.com">photo website</a> on a regular basis. Sorry about that, but then since I started back this summer, the traffic was not there.<br><br>On the topic of my <a href="http://www.duckland.org/posts/2015/09/do-i-stay-or-do-i-go.html">last post</a>, I have decided to keep most things in house for now. Calendaring is the biggest issue to crack.<br><br>I hope to be able to spend some time here documenting things, if nothing else for me. Maybe someone else will find them useful.<br><br>Peace,<br>d<br><br><br>
|
||||
23
posts/2015/09/another-month-another-post.md
Normal file
23
posts/2015/09/another-month-another-post.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.. title: Another Month, Another Post
|
||||
.. slug: another-month-another-post
|
||||
.. date: 2015-09-09 21:47:02 UTC-05:00
|
||||
.. tags: sitenews
|
||||
.. category:
|
||||
.. link:
|
||||
.. description:
|
||||
.. type: text
|
||||
.. annotations:
|
||||
.. author: Don Harper
|
||||
.. author.uid: 1
|
||||
.. updated: 2015-09-09 21:47:02 UTC-05:00
|
||||
|
||||
Wow...September already? Where does the time go?
|
||||
|
||||
With the time given to the commute and the lack of access at the office (since I do work for a firm which does have pretty tight internet access policies), I have decided that I cannot do the photo-a-day thing, so I am not going to be updating my [photo website](http://www.donaldharper.com) on a regular basis. Sorry about that, but then since I started back this summer, the traffic was not there.
|
||||
|
||||
On the topic of my [last post](/posts/2015/08/do-i-stay-or-do-i-go.html), I have decided to keep most things in house for now. Calendaring is the biggest issue to crack.
|
||||
|
||||
I hope to be able to spend some time here documenting things, if nothing else for me. Maybe someone else will find them useful.
|
||||
|
||||
Peace,
|
||||
d
|
||||
Loading…
Add table
Add a link
Reference in a new issue