www.duckland.org/output/index-6.html
2015-06-09 22:50:31 -05:00

223 lines
11 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="News from duckland.org">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>duckland.org news (old posts, page 6) | duckland.org news</title>
<link href="assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<link rel="canonical" href="http://www.duckland.org/index-6.html">
<link rel="prev" href="index-7.html" type="text/html">
<link rel="next" href="index-5.html" type="text/html">
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]-->
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<!-- Menubar -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"><div class="container">
<!-- This keeps the margins nice -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.duckland.org/">
<span id="blog-title">duckland.org news</span>
</a>
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="stories/about.html">About me</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">My Sites<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="http://www.donaldharper.com">My Photo Blog</a>
</li>
<li>
<a href="http://p365.donaldharper.com">My Attempt at a Project 365</a>
</li>
<li>
<a href="http://www.duckland.org">My Personal and Tech Blog</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Social Sites<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="https://twitter.com/duckunix">My Twitter</a>
</li>
<li>
<a href="https://plus.google.com/+DonHarper/">My Google+</a>
</li>
<li>
<a href="http://www.linkedin.com/in/donaldharper/">My LinkedIN</a>
</li>
</ul>
</li>
<li>
<a href="archive.html">Archive</a>
</li>
<li>
<a href="categories/index.html">Tags</a>
</li>
<li>
<a href="rss.xml">RSS</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right"></ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav><!-- End of Menubar --><div class="container" id="content">
<div class="body-content">
<!--Body content-->
<div class="row">
<div class="postindex">
<article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/201311dd-with-progress.html" class="u-url">dd(8) with progress</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
<p class="dateline"><a href="posts/201311dd-with-progress.html" rel="bookmark"><time class="published dt-published" datetime="2013-11-29T17:11:00-06:00" title="2013-11-29">2013-11-29</time></a></p>
</div>
</header><div class="e-content entry-content">
<p>I needed to write an iso image to a USB key, and the typical way is
with just dd(8), but I wanted a progress bar. A quick google later,
and I get:</p>
<pre><code>pv -tpreb isoname | sudo dd of=/dev/sdd bs=1024</code></pre>
<p>Which will write the iso image to the USB stick sdd, and give me a
progress bar, tell me how fast it is writing, and give me an eta when
finished. Perfect.</p>
</div>
</article><article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/201311tale-of-install.html" class="u-url">Tale of Installs</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
<p class="dateline"><a href="posts/201311tale-of-install.html" rel="bookmark"><time class="published dt-published" datetime="2013-11-21T17:11:00-06:00" title="2013-11-21">2013-11-21</time></a></p>
</div>
</header><div class="e-content entry-content">
<p>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 <a href="http://www.freebsd.org">FreeBSD</a>, <a href="http://www.netBSD.org">NetBSD</a>, or <a href="http://www.openbsd.org">OpenBSD</a>.</p>
<p>Since there was a security part, I started with <strong>OpenBSD</strong>. 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 <a href="http://openbsd.7691.n7.nabble.com/bootable-OpenBSD-USB-stick-from-windows-td223393.html">bootable USB
drives</a>.
This strikes me odd, as FreeBSD has <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-pre.html">instructions (see
2.3.5)</a>.</p>
<p>Since I want to use pf, I am going to stay with OpenBSD for now.</p>
</div>
</article><article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/201311clickable-urls-links-in-rxvt.html" class="u-url">Clickable URL links in rxvt</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
<p class="dateline"><a href="posts/201311clickable-urls-links-in-rxvt.html" rel="bookmark"><time class="published dt-published" datetime="2013-11-03T17:11:00-06:00" title="2013-11-03">2013-11-03</time></a></p>
</div>
</header><div class="e-content entry-content">
<p>So, I use <a href="http://rxvt.sf.net">rxvt</a> as my daily interface to my computers. I also use <a href="http://www.mutt.org">mutt</a> 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!</p>
<p>Using the fine <a href="http://wiki.archlinux.org">Arch Linux wiki</a> entry for <a href="https://wiki.archlinux.org/index.php/rxvt-unicode#Clickable_URLs">rxvt unicode</a>, the solution is quite easy. In the file <strong>~/.Xdefaults</strong>, add:</p>
<pre><code>URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
</code></pre>
<p>And either do a <strong>xrdb --merge ~/.Xdefaults</strong> or log out/log in. And start a new rxvt, and you are good to go.</p>
</div>
</article><article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/201311rebooting-ducklandorg.html" class="u-url">Rebooting duckland.org</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
<p class="dateline"><a href="posts/201311rebooting-ducklandorg.html" rel="bookmark"><time class="published dt-published" datetime="2013-10-31T18:10:00-06:00" title="2013-10-31">2013-10-31</time></a></p>
</div>
</header><div class="e-content entry-content">
<p>Today is <a href="http://en.wikipedia.org/wiki/All_Saints%27_Day">All Saints Day</a>, so it seems natural to let duckland.org start new again.</p>
<p>As is popular in Hollywood, I have decided to reboot this web site after 6 1/2 years. I have not decided about the old content.</p>
<p>I am planning on using this as a technical notebook. <em>Shrug</em> I hope to make it worth while.</p>
</div>
</article><article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/201112an-update-to-window-managers.html" class="u-url">An Update to 'Window Managers?'</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
<p class="dateline"><a href="posts/201112an-update-to-window-managers.html" rel="bookmark"><time class="published dt-published" datetime="2011-12-22T17:12:00-06:00" title="2011-12-22">2011-12-22</time></a></p>
</div>
</header><div class="e-content entry-content">
<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>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>
<p>So, what to do? Well, I went back to my old standby <a href="http://wmfs.info">wmfs</a>, Window Manager From Scratch. This is a modern WM with systray support, full Ximirama and Xrandr support, tiles, and is mainly driven from the keyboard. Life is good.</p>
<p>To install (same steps as for Fedora, RHEL, or Ubuntu), download the source, and install the needed development libraries for: <strong>X11, Xft, freetype, Xinerama, Xrandr, and Imlib2</strong>. I used the native packages from the OS. Then, simple do a</p>
<pre><code>make
sudo make install
</code></pre>
<p>(you do build software as a normal user, right?)</p>
<p>This will install all the needed bits and configs into the correct place. Under Ubuntu 11.10, there was an entry from the login screen to let me chose wmfs.</p>
<p>Config is handled in <em>$HOME/.config/wmfs/wmfsrc</em> which you can copy from <em>/etc/xdg/wmfs/wmfsrc</em>.</p>
<p>The <a href="http://wmfs.info">wmfs website</a> has very nice documentation as well as likes to some peoples configs with screen shots.</p>
<p>It runs very fast, and very lean:</p>
<pre><code> Private + Shared = RAM used Program
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>
</div>
</article>
</div>
<nav class="postindexpager"><ul class="pager">
<li class="previous">
<a href="index-7.html" rel="prev">Newer posts</a>
</li>
<li class="next">
<a href="index-5.html" rel="next">Older posts</a>
</li>
</ul></nav>
</div>
<!--End of body content-->
<footer>
Contents © 2015 <a href="mailto:duck@duckland.org">Don Harper</a> - Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a>
</footer>
</div>
</div>
<script src="assets/js/all-nocdn.js"></script><script>jQuery("a.image-reference").colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script><!-- fancy dates --><script>
moment.locale("");
fancydates(1, "YYYY-MM-DD");
</script><!-- end fancy dates -->
</body>
</html>