<?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>CentOS on Al's Ramblings</title><link>https://www.resilvered.com/tags/centos/</link><description>Recent content in CentOS on Al's Ramblings</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Tue, 26 Aug 2014 00:00:00 +0000</lastBuildDate><atom:link href="https://www.resilvered.com/tags/centos/index.xml" rel="self" type="application/rss+xml"/><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></channel></rss>