Much cleanup thannks to muffet (https://github.com/raviqqe/muffet)

This commit is contained in:
Don Harper 2020-04-07 22:49:37 -05:00
parent c3d038e373
commit 11ea28643a
26 changed files with 75 additions and 142 deletions

View file

@ -4,10 +4,9 @@ title = "cli add"
categories = ["sitenews"]
+++
I have not updated [cli.donharper.org - forget the
GUI](http://cli.donharper.org) in a very long time, and I did have some
GUI](http://www.duckland.org) in a very long time, and I did have some
nice tricks and tips there, so I decided to bring it over here.
It is all tagged with [cli](/categories/cli.html) for easy searching,
plus I added a whole mess of other tags.
***Edit 2020-04-07**: I merged the content of cli.donharper.org into www.duckland.org a long time ago.*
Enjoy.

View file

@ -6,12 +6,3 @@ categories = ["personal","travel"]
**EDIT 2019-06-22:** It seems that sometime in the last 5 years, this went away. Oh, well.
Found this site, and since I had someone ask, I thought I would share.
::: {style="width:550px; position: relative;"}
::: {style="background-color: #38235b; padding: 5px 0px 5px 0px; text-align: center; width: 549px; border-left: 1px solid #372060; font-size: 11px; color: #EEE; line-height: 1.4em;"}
[**Create your own travel
map**](http://www.travbuddy.com/travel-widgets) -
[**TravBuddy**](http://www.travbuddy.com)\
:::
:::

View file

@ -12,7 +12,7 @@ Tomorrow, I will take the second laptop (HP EliteBook Revolve 810), and load it
My updates have been a bit slow due to craziness at work. I am taking a trip, and the departure date has been reset many times. I am on my 5th set of airline tickets. With things settled, I need to decide if I am going to bring the second laptop (the R180) with me or not. Weight issues and all.
How do I think this is going? Well, the two major issues I thought I would have going in, WiFi and Photo editing/management, are for the most part solved. Can I use this for my daily non-work driver? Yes. Can I use it for my work daily driver? Maybe. I have set up a few jails on the FreeNAS box (btsync, dns/dhcp, [taskwarrior's taskd](http://taskwarrior.org/docs/server_setup.html), and Plex), and they are mainly working well together (the Plex will not play nice with btsync, yet), but I need to figure out a bit more, and set it up as a target to backup my laptop's ZFS snapshots.
How do I think this is going? Well, the two major issues I thought I would have going in, WiFi and Photo editing/management, are for the most part solved. Can I use this for my daily non-work driver? Yes. Can I use it for my work daily driver? Maybe. I have set up a few jails on the FreeNAS box (btsync, dns/dhcp, [taskwarrior's taskd](https://gitpitch.com/GothenburgBitFactory/taskserver-setup#/), and Plex), and they are mainly working well together (the Plex will not play nice with btsync, yet), but I need to figure out a bit more, and set it up as a target to backup my laptop's ZFS snapshots.
Next steps are to find those performance monitoring tools/docs, and to look at something like puppet/chef/salt.

View file

@ -3,7 +3,7 @@ date = "2014-05-20T12:05:59-07:00"
title = "On the Road Again"
categories = ["travel","photos"]
+++
![On The Road Again](/images/2014-05/StartMexico.jpg)
![On The Road Again](/photos/Travel/Mexico/2014-05/StartMexico.jpg)
The reason I was busy at work is that I was getting ready for two
different trips to conduct three different training courses.

View file

@ -3,18 +3,9 @@ date = "2014-06-05T04:06:15-07:00"
title = "Rewards for Hard Travel"
categories = ["travel","photos"]
+++
![New Toy](http://www.getolympus.com/us/en/media/catalog/product/cache/hero_resize/600X245/em5_hero_black.png)
So, in 2013, I went to China twice, Tokyo, Las Vegas, London twice, and
Barcelona. This was enough to get me some serious air miles. I decided
to turn them into something to help me get back into photography, so I
got [Olympus OM-D
E-M5](http://www.getolympus.com/us/en/digitalcameras/omd/e-m5.html) .
This is one of the latest in the line of Olympus DSLR. This one is a
micros 4/3, with a built-in Electronic View Finder (EVF).
So, in 2013, I went to China twice, Tokyo, Las Vegas, London twice, and Barcelona. This was enough to get me some serious air miles. I decided to turn them into something to help me get back into photography, so I got Olympus OM-D E-M5. This is one of the latest in the line of Olympus DSLR. This one is a micros 4/3, with a built-in Electronic View Finder (EVF).
It showed up yesterday, and I have not had much of a chance to take it
through its paces. I hope to have some time this weekend, but I have a
major work project which might interfere.
It showed up yesterday, and I have not had much of a chance to take it through its paces. I hope to have some time this weekend, but I have a major work project which might interfere.
Keep an eye out for some photos as I get a chance to try it out.

View file

@ -8,6 +8,8 @@ So, even though I have been starting to [work with \<back2freebsd-maybe\>]{role=
And I wanted to run a script I wrote a long time ago to support a [website](http://www.donaldharper.com/) of mine, which I have not updated in a while. The way I would update the site is by doing some batch editing of photos, park them in a directory, and then run my script which pushes the photos to the web server, and then interfaces with the CMS software to schedule the posts and all is good.
Except the script is in perl, and it uses some modules which are not main-stream. While perl has the awesome **cpan(1perl)** command to fetch and install perl modules, I wanted it to be tied into **pacman(8)** . A quick trip to the [AUR](http://aur.archlinux.org/) turned up the tools [cpan2aur](https://aur.archlinux.org/packages/perl-cpanplus-dist-arch-git/) and [mkaurball](https://aur.archlinux.org/packages/pkgbuild-introspection-git/) which made it pretty easy to package up and post the the AUR the 9 perl modules I needed to get my script going and keep track of things with pacman.
Except the script is in perl, and it uses some modules which are not main-stream. While perl has the awesome **cpan(1perl)** command to fetch and install perl modules, I wanted it to be tied into **pacman(8)** . A quick trip to the [AUR](http://aur.archlinux.org/) turned up the tools cpan2aur and [mkaurball](https://aur.archlinux.org/packages/pkgbuild-introspection-git/) which made it pretty easy to package up and post the the AUR the 9 perl modules I needed to get my script going and keep track of things with pacman.
***EDIT 2020-04-07**: cpan2aur url not working.*
Yeah!