-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
78 lines (76 loc) · 4.2 KB
/
archives.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Joseph Ruscio :: Blog Archives</title>
<link href='/stylesheets/screen.css' media='screen, projection' rel='stylesheet' type='text/css' />
<script src='http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js' type='text/javascript'></script>
<script src='/javascripts/mootools-1.2.4.2-more.js' type='text/javascript'></script>
<script type='text/javascript'>
//<![CDATA[
var twitter_user = "josephruscio"
var show_replies = false;
var tweet_count = 3;
//]]>
</script>
<script src='/javascripts/octopress.js' type='text/javascript'></script>
<script src='/javascripts/twitter.js' type='text/javascript'></script>
<link href='/atom.xml' rel='alternate' title='Joseph Ruscio' type='application/atom+xml' />
</head>
<body id="">
<div id="header">
<div class='content'>
<h1>
<a class='title' href='/'>Joseph Ruscio</a>
</h1>
</div>
</div>
<div id="nav">
<div class='content'>
<ul>
<li class='alpha'>
<a href='/'>Blog</a>
</li>
<li class='omega'>
<a href='/about.html'>About</a>
</li>
<li class='subscribe'>
<a href='/atom.xml'>Subscribe</a>
</li>
</ul>
</div>
</div>
<div id="page">
<div id="content">
<div id="main">
<div class="content"><h2>Blog Archives</h2>
<h3>2010</h3>
<ul>
 <li class="">
 <a href="/blog/2010/08/19/setting-up-an-apt-repository">Setting up an APT Repository</a>
 <span class="pubdate">19 Aug, 2010</span>
 </li>
</ul>
<h3>2009</h3>
<ul>
 <li class="">
 <a href="/blog/2009/12/08/increasing-hard-disk-size-with-lvm-on-vmware-fusion-linux-guest">Increasing hard disk size with LVM on VMWare Fusion Linux guest</a>
 <span class="pubdate">08 Dec, 2009</span>
 </li>
 <li class="">
 <a href="/blog/2009/09/13/aggregate-statistics-gem-released">Aggregate statistics gem released!</a>
 <span class="pubdate">13 Sep, 2009</span>
 </li>
 <li class="">
 <a href="/blog/2009/07/29/installing-git-on-centos-5-2">Installing git on CentOS 5.2</a>
 <span class="pubdate">29 Jul, 2009</span>
 </li>
 <li class="">
 <a href="/blog/2009/07/28/kvm-on-fedora-11-quickstart-guide">KVM on Fedora 11 QuickStart Guide</a>
 <span class="pubdate">28 Jul, 2009</span>
 </li>
 <li class="">
 <a href="/blog/2009/07/16/securing-your-online-identity">Securing your online identity</a>
 <span class="pubdate">16 Jul, 2009</span>
 </li>
 <li class="">
 <a href="/blog/2009/07/15/hello-world">printf(“Hello World!\n”);</a>
 <span class="pubdate">15 Jul, 2009</span>
 </li>
</ul></div>
</div>
<div id="sidebar">
<h4>Twitter <a class="small" href="http://twitter.com/josephruscio">@josephruscio</a></h4>
<div id='twitter'>
<ul id='twitter_status'>
Status updating...
</ul>
</div>
</div>
</div>
</div>
<div id='footer'>
<div class='content'>
Copyright © 2009 to 2010 - Joseph Ruscio -
<span class='credit'>Powered by <a href="http://octopress.org">Octopress</a></span>
</div>
</div>
<script type='text/javascript'>
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18008905-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
//]]>
</script>
</body>
</html>