Updated home and product pages of personal site, and added a page describing sihnon overlay
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
<div>
|
||||
<img class="avatar" style="width: 10em;" src="<?php echo $_meta['base-dir']; ?>/files/me-300.png" alt="Photo of Ben Roberts" />
|
||||
<p>
|
||||
I have completed three years of a Master's degree in Computer Science (with Networks and Distributed Systems) at ECS, University of Southampton, UK. I am due to graduate in June 2010.
|
||||
I am part way through the final year of a Master's degree in Computer Science at ECS, University of Southampton, UK. I am due to graduate in June 2010.
|
||||
</p>
|
||||
<p>
|
||||
I am currently working for <a href="http://www.netcraft.com/" title="Netcraft homepage">Netcraft</a> in Bath, while taking a year out from my studies. My roles include 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, and doing the occasional <a href="http://audited.netcraft.com/web-application" title="Netcraft's Application Penetration & Security Testing">penetration test</a> against web applications for financial institutions.
|
||||
I spent the last year working for <a href="http://www.netcraft.com/" title="Netcraft homepage">Netcraft</a> in Bath, while taking a year out from my 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, and doing the occasional <a href="http://audited.netcraft.com/web-application" title="Netcraft's Application Penetration & Security Testing">penetration test</a> against web applications for financial institutions.
|
||||
</p>
|
||||
<p>
|
||||
On this site you can find a copy of my <a href="<?php echo $_meta['base-dir']; ?>/files/BenRobertsCv.pdf" title="Curriculum Vitae">CV</a>,
|
||||
|
||||
25
page-sources/overlay.php
Normal file
25
page-sources/overlay.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
$_template['title'] = "Gentoo Portage Overlay";
|
||||
?>
|
||||
<p>
|
||||
The ebuilds in this overlay have mostly been taken from the Gentoo
|
||||
bugzilla, where the packages haven't yet made it into the portage tree. There
|
||||
are also a couple of version-bumped packages, and packages to install my own
|
||||
software on my own machines. Feel free to use these packages, but do so at your
|
||||
own risk.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can install this overlay using layman. Add the the
|
||||
<a href="https://dev.sihnon.net/projects/gentoo-overlay/layman.xml" title="Sihnon overlay url">Sihnon overlay url</a>
|
||||
to your overlays variable in <code>/etc/layman/layman.cfg</code>. Then update
|
||||
the list of overlays with <code class="root">layman -l</code> and add the Sihnon overlay
|
||||
with <code class="root">layman -a sihnon</code>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The contents of the overlay can be browsed in the
|
||||
<a href="https://dev.sihnon.net/websvn/listing.php?repname=gentoo-overlay" title="Sihnon overlay browser">Sihnon overlay browser</a>.
|
||||
</p>
|
||||
|
||||
@@ -10,7 +10,9 @@
|
||||
?>
|
||||
<p>
|
||||
Some of the projects I have worked on:
|
||||
<ul>
|
||||
<ul>
|
||||
<li><a href="<?php echo $_req->construct("page", "overlay"); ?>" title="Gentoo Overlay">Gentoo Portage Overlay</a></li>
|
||||
<li><a href="https://dev.sihnon.net/wiki" title="Sihnon Wiki">Sihnon Wiki</a></li>
|
||||
<li><a href="<?php echo $_req->construct("page", "3yp"); ?>" title="Third Year Project">Third Year Project</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user