duckland.org news (Unix)http://www.duckland.org/enWed, 10 Jun 2015 05:13:32 GMThttp://getnikola.com/http://blogs.law.harvard.edu/tech/rssTale of Installs, Part 2http://www.duckland.org/posts/201401tale-of-install-2.htmlDon Harper<p>Well, as I <a href="http://www.duckland.org/archive/2013/11/Tale_of_Installs.html">mentioned</a>, I was trying to install OpenBSD. Well, my main workstation died, so I have to re-purposed the OpenBSD box as my workstation running <a href="http://www.archlinux.org">ArchLinux</a>. I am hunting for a suitable replacement.</p> <p>Oh, and Happy New Year!</p>FreeBSDOpenBSDsaUnixhttp://www.duckland.org/posts/201401tale-of-install-2.htmlWed, 08 Jan 2014 23:01:00 GMTdd(8) with progresshttp://www.duckland.org/posts/201311dd-with-progress.htmlDon Harper<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>sasoftwareUnixhttp://www.duckland.org/posts/201311dd-with-progress.htmlFri, 29 Nov 2013 23:11:00 GMTTale of Installshttp://www.duckland.org/posts/201311tale-of-install.htmlDon Harper<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>FreeBSDOpenBSDsaUnixhttp://www.duckland.org/posts/201311tale-of-install.htmlThu, 21 Nov 2013 23:11:00 GMT