<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Al's Ramblings</title><link>https://www.resilvered.com/</link><description>Recent content on Al's Ramblings</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Sun, 21 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.resilvered.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Running ComfyUI on Debian 13</title><link>https://www.resilvered.com/posts/2026-06-21-comfyui-debian-13-uv/</link><pubDate>Sun, 21 Jun 2026 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2026-06-21-comfyui-debian-13-uv/</guid><description>Getting ComfyUI running on Debian 13 with Python 3.13 and an older NVIDIA driver.</description></item><item><title>Subtlety of gearing</title><link>https://www.resilvered.com/posts/2022-08-24-subtlety-of-gearing/</link><pubDate>Wed, 24 Aug 2022 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2022-08-24-subtlety-of-gearing/</guid><description>&lt;p&gt;&lt;img alt="Sub compact crank" loading="lazy" src="https://www.resilvered.com/images/Bling.jpg"&gt;&lt;/p&gt;
&lt;p&gt;For some time now I have been running an 11-36T rear cassette on my road bike. That&amp;rsquo;s right 36T, not that common.
Specific if you are interested it&amp;rsquo;s this &lt;a href="https://www.aliexpress.com/item/32988907056.html"&gt;Zitto cassete&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Reason being I was after a little additional help on the hills. I&amp;rsquo;m a big bloke as a Doctor once told me I&amp;rsquo;m not built for running marathons. I’m more the front row of you local Rugby team&lt;/p&gt;</description></item><item><title>Installing Jekyll on CentOS 7</title><link>https://www.resilvered.com/posts/2014-08-26-installing-jekyll-on-centos-7/</link><pubDate>Tue, 26 Aug 2014 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2014-08-26-installing-jekyll-on-centos-7/</guid><description>&lt;p&gt;Having recently move to &lt;a href="http://jekyllrb.com/"&gt;Jekyll&lt;/a&gt; as my blogging platform, I thought I would take a quick look at how easy it is to get going on Linux.&lt;/p&gt;
&lt;p&gt;Installation on &lt;a href="http://www.centos.org/"&gt;CentOS 7&lt;/a&gt; is very straight forward. First add the EPEL repository for &lt;a href="http://www.centos.org/"&gt;CentOS 7&lt;/a&gt; as this is where you will find the &lt;a href="http://nodejs.org/"&gt;nodejs&lt;/a&gt; rpm&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sudo yum install http://download.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Install the required packages, &lt;em&gt;note npm is not required but handy to have around&lt;/em&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sudo yum install nodejs npm ruby ruby-devel rubygems git
gem install jekyll
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Start using &lt;a href="http://jekyllrb.com/"&gt;Jekyll&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Installing HHVM 3.2.0 on CentOS 6.5</title><link>https://www.resilvered.com/posts/2014-08-12-hhvm-on-centos6/</link><pubDate>Tue, 12 Aug 2014 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2014-08-12-hhvm-on-centos6/</guid><description>&lt;p&gt;&lt;img alt="HHVM performance graph" loading="lazy" src="https://www.resilvered.com/images/hhvm.jpeg"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/facebook/hhvm/"&gt;HHVM&lt;/a&gt; is a virtual machine for Hack and PHP it uses JIT to improve performance. Installation on a less than bleeding edge OS can prove a little challenging. What follows is what I did to get it up and going quickly for our developers in our CentOS 6.5 environment. It may work for you too.&lt;/p&gt;
&lt;p&gt;Packages were sourced from two repo&amp;rsquo;s &lt;a href="http://yum.gleez.com/"&gt;http://yum.gleez.com/&lt;/a&gt; and &lt;a href="http://remi.conetix.com.au/"&gt;http://remi.conetix.com.au/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Things boiled down to these 11 packages that were signed and added to our local yum repo:&lt;/p&gt;</description></item><item><title>Oracle Linux 7 released</title><link>https://www.resilvered.com/posts/2014-07-28-oracle-linux-7-released/</link><pubDate>Mon, 28 Jul 2014 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2014-07-28-oracle-linux-7-released/</guid><description>&lt;p&gt;Oracle Linux 7 was &lt;a href="http://www.oracle.com/us/corporate/press/2245947"&gt;released this last week&lt;/a&gt; 2nd of RHEL directives to make a GA release, &lt;a href="http://seven.centos.org/2014/07/release-announcement-for-centos-7x86_64/"&gt;CentOS&lt;/a&gt; being the first and &lt;a href="https://www.scientificlinux.org/"&gt;Scientific Linux&lt;/a&gt; still to come, currently in alpha.&lt;/p&gt;
&lt;p&gt;No real surprises here, now comes with the UEK, &lt;code&gt;3.8.13-35.3.1.el7uek.x86_64&lt;/code&gt;, kernel as default. If you what to test it out and take it for a spin it&amp;rsquo;s pretty easy to using the my &lt;a href="https://github.com/bigal/lunchbox"&gt;lunchbox&lt;/a&gt; set of &lt;a href="http://www.packer.io/"&gt;packer&lt;/a&gt; templates files which have been updated to support OEL 7.0.&lt;/p&gt;</description></item><item><title>Life in the old blog</title><link>https://www.resilvered.com/posts/2014-07-26-life-in-the-old-blog/</link><pubDate>Sat, 26 Jul 2014 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2014-07-26-life-in-the-old-blog/</guid><description>&lt;p&gt;So the old blog got a face lift, and when you do that the thing everyone does is to write a blog aticle about it. Well me too but it will be pretty short and not very detailed as there are loads of places that can cover thats better than me.&lt;/p&gt;
&lt;p&gt;First stop was to move to my own domain name, get over to &lt;a href="https://hover.com/NW97rheW"&gt;hover&lt;/a&gt; for that and setup &lt;a href="http://www.resilvered.com"&gt;www.resilvered.com&lt;/a&gt; to point to &lt;a href="http://www.resilvered.com"&gt;resilvered.blogger.com&lt;/a&gt; and have it server my new custom domain. Note I didn&amp;rsquo;t go for a .au domain becuase of price and the requirement of an ABN.&lt;/p&gt;</description></item><item><title>Podcasts I'm listening too</title><link>https://www.resilvered.com/posts/2014-04-08-podcasts-im-listening-too/</link><pubDate>Tue, 08 Apr 2014 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2014-04-08-podcasts-im-listening-too/</guid><description>&lt;p&gt;&lt;img alt="Podcast headphones" loading="lazy" src="https://www.resilvered.com/images/podcast-headphones.png"&gt;&lt;/p&gt;</description></item><item><title>Running Ansible on Windows</title><link>https://www.resilvered.com/posts/2014-04-08-running-ansible-on-windows/</link><pubDate>Tue, 08 Apr 2014 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2014-04-08-running-ansible-on-windows/</guid><description>&lt;p&gt;Some times you just have to make do with what you have. So I considered this morning why is it as IT professional we are often told what tool we need to use to do our job. I mean does a carpenter get told what type of saw he need to use?&lt;/p&gt;
&lt;p&gt;My tool of the trade is a Mac, not because I&amp;rsquo;m an Apple fan boy ,far from it, but as a functional computer it really does just work. Has access to the tools I need due to it&amp;rsquo;s Unix heritage, and provides and usable graphical interface for the less technical in the family.&lt;/p&gt;</description></item><item><title>Solaris Vagrant Packer and the base box</title><link>https://www.resilvered.com/posts/2014-02-16-solaris-vagrant-packer-and-base-box/</link><pubDate>Sun, 16 Feb 2014 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2014-02-16-solaris-vagrant-packer-and-base-box/</guid><description>&lt;p&gt;If you haven&amp;rsquo;t used &lt;a href="http://www.vagrantup.com/"&gt;Vagrant&lt;/a&gt; then go check it out. It&amp;rsquo;s certainly come a long way since the early days and expanded beyond just &lt;a href="https://www.virtualbox.org/"&gt;VirtualBox&lt;/a&gt;. Targeted early at developers its certainly a tool that has different uses to different folk, as a system admin I find it handy to test and build SOE&amp;rsquo;s, deployment scripts and an assortment of sandbox stuff.&lt;/p&gt;
&lt;p&gt;There are countless base box&amp;rsquo;s available on line if your are not inclined/interested in building your own. There is however not a lot of Solaris base boxes about , mostly I&amp;rsquo;d guess due to distribution restrictions, or lack of demand. I&amp;rsquo;ve experimented with &lt;a href="https://github.com/jedi4ever/veewee"&gt;veewee&lt;/a&gt; and &lt;a href="https://github.com/opscode/bento"&gt;bento&lt;/a&gt; but &lt;a href="http://www.packer.io/"&gt;packer&lt;/a&gt; the new kid on the block seems to fit the bill. Since there is no shortage of info on building Linux base boxes I decided if I was going to kick the tires on packer then I&amp;rsquo;d make it useful and build a Solaris 11 base box.&lt;/p&gt;</description></item><item><title>Puppet 3 and Solaris 11 IPS</title><link>https://www.resilvered.com/posts/2012-09-30-puppet-3-and-solaris-11-ips/</link><pubDate>Sun, 30 Sep 2012 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2012-09-30-puppet-3-and-solaris-11-ips/</guid><description>&lt;p&gt;A recent post Solaris Packages for Puppet 3.0.0-rc7, Facter 1.6.0 and Hiera 1.0.0 on a puppet mailing list caught my eye.&lt;/p&gt;
&lt;p&gt;While gems has a nifty little package management system of it&amp;rsquo;s own,  it is possible be that your machines do not have direct access to the interent so having a local IPS repo is handy. I&amp;rsquo;ll demonstrate how to add these packages to you own repository. This assumes you have already setup your own local repo.&lt;/p&gt;</description></item><item><title>OEL Handsfree install for Oracle VM Manager part 2</title><link>https://www.resilvered.com/posts/2012-07-21-oel-handsfree-install-for-oracle-vm/</link><pubDate>Sat, 21 Jul 2012 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2012-07-21-oel-handsfree-install-for-oracle-vm/</guid><description>&lt;p&gt;So part one finished up with a Virtualbox VM , two blank disk and the OEL CD image in the virtual CD drive.&lt;/p&gt;
&lt;p&gt;Fair warning I have taken some liberty with technical preciseness of handsfree, but it&amp;rsquo;s pretty close. If some knows how I can second commands to the guest from the host command line let me know, virt-install maybe.&lt;/p&gt;
&lt;p&gt;So this is straight forward and I have covered some of these techniques in other posts like Kickstart for Solaris Admins or my even older Grub menu reinstall. Startup the VB guest it should boot off your attached CD/DVD image. and the welcome screen press TAB key&lt;/p&gt;</description></item><item><title>VirtualBox command line and Oracle VM Manager 3.1.1 part 1</title><link>https://www.resilvered.com/posts/2012-07-09-virtualbox-command-line-and-oracle-vm/</link><pubDate>Mon, 09 Jul 2012 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2012-07-09-virtualbox-command-line-and-oracle-vm/</guid><description>&lt;p&gt;Rather than wait until I have the whole thing polished I thought I&amp;rsquo;d do a multipart entry on building Oracle VM Manager VM and installing the software. Now the previous version 3.0.3 had a VirtualBox template available. The current version 3.1.1 doesn&amp;rsquo;t, at least not that I can find, so this is a kinda of roll your own template.&lt;/p&gt;
&lt;p&gt;Tools used for this job:
Virtual Box 4.1.8 Oracle VM Manager ISO 3.1.1 OEL R6U1 ISO&lt;/p&gt;</description></item><item><title>How to create Mulitple Solaris Repositories</title><link>https://www.resilvered.com/posts/2012-06-24-how-to-create-mulitple-solaris/</link><pubDate>Sun, 24 Jun 2012 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2012-06-24-how-to-create-mulitple-solaris/</guid><description>&lt;p&gt;Solaris 11 repo setup but you want to have your own repo serving up own home grown packages, separate from your main Solaris 11 image repository. Actually I&amp;rsquo;d like an extra two repo&amp;rsquo;s I want a dev repo that to test my packaging abilities and a &amp;ldquo;release&amp;rdquo; one when I&amp;rsquo;m ready to publish. Mostly becuase there doesn&amp;rsquo;t seem to be a straight forward way to remove packages from a repo and my packaging skills are work in progress.&lt;/p&gt;</description></item><item><title>installing-ruby-1</title><link>https://www.resilvered.com/posts/2012-04-10-installing-ruby-1/</link><pubDate>Tue, 10 Apr 2012 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2012-04-10-installing-ruby-1/</guid><description>&lt;p&gt;Installing Ruby 1.9.3 and libyaml on Solaris 11Recent blog entries would indicate I&amp;rsquo;ve upgrade to Solaris 11 proper or Solaris 11/11 as it goes by. The upgrade was mostly driven by the fact I need to compile some software and figured I may as well have the most recent version rather than on the express edition. I&amp;rsquo;m looking into Vagrant at the moment as it might fit in with some of the automation bits I&amp;rsquo;m playing with. I&amp;rsquo;m not getting into Vagrant here just yet as there are a couple of steps I need to do to first to prep my Solaris 11 environment.For the &amp;ldquo;First cloud OS&amp;rdquo; Solaris 11 is distinctly lacking some items that you could almost say are essentials in todays cloud, Ruby. And I here the cries from the Oracle faithful we ship Ruby, Hmm Version 1.8 nearly 5 years old and only months away from EOL. I did attempt to install Vagrant with version 1.8 and gem just failed to meet the prerequisites by 0.0.1 if I recall. None the less I had committed to building a more recent version of Ruby that I&amp;rsquo;ll need for some other stuff in progress.So what do you need to build ruby 1.9.3-p125 on Solaris 11,a compiler obviously and I&amp;rsquo;m using the gcc 4.5.2 include in the Solaris 11 repo, and libyaml, otherwise we end by with this annoying message.&lt;/p&gt;</description></item><item><title>Solaris 11 Express upgrade to Solaris 11/11</title><link>https://www.resilvered.com/posts/2012-03-31-solaris-11-express-upgrade-to-solaris/</link><pubDate>Sat, 31 Mar 2012 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2012-03-31-solaris-11-express-upgrade-to-solaris/</guid><description>&lt;p&gt;Solaris 11/11 has been out for some time I&amp;rsquo;ve been slow to move. Mostly the Solaris 11 express I run know works well and fits my needs so I have not need to upgrade. However I&amp;rsquo;m working on some side project and some software is going to need complied, that and I figured I need to keep my hand in so best move up to the current release.&lt;/p&gt;
&lt;p&gt;So should be pretty straight forward:&lt;/p&gt;</description></item><item><title>Linux kickstart for Solaris Admin's</title><link>https://www.resilvered.com/posts/2011-11-07-linux-kickstart-for-solaris-admins-so/</link><pubDate>Mon, 07 Nov 2011 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2011-11-07-linux-kickstart-for-solaris-admins-so/</guid><description>&lt;p&gt;Linux kickstart for Solaris Admin&amp;rsquo;sSo sometimes Solaris Admins need to turn their hand at another OS for various reasons, especial in this day and age of mass production of virtual environments. Solaris Admins will be well versed with jumpstart a tried and truly tested system of automated builds for  over a decade now. While recently this system has been thrown out with the bath water for AI in Solaris 11 and while the jury is still out on that one that&amp;rsquo;s a conversation for another time.&lt;/p&gt;</description></item><item><title>How to use NFS client on Windows 7</title><link>https://www.resilvered.com/posts/2011-09-10-how-to-use-nfs-client-on-windows-7/</link><pubDate>Sat, 10 Sep 2011 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2011-09-10-how-to-use-nfs-client-on-windows-7/</guid><description/></item><item><title>How to Shrink zfs root pool.</title><link>https://www.resilvered.com/posts/2011-07-30-how-to-shrink-zfs-root-pool/</link><pubDate>Sat, 30 Jul 2011 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2011-07-30-how-to-shrink-zfs-root-pool/</guid><description>&lt;p&gt;This exercise for me is to replace my current single disk rpool, the second disk was removed for another project, on to two slightly smaller disks. Doing so restores my root mirror but as the disks are slightly smaller some work is required.&lt;/p&gt;
&lt;p&gt;For reference my current root pool name is rpool, the current disk in this pool is c5t1d0, the first replacement disk is install at c5t0d0 and is empty.&lt;/p&gt;</description></item><item><title>We need a revolution?</title><link>https://www.resilvered.com/posts/2011-07-10-we-need-revolution/</link><pubDate>Sun, 10 Jul 2011 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2011-07-10-we-need-revolution/</guid><description>&lt;p&gt;Just a short time back I had what amounts to a mini revilation or small epiphany, take your pick. Actually it was a realization what I had known for some time just never admitted to myself. Since when did we need so many non IT people running the IT infrastructure.&lt;/p&gt;
&lt;p&gt;Two things happened. I spent a numbing 8 hour day in a training course for Configuration management, not the funky new Devops definatation of configuration management but the boar you to tears ITIL version, seriously do you really need 6 different slides and 15 minutes to explain release management as &amp;ldquo;do steps 1 through 7 in serial sequence completing 7 before starting on step 1 again for the next release&amp;rdquo;. I get it that this is a generic course not aimed at the twenty year veterans , but a two year old could understand this.&lt;/p&gt;</description></item><item><title>Solaris 11 Zones</title><link>https://www.resilvered.com/posts/2011-04-19-solaris-11-zones/</link><pubDate>Tue, 19 Apr 2011 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2011-04-19-solaris-11-zones/</guid><description>&lt;p&gt;First Video as part of a presentation MSOSUG in April 2011 showing how to create a Solaris 11 zone&lt;/p&gt;</description></item><item><title>Solaris 10 Container in Solaris 11</title><link>https://www.resilvered.com/posts/2011-04-17-solaris-10-container-in-solaris-11/</link><pubDate>Sun, 17 Apr 2011 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2011-04-17-solaris-10-container-in-solaris-11/</guid><description>&lt;p&gt;Second Video as part of a presentation MSOSUG in April 2011 showing how to create a Solaris 10 branded container in Solaris 11&lt;/p&gt;</description></item><item><title>Solaris 11 Express SRU4 and VirtualBox 4 bad combo</title><link>https://www.resilvered.com/posts/2011-04-12-solaris-11-express-sru4-and-virtualbox/</link><pubDate>Tue, 12 Apr 2011 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2011-04-12-solaris-11-express-sru4-and-virtualbox/</guid><description>&lt;p&gt;So I&amp;rsquo;ve been tracking the Solaris 11 Express Support repo updates for a while. I had issue today where I couldn&amp;rsquo;t make a network connection to my virtual box guests. They would ping but no ssh and no http connection. The later being important as my VB guest is running a local mirror repo. while I could connect to the guest from other machines on the network I could connect to them from the the machine hosting the guests.&lt;/p&gt;</description></item><item><title>Solaris 11 Express VNC</title><link>https://www.resilvered.com/posts/2011-04-05-solaris-11-express-vnc/</link><pubDate>Tue, 05 Apr 2011 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2011-04-05-solaris-11-express-vnc/</guid><description>&lt;p&gt;Okay , not entirely sure why yet but I though I&amp;rsquo;d like to get VNC server configured on my Solaris machines, perhaps it&amp;rsquo;s with the arrival of the AppleTV 2 in the house freeing up the trusty mac mini workhorse to go back to desktop duties after the last 3+ year as a Plex app media player, anyway on to the task at hand.&lt;/p&gt;</description></item><item><title>A snooping one line</title><link>https://www.resilvered.com/posts/2011-01-27-snooping-one-line/</link><pubDate>Thu, 27 Jan 2011 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2011-01-27-snooping-one-line/</guid><description>&lt;p&gt;One of the most useful one liners thought I&amp;rsquo;d put it up here for my own easy access&lt;/p&gt;</description></item><item><title>reinstall menu option grub</title><link>https://www.resilvered.com/posts/2011-01-15-reinstall-menu-option-grub/</link><pubDate>Sat, 15 Jan 2011 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2011-01-15-reinstall-menu-option-grub/</guid><description>&lt;p&gt;So I have a couple of machine&amp;rsquo;s I&amp;rsquo;m reinstalling on a regular basis as part of some on going work. Unfortunately PXE booting is not an option for them so it been a process of attaching a virtual CDROM image and then typing in a bunch of kickstart parameters at the boot menu. Well had enough, time to be a better way. I&amp;rsquo;m aware of the &amp;ldquo;remote control&amp;rdquo; for anaconda so it was time to make it work for me.&lt;/p&gt;</description></item><item><title>BootCamp Session 22</title><link>https://www.resilvered.com/posts/2010-12-07-bootcamp-session-22/</link><pubDate>Tue, 07 Dec 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-12-07-bootcamp-session-22/</guid><description>&lt;p&gt;View Bootcamp Session 22 in a larger map&lt;/p&gt;
&lt;p&gt;Total Distance: 8.15 km (5.1 mi)&lt;/p&gt;
&lt;p&gt;Total Time: 1:24:24&lt;/p&gt;
&lt;p&gt;Moving Time: 55:52&lt;/p&gt;
&lt;p&gt;Average Speed: 5.80 km/h (3.6 mi/h)&lt;/p&gt;
&lt;p&gt;Average Moving Speed: 8.75 km/h (5.4 mi/h)&lt;/p&gt;
&lt;p&gt;Max Speed: 68.74 km/h (42.7 mi/h)&lt;/p&gt;
&lt;p&gt;Min Elevation: 24 m (79 ft)&lt;/p&gt;
&lt;p&gt;Max Elevation: 88 m (289 ft)&lt;/p&gt;
&lt;p&gt;Elevation Gain: 99 m (323 ft)&lt;/p&gt;
&lt;p&gt;Max Grade: 2 %&lt;/p&gt;
&lt;p&gt;Min Grade: -6 %&lt;/p&gt;
&lt;p&gt;Recorded: Sat Dec 04 07:12:12 AEDT 2010&lt;/p&gt;</description></item><item><title>Upgrade OpenSolaris to Solaris 11 Express</title><link>https://www.resilvered.com/posts/2010-11-16-upgrade-opensolaris-to-solaris-11/</link><pubDate>Tue, 16 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-16-upgrade-opensolaris-to-solaris-11/</guid><description>&lt;p&gt;How to upgrade your Opensolaris dev build 134 to Solaris 11 Express build 151a&lt;/p&gt;</description></item><item><title>The fat lady is warming up</title><link>https://www.resilvered.com/posts/2010-11-13-fat-lady-is-warming-up/</link><pubDate>Sat, 13 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-13-fat-lady-is-warming-up/</guid><description>&lt;p&gt;While the holiday has been over for almost a week already for me after 6 long days at LISA 10 Conference, today we head home.&lt;/p&gt;</description></item><item><title>DAY 6 Lisa 2010 Dtrace tut</title><link>https://www.resilvered.com/posts/2010-11-12-day-6-lisa-2010-dtrace-tut/</link><pubDate>Fri, 12 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-12-day-6-lisa-2010-dtrace-tut/</guid><description>&lt;p&gt;Jim Mauro&amp;rsquo;s Dtrace tut&lt;/p&gt;</description></item><item><title>DAY 5 Lisa 2010 Vmware performance notes</title><link>https://www.resilvered.com/posts/2010-11-11-day-5-lisa-2010-vmware-performance/</link><pubDate>Thu, 11 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-11-day-5-lisa-2010-vmware-performance/</guid><description>&lt;p&gt;RMC ESX Performance and Tuning&lt;/p&gt;</description></item><item><title>DAY 4 LISA 2010</title><link>https://www.resilvered.com/posts/2010-11-10-day-4-lisa-2010/</link><pubDate>Wed, 10 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-10-day-4-lisa-2010/</guid><description>&lt;p&gt;Over the Edge System Admin&lt;/p&gt;</description></item><item><title>DAY 3 LISA 2010 Linux tut</title><link>https://www.resilvered.com/posts/2010-11-09-day-3-lisa-2010-linux-tut/</link><pubDate>Tue, 09 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-09-day-3-lisa-2010-linux-tut/</guid><description>&lt;p&gt;Managing Linux in production environments.&lt;/p&gt;</description></item><item><title>DAY 2 LISA 2010 ZFS tut</title><link>https://www.resilvered.com/posts/2010-11-08-day-2-lisa-2010-zfs-tut/</link><pubDate>Mon, 08 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-08-day-2-lisa-2010-zfs-tut/</guid><description>&lt;p&gt;Day two the rain has stopped a little bit of Californian sunshine.&lt;/p&gt;</description></item><item><title>Day 1 LISA 2010</title><link>https://www.resilvered.com/posts/2010-11-07-day-1-lisa-2010/</link><pubDate>Sun, 07 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-07-day-1-lisa-2010/</guid><description>&lt;p&gt;Wet day in San Jose, not to matter will be inside all day. Doing the S1 VMware vSphere training session, a good introduction and much needed clarification on on some of the names of products that keep changing, apparently it&amp;rsquo;s also confusing inside VMware so no wonder we can&amp;rsquo;t understand it.&lt;/p&gt;</description></item><item><title>Friday exercise</title><link>https://www.resilvered.com/posts/2010-11-06-friday-exercise/</link><pubDate>Sat, 06 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-06-friday-exercise/</guid><description>&lt;p&gt;Friday night here and my fellow boot campers will have already completed their Saturday morning 1:30 hour session, my session not as long;&lt;/p&gt;</description></item><item><title>Friday to Saturday</title><link>https://www.resilvered.com/posts/2010-11-06-friday-to-saturday/</link><pubDate>Sat, 06 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-06-friday-to-saturday/</guid><description>&lt;p&gt;A day with less driving good for me.&lt;/p&gt;</description></item><item><title>Dy's Day Off</title><link>https://www.resilvered.com/posts/2010-11-05-dys-day-off/</link><pubDate>Fri, 05 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-05-dys-day-off/</guid><description>&lt;p&gt;A quick run down on events for today, more to follow, maybe.&lt;/p&gt;</description></item><item><title>Napa and more</title><link>https://www.resilvered.com/posts/2010-11-04-napa-and-more/</link><pubDate>Thu, 04 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-04-napa-and-more/</guid><description>&lt;p&gt;Today we drove the Napa valley, it&amp;rsquo;s autumn , or fall as they say here and the colours at this time of the year are vibrant.
First leg of the drive was from Santa Rosa to Calistoga and the first stop of the day was at the Petrified forest fallen and covered by ash by the eruption of Mount St Helens many years ago there are some well pressured trees now of stone, an enjoyable first stop.
Next stop Calistoga an next little town with what seemed like a large proportion of quality restaurants. Just south of there Sterling Vineyard, now this vineyard looks very very nice but $25 per person for a ride in their &amp;ldquo;air tram&amp;rdquo;, cable car to the rest of us, up a small hill to the cellar doors for a tasting … well no thanks we will pass thats a bit steep.
A drive on the the town of St Helena and surrounding view is great, a nice town with foodie and homeware stores, some olive oil and balsamic tasting. Further down the valley we stopped at Beaulieu Vineyard at Rutherford for a tasting purchased the Chardonnay and the Beauzeaux red blend.
On Robert Mondavi winery toward Oakville, a very picture postcard winery, some more tasting and purchased a Fume Blanc , now consumed for diner. and a Pinot Noir.
On to Yountville and Vintage 1870 no wine for us here but a great little art gallery Blue Heron with some fantastic photos.
Final stop for the day was Oxbow Market in Napa itself before we headed back to home base in Santa Rosa via Sonoma and the Sonoma Valley wineries. A great day out.
Update Winery visits in order for the daySterling Vineyard - entrance fee too priceyBeaulieu Vineyard - $15 tasting fee for 4, Chardonnay and the BeauzeauxRobert Mondavi - $20 tasting fee for 4, Fume Blanc and Pinot NoirVintage 1970 - Art gallery
An interesting observation a tasting fee, whats that about, and a tasting fee thats not waived when you make a purchase. We have had the privilege of having been able to taste wines as some of the best regions in the world including Bordeaux, Burgundy, Pyrenees, Margret River, Barossa Valley and Coonawarra. We didn&amp;rsquo;t taste anything that warranted a tasting fee , sorry Napa Valley thats just poor form.&lt;/p&gt;</description></item><item><title>Bootcamp on holiday</title><link>https://www.resilvered.com/posts/2010-11-03-bootcamp-on-holiday_02/</link><pubDate>Wed, 03 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-03-bootcamp-on-holiday_02/</guid><description>&lt;p&gt;Got time for another run tonight 6Kms 40 minutes. My tracker didn&amp;rsquo;t work so no map.&lt;/p&gt;</description></item><item><title>Santa Rosa day</title><link>https://www.resilvered.com/posts/2010-11-03-santa-rosa-day/</link><pubDate>Wed, 03 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-03-santa-rosa-day/</guid><description>&lt;p&gt;First day since we arrived that we haven&amp;rsquo;t driven anywhere. Had a sleep in before we took a walk around Santa Rosa , spent a few hours wondering about made a couple of purchases and generally had a relaxing day. Took a scenic drive to Wholefoods supermarket to pick up some items to cook for diner. Managed to squeeze in a quick run to keep up with my bootcamp training while I am away and planed out the day for tomorrow.&lt;/p&gt;</description></item><item><title>Bootcamp on Holiday</title><link>https://www.resilvered.com/posts/2010-11-02-bootcamp-on-holiday/</link><pubDate>Tue, 02 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-02-bootcamp-on-holiday/</guid><description>&lt;p&gt;So I while I&amp;rsquo;m on holiday I know my fellow boot campers are sweating it out on the rowing machines, or the bicycle, or ski erg or whatever has been dreamed up.&lt;/p&gt;</description></item><item><title>Monterey to Santa Rosa</title><link>https://www.resilvered.com/posts/2010-11-02-monterey-to-santa-rossa/</link><pubDate>Tue, 02 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-02-monterey-to-santa-rossa/</guid><description>&lt;p&gt;Morning in Monterey and we hired some bikes and did some did the cruising up and and down the foreshore another pleasant day in California, we are certainly getting the good run with the sunshine.&lt;/p&gt;
&lt;p&gt;View Bike Ride Monterey Foreshore in a larger map&lt;/p&gt;
&lt;p&gt;Round the bay to Santa Cruz then we stuck to the coast and the highway one route via Half Moon Bay up to San Francisco, first time either for us traveling across the bridge so we took some tacky video footage have to upload it somewhere. In the rush of the moment I missed the turn off at the end of the bridge for the visitor lookout, so we&amp;rsquo;ll have to do that another time.
We arrived at Dy&amp;rsquo;s early evening as usual she is a fantastic host, it will be great to be spending more than one night in the one location.&lt;/p&gt;</description></item><item><title>San Simeon to Monterey</title><link>https://www.resilvered.com/posts/2010-11-02-san-simeon-to-monterey/</link><pubDate>Tue, 02 Nov 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-11-02-san-simeon-to-monterey/</guid><description>&lt;p&gt;A great day and an early morning start we hit the 9am tour at Hearst Castle. The amount of money William Randolph Hearst must of had to get this place built is staggering. Even in this day and age getting the equipment and materials up the hill alone would be an achievement. Pay it a visit worth the time, I&amp;rsquo;d go back again. Left San Simeon just after midday and made our way up highway one toward Monterey. Definitely not the fast track but definitely the scenic one, a great drive with great views. We stopped in at Carmel to say hi Clint before talking the 17 mile drive via Pebble Beach round the coast till we finally ended up at our destination on Cannery Row.&lt;/p&gt;</description></item><item><title>Pacific Coast</title><link>https://www.resilvered.com/posts/2010-10-31-pacific-coast/</link><pubDate>Sun, 31 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-31-pacific-coast/</guid><description>&lt;p&gt;Day two and we drove up from and we did a bit of the tourist things in Santa Barbara visited the Santa Barbara Old Mission. With some storm cloud brewing in the background we took a stroll only the beachfront and wondered out on Stearns Warf .&lt;/p&gt;</description></item><item><title>Arrived</title><link>https://www.resilvered.com/posts/2010-10-30-arrived/</link><pubDate>Sat, 30 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-30-arrived/</guid><description>&lt;p&gt;After a flight where the main cabin lights wouldn&amp;rsquo;t work, the lady in front of me required oxygen, and the young boy two rows behind us making use of the sick bag, we arrived in LA this morning. Close to being the last people to pick up our baggage, mostly due to the fact we had just got a queue at Immigration that moved at 1/2 the pace of the others, added to the 2 hour delay in leaving meant for a somewhat later drive from LA to Santa Barbara than expected.&lt;/p&gt;</description></item><item><title>Delayed</title><link>https://www.resilvered.com/posts/2010-10-29-delayed/</link><pubDate>Fri, 29 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-29-delayed/</guid><description>&lt;p&gt;Delayed departure so time for a final test run before we leave&lt;/p&gt;</description></item><item><title>Bootcamp update</title><link>https://www.resilvered.com/posts/2010-10-28-bootcamp-update/</link><pubDate>Thu, 28 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-28-bootcamp-update/</guid><description>&lt;p&gt;Sessions 4 &amp;amp; 5 this week and my last session before we head off for two weeks in the USA. A two week absence in the middle of this camp was every reason I needed not to to it, but rather than put it off I choose to do it and work around it. I had good solid workout at both sessions but I need to work on pushing myself more. Weight in this morning at 103.45Kg thats 2KG down on my start weight, so a positive move.&lt;/p&gt;</description></item><item><title>Holiday Spring 2010</title><link>https://www.resilvered.com/posts/2010-10-28-holiday-spring-2010/</link><pubDate>Thu, 28 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-28-holiday-spring-2010/</guid><description>&lt;p&gt;So we are off the USA do tomorrow. Actually pretty exciting for me as I have 6 days at the LISA Conference in San Jose , something I have always wanted to attended by for some reason never have.&lt;/p&gt;</description></item><item><title>How to configure iLOM ssh key for SUN T-series</title><link>https://www.resilvered.com/posts/2010-10-27-how-to-configure-ilom-ssh-key-for-sun-t/</link><pubDate>Wed, 27 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-27-how-to-configure-ilom-ssh-key-for-sun-t/</guid><description>&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-gdscript3" data-lang="gdscript3"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;Note&lt;/span&gt; &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;you&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="ow"&gt;not&lt;/span&gt; &lt;span class="n"&gt;have&lt;/span&gt; &lt;span class="n"&gt;at&lt;/span&gt; &lt;span class="n"&gt;least&lt;/span&gt; &lt;span class="n"&gt;Version&lt;/span&gt; &lt;span class="mf"&gt;3.0&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="mf"&gt;6.1&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;e&lt;/span&gt; &lt;span class="n"&gt;r49743&lt;/span&gt; &lt;span class="n"&gt;firmware&lt;/span&gt; &lt;span class="n"&gt;then&lt;/span&gt; &lt;span class="n"&gt;you&lt;/span&gt; &lt;span class="n"&gt;will&lt;/span&gt; &lt;span class="n"&gt;run&lt;/span&gt; &lt;span class="n"&gt;into&lt;/span&gt; &lt;span class="n"&gt;this&lt;/span&gt; &lt;span class="n"&gt;bug&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="mi"&gt;6823488&lt;/span&gt; &lt;span class="n"&gt;Cannot&lt;/span&gt; &lt;span class="n"&gt;add&lt;/span&gt; &lt;span class="n"&gt;an&lt;/span&gt; &lt;span class="n"&gt;SSH&lt;/span&gt; &lt;span class="n"&gt;key&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;automatic&lt;/span&gt; &lt;span class="n"&gt;password&lt;/span&gt; &lt;span class="n"&gt;authentication&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;ssh&lt;/span&gt; &lt;span class="n"&gt;root&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="n"&gt;ilom&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;Password&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;Waiting&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;daemons&lt;/span&gt; &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;initialize&lt;/span&gt;&lt;span class="o"&gt;...&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;Daemons&lt;/span&gt; &lt;span class="n"&gt;ready&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;Sun&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;TM&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="n"&gt;Integrated&lt;/span&gt; &lt;span class="n"&gt;Lights&lt;/span&gt; &lt;span class="n"&gt;Out&lt;/span&gt; &lt;span class="n"&gt;Manager&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;Version&lt;/span&gt; &lt;span class="mf"&gt;3.0&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="mf"&gt;6.1&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;e&lt;/span&gt; &lt;span class="n"&gt;r49743&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;Copyright&lt;/span&gt; &lt;span class="mi"&gt;2009&lt;/span&gt; &lt;span class="n"&gt;Sun&lt;/span&gt; &lt;span class="n"&gt;Microsystems&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;Inc&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt; &lt;span class="n"&gt;All&lt;/span&gt; &lt;span class="n"&gt;rights&lt;/span&gt; &lt;span class="n"&gt;reserved&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;Use&lt;/span&gt; &lt;span class="n"&gt;is&lt;/span&gt; &lt;span class="n"&gt;subject&lt;/span&gt; &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;license&lt;/span&gt; &lt;span class="n"&gt;terms&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;SP&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;users&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;admin&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;ssh&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;keys&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;SP&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;users&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;admin&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;ssh&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;keys&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;set&lt;/span&gt; &lt;span class="n"&gt;load_uri&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;http&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;//&lt;/span&gt;&lt;span class="mf"&gt;192.168&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="mf"&gt;0.1&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;sshkey&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;pub&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;Load&lt;/span&gt; &lt;span class="n"&gt;successful&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>How to configure ssh public key for XSCF</title><link>https://www.resilvered.com/posts/2010-10-27-how-to-configure-ssh-public-key-for/</link><pubDate>Wed, 27 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-27-how-to-configure-ssh-public-key-for/</guid><description>&lt;p&gt;XSCF&amp;gt; showssh -c pubkey -u admin
XSCF&amp;gt; setssh -c addpubkey -u admin
Please input a public key:
ssh-rsaAAAAB3NzaC1yc2EAAAABIwAAAIEAn5DZLAtDtan37waaAPkhU9b40q0CP5HCtqULaI+V0YU/iDpxeu0/RmFRgYSXdbniAr9wBAWn+vOUmwmyZJoIwgqCN88VJoa+U9g34B2WSMsBqIYleMsvQiBStnnkZgNY/OmDrmq1VU10H8QMw0kCmIQ3Nss7CmR0/E/9tJ6+b6E=&lt;/p&gt;
&lt;p&gt;looks like you need a Control D here&lt;/p&gt;
&lt;p&gt;XSCF&amp;gt; showssh -c pubkey -u unixadmin
Public key:
1 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAn5DZLAtDtan37waaAPkhU9b40q0CP5HCtqULaI+V0YU/iDpxeu0/RmFRgYSXdbniAr9wBAWn+vOUmwmyZJoIwgqCN88VJoa+U9g34B2WSMsBqIYleMsvQiBStnnkZgNY/OmDrmq1VU10H8QMw0kCmIQ3Nss7CmR0/E/9tJ6+b6E=&lt;/p&gt;</description></item><item><title>25 Oct Food diary</title><link>https://www.resilvered.com/posts/2010-10-26-25-oct-food-diary/</link><pubDate>Tue, 26 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-26-25-oct-food-diary/</guid><description>&lt;p&gt;Some perhaps useful information to go with what is essentially navel gazing on my part here is a hand Kilojoule and Nutrient Calculator, and some tips for weight loss.&lt;/p&gt;</description></item><item><title>26 Oct Food Diary</title><link>https://www.resilvered.com/posts/2010-10-26-26-oct-food-diary/</link><pubDate>Tue, 26 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-26-26-oct-food-diary/</guid><description>&lt;p&gt;Again trying to add some value here to these post, Lunch today was Tuna Pasta Salad I added some pine nuts and as I had some to hand used rocket instead of parsley.&lt;/p&gt;</description></item><item><title>Boot camp Session 4</title><link>https://www.resilvered.com/posts/2010-10-23-boot-camp-session-4/</link><pubDate>Sat, 23 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-23-boot-camp-session-4/</guid><description>&lt;p&gt;First full outdoor session and first 1.5 hour session. Sunday morning and yes I&amp;rsquo;m sore, although to be honest if you asked me yesterday I thought I would have been worse, but there is always tomorrow :-)&lt;/p&gt;</description></item><item><title>21/10 Food Diary</title><link>https://www.resilvered.com/posts/2010-10-21-2110-food-diary/</link><pubDate>Thu, 21 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-21-2110-food-diary/</guid><description>&lt;p&gt;pre Workout&lt;/p&gt;</description></item><item><title>Boot camp Session 2 &amp; 3</title><link>https://www.resilvered.com/posts/2010-10-21-boot-camp-session-2-3/</link><pubDate>Thu, 21 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-21-boot-camp-session-2-3/</guid><description>&lt;p&gt;Session 2 of boot camp saw some more testing, this time on the rowing machine. The stats read&lt;/p&gt;</description></item><item><title>MSOSUG October Meeting</title><link>https://www.resilvered.com/posts/2010-10-21-msosug-october-meeting/</link><pubDate>Thu, 21 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-21-msosug-october-meeting/</guid><description>&lt;p&gt;So this months MSOSUG meeting had it&amp;rsquo;s second run at the new venue a pretty good turn out which seems to be consistent. Given the way Oracle has handled the whole OpenSolaris deal I&amp;rsquo;m a little surprised to be honest.&lt;/p&gt;</description></item><item><title>19/10 Boot camp food diary</title><link>https://www.resilvered.com/posts/2010-10-19-1910-boot-camp-food-diary/</link><pubDate>Tue, 19 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-19-1910-boot-camp-food-diary/</guid><description>&lt;p&gt;Breakfast&lt;/p&gt;</description></item><item><title>Food Diary 18/10</title><link>https://www.resilvered.com/posts/2010-10-19-food-diary-1810/</link><pubDate>Tue, 19 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-19-food-diary-1810/</guid><description>&lt;p&gt;Boot camp food diaryBreakfast&lt;/p&gt;</description></item><item><title>Boot camp Day 1</title><link>https://www.resilvered.com/posts/2010-10-17-boot-camp-day-1/</link><pubDate>Sun, 17 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-17-boot-camp-day-1/</guid><description>&lt;p&gt;Ergfit boot camp started today. It&amp;rsquo;s not the first boot camp I have done so I kinda know what I&amp;rsquo;ve signed up for , I think, different crew so it will know doubt have different challenges.&lt;/p&gt;</description></item><item><title>publisher.prefix is required</title><link>https://www.resilvered.com/posts/2010-10-13-publisherprefix-is-required/</link><pubDate>Wed, 13 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-13-publisherprefix-is-required/</guid><description>&lt;p&gt;pkg.depotd: repository configuration error: publisher.prefix is required&lt;/p&gt;</description></item><item><title>Tick with no Toc</title><link>https://www.resilvered.com/posts/2010-10-13-tick-with-no-toc/</link><pubDate>Wed, 13 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-13-tick-with-no-toc/</guid><description>&lt;p&gt;I&amp;rsquo;ve had an ongoing long running battle at a place of employment trying to get the folks that look after the user accounts to understand the difference between non login accounts, lock accounts, and accounts with expired passwords specifically the impact that has on Solaris Cron. Well notch one up to the good guys I think I had a win today, and it reminded me of this post from Glenn Brunette&lt;/p&gt;</description></item><item><title>Transmission resumed</title><link>https://www.resilvered.com/posts/2010-10-13-transmission-resumed/</link><pubDate>Wed, 13 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-13-transmission-resumed/</guid><description>&lt;p&gt;Ok a transmission revisit. Everything has been going along mostly ok with my previous transmission setup. It does however have the annoying habit of just no longer accepting request at random intervals, which franky is a pain especial since flexget has worked out so well. It&amp;rsquo;s still running on OpenSolaris as I have not moved to Nexenta. So I rebuilt the packages and updated to version 2.10. I have put together some IPS packages for transmission 2.10 and libevent 1.4.13. If there is any interest I can open up my IPS server or drop them somewhere more accessible. They Should run on Open Indiana also.&lt;/p&gt;</description></item><item><title>Blogger driod test</title><link>https://www.resilvered.com/posts/2010-10-12-blogger-driod-test/</link><pubDate>Tue, 12 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-10-12-blogger-driod-test/</guid><description>&lt;p&gt;Intent is to publish updates of the next trip on here to keep every one up to date on what is happening so I need to test some software.Published with Blogger-droid v1.6.3&lt;/p&gt;</description></item><item><title>quick-sidestep-as-i-needed-to-get-some</title><link>https://www.resilvered.com/posts/2010-09-22-quick-sidestep-as-i-needed-to-get-some/</link><pubDate>Wed, 22 Sep 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-09-22-quick-sidestep-as-i-needed-to-get-some/</guid><description>&lt;p&gt;A quick sidestep as I needed to get some files up to share with my sister in-law so I thought I&amp;rsquo;d enable dropbox on this new desktop. Documented here as there seems to be some disparate inaccurate bits of info&lt;/p&gt;</description></item><item><title>Moving an iscsi zvol to a new pool</title><link>https://www.resilvered.com/posts/2010-09-20-moving-iscsi-zvol-to-new-pool/</link><pubDate>Mon, 20 Sep 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-09-20-moving-iscsi-zvol-to-new-pool/</guid><description>&lt;p&gt;Been working on fixing my 4K sector disk write performance issue, will post something on that later. So I have create a new zpool and after zfs send | zfs receive on the various zfs volumes and filesystem I was left to figure out how to move my iscsi guid&amp;rsquo;s as follows&lt;/p&gt;</description></item><item><title>Oracle Solaris download from OTN with wget</title><link>https://www.resilvered.com/posts/2010-09-09-oracle-solaris-download-from-otn-with/</link><pubDate>Thu, 09 Sep 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-09-09-oracle-solaris-download-from-otn-with/</guid><description>&lt;p&gt;Solaris 10 Update 9 recently announced and I believe this is the first release under the new stewardship. For the first time last month I received an email from my ISP saying I was getting close to my peak download limit, so I am making concerted effort to download in my off-peak time.&lt;/p&gt;</description></item><item><title>In bed with the devil</title><link>https://www.resilvered.com/posts/2010-09-08-in-bed-with-devil/</link><pubDate>Wed, 08 Sep 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-09-08-in-bed-with-devil/</guid><description>&lt;p&gt;Inspired by the recent events of some ex NP MP&amp;rsquo;s siding with the ALP, I too have been inspired to move from my Opensolaris (RIP) desktop to Ubuntu.&lt;/p&gt;</description></item><item><title>Ergfit Race 2</title><link>https://www.resilvered.com/posts/2010-08-31-ergfit-race-2/</link><pubDate>Tue, 31 Aug 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-08-31-ergfit-race-2/</guid><description>&lt;p&gt;Last weekend saw the running of Race 2 of the Ergfit indoor Regatta. Yours truly tiped in with a PB time of 1:33.7 in the 500m event, .9 second quicker than race one. Aiming for a 1:32 so some work still to be done.&lt;/p&gt;</description></item><item><title>Daemon gear</title><link>https://www.resilvered.com/posts/2010-04-09-daemon-gear/</link><pubDate>Fri, 09 Apr 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-04-09-daemon-gear/</guid><description>&lt;p&gt;Moving right along in the continued migration to transmission, its in and running in deamon mode on the command line, flexget is in and tested. Just need to add flexget to cron and make sure transmission-deamon starts at system bootup. Ok SMF script needed, being an inherently lazy unix guy , I&amp;rsquo;ll just google that and and yes number one with the bullet I find this over on 4amlunch.net thanks to wonko. A quick mod on the TRANSMISSION_HOME to suit my local setup and and transmission-daemon is running from SMF. flexget cronjob added all should be good to go. I&amp;rsquo;ll wait an hour let the cron job run it&amp;rsquo;s course and see what we get.&lt;/p&gt;</description></item><item><title>Changing Torrent</title><link>https://www.resilvered.com/posts/2010-04-08-changing-torrent/</link><pubDate>Thu, 08 Apr 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-04-08-changing-torrent/</guid><description>&lt;p&gt;I&amp;rsquo;m going to be offloading my torrents to my soon to be new headless file server so changes are needed. I&amp;rsquo;ve been using vuze since long before it was vuze, and have a nice comfortable setup. I guess my requirements have changed a little, I don&amp;rsquo;t need fancy features now offered, I won&amp;rsquo;t have the same luxurious memory setup as I currently have, I&amp;rsquo;m not found of it&amp;rsquo;s remote interface and, as they say a change it as good as a holiday. Time to broaden my horizons . So what I need from a BT client
runs on OpenSolarisoperates headlessable to read and process rss feedsand operate without constant fiddling
So I didn&amp;rsquo;t look to hard, or broaden too much transmission is available for install as an IPS for OpenSolaris, I have also been able to compile a more recent version if required, it will operate headless, has what appears to be usable web interface if required. It does however weriously lacks and ability to read and parse rss feeds to bring the automation I need. Enter flexget, multipurpose automation tool, I&amp;rsquo;m not apposed to running to different pieces of software to do the job after all it was a plug in doing the work in vuze, and I am a unix guy.&lt;/p&gt;</description></item><item><title>Egg head</title><link>https://www.resilvered.com/posts/2010-04-08-egg-head/</link><pubDate>Thu, 08 Apr 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-04-08-egg-head/</guid><description>&lt;p&gt;Ok I&amp;rsquo;m a total Python newbie. I need to install flexget to use with my new transmission setup, it&amp;rsquo;s a python based app and comes as an .egg file. Seems the best way to install these is with something call easy_install.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;pkg search -l easy_install
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Shows easy_install is part of the python setup tools package. So just go ahead and install that.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-gdscript3" data-lang="gdscript3"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;pfexec&lt;/span&gt; &lt;span class="n"&gt;pkg&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="n"&gt;pkg&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;library&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;python&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;setuptools&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;26&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Then use easy_install to install the flexget along with all it&amp;rsquo;s dependencies.&lt;/p&gt;</description></item><item><title>test-post-from-office</title><link>https://www.resilvered.com/posts/2010-03-03-test-post-from-office/</link><pubDate>Wed, 03 Mar 2010 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2010-03-03-test-post-from-office/</guid><description>&lt;p&gt;Test post from the office&lt;/p&gt;</description></item><item><title>Installing OpenSolaris on X2200 from USB drive</title><link>https://www.resilvered.com/posts/2009-11-29-installing-opensolaris-on-x2200-from/</link><pubDate>Sun, 29 Nov 2009 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2009-11-29-installing-opensolaris-on-x2200-from/</guid><description>&lt;p&gt;I recently aquired an X2200 with no optical drive, and having had a few questions from people about USB media for OpenSolaris , where my standard answer was to download the USB image, I decided it was time I should eat my own dog food as they say and take this USB stuff out for a test drive.&lt;/p&gt;
&lt;p&gt;What you will need:
A USB key. I used an el cheap 1GB stick I had lying about.An OpenSolaris USB image I used build 127 from genunix. Of course you can role your own from the iso.
Some way of getting the USB image on to the USB stick. For me this would be my existing OpenSolaris desktop machine.A x86 machine capable of booting from a USB device. I my case this was a SUN a dual CPU quad core X2200Assuming you have the USB stick and downloaded the image I won&amp;rsquo;t bore you with the details on why you can&amp;rsquo;t just copy the image to the stick. Just know you can&amp;rsquo;t.&lt;/p&gt;</description></item><item><title>JAFA</title><link>https://www.resilvered.com/posts/2007-03-30-jafa/</link><pubDate>Fri, 30 Mar 2007 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2007-03-30-jafa/</guid><description>&lt;p&gt;A recent post of the The Age travel blog sparked more comments than you usually see on such mainstream media. It&amp;rsquo;s about the JAFA&amp;rsquo;s Hmm those innocuous hard red shelled sweets/lollies/candies with the chocolate orange center, biscuit cake, or strange alien from some SciFi show I here you say. No not really it&amp;rsquo;s the Just another Fcking Aussie it&amp;rsquo;s the catchy little tag apparently now befalling the traveling Australian.&lt;/p&gt;
&lt;p&gt;I would consider my self a seasoned traveler having had the experience of traveling extensively throughout South East, Europe and the USA at times thanks to some of my former employers. In more recent days I have just returned from living and working in Europe for a few years. Yes Europe not London not England yes the continent mainland EU.&lt;/p&gt;</description></item><item><title>Kick Off</title><link>https://www.resilvered.com/posts/2007-03-22-kick-off/</link><pubDate>Thu, 22 Mar 2007 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2007-03-22-kick-off/</guid><description>&lt;p&gt;Second attempt as to record some thoughts down. Lets kick if off.&lt;/p&gt;
&lt;p&gt;Not into big Media then check out Bum Rush The Charts the podcasting and indie media attempt to influence the Music charts. Worth a look plus Black Lab has some pretty good stuff.&lt;/p&gt;
&lt;p&gt;Speaking of podcasting&amp;hellip; can&amp;rsquo;t actually recall the last time I listened to mainstream radio..&lt;/p&gt;</description></item><item><title>What's with Australia Post?</title><link>https://www.resilvered.com/posts/2007-03-22-what-with-australia-post/</link><pubDate>Thu, 22 Mar 2007 00:00:00 +0000</pubDate><guid>https://www.resilvered.com/posts/2007-03-22-what-with-australia-post/</guid><description>&lt;p&gt;Ok on my high horse. What is with Australia POST these days? It took over 3 months since arriving into the new home before mail started to arrive. Even now we still have problems having multiple envelopes being opened as well. Two official complaints lodge with Aust Post.. why two you ask &amp;hellip; because customer service lost the first one!! Nothing resolved to my satisfaction to date and never will be since there is not other choice. One last thing, I had to chase up customer service as they never once returned my call.&lt;/p&gt;</description></item></channel></rss>