-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex2.html
213 lines (202 loc) · 9.67 KB
/
index2.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!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="./index2.html" />
<title>Random Thoughts Aligned..</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]-->
<meta name="author" content="John (Troon) Ombagi">
<meta name="description" content="John (Troon) Ombagi - personal blog and thoughts dump-site. InfoSec, Linux, Oracle, databases, ideas & rants.">
</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>All Articles</h1>
<div>
<div class="post mini-post">
<div class="row">
<div class="col-md-4">
<p class="post-date">
<a class="text-muted" href="/2014/11/computing-power.html" title="2014-11-16T09:28:00+03:00">Sun 16 November 2014</a>
</p>
<p class="post-category">
<a href="./category/computing.html">Computing</a>
</p>
<address class="post-author">
By <a href="./author/john-troon.html">John Troon</a>
</address>
</div>
<div class="col-md-8">
<h2 class="post-title">
<a href="/2014/11/computing-power.html" title="Permalink to Are we taking advantage of the computing power we have?">Are we taking advantage of the computing power we have?</a>
</h2>
<div class="post-content">
Computing power is ever increasing not just with high clock cycles but with multiple logical processors referred as cores. Clock cycles determine the number of instructions a processor can process within a given interval of time. The more the number of ...
</div>
</div>
</div>
</div>
<div class="post mini-post">
<div class="row">
<div class="col-md-4">
<p class="post-date">
<a class="text-muted" href="/2014/10/testing-shellshock.html" title="2014-10-03T16:00:00+03:00">Fri 03 October 2014</a>
</p>
<p class="post-category">
<a href="./category/linux.html">Linux</a>
</p>
<address class="post-author">
By <a href="./author/john-troon.html">John Troon</a>
</address>
</div>
<div class="col-md-8">
<h2 class="post-title">
<a href="/2014/10/testing-shellshock.html" title="Permalink to Testing for ShellShock in Linux (CentOS/OEL)">Testing for ShellShock in Linux (CentOS/OEL)</a>
</h2>
<div class="post-content">
Below is a simple bash script I've been using to test for shellshock vulns in my Linux setups. Though, it's not a script to really decide weather you are totally safe of not, due to the nature of shellshock and other different attack vectors that ...
</div>
</div>
</div>
</div>
<div class="post mini-post">
<div class="row">
<div class="col-md-4">
<p class="post-date">
<a class="text-muted" href="/2014/09/exploring-anti-DOS-tools-for-Apache-httpd.html" title="2014-09-13T18:28:00+03:00">Sat 13 September 2014</a>
</p>
<p class="post-category">
<a href="./category/linux.html">Linux</a>
</p>
<address class="post-author">
By <a href="./author/john-troon.html">John Troon</a>
</address>
</div>
<div class="col-md-8">
<h2 class="post-title">
<a href="/2014/09/exploring-anti-DOS-tools-for-Apache-httpd.html" title="Permalink to Exploring anti-DOS tools for Apache httpd">Exploring anti-DOS tools for Apache httpd</a>
</h2>
<div class="post-content">
Slowloris is among the well known "Denial Of Service" (or DOS) tool used by both experienced attackers and script kiddies. This evening, I've been testing mod_evasion and mod_antiloris on Apache httpd /2.2.15 (Oracle Linux 6.5 using Redhat built ...
</div>
</div>
</div>
</div>
<div class="post mini-post">
<div class="row">
<div class="col-md-4">
<p class="post-date">
<a class="text-muted" href="/2014/09/SCTP-protocol.html" title="2014-09-07T12:28:00+03:00">Sun 07 September 2014</a>
</p>
<p class="post-category">
<a href="./category/linux.html">Linux</a>
</p>
<address class="post-author">
By <a href="./author/john-troon.html">John Troon</a>
</address>
</div>
<div class="col-md-8">
<h2 class="post-title">
<a href="/2014/09/SCTP-protocol.html" title="Permalink to The "SCTP" protocol">The "SCTP" protocol</a>
</h2>
<div class="post-content">
TCP and UDP protocols have been in around for approximately 20+ years now. Even though they have helped in building nice Internet applications since inception, things are changing in the techie world and they will always change. TCP being a connection ...
</div>
</div>
</div>
</div>
<div class="post mini-post">
<div class="row">
<div class="col-md-4">
<p class="post-date">
<a class="text-muted" href="/2014/08/SSH-with-2FA.html" title="2014-08-19T09:00:00+03:00">Tue 19 August 2014</a>
</p>
<p class="post-category">
<a href="./category/linux.html">Linux</a>
</p>
<address class="post-author">
By <a href="./author/john-troon.html">John Troon</a>
</address>
</div>
<div class="col-md-8">
<h2 class="post-title">
<a href="/2014/08/SSH-with-2FA.html" title="Permalink to Setting up SSH With Two-Factor Authentication">Setting up SSH With Two-Factor Authentication</a>
</h2>
<div class="post-content">
Two-factor authentication adds a second level of authentication to an account log-in. When you have to enter only your username and one password, that's considered as a single-factor authentication. 2FA requires the user to have two out of three types ...
</div>
</div>
</div>
</div>
<div class="post mini-post">
<div class="row">
<div class="col-md-4">
<p class="post-date">
<a class="text-muted" href="/2014/06/disk-benchmark.html" title="2014-06-24T08:00:00+03:00">Tue 24 June 2014</a>
</p>
<p class="post-category">
<a href="./category/repost-linux.html">repost, Linux</a>
</p>
<address class="post-author">
By <a href="./author/john-troon.html">John Troon</a>
</address>
</div>
<div class="col-md-8">
<h2 class="post-title">
<a href="/2014/06/disk-benchmark.html" title="Permalink to Disk benchmark with bonnie in Linux">Disk benchmark with bonnie in Linux</a>
</h2>
<div class="post-content">
bonnie++ is a different tool compared to other disk testing tools, which are probably included in other performance monitoring tools like vmstat just to mention the most common one on any Linux install. It runs a performance test of the filesystem I/O ...
</div>
</div>
</div>
</div>
</div>
<ul class="pagination">
<li><a href="./index.html">«</a></li>
<li class="disabled"><a href="#">Page 2 / 2</a></li>
</ul>
</div>
</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>