massive update to fix issues from htmltest

This commit is contained in:
Don Harper 2020-08-22 16:32:22 -05:00
parent a6ebb354c8
commit 878ae417aa
88 changed files with 548 additions and 567 deletions

View file

@ -5,7 +5,7 @@ slug = "201311rebooting-ducklandorg"
+++
Today is [All Saints
Day](http://en.wikipedia.org/wiki/All_Saints%27_Day), so it seems
Day](https://en.wikipedia.org/wiki/All_Saints%27_Day), so it seems
natural to let duckland.org start new again.
As is popular in Hollywood, I have decided to reboot this web site after

View file

@ -1,23 +1,15 @@
+++
date = "2013-11-03T17:11:00-07:00"
title = "Clickable URL links in rxvt"
slug = "201311clickable-urls-links-in-rxvt"
slug = "clickable-urls-links-in-rxvt"
+++
So, I use [rxvt](http://rxvt.sf.net) as my daily interface to my
computers. I also use [mutt](http://www.mutt.org) for my email reading
pleasure. Sometimes, I get URLs in email and I want to read them in a
browser. If I was using a GUI based mail reader, I would just click the
URL to open it. Well, there is an easy way to set up rxvt to do that!
So, I use rxvt as my daily interface to my computers. I also use [mutt](https://www.mutt.org) for my email reading pleasure. Sometimes, I get URLs in email and I want to read them in a browser. If I was using a GUI based mail reader, I would just click the URL to open it. Well, there is an easy way to set up rxvt to do that!
Using the fine [Arch Linux wiki](http://wiki.archlinux.org) entry for
[rxvt
unicode](https://wiki.archlinux.org/index.php/rxvt-unicode#Clickable_URLs),
the solution is quite easy. In the file **\~/.Xdefaults**, add:
Using the fine [Arch Linux wiki](https://wiki.archlinux.org) entry for [rxvt unicode](https://wiki.archlinux.org/index.php/rxvt-unicode#Clickable_URLs), the solution is quite easy. In the file **\~/.Xdefaults**, add:
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
And either do a **xrdb \--merge \~/.Xdefaults** or log out/log in. And
start a new rxvt, and you are good to go.
And either do a **xrdb \--merge \~/.Xdefaults** or log out/log in. And start a new rxvt, and you are good to go.

View file

@ -6,16 +6,16 @@ tags = ["OpenBSD","FreeBSD"]
+++
So, I am starting a new personal project at the house, and I need a new
server. As I was wanting to learn more about the **BSD**, I started
looking around at things like [FreeBSD](http://www.freebsd.org),
[NetBSD](http://www.netBSD.org), or [OpenBSD](http://www.openbsd.org).
looking around at things like [FreeBSD](https://www.freebsd.org),
[NetBSD](https://www.netBSD.org), or [OpenBSD](https://www.openbsd.org).
Since there was a security part, I started with **OpenBSD**. One of the
things I noticed quickly while doing my research is that while there is
a lot of documentation, they do not really seem to care about making it
easy for new folks to join the project, nor are the trying to support
new-fangled hardware, like [bootable USB
drives](http://openbsd.7691.n7.nabble.com/bootable-OpenBSD-USB-stick-from-windows-td223393.html).
drives](https://openbsd.7691.n7.nabble.com/bootable-OpenBSD-USB-stick-from-windows-td223393.html).
This strikes me odd, as FreeBSD has [instructions (see
2.3.5)](http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-pre.html).
2.3.5)](https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-pre.html).
Since I want to use pf, I am going to stay with OpenBSD for now.