Merge branch 'develop'

This commit is contained in:
2013-03-30 21:07:10 +00:00
5 changed files with 47 additions and 14 deletions

10
.gitignore vendored
View File

@@ -2,3 +2,13 @@
.buildpath
.project
.settings
# KDevelop project
*.kdev4
# Backup files
*~
# Site-dependent temporary files
/log
/temp

View File

@@ -32,7 +32,7 @@ class Homepage_Main extends SihnonFramework_Main {
$this->smarty->compile_dir = static::makeAbsolutePath($smarty_tmp . '/templates');
$this->smarty->cache_dir = static::makeAbsolutePath($smarty_tmp . '/cache');
$this->smarty->config_dir = static::makeAbsolutePath($smarty_tmp . '/config');
$this->smarty->plugins_dir[]= static::makeAbsolutePath('../source/smarty/plugins');
$this->smarty->addPluginsDir(static::makeAbsolutePath('../source/smarty/plugins'));
$this->smarty->registerPlugin('modifier', 'formatDuration', array('Homepage_Main', 'formatDuration'));
$this->smarty->registerPlugin('modifier', 'formatFilesize', array('Homepage_Main', 'formatFilesize'));
@@ -43,6 +43,7 @@ class Homepage_Main extends SihnonFramework_Main {
$this->smarty->assign('base_uri', $this->base_uri);
$this->smarty->assign('base_url', static::absoluteUrl(''));
$this->smarty->assign('title', 'Homepage');
} break;

View File

@@ -50,10 +50,21 @@
</div>
<div class="span9 column">
<ol class="employment">
<li>
<h4>
GSA Capital Partners LLP
<small>November 2012 - Present</small>
</h4>
<h5>Systems Administrator</h5>
<ul>
<li>Managing Unix, Linux and Windows systems, networking and datacentre deployment.</li>
<li>IT Support.</li>
</ul>
</li>
<li>
<h4>
Atos IT Services UK
<small>July 2010 - Present</small>
<small>July 2010 - November 2012</small>
</h4>
<h5>Network Technical Specialist - Major Projects</h5>
<ul>
@@ -176,7 +187,7 @@
University of Southampton
<small>October 2005 - June 2010</small>
</h4>
<table class="table">
<table class="table table-condensed">
<thead>
<tr>
<th>Subject</th>
@@ -203,7 +214,7 @@
<small>September 2003 - June 2005</small>
</h4>
<table class="table">
<table class="table table-condensed">
<thead>
<tr>
<th>Subject</th>
@@ -279,10 +290,12 @@
<p>
Experience with:
<ul>
<li>Installation, configuration and operation of Operating Systems (Linux [many distributions], Windows, Mac OS X).</li>
<li>Writing and maintaining Linux software packages and package repositories (Gentoo Portage, Sabayon Entropy)</li>
<li>System automation (Puppet, Molecule, Kickstart).</li>
<li>Installation, configuration and operation of Operating Systems (Linux [many distributions], Windows, Mac OS X)</li>
<li>Writing and maintaining Linux software packages and package repositories (Gentoo Portage, Sabayon Entropy, RPM)</li>
<li>System automation (Puppet, Molecule, Kickstart)</li>
<li>Virtualisation (KVM, libvirt, Ganeti, VMWare/ESX)</li>
<li>Monitoring (Nagios, Icinga, and automation of monitoring deployments)</li>
<li>Backup systems (BackupPC, Bacula)</li>
</ul>
</p>
<p>
@@ -299,6 +312,9 @@
Many years' experience creating both simple and complex dynamic systems using
PHP. Emphasis on writing secure code.
</p>
<p>
More recently, experience with Python and Django.
</p>
</dd>
<dt>Application Programming</dt>
@@ -307,6 +323,8 @@
Proficient with C/C++, Qt. Basic experience with Perl. Able to read and write many
other languages, including Java, Ruby and UNIX Shell scripting.
</p>
</dd>
<dt>Databases</dt>
<dd>
<p>
@@ -320,7 +338,7 @@
<p>
Experience with:
<ul>
<li>IDEs (Eclipse SDK, Microsoft Visual Studio)</li>
<li>IDEs (KDevelop, Eclipse SDK, Microsoft Visual Studio)</li>
<li>UNIX build environments (Vim, gcc/g++, make)</li>
<li>Version Control systems (Git, Subversion)</li>
</ul>

View File

@@ -2,13 +2,17 @@
<img class="avatar" style="width: 10em;" src="{$base_uri}images/portrait.jpg" alt="Ben Roberts" />
<p>
I currently work as a Network Projects engineer for <a href="http://uk.atos.net/en-uk/" title="Atos - United Kingdom">Atos</a>
in the Major Projects division. My role here includes design and implementation of LAN and WAN systems in Data Centre environments.
I have recently completed the Atos graduate programme, and am currently involved in a major internal infrastructure overhaul spanning
five sites for which I have been doing all the physical layer design and implementation.
I currently work as in the Infrastructure team for <a href="http://www.gsacapital.com/" title="GSA Capital">GSA Capital</a>,
managing Unix, Linux and Windows systems and providing IT support.
</p>
<p>
I previously worked for <a href="http://www.netcraft.com/" title="Netcraft homepage">Netcraft</a> in Bath,
I previously worked as a Network Projects engineer for <a href="http://uk.atos.net/en-uk/" title="Atos - United Kingdom">Atos</a>
in the Major Projects division. My role included design and implementation of LAN and WAN systems in Data Centre environments.
My last project involved working on a major internal infrastructure overhaul spanning five sites for which I produced all the
physical layer design and implementation.
</p>
<p>
Before that, I worked for <a href="http://www.netcraft.com/" title="Netcraft homepage">Netcraft</a> in Bath,
while taking a year out from my degree studies.
My roles included developing and running the <a href="http://news.netcraft.com/SSL-survey" title="Netcraft's SSL Server Survey">SSL Server Survey</a>,
reviewing <a href="http://audited.netcraft.com/audited" title="Netcraft's Automated Vulnerability Scanning">Automated Vulnerability Scan</a> results,

View File

@@ -37,7 +37,7 @@
<div class="span12" id="header">
<h1>
Ben Roberts
<small>Network Projects Engineer @ Atos</small>
<small>Systems Administrator @ GSA Capital</small>
</h1>
</div>
</div>