<?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>Linux on Al's Ramblings</title><link>https://www.resilvered.com/tags/linux/</link><description>Recent content in Linux 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/tags/linux/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>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>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>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>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>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>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></channel></rss>