-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
371 lines (367 loc) · 24.5 KB
/
blog.html
File metadata and controls
371 lines (367 loc) · 24.5 KB
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<title>Blog</title>
<meta name="description" content="Blog posts about Dapper Linux">
<meta name="keywords" content="Blog, posts">
<meta name="author" content="Dapper Linux Limited">
<!-- Mobile Specific Metas
================================================== -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Template CSS Files
================================================== -->
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<!-- template main css file -->
<link rel="stylesheet" href="/css/main.css">
<!-- responsive css -->
<link rel="stylesheet" href="/css/responsive.css">
<!-- Template Javascript Files
================================================== -->
<!-- jquery js -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<!-- bootstrap js -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</head>
<body>
<!--
==================================================
Header Section Start
================================================== -->
<header id="top-bar" class="navbar-fixed-top animated-header">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- /responsive nav button -->
<!-- logo -->
<div class="navbar-brand">
<a href="/index.html" >
<img src="/images/logo.png" alt="">
</a>
</div>
<!-- /logo -->
</div>
<!-- main menu -->
<nav class="collapse navbar-collapse navbar-right" role="navigation">
<div class="main-menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
<li><a href="/features.html">Features</a></li>
<li><a href="/download.html">Download</a></li>
<li><a href="/patchset.html">Patchset</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Support <span class="caret"></span></a>
<div class="dropdown-menu">
<ul>
<li><a href="/documentation.html">Documentation</a></li>
</ul>
</div>
</li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- /main nav -->
</div>
</header>
<!--
==================================================
Global Page Section Start
================================================== -->
<section class="global-page-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>Blog</h2>
<ol class="breadcrumb">
<li>
<a href="/index.html">
<i class="ion-ios-home"></i>
Home
</a>
</li>
<li class="active">Blog</li>
</ol>
</div>
</div>
</div>
</div>
</section><!--/#Page header-->
<section id="blog-full-width">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="sidebar">
<div class="author widget">
<img class="img-responsive" src="/images/about/about-company.jpg">
<div class="author-body text-center">
<div class="author-img">
<img src="/images/author/matthew.jpg">
</div>
<div class="author-bio">
<h3>Matthew Ruffell</h3>
<p>Matthew is a PhD student at the University of Canterbury, and started Dapper Linux Limited out of his interest in computer security and entrepreneurship. Matthew likes Linux, dancing and sports cars.</p>
</div>
</div>
</div>
<div class="recent-post widget">
<h3>Recent Posts</h3>
<ul>
<li>
<a href="/blog/speaking-about-dapper-secure-kernel-patchset-at-linux-conf-au.html">Speaking About Dapper Secure Kernel Patchset at Linux.conf.au</a><br>
<time>26 January 2019</time>
</li>
<li>
<a href="/blog/celebrating-100-releases-of-dapper-secure-kernel-patchset.html">Celebrating 100 Releases of Dapper Secure Kernel Patchset</a><br>
<time>03 September 2018</time>
</li>
<li>
<a href="/blog/announcing-dapper-linux-28.html">Announcing Dapper Linux 28</a><br>
<time>24 June 2018</time>
</li>
<li>
<a href="/blog/update-on-dapper-secure-kernel-patchset.html">Update on Dapper Secure Kernel Patchset</a><br>
<time>18 June 2018</time>
</li>
<li>
<a href="/blog/announcing-dapper-linux-27.html">Announcing Dapper Linux 27</a><br>
<time>19 Janurary 2018</time>
</li>
<li>
<a href="/blog/announcing-dapper-secure-kernel-patchset.html">Announcing Dapper Secure Kernel Patchset</a><br>
<time>20 October 2017</time>
</li>
<li>
<a href="/blog/announcing-dapper-linux-26.html">Announcing Dapper Linux 26</a><br>
<time>10 September 2017</time>
</li>
<li>
<a href="/blog/hello-world.html">Hello World! Announcing Dapper Linux</a><br>
<time>18 April 2017</time>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-8">
<article>
<div class="blog-post-image">
<a href="/blog/speaking-about-dapper-secure-kernel-patchset-at-linux-conf-au.html"><img class="img-responsive" src="/blog/images/post-8.png" alt="" /></a>
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a href="/blog/speaking-about-dapper-secure-kernel-patchset-at-linux-conf-au.html">Speaking about Dapper Secure Kernel Patchset at Linux.conf.au 2019</a>
</h2>
<div class="blog-meta">
<span>26 January 2019</span>
<span>by Matthew Ruffell</span>
<span>Thoughts</span>
</div>
<p>Recently, I was given the opportunity to speak at Linux.conf.au 2019 about my experience maintaining Dapper Secure Kernel Patchset. My talk, <a href="https://lca2019.linux.org.au/schedule/presentation/180/">Maintaining the Unmaintainable: Picking up the Baton of a Secure Kernel Patchset</a> is a good primer on how the patchset works, and was well received by the audience.
</p>
<a href="/blog/speaking-about-dapper-secure-kernel-patchset-at-linux-conf-au.html" class="btn btn-dafault btn-details">Continue Reading</a>
</div>
</article>
<article>
<div class="blog-post-image">
<a href="/blog/celebrating-100-releases-of-dapper-secure-kernel-patchset.html"><img class="img-responsive" src="/blog/images/post-7.png" alt="" /></a>
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a href="/blog/celebrating-100-releases-of-dapper-secure-kernel-patchset.html">Celebrating 100 Releases of Dapper Secure Kernel Patchset</a>
</h2>
<div class="blog-meta">
<span>03 September 2018</span>
<span>by Matthew Ruffell</span>
<span>Thoughts</span>
</div>
<p>Dapper Secure Kernel Patchset Stable has reached a major milestone, which is 100 releases! What an achievement! Dapper Secure Kernel Patchset Stable has been keeping the community secure since 4.9.24, all the way to 4.9.124.
</p>
<a href="/blog/celebrating-100-releases-of-dapper-secure-kernel-patchset.html" class="btn btn-dafault btn-details">Continue Reading</a>
</div>
</article>
<article>
<div class="blog-post-image">
<a href="/blog/announcing-dapper-linux-28.html"><img class="img-responsive" src="/blog/images/post-6.png" alt="" /></a>
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a href="/blog/announcing-dapper-linux-28.html">Announcing Dapper Linux 28</a>
</h2>
<div class="blog-meta">
<span>24 June 2018</span>
<span>by Matthew Ruffell</span>
<span>Thoughts</span>
</div>
<p>Dapper Linux Limited is pleased to announce the release of Dapper Linux 28! Dapper Linux 28 is the next major revision of the flagship secure operating system developed by Dapper Linux Limited.
</p>
<a href="/blog/announcing-dapper-linux-28.html" class="btn btn-dafault btn-details">Continue Reading</a>
</div>
</article>
<article>
<div class="blog-post-image">
<a href="/blog/update-on-dapper-secure-kernel-patchset.html"><img class="img-responsive" src="/blog/images/post-5.png" alt="" /></a>
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a href="/blog/update-on-dapper-secure-kernel-patchset.html">Update on Dapper Secure Kernel Patchset</a>
</h2>
<div class="blog-meta">
<span>18 June 2018</span>
<span>by Matthew Ruffell</span>
<span>Thoughts</span>
</div>
<p>I think its important to give an update on Dapper Secure Kernel Patchset, the technology underpinning the majority of security foundations found within Dapper Linux.
</p>
<a href="/blog/update-on-dapper-secure-kernel-patchset.html" class="btn btn-dafault btn-details">Continue Reading</a>
</div>
</article>
<article>
<div class="blog-post-image">
<a href="/blog/announcing-dapper-linux-27.html"><img class="img-responsive" src="/blog/images/post-4.png" alt="" /></a>
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a href="/blog/announcing-dapper-linux-27.html">Announcing Dapper Linux 27</a>
</h2>
<div class="blog-meta">
<span>19 January 2018</span>
<span>by Matthew Ruffell</span>
<span>Thoughts</span>
</div>
<p>It's time for another major announcement, and that is the release of Dapper Linux 27! Dapper Linux 27 is the next generation of flagship secure operating systems by Dapper Linux Limited. Dapper Linux is designed from the ground up to keep you safe and secure.
</p>
<a href="/blog/announcing-dapper-linux-27.html" class="btn btn-dafault btn-details">Continue Reading</a>
</div>
</article>
<article>
<div class="blog-post-image">
<a href="/blog/announcing-dapper-secure-kernel-patchset.html"><img class="img-responsive" src="/blog/images/post-3.png" alt="" /></a>
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a href="/blog/announcing-dapper-secure-kernel-patchset.html">Announcing Dapper Secure Kernel Patchset</a>
</h2>
<div class="blog-meta">
<span>20 October 2017</span>
<span>by Matthew Ruffell</span>
<span>Thoughts</span>
</div>
<p>Its about time to write a blog post to announce a little side project that I have been working on over for the last few months. As much of the Linux security community is aware, in April 2017, Grsecurity <a href="https://grsecurity.net/passing_the_baton.php">announced</a> that they were discontinuing their publicly available "test" patchset, which bolstered and dramatically improves the security of the Linux kernel.
</p>
<a href="/blog/announcing-dapper-secure-kernel-patchset.html" class="btn btn-dafault btn-details">Continue Reading</a>
</div>
</article>
<article>
<div class="blog-post-image">
<a href="/blog/announcing-dapper-linux-26.html"><img class="img-responsive" src="/blog/images/post-2.png" alt="" /></a>
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a href="/blog/announcing-dapper-linux-26.html">Announcing Dapper Linux 26</a>
</h2>
<div class="blog-meta">
<span>10 September 2017</span>
<span>by Matthew Ruffell</span>
<span>Thoughts</span>
</div>
<p>It's time to announce the availability of Dapper Linux 26, the latest release of the flagship secure operating system by Dapper Linux Limited. Dapper Linux 26 is filled with all sorts of great features designed to bring you an easy to use operating system with excellent security.
</p>
<a href="/blog/announcing-dapper-linux-26.html" class="btn btn-dafault btn-details">Continue Reading</a>
</div>
</article>
<article>
<div class="blog-post-image">
<a href="/blog/hello-world.html"><img class="img-responsive" src="/blog/images/post-1.jpg" alt="" /></a>
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a href="/blog/hello-world.html">Hello World! Announcing Dapper Linux</a>
</h2>
<div class="blog-meta">
<span>18 April 2017</span>
<span>by Matthew Ruffell</span>
<span>Thoughts</span>
</div>
<p>My name is Matthew Ruffell, and I'm a computer scientist living in Christchurch, New Zealand with a particular interest in Linux and computer security. I'm still at University, beginning my PhD mid 2016. This blog post represents a huge milestone for me - releasing my own Linux distribution, and starting my first business. Today, I want to tell you all about a little project I have been working on for the past eight months, Dapper Linux.
</p>
<a href="/blog/hello-world.html" class="btn btn-dafault btn-details">Continue Reading</a>
</div>
</article>
</div>
</div>
</section>
<!--
==================================================
Call To Action Section Start
================================================== -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 class="title">Ready To Try Out Dapper Linux?</h2>
<p>Let's get you secured. We will have you up and running in no time.</p>
<a href="/download.html" class="btn btn-default btn-contact">Download Now</a>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Footer Section Start
================================================== -->
<footer id="footer">
<div class="container">
<div class="col-md-8">
<p class="copyright">Copyright <span>2018</span> Dapper Linux Limited<br><a href="https://riot.im/app/#/room/#dapperlinux:matrix.org">#dapperlinux</a> on matrix.org</p>
</div>
<div class="col-md-4">
<!-- Social Media -->
<ul class="social">
<li>
<a href="https://www.facebook.com/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-1.svg" height="48" width=48">
</a>
</li>
<li>
<a href="https://twitter.com/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-2.svg" height="48" width=48">
</a>
</li>
<li>
<a href="https://github.com/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-3.svg" height="48" width=48">
</a>
</li>
<li>
<a href="https://www.reddit.com/u/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-4.svg" height="48" width=48">
</a>
</li>
</ul>
</div>
</div>
</footer> <!-- /#footer -->
</body>
</html>
</html>