-
Notifications
You must be signed in to change notification settings - Fork 3
/
docs-page.html
610 lines (542 loc) · 59.5 KB
/
docs-page.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
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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
<!DOCTYPE html>
<html lang="en">
<head>
<title>needlinux-Mint</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bootstrap 4">
<meta name="author" content="naem azam at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Plugins CSS -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.2/styles/atom-one-dark.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
</head>
<body class="docs-page">
<header class="header fixed-top">
<div class="branding docs-branding">
<div class="container-fluid position-relative py-2">
<div class="docs-logo-wrapper">
<button id="docs-sidebar-toggler" class="docs-sidebar-toggler docs-sidebar-visible mr-2 d-xl-none" type="button">
<span></span>
<span></span>
<span></span>
</button>
<div class="site-logo"><a class="navbar-brand" href="index.html"><img class="logo-icon mr-2" src="assets/images/needlinux.png" alt="logo"><span class="logo-text">Need<span class="text-alt">Linux</span><sup>Mint</sup></span></a></div>
</div><!--//docs-logo-wrapper-->
<div class="docs-top-utilities d-flex justify-content-end align-items-center">
<div class="top-search-box d-none d-lg-flex">
<form class="search-form">
<input type="text" placeholder="Search the docs..." name="search" class="form-control search-input">
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
</form>
</div>
<ul class="social-list list-inline mx-md-3 mx-lg-5 mb-0 d-none d-lg-flex">
<li class="list-inline-item"><a href="https://github.com/need-linux/linux-Mint"><i class="fab fa-github fa-fw"></i></a></li>
<a href="https://need-linux.github.io/learning/live-linux.html" class="btn btn-primary d-none d-lg-flex">Live Practice</a>
</ul><!--//social-list-->
<a href="https://need-linux.github.io/learning/live-linux.html" class="btn btn-primary d-none d-lg-flex">Live and practice</a>
</div><!--//docs-top-utilities-->
</div><!--//container-->
</div><!--//branding-->
</header><!--//header-->
<div class="docs-wrapper">
<div id="docs-sidebar" class="docs-sidebar">
<div class="top-search-box d-lg-none p-3">
<form class="search-form">
<input type="text" placeholder="Search the docs..." name="search" class="form-control search-input">
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
</form>
</div>
<nav id="docs-nav" class="docs-nav navbar">
<ul class="section-items list-unstyled nav flex-column pb-3">
<li class="nav-item section-title"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#section-1"><span class="theme-icon-holder mr-2"><svg class="svg-inline--fa fa-linux fa-w-14" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linux" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"></path></svg><!-- <i class="fab fa-linux"></i> Font Awesome fontawesome.com --></span>Introduction</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#item-1-1">What is Linux Mint?</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#item-1-2">Linux Mint Features</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#item-1-3">Should I Use Linux Mint?</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#item-1-4">Which Image Should I Download?</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#section-2"><span class="theme-icon-holder mr-2"><svg class="svg-inline--fa fa-arrow-down fa-w-14" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="arrow-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z"></path></svg><!-- <i class="fas fa-arrow-down"></i> Font Awesome fontawesome.com --></span>Installation</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#item-2-1">Intel-based PCs</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#item-2-2">Virtual Machines</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#section-3"><span class="theme-icon-holder mr-2"><svg class="svg-inline--fa fa-cogs fa-w-20" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="cogs" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" data-fa-i2svg=""><path fill="currentColor" d="M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z"></path></svg><!-- <i class="fas fa-cogs"></i> Font Awesome fontawesome.com --></span>Basic Commands</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#item-3-1">Learn Basic Commands</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#item-3-2">linux-Mint Commands</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="https://need-linux.github.io/linux-Mint/docs-page.html#item-3-3">Section Item 3.3</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-4"><span class="theme-icon-holder mr-2"><i class="fas fa-terminal"></i></span>Top Used of Mint</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-1">Easy Installation</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-2">A Beautiful Desktop</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-3">Familiarity</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-1">Drivers, Multimedia, Tools Support</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-2">An Open-Source Philosophy</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-3">Smooth Learning Curve</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-5"><span class="theme-icon-holder mr-2"><i class="fas fa-tools"></i></span>Top Mint tools</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-1">Backup</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-2">USB Image Writer</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-3">Desktop Settings</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-1">Nanny</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-2">Disk Analyzer</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-5-3">Other tools</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-6"><span class="theme-icon-holder mr-2"><i class="fas fa-laptop-code"></i></span>Devlopment</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-6-1">Section Item 6.1</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-6-2">Section Item 6.2</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-6-3">Section Item 6.3</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-7"><span class="theme-icon-holder mr-2"><i class="fas fa-tablet-alt"></i></span>Troubleshooting</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-7-1">EFI</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-7-2">Boot options</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-7-3">Section Item 7.3</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-8"><span class="theme-icon-holder mr-2"><i class="fas fa-book-reader"></i></span>Resources</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-8-1">Section Item 8.1</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-8-2">Section Item 8.2</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-8-3">Section Item 8.3</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-9"><span class="theme-icon-holder mr-2"><i class="fas fa-lightbulb"></i></span>FAQs</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-9-1">Section Item 9.1</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-9-2">Section Item 9.2</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-9-3">Section Item 9.3</a></li>
</ul>
</nav><!--//docs-nav-->
</div><!--//docs-sidebar-->
<div class="docs-content">
<div class="container">
<article class="docs-article" id="section-1">
<header class="docs-header">
<h1 class="docs-heading">Introduction <span class="docs-time">Last updated: 2022-06-01</span></h1>
<p>Linux is a community of open-source Unix like operating systems that are based on the Linux Kernel. It is a free and open-source operating system and the source code can be modified and distributed to anyone commercially or noncommercially under the GNU General Public License</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/1.png?raw=true">
<section class="docs-section" id="item-1-1">
<h2 class="section-heading">What is Linux Mint?</h2>
<p>Linux Mint is a community-driven Linux distribution that is based on Ubuntu. It strives to be a modern, elegant and comfortable operating system which is powerful as well as easy to use.
Linux Mint is a free and open-source operating system designed for use on desktop computers. It is one of the most popular desktop Linux distributions that millions of people currently use.</p>
</section><!--//section-->
<section class="docs-section" id="item-1-2">
<h2 class="section-heading">Linux Mint Features</h2>
<p>Linux Mint distribution is based on Ubuntu, it offers more complete out-of-the-box experience by including useful stuff like browser media codecs, DVD playback, plugins for browser, Java and other components.
The purpose of Linux Mint is to produce a modern, elegant and comfortable operating system which is both powerful and easy to use. It’s both free of cost and open source, it provides about 30,000 packages and one of the best software managers. </p>
<p>It’s safe and reliable. Thanks to a conservative approach to software updates, a unique Update Manager and the robustness of its Linux architecture, Linux Mint requires very little maintenance (no regressions, no antivirus, no anti-spyware…etc).</p>
</section><!--//section-->
<section class="docs-section" id="item-1-3">
<h2 class="section-heading">Should I Use Linux Mint?</h2>
<p> <li>Easy Installation</li>
</p>
<p>One of the main objectives of the Linux Mint project is to simplify the installation process for interested users irrespective of whether they are tech-savvy or beginners.
It is available on the official websites’ download page (and via mirror links) as an ISO image with which you can create bootable media for installation.
</p>
<p>The ISO contains a GUI installer that helps to make the installation procedure like a walk in a park so you will have had your new Linux Mint system up and running in about the same time it will take you to make a coffee.
</p>
<p><li>A Beautiful Desktop</li>
</p>
<p>The developers of Linux Mint could have stopped at making the distro simple to use and just left the GUI looking like a 2005 Windows environment, but they went the extra mile to keep things modern with nice icons, smooth animations, transitions, and reliable multitasking.
All these advantages are combined into any of the 3 officially supported editions named after the desktop environment that they run i.e. Cinnamon, MATE, and Xfce. All Linux Mint editions offer a consistently modern UI that goes a long way to make using them a pleasant experience.
</p>
<p><li>Familiarity</li>
</p>
<p>Following our previous reason, users are bound to feel at home, or at least, welcome, when using Linux Mint because of its familiar setup to that of Windows. Its configuration and navigation options don’t use text different from other operating systems so it is easy to find what one is looking for.
To put in simpler terms, from the time you install the Linux Mint to your first boot, you wouldn’t feel lost and will be able to find your way around without outside help whether you are coming from a Windows, macOS, or non-Linux platform.
</p>
<p><li>Drivers, Multimedia, Tools Support</li>
</p>
<p>Linux Mint is developed with the aim of improving the shortcomings users experience with Ubuntu as well as to make innovative moves that promote the integration of several tools and services that are otherwise missing in alternative distributions.
It is for this reason that Linux Mint has a significantly better history of supporting multimedia formats, drivers, and tools for development, research, etc. and chances are that you will have no compatibility issues with Mint on your computer make or preferred applications straight out of the box.
</p>
<p> <li>An Open-Source Philosophy</li>
</p>
<p>Linux Mint is a proud promoter of open-source projects and it takes good advantage of Debian and Ubuntu to make north of 3000 free and open-source packages available to users coupled with a reliable package manager.
While it doesn’t prevent users from installing proprietary or closed-source software, the philosophy is that users are at liberty to do what they want to with the applications they like as long as it is within reason.
</p>
<p><li>Smooth Learning Curve</li>
</p>
<p>Linux Mint encourages enthusiasts to learn more about computing by trying to figure out the inner workings of the system with the freedom to maybe even build their own versions. For this purpose, Mint is built in such a way that it can be easily used for IT education across ages and field classes.
</p>
<p><li>Availability & Freedom</li>
</p>
<p>Linux Mint is 100% free and open-source so you are well within your right to use it for whatever you choose whether it is for educating people, understanding operating systems better, or for providing proprietary services.
It is also accessible via several reliable links and offers official support for free. This is in direct contrast to a Linux distro like RHEL.
</p>
<p><li>Security & Privacy</li>
</p>
<p>Together with elegance, simplicity, and reliability, security and privacy are at the core of Linux Mint’s philosophy and the developers have made sure that all services running in the OS are respectful of users’ rights to data privacy.
</p>
<p><li>A Welcoming Community</li>
</p>
<p>Linux Mint is a heavily community-driven project where the developers encourage feedback from users and interested developers in order for their ideas to be practicalized.
Being used by millions of people around the world, new users to the community are always welcome and easily find hints, solutions, and guides concerning how to work around issues with its usage whenever the documentation does not suffice.
</p>
<p><li>Designed to be Better</li>
</p>
<p>Although the last reason on this list, this is the one that can encompass all of the above-mentioned reasons – Linux Mint strives to be the best at everything, especially at the things that alternative distros already do so well.
</p>
</section>
<section class="docs-section" id="item-1-4">
<h2 class="section-heading">Which Image Should I Download?</h2>
<p><li>Cinnamon</li>
</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/2.png?raw=true">
<p>Description:The most modern, innovative and full-featured desktop
</p>
<p>The most popular version of Linux Mint is the Cinnamon edition. Cinnamon is primarily developed for and by Linux Mint. It is slick, beautiful, and full of new features.
</p>
<p><li>MATE</li>
</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/3.png?raw=true">
<p>Description:A more stable, and faster desktop
</p>
<p>Linux Mint is also involved in the development of MATE, a classic desktop environment which is the continuation of GNOME 2, Linux Mint’s default desktop between 2006 and 2011. Although it misses a few features and its development is slower than Cinnamon’s, MATE runs faster, uses fewer resources and is more stable than Cinnamon.
</p>
<p><li>Xfce</li>
</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/4.png?raw=true">
<p>Description:The most lightweight and the most stable
</p>
<p>Xfce is a lightweight desktop environment. It doesn’t support as many features as Cinnamon or MATE, but it’s extremely stable and very light on resource usage.
</p>
<p><li>KDE</li>
</p>
</section>
<!--//section-->
</header></article>
<article class="docs-article" id="section-2">
<header class="docs-header">
<h1 class="docs-heading">Installation</h1>
<section class="docs-intro">
<p> IMPORTANT! Never download Linux Mint images from anywhere other than the official sources.
Always be sure to verify the SHA256 checksums of the file you’ve downloaded against our official values.
It would be easy for a malicious entity to modify a Mint installation to contain exploits or malware and host it unofficially. </p>
<div class="table-responsive my-4">
<table class="table table-striped">
<thead>
<tr>
<th scope="col"><a href="https://www.linuxmint.com/download.php" class="btn btn-primary"><svg class="svg-inline--fa fa-download fa-w-16 mr-2" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="download" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z"></path></svg><!-- <i class="fas fa-download mr-2"></i> Font Awesome fontawesome.com --> Download Now</a></th>
<th scope="col"><a href="https://buildmedia.readthedocs.org/media/pdf/linuxmint-installation-guide/latest/linuxmint-installation-guide.pdf#" class="btn btn-secondary"><svg class="svg-inline--fa fa-book fa-w-14 mr-2" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="book" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z"></path></svg><!-- <i class="fas fa-book mr-2"></i> Font Awesome fontawesome.com --> Read PDF Full Guide</a></th>
</tr>
</thead></table>
</div>
</section><!--//docs-intro-->
</header>
<section class="docs-section" id="item-2-1">
<h2 class="section-heading">ISO Files for Intel-based PCs</h2>
<p> In order to run Mint “Live” from a USB drive on standard Windows and Apple PCs, you’ll need a Linux Mint bootable ISO image, in either 32-bit or 64-bit format. </p>
<p> If you’re not sure of the architecture of the system you want to run Kali on, on Linux or macOS, you can run the command uname -m at the command line. If you get the response, “x86_64”, use the 64-bit ISO image (the one containing “amd64” in the file name); if you get “i386”, use the 32-bit image (the one containing “i386” in the file name). If you’re on a Windows system, the procedure for determining whether your architecture is detailed on Microsoft’s website.</p>
<p>The Linux MInt images are available both as directly downloadable “.iso/.img” files or via “.torrent” files. </p>
<p> Official Mint ISOs for Intel-based PCs</p>
<li><a href="https://www.bilibili.com/video/BV1yN411X7TL?from=search&seid=4821365512802271937#" class="btn btn-info"><svg class="svg-inline--fa fa-play-circle fa-w-16 mr-2" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg><!-- <i class="fas fa-play-circle mr-2"></i> Font Awesome fontawesome.com --> Watch Video</a></li>
<li><th scope="col"><a href="https://www.lifewire.com/install-linux-mint-4173111#" class="btn btn-secondary"><svg class="svg-inline--fa fa-book fa-w-14 mr-2" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="book" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z"></path></svg><!-- <i class="fas fa-book mr-2"></i> Font Awesome fontawesome.com --> Read website Full Guide</a></th></li>
</section><!--//section-->
<section class="docs-section" id="item-2-2">
<h2 class="section-heading">Virtual Machines Images</h2>
<p> If you want to run Linux Mint as a “guest” under VMware or VirtualBox, Linux Mint is available as a pre-built virtual machines with any guest tools already installed. These image are available in a 64-bit (amd64), and 32-bit PAE (i*86) formats.</p>
<li><a href="https://itsfoss.com/install-linux-mint-in-virtualbox/#" class="btn btn-info"><svg class="svg-inline--fa fa-play-circle fa-w-16 mr-2" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg><!-- <i class="fas fa-play-circle mr-2"></i> Font Awesome fontawesome.com --> Watch Video</a></li>
<p> </p>
</section>
</article><!--//docs-article-->
<article class="docs-article" id="section-3">
<header class="docs-header">
<h1 class="docs-heading">Basic Commands</h1>
<section class="docs-intro">
</section><!--//docs-intro-->
</header>
<section class="docs-section" id="item-3-1">
<h2 class="section-heading">Learn Basic Commands </h2>
<p>When operating a Linux OS, you need to use a shell — an interface that gives you access to the operating system’s services. Most Linux distributions use a graphic user interface (GUI) as their shell, mainly to provide ease of use for their users. </p>
<div class="table-responsive my-4">
<table class="table table-striped">
<thead>
<tr>
<th scope="col"><a href="https://need-linux.github.io/linux-Mint/docs-page.html#" class="btn btn-primary"><svg class="svg-inline--fa fa-download fa-w-16 mr-2" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="download" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z"></path></svg><!-- <i class="fas fa-download mr-2"></i> Font Awesome fontawesome.com --> View Linux Basic Commands </a></th>
<th scope="col"><a href="https://need-linux.github.io/linux-Mint/docs-page.html#" class="btn btn-secondary"><svg class="svg-inline--fa fa-book fa-w-14 mr-2" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="book" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z"></path></svg><!-- <i class="fas fa-book mr-2"></i> Font Awesome fontawesome.com --> Read PDF Full Guide</a></th>
<th scope="col"><a href="https://need-linux.github.io/linux-Mint/docs-page.html#" class="btn btn-info"><svg class="svg-inline--fa fa-play-circle fa-w-16 mr-2" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg><!-- <i class="fas fa-play-circle mr-2"></i> Font Awesome fontawesome.com --> Watch Video</a></th>
</tr>
</thead></table>
</div>
</section><!--//section-->
<section class="docs-section" id="item-3-2">
<h2 class="section-heading">linux-Mint Commands</h2>
<p> Linux-Mint commands are nothing special from Linux commands they are the same so what you are going to learn here will work in every Linux system you may use, try over and over we are learning at the end and this is the most important part of it, </p>
<div class="table-responsive my-4">
<table class="table table-striped">
<thead>
<tr>
<th scope="col"><a href="https://need-linux.github.io/linux-Mint/docs-page.html#" class="btn btn-primary"><svg class="svg-inline--fa fa-download fa-w-16 mr-2" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="download" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z"></path></svg><!-- <i class="fas fa-download mr-2"></i> Font Awesome fontawesome.com --> Download linux-Mint Commands Cheatcheet </a></th>
<th scope="col"><a href="https://need-linux.github.io/linux-Mint/docs-page.html#" class="btn btn-info"><svg class="svg-inline--fa fa-play-circle fa-w-16 mr-2" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg><!-- <i class="fas fa-play-circle mr-2"></i> Font Awesome fontawesome.com --> Watch Video</a></th>
</tr>
</thead></table>
</div>
</section><!--//section-->
</article><!--//docs-article-->
<article class="docs-article" id="section-4">
<header class="docs-header">
<h1 class="docs-heading">Top Used Tools Of Mint</h1>
<section class="docs-intro">
</section><!--//docs-intro-->
</header>
<section class="docs-section" id="item-4-1">
<h2 class="section-heading">Easy Installation</h2>
<p>One of the main objectives of the Linux Mint project is to simplify the installation process for interested users irrespective of whether they are tech-savvy or beginners. It is available on the official websites’ download page (and via mirror links) as an ISO image with which you can create bootable media for installation.</p>
<p>The ISO contains a GUI installer that helps to make the installation procedure like a walk in a park so you will have had your new Linux Mint system up and running in about the same time it will take you to make a coffee.</p>
</section><!--//section-->
<section class="docs-section" id="item-4-2">
<h2 class="section-heading">A Beautiful Desktop</h2>
<p>The developers of Linux Mint could have stopped at making the distro simple to use and just left the GUI looking like a 2005 Windows environment, but they went the extra mile to keep things modern with nice icons, smooth animations, transitions, and reliable multitasking.</p>
</section><!--//section-->
<section class="docs-section" id="item-4-3">
<h2 class="section-heading">Familiarity</h2>
<p>Following our previous reason, users are bound to feel at home, or at least, welcome, when using Linux Mint because of its familiar setup to that of Windows. Its configuration and navigation options don’t use text different from other operating systems so it is easy to find what one is looking for.</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/5.png?raw=true">
<p></p>
<p>To put in simpler terms, from the time you install the Linux Mint to your first boot, you wouldn’t feel lost and will be able to find your way around without outside help whether you are coming from a Windows, macOS, or non-Linux platform.</p>
</section><!--//section-->
<section class="docs-section" id="item-4-4">
<h2 class="section-heading">Drivers, Multimedia, Tools Support</h2>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/6.png?raw=true">
<p></p>
<p>Linux Mint is developed with the aim of improving the shortcomings users experience with Ubuntu as well as to make innovative moves that promote the integration of several tools and services that are otherwise missing in alternative distributions.</p>
<p>It is for this reason that Linux Mint has a significantly better history of supporting multimedia formats, drivers, and tools for development, research, etc. and chances are that you will have no compatibility issues with Mint on your computer make or preferred applications straight out of the box.</p>
</section><!--//section-->
<section class="docs-section" id="item-4-5">
<h2 class="section-heading">An Open-Source Philosophy</h2>
<p>Linux Mint is a proud promoter of open-source projects and it takes good advantage of Debian and Ubuntu to make north of 3000 free and open-source packages available to users coupled with a reliable package manager.</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/7.png?raw=true">
<p></p>
<p>While it doesn’t prevent users from installing proprietary or closed-source software, the philosophy is that users are at liberty to do what they want to with the applications they like as long as it is within reason.</p>
</section><!--//section-->
<section class="docs-section" id="item-4-6">
<h2 class="section-heading">Smooth Learning Curve</h2>
<p>Linux Mint encourages enthusiasts to learn more about computing by trying to figure out the inner workings of the system with the freedom to maybe even build their own versions. For this purpose, Mint is built in such a way that it can be easily used for IT education across ages and field classes.</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/8.png?raw=true">
<p></p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/9.png?raw=true">
</section><!--//section-->
</article><!--//docs-article-->
<article class="docs-article" id="section-5">
<header class="docs-header">
<h1 class="docs-heading">Utilities</h1>
<section class="docs-intro">
<p>Section intro goes here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque finibus condimentum nisl id vulputate. Praesent aliquet varius eros interdum suscipit. Donec eu purus sed nibh convallis bibendum quis vitae turpis. Duis vestibulum diam lorem, vitae dapibus nibh facilisis a. Fusce in malesuada odio.</p>
</section><!--//docs-intro-->
</header>
<section class="docs-section" id="item-5-1">
<h2 class="section-heading">1. Backup</h2>
<p>This is probably the most visible one. The program allows you to backup your personal data and settings or your installed programs, which can be useful after a reinstall or for redeployment. Backup comes in addition to Timeshift, which is another excellent choice for keeping your system state pristine.</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/10.png?raw=true">
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/11.png?raw=true">
</section><!--//section-->
<section class="docs-section" id="item-5-2">
<h2 class="section-heading">2.USB Image Writer</h2>
<p>Writing ISO files to USB drives may sound like a trivial task, but then you should read my articles on this topic to understand how much variety, fragmentation and chaos there is in that regard, like pretty much every other facet of the Linux desktop usage. Mint tries to make things ever so slightly simpler by adding its own USB image writer. This is a nice bonus since Ubuntu hasn't had one recently. From my testing, it seems to work well, and handled the offered scapegoats without any issues.</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/12.png?raw=true">
<p></p>
<p>And you also get a sibling tool - USB Stick Formatter, which does what it promises, formats USB devices, nice and simple like. You do not need a fully fledged program like GParted, and for less savvy users, there's less risk for botching things.</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/13.png?raw=true">
</section><!--//section-->
<section class="docs-section" id="item-5-3">
<h2 class="section-heading">3.Desktop Settings</h2>
<p>This program is not installed by default, but it is available in the repos under the generic mint- prefix bunch. It allows you to add fortune cookies to your terminal, show or hide certain items from the desktop, and more. I believe it makes more sense for the MATE edition than the Cinnamon one, hence the non-default state. Either way, most functionality should be consolidated under the Cinnamon Settings umbrella and then expanded as necessary, which is also a reason why lately there are fewer standalone Mint programs available.</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/14.png?raw=true">
</section><!--//section-->
<section class="docs-section" id="item-5-4">
<h2 class="section-heading">3.Nanny</h2>
<p>Another non-default, plus a weird name that does not correspond to the actual program function or the window title. Blocking domains may sound quaint, but it might be useful for some people. The tool allows you to manage your blacklist without manually playing with /etc/hosts file and/or firewall rules. Again, more of a perk than daily necessity, but it is another layer that of the Linux Mint onion of self-identity.</p>
<p></p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/15.png?raw=true">
</section><!--//section-->
<section class="docs-section" id="item-5-5">
<h2 class="section-heading">5.Other tools</h2>
<p></p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/16.png?raw=true">
</section><!--//section-->
</article><!--//docs-article-->
<article class="docs-article" id="section-6">
<header class="docs-header">
<h1 class="docs-heading">Web</h1>
<section class="docs-intro">
<p>Section intro goes here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque finibus condimentum nisl id vulputate. Praesent aliquet varius eros interdum suscipit. Donec eu purus sed nibh convallis bibendum quis vitae turpis. Duis vestibulum diam lorem, vitae dapibus nibh facilisis a. Fusce in malesuada odio.</p>
</section><!--//docs-intro-->
</header>
<section class="docs-section" id="item-6-1">
<h2 class="section-heading">Section Item 6.1</h2>
<p>Vivamus efficitur fringilla ullamcorper. Cras condimentum condimentum mauris, vitae facilisis leo. Aliquam sagittis purus nisi, at commodo augue convallis id. Sed interdum turpis quis felis bibendum imperdiet. Mauris pellentesque urna eu leo gravida iaculis. In fringilla odio in felis ultricies porttitor. Donec at purus libero. Vestibulum libero orci, commodo nec arcu sit amet, commodo sollicitudin est. Vestibulum ultricies malesuada tempor.</p>
</section><!--//section-->
<section class="docs-section" id="item-6-2">
<h2 class="section-heading">Section Item 6.2</h2>
<p>Vivamus efficitur fringilla ullamcorper. Cras condimentum condimentum mauris, vitae facilisis leo. Aliquam sagittis purus nisi, at commodo augue convallis id. Sed interdum turpis quis felis bibendum imperdiet. Mauris pellentesque urna eu leo gravida iaculis. In fringilla odio in felis ultricies porttitor. Donec at purus libero. Vestibulum libero orci, commodo nec arcu sit amet, commodo sollicitudin est. Vestibulum ultricies malesuada tempor.</p>
</section><!--//section-->
<section class="docs-section" id="item-6-3">
<h2 class="section-heading">Section Item 6.3</h2>
<p>Vivamus efficitur fringilla ullamcorper. Cras condimentum condimentum mauris, vitae facilisis leo. Aliquam sagittis purus nisi, at commodo augue convallis id. Sed interdum turpis quis felis bibendum imperdiet. Mauris pellentesque urna eu leo gravida iaculis. In fringilla odio in felis ultricies porttitor. Donec at purus libero. Vestibulum libero orci, commodo nec arcu sit amet, commodo sollicitudin est. Vestibulum ultricies malesuada tempor.</p>
</section><!--//section-->
</article><!--//docs-article-->
<article class="docs-article" id="section-7">
<header class="docs-header">
<h1 class="docs-heading">Troubleshooting</h1>
<section class="docs-intro">
</section><!--//docs-intro-->
</header>
<section class="docs-section" id="item-7-1">
<h2 class="section-heading">EFI</h2>
<h2 class="section-heading">SecureBoot</h2>
<p>If after installing Linux Mint in EFI mode, you are unable to boot due to a Secure Boot Violation, you can try one of the following solutions:</p>
<img src="">
<li>Restart the installation:</li>
<dd><ul class="first last">
<li>Connect to the Internet before the installation</li>
<li>Do not select Install third-party software for graphics and Wi-Fi hardware, Flash, MP3 and other media.</li>
</ul>
</dd>
</dl>
</li>
<li>Disable SecureBoot in the BIOS settings of your computer.</li>
</section><!--//section-->
<section class="docs-section" id="item-7-2">
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="boot-options">
<h2 class="section-heading">Boot options</h2>
<p>Some graphics cards and motherboards don’t work well with the open-source drivers present in Linux Mint by default.</p>
<div class="section" id="compatibility-mode">
<h2 class="section-heading"><li>Compatibility mode</li></h2>
<p>The easiest option is to select compatibility mode from the USB stick (or DVD) boot menu</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/17.png?raw=true">
<p></p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/18.png?raw=true">
<p></p>
<p>If that doesn’t work, you can try the nomodeset boot option.</p>
</div>
<div class="section" id="nomodeset-boot-option">
<h2 class="section-heading"><li>Nomodeset boot option</li></h2>
<p>In EFI mode, highlight the Start Linux Mint option and press e to modify the boot options.</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/19.png?raw=true">
<p></p>
<p>Replace quiet splash with nomodeset and press F10 to boot.</p>
<p>In BIOS mode, highlight Start Linux Mint and press Tab to modify the boot options.</p>
<img src="https://github.com/need-linux/linux-Mint/blob/main/picture/20.png?raw=true">
<p></p>
<p>Replace quiet splash with nomodeset and press Enter to boot.</p>
<p>Repeat this operation post-install in your grub boot menu and read Hardware drivers to install additional drivers.</p>
</div>
<div class="section" id="other-boot-options">
<h2 class="section-heading"><li>Other boot options</li></h2>
<p>If you still cannot boot try one of the following solutions:</p>
<ul class="simple">
<li>Try nouveau.noaccel=1 instead of nomodeset.</li>
<li>After the installation, use Advanced Options ‣ Recovery mode from the boot menu and choose resume.</li>
</ul>
</div>
<div class="section" id="install-an-older-release">
<p>If your computer has compatibility issues with the latest Linux Mint release, install a previous release from the same Linux Mint series.</p>
<p>For instance, if you can’t install Linux Mint 18.3 (which comes with a 4.10 kernel), install Linux Mint 18 (which comes with a 4.4 kernel) and upgrade to 18.3.</p>
<div class="admonition note">
<p class="first admonition-title">Note:</p>
<p class="last">The first release in each series uses an LTS (Long Term Support) kernel. Upgrading from this release to the latest one in the series does not change your kernel.</p>
</div>
</div>
</div>
</section><!--//section-->
</article><!--//docs-article-->
<article class="docs-article" id="section-8">
<header class="docs-header">
<h1 class="docs-heading">Resources</h1>
<section class="docs-intro">
<p>Section intro goes here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque finibus condimentum nisl id vulputate. Praesent aliquet varius eros interdum suscipit. Donec eu purus sed nibh convallis bibendum quis vitae turpis. Duis vestibulum diam lorem, vitae dapibus nibh facilisis a. Fusce in malesuada odio.</p>
</section><!--//docs-intro-->
</header>
<section class="docs-section" id="item-8-1">
<h2 class="section-heading">Section Item 8.1</h2>
<p>Vivamus efficitur fringilla ullamcorper. Cras condimentum condimentum mauris, vitae facilisis leo. Aliquam sagittis purus nisi, at commodo augue convallis id. Sed interdum turpis quis felis bibendum imperdiet. Mauris pellentesque urna eu leo gravida iaculis. In fringilla odio in felis ultricies porttitor. Donec at purus libero. Vestibulum libero orci, commodo nec arcu sit amet, commodo sollicitudin est. Vestibulum ultricies malesuada tempor.</p>
</section><!--//section-->
<section class="docs-section" id="item-8-2">
<h2 class="section-heading">Section Item 8.2</h2>
<p>Vivamus efficitur fringilla ullamcorper. Cras condimentum condimentum mauris, vitae facilisis leo. Aliquam sagittis purus nisi, at commodo augue convallis id. Sed interdum turpis quis felis bibendum imperdiet. Mauris pellentesque urna eu leo gravida iaculis. In fringilla odio in felis ultricies porttitor. Donec at purus libero. Vestibulum libero orci, commodo nec arcu sit amet, commodo sollicitudin est. Vestibulum ultricies malesuada tempor.</p>
</section><!--//section-->
<section class="docs-section" id="item-8-3">
<h2 class="section-heading">Section Item 8.3</h2>
<p>Vivamus efficitur fringilla ullamcorper. Cras condimentum condimentum mauris, vitae facilisis leo. Aliquam sagittis purus nisi, at commodo augue convallis id. Sed interdum turpis quis felis bibendum imperdiet. Mauris pellentesque urna eu leo gravida iaculis. In fringilla odio in felis ultricies porttitor. Donec at purus libero. Vestibulum libero orci, commodo nec arcu sit amet, commodo sollicitudin est. Vestibulum ultricies malesuada tempor.</p>
</section><!--//section-->
</article><!--//docs-article-->
<article class="docs-article" id="section-9">
<header class="docs-header">
<h1 class="docs-heading">FAQs</h1>
<section class="docs-intro">
<p>Section intro goes here. You can list all your FAQs using the format below.</p>
</section><!--//docs-intro-->
</header>
<section class="docs-section" id="item-9-1">
<h2 class="section-heading">Section Item 9.1 <small>(FAQ Category One)</small></h2>
<h5 class="pt-3"><i class="fas fa-question-circle mr-1"></i>Disks and partitions under Linux</h5>
<p>If you are not familiar with the Linux naming scheme for devices and partitions, or the concept of filesystems and mount points, read:</p>
<p><a href="https://linuxbsdos.com/2014/11/08/a-beginners-guide-to-disks-and-disk-partitions-in-linux/" target="_blank">Disks and disk partions in Linux</a></p>
<p><a href="https://www.debian.org/releases/wheezy/amd64/apcs04.html.en" target="_blank">Device Names in Linux</a></p>
<p><a href="http://etutorials.org/Linux+systems/red+hat+linux+9+professional+secrets/Part+II+Exploring+Red+Hat+Linux/Chapter+7+Red+Hat+Linux+Basics/Understanding+the+Linux+File+System/" target="_blank">Linux File System</a></p>
<h5 class="pt-3"><i class="fas fa-question-circle mr-1"></i>Dedicated /home partition</h5>
<p>In Linux, the /home directory is used to store user data and preferences.</p>
<p>This directory contains one subdirectoy for each user account. Say your username is john, your home directory is /home/john, your downloads are in /home/john/Downloads, your documents in /home/john/Documents, your Firefox bookmarks somewhere in /home/john/.mozilla and so on…</p>
<p>By giving /home its own dedicated partition, you separate the user data from the rest of the operating system.</p>
<p>The advantage is that you can wipe the operating system and replace it without affecting the user data./p>
<p>When installing Linux Mint:</p>
<p><li>Assign the / mount point to the partition dedicated to the operating system, and tell the installer to format it.</li></p>
<p><li>Assign the /home mount point to the partition dedicated to the user data, and if it contains user data already, make sure to tell the installer not to format it.</li></p>
<p></p>
</section><!--//section-->
<section class="docs-section" id="item-9-2">
<h2 class="section-heading">Section Item 9.2 <small>(FAQ Category Two)</small></h2>
<h5 class="pt-3"><i class="fas fa-question-circle mr-1"></i>Pre-installing Linux Mint (OEM Installation)</h5>
<p>In the ISO boot menu, OEM install is used to preinstall Linux Mint.</p>
<p>This option is useful to:</p>
<p><li>Manufacturers and resellers who want to install Linux Mint on computers they sell to their customers.</li></p>
<p><li>People who want to sell or give their computer to somebody else.</li></p>
<p>When you install Linux Mint in OEM mode, the operating system is installed with a temporary user account and prepared for the computer’s future owner.</p>
<p>The user account is set up by the new owner.</p>
<p>To perform an OEM installation follow the steps below:</p>
<p>1. Select OEM Install from the USB stick (or DVD) menu.</p>
<p>2. Launch the installer and follow the installation instructions.</p>
<p>3. Restart the computer.</p>
<p>4. Change any system settings or install additional software if you want.</p>
<p>5. When ready, click Prepare for shipping to end user, enter the password you chose during the installation, click OK and shut down the computer.</p>
</section><!--//section-->
<section class="docs-section" id="item-9-3">
<h2 class="section-heading">Section Item 9.3 <small>(FAQ Category Three)</small></h2>
<h5 class="pt-3"><i class="fas fa-question-circle mr-1"></i>Where to find help</h5>
<p><li>The forums</li></p>
<p>The best place to find help is on the <a href="https://forums.linuxmint.com/" target="_blank">Linux Mint Forums</a></p>
<p><li>The chat room</li></p>
<p>Another great place to find help is in the IRC chat room.</p>
<p>To reach the chat room from within Linux Mint, launch Menu ‣ Internet ‣ HexChat.</p>
<p>If you are using another operating system, you can use<a href="https://kiwiirc.com/nextclient/irc.spotchat.org/?i#linuxmint-help" target="_blank"> Kiwiirc</a> to connect to the chat room.</p>
<p><li>Community resources</li></p>
<p>The<a href="https://community.linuxmint.com/tutorial/search" target="_blank"> tutorials section</a> is useful to find tutorials about Linux Mint.</p>
<p>The<a href="http://c.biancheng.net" target="_blank"> hardware database</a> is useful to find compatible hardware.</p>
<p><li>Local communities</li></p>
<p>To find help in your language, use the<a href="http://c.biancheng.net" target="_blank"> Local Communities</a>.</p>
</section><!--//section-->
</article><!--//docs-article-->
<footer class="footer">
<div class="container text-center py-5">
<small class="copyright">Designed with <i class="fas fa-heart" style="color: #fb866a;"></i> by <a class="theme-link" href="http://naemazam.github.io" target="_blank">Naem Azam</a> for developers</small>
<ul class="social-list list-unstyled pt-4 mb-0">
<li class="list-inline-item"><a href="#"><i class="fab fa-github fa-fw"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-slack fa-fw"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-product-hunt fa-fw"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-facebook-f fa-fw"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-instagram fa-fw"></i></a></li>
</ul><!--//social-list-->
</div>
</footer>
</div>
</div>
</div><!--//docs-wrapper-->
<!-- Javascript -->
<script src="assets/plugins/jquery-3.4.1.min.js"></script>
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Page Specific JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.8/highlight.min.js"></script>
<script src="assets/js/highlight-custom.js"></script>
<script src="assets/plugins/jquery.scrollTo.min.js"></script>
<script src="assets/plugins/lightbox/dist/ekko-lightbox.min.js"></script>
<script src="assets/js/docs.js"></script>
</body>
</html>