-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy patharchives.html
100 lines (90 loc) · 4.59 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="./archives.html" />
<title> Prewired — Archives
</title>
<link rel="icon" type="image/png" href="/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link type="application/atom+xml" rel="alternate" href="/feed/atom.xml" title="Prewired Atom Feed">
<link rel="stylesheet" href="./theme/css/style.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header class="header">
<div class="container">
<div class="header-image pull-left">
<a class="nodec" href="."><img src=/images/profile.png></a>
</div>
<div class="header-inner">
<h1 class="header-name">
<a class="nodec" href=".">Prewired</a>
</h1>
<h3 class="header-text">Random Thoughts Aligned..</h3>
<ul class="header-menu list-inline">
<li><a class="nodec icon-github" href="https://github.com/JohnTroony"></a></li>
<li><a class="nodec icon-twitter" href="https://twitter.com/JohnTroony"></a></li>
<li><a class="nodec icon-rss" href="/feed/atom.xml"></a></li>
</ul>
</div>
</div>
</header> <!-- /.header --> <div class="container">
<h1>Archives</h1>
<dl class="list dl-horizontal">
<dt>Thu 10 March 2016</dt>
<dd><a href="./2016/03/Kenya-cyber-law.html">Kenya Law Enforcement & use of Digital Evidence</a></dd>
<dt>Sat 20 February 2016</dt>
<dd><a href="./2016/02/Plotly-data-visualization.html">Visually Exploring Data with Plotly.</a></dd>
<dt>Mon 23 November 2015</dt>
<dd><a href="./2015/11/Invisibility-Uniform.html">Demons or Invisibility Cloaks?</a></dd>
<dt>Tue 20 October 2015</dt>
<dd><a href="./2015/10/code-caving-part1.html">Code Caving in a PE file : Part one</a></dd>
<dt>Sat 10 October 2015</dt>
<dd><a href="./2015/10/are-AV-still-useful.html">Do we still need AntiVirus protection?</a></dd>
<dt>Mon 27 July 2015</dt>
<dd><a href="./2015/07/group-dynamics.html">Group Dynamics - extreme group conformity...</a></dd>
<dt>Mon 27 April 2015</dt>
<dd><a href="./2015/04/gnome-extension.html">Rocking it! GNOME3 Shell Extensions..</a></dd>
<dt>Thu 19 March 2015</dt>
<dd><a href="./2015/03/Queue-and-CPULoads.html">Queue & Load Average in Linux</a></dd>
<dt>Wed 25 February 2015</dt>
<dd><a href="./2015/02/dropbox-with-LUKS.html">Securing backups to Dropbox with LUKS</a></dd>
<dt>Thu 12 February 2015</dt>
<dd><a href="./2015/02/New-GPG.html">My GnuPG Transition</a></dd>
<dt>Sun 16 November 2014</dt>
<dd><a href="./2014/11/computing-power.html">Are we taking advantage of the computing power we have?</a></dd>
<dt>Fri 03 October 2014</dt>
<dd><a href="./2014/10/testing-shellshock.html">Testing for ShellShock in Linux (CentOS/OEL)</a></dd>
<dt>Sat 13 September 2014</dt>
<dd><a href="./2014/09/exploring-anti-DOS-tools-for-Apache-httpd.html">Exploring anti-DOS tools for Apache httpd</a></dd>
<dt>Sun 07 September 2014</dt>
<dd><a href="./2014/09/SCTP-protocol.html">The "SCTP" protocol</a></dd>
<dt>Tue 19 August 2014</dt>
<dd><a href="./2014/08/SSH-with-2FA.html">Setting up SSH With Two-Factor Authentication</a></dd>
<dt>Tue 24 June 2014</dt>
<dd><a href="./2014/06/disk-benchmark.html">Disk benchmark with bonnie in Linux</a></dd>
</dl>
</div>
<footer class="footer">
<div class="container">
<p class="text-center">
John (Troon) Ombagi, <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons (4.0)</a> unless otherwise noted.
</p>
<div class="text-center">
Generated by <a href="http://getpelican.com" target="_blank">Pelican</a> with the <a href="http://github.com/nairobilug/pelican-alchemy">alchemy</a> theme.
</div>
</div>
</footer> <!-- /.footer -->
<script src="./theme/js/jquery.min.js"></script>
<script src="./theme/js/bootstrap.min.js"></script>
</body> <!-- 42 -->
</html>