-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
286 lines (275 loc) · 17 KB
/
features.html
File metadata and controls
286 lines (275 loc) · 17 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
<!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>Features</title>
<meta name="description" content="Features in Dapper Linux">
<meta name="keywords" content="Features">
<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>Features</h2>
<ol class="breadcrumb">
<li>
<a href="/index.html">
<i class="ion-ios-home"></i>
Home
</a>
</li>
<li class="active">Features</li>
</ol>
</div>
</div>
</div>
</div>
</section><!--/#Page header-->
<!--
==================================================
Service Page Section Start
================================================== -->
<section id="service-page" class="pages service-page">
<div class="container">
<div class="row">
<div class="col-md-5">
<h2>Hardened Linux Kernel with Dapper Secure Kernel Patchset</h2>
<p class="text-left">Dapper Linux ships with a hardened Linux Kernel, patched with Dapper Secure Kernel Patchset, a continuation of Grsecurity/PaX/RAP. Grsecurity/PaX patches are a true innovation to the Linux security world, and strives to prevent zero day attacks and other advanced threats by eliminating entire bug classes and exploit vectors, rather than fixing individual instances of a problem. The PaX patches pioneered Kernel level ASLR and other important security mitigations, and Dapper Linux ships with applications correctly set up for use with this kernel. The Dappersec kernel provides the core security foundation of Dapper Linux.</p>
</div>
<div class="col-md-7">
<a href="/images/screenshots/dappersec.png"><img class="img-responsive" src="/images/screenshots/dappersec.png" alt=""></a>
</div>
</div>
<div class="row">
<hr>
</div>
<div class="row">
<div class="col-md-7">
<a href="/images/screenshots/sandbox.png"><img class="img-responsive" src="/images/screenshots/sandbox.png" alt=""></a>
</div>
<div class="col-md-5">
<h2>Sandboxed Applications with Flatpak</h2>
<p class="text-left">Flatpak is an application sandboxing and distribution framework. Applications run securely sandboxed by bwrap, an innovation by project atomic. Portals allow access to the underlying system and access to things like the filesystem and networking can be easily restricted or allowed. Flatpak allows applications to be paired with a runtime, say a particular version of Gnome. Applications can then be started with that particular version, regardless of what updates the operating system has applied.</p>
</div>
</div>
<div class="row">
<hr>
</div>
<div class="row">
<div class="col-md-5">
<h2>Hardened Browsing with Dual Browsers</h2>
<p class="text-left"> Two browsers are provided to aid your privacy. One is completely stock Firefox and can be customised as wished, and the other is known as Dapper Hardened Browser, an innovation from the authors of Dapper Linux. Dapper Hardened Browser has its settings set for maximum privacy out of the box, and enjoys the following preinstalled add-ons: NoScript, UMatrix, UBlock Origin, Decentraleyes, Self Smart Referer, Disconnect, Privacy Badger and HTTPS Everywhere.</p>
</div>
<div class="col-md-7">
<a href="/images/screenshots/web-browsers.png"><img class="img-responsive" src="/images/screenshots/web-browsers.png" alt=""></a>
</div>
</div>
<div class="row">
<hr>
</div>
<div class="row">
<div class="col-md-7">
<a href="/images/screenshots/intrusion-detection.png"><img class="img-responsive" src="/images/screenshots/intrusion-detection.png" alt=""></a>
</div>
<div class="col-md-5">
<h2>Intrusion Detection Systems</h2>
<p class="text-left">Dapper Linux comes with intrusion detection systems built in, and ready to detect any nasties that attempt to get in. Host based intrustion detection systems include chkrootkit and rkhunter to find system rootkits, tripwire for seeing changes to files on disk, and in the future snort will be added for full network coverage. Watch this space!</p>
</div>
</div>
<div class="row">
<hr>
</div>
<div class="row">
<div class="col-md-5">
<h2>Large Application Base</h2>
<p class="text-left">Dapper Linux ships with a large useful application base, to get you up and running faster and doing the things you love. Dapper Linux comes with applications such as Firefox, Thunderbird, Libreoffice, GIMP, Inkscape and VLC, with more to be discovered. Dapper Linux includes a full collection of media codecs, meaning you can enjoy your music and videos right away. C Compilers and essential programming tools are available to aid development, and a full LaTeX distribution is provided along with LyX to typeset your academic reports and papers. </p>
</div>
<div class="col-md-7">
<a href="/images/screenshots/gnome-shell.png"><img class="img-responsive" src="/images/screenshots/gnome-shell.png" alt=""></a>
</div>
</div>
<div class="row">
<hr>
</div>
<div class="row">
<div class="col-md-7">
<a href="/images/screenshots/diskencryption.png"><img class="img-responsive" src="/images/screenshots/diskencryption.png" alt=""></a>
</div>
<div class="col-md-5">
<h2>Full Hard Disk Encryption</h2>
<p class="text-left">Dapper Linux is able to utilise full hard disk encryption to keep your data safe. Encryption is implemented with a LUKS container, and swap is encrypted too. This encryption is transparent, so you unlock your computer during startup, and not have to worry about entering passwords again.<br><br>Simply check the encryption box when installing Dapper Linux, and enter in a passphrase, and the installer does all the heavy lifting for you. /boot is encrypted too, which prevents evil maid attacks. LUKS Keyfiles are used so you only need to enter your passphrase once each boot.</p>
</div>
</div>
<div class="row">
<hr>
</div>
<div class="row">
<div class="col-md-5">
<h2>DNSSEC by Default</h2>
<p class="text-left">Dapper Linux includes dnssec-trigger and unbound which act as a local DNS resolver, which checks and ensures all of your DNS queries are protected by DNSSEC, a new standard which signs queries and prevents tampering. DNSSEC works seamlessly out of the box, with no configuration required. With DNSSEC, when you connect to a domain, you can be confident that you are connecting to that exact domain, and not another server controlled by attackers.</p>
</div>
<div class="col-md-7">
<a href="/images/screenshots/dnssec.png"><img class="img-responsive" src="/images/screenshots/dnssec.png" alt=""></a>
</div>
</div>
<div class="row">
<hr>
</div>
<div class="row">
<div class="col-md-7">
<a href="/images/screenshots/theme.png"><img class="img-responsive" src="/images/screenshots/theme.png" alt="" ></a>
</div>
<div class="col-md-5">
<h2>Defined Dark Themes with Minimilistic Styling</h2>
<p class="text-left">Dapper Linux comes with an attractive dark theme, Dapper Dark. Dapper Dark has been in development for a few years, and takes the best parts from the themes Phosphene and Arc-Dark to create a modern desktop environment. All programs have been set to display their minimum UI, making for a clean minimalistic experience.</p>
</div>
</div>
<div class="row">
<hr>
</div>
<div class="row">
<div class="col-md-5">
<h2>Simple Installation</h2>
<p class="text-left">Installing Dapper Linux is a simple and familiar process. Simply open up the installer, select your language, create your user account and start installing! Calamares, the Dapper Linux installer, does all the hard work for you.</p>
</div>
<div class="col-md-7">
<a href="/images/screenshots/installer.png"><img class="img-responsive" src="/images/screenshots/installer.png" alt=""></a>
</div>
</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>