-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInstallation.html
More file actions
701 lines (426 loc) · 24.1 KB
/
Copy pathInstallation.html
File metadata and controls
701 lines (426 loc) · 24.1 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
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
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
<!DOCTYPE html>
<script src="js/html5shiv.js"></script>
<html lang="en" class="no-js">
<head>
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<script src="js/modernizr.custom.js"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=1378">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="images/favicon.gif"/>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="src/flipclock/css/flipclock.css">
<script src="js/modernizr.custom.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
<script src="js/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery.min.js"></script>
</head>
<body bgcolor="#000000">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56251861-1', 'auto');
ga('send', 'pageview');
</script>
</div>
<div class="la-anim-1"></div>
<div id="wrapper">
<div id="center_top">
<div id="container">
<section id="top_panel">
<div class="container">
<ul class="social_icons">
<li class="vimeo"><a href="http://www.youtube.com/playlist?list=PL5RPGBrEZqxLPKbtJQUpRXaLFdK6CGy2W" title="Youtube"></a></li>
<li class="twitter"><a href="https://www.twitter.com/HAKTUTS" title="Twitter"></a></li>
<li class="facebook"><a href="https://www.facebook.com/groups/1562639250623631/" title="Facebook"></a></li>
<li class="googleplus"><a href="https://plus.google.com/113679497082558809876" title="Google+"></a></li>
</ul>
<ul class="links">
<li><a href="Home.html" title="Home">Home</a></li>
<li><a href="download-all-hacking-tools.html" title="Download">Download</a></li>
<li><a href="Contact-us.html" title="Contact">Contact</a></li>
</ul>
</div>
</section>
<section class="container">
<header id="header">
<div id="sticky_navigation" class="shadow">
<div class="container">
<a href="index.html" id="logo" style="background: none; ">
<h1> HaKTuts
</h1>
</a>
<meta name="language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="" />
<meta name="keywords" content=" " />
<meta name="classification" content="Ethical hacking, Linux ,Tips and tricks, News, Download" />
<meta name="distribution" content="Global" />
<meta name="rating" content="General" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="10 days" />
<link rel="shortcut icon" href="images/favicon.gif"/>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title> Welcome to HaKTuts </title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300|Droid+Sans:400,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300|Droid+Sans:400,300|Lily+Script+One' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script><!--GOOGLE MAPS-->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Divisions for loading effects -->
<div class="la-anim-10"></div>
<div class="container">
<div class="main">
<div id="navigation-wrapper">
<nav id="main-navigation">
<ul class="main-menu">
<li>
<div id="la-buttons" class="column">
<button data-anim="la-anim-10" onclick="window.location.href='Home.html'">Home</button>
</div>
</li>
<li>
<div id="la-buttons" class="column">
<button data-anim="la-anim-10" onclick="window.location.href='Free-ethical-hacking-course-online.html'" class="active">Ethical Hacking</button>
</div>
</li>
<li>
<div id="la-buttons" class="column">
<button data-anim="la-anim-10" onclick="window.location.href='Linux.html'">Linux</button>
</div>
</li>
<li>
<div id="la-buttons" class="column">
<button data-anim="la-anim-10" onclick="window.location.href='http://haktuts.blogspot.in'">Blog</button>
</div>
</li>
<li>
<div id="la-buttons" class="column">
<button data-anim="la-anim-10" onclick="window.location.href='http://www.haktuts.in/'">Free Paid Android Application</button>
</div>
</li>
<li>
<div id="la-buttons" class="column">
<button data-anim="la-anim-10" onclick="window.location.href='Book.html'">Book</button>
</div>
</li>
<li>
<div id="la-buttons" class="column">
<button data-anim="la-anim-10" onclick="window.location.href='download-all-hacking-tools.html'">Download</button>
</div>
</li>
<li>
<div id="la-buttons" class="column">
<button data-anim="la-anim-10" onclick="window.location.href='Contact-us.html'">Contact Us</button>
</div>
</li>
<li>
<div id="la-buttons" class="column">
<button data-anim="la-anim-10" onclick="window.location.href='https://cse.google.com/cse/publicurl?cx=001639366659799729802:vr921b1tgry#gsc.tab=0&gsc.q=haktuts&gsc.sort='">Hackers Search Engine</button>
</div>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
</section>
</section>
<div id="wb_element_instance1305" class="wb_element" style="left: 0px; top: 0px; width: 1000px; height: auto; min-width: 900px; min-height: 500px;padding-left: 200px ;padding-bottom: 50px; z-index: 299; "><p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1339" class="wb_element" style=" line-height: normal;"><p><span class="wb-stl-special"><h1>Installation Minimum requirements:</h1></span></p>
</div>
<p class="wb-stl-normal">. Bootable CD-DVD Drive / USB Stick</p>
<p class="wb-stl-normal">• A minimum of 8 GB disk space for the Kali Linux install.</p>
<p class="wb-stl-normal">• For i386 and amd64 architectures, a minimum of 512MB RAM.<br>
• You will also need an active Internet connection before installation. This is very important or you will not be able to configure and repositories during installation.</p>
<p class="wb-stl-normal"> </p><br><strong>
<p class="wb-stl-normal">- Download Kali Linux and either burn the ISO to DVD, or prepare a USB stick with Kali Linux Live as the installation medium.</p>
</strong><p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal">When you start Kali you will be presented with a Boot Install screen. You may choose what type of installation (GUI based or Text Based) you would like to perform.</p>
<p class="wb-stl-normal"> </p><br>
<div id="wb_element_instance1306" class="wb_element"><img alt="" src="gallery/6f8d023c3383bb71a719623ef7b98856_487x367.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal">Select the local language preference, country, and keyboard preferences.</p>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1307" class="wb_element"><img alt="" src="gallery/7c5c541a727059b2f4fecb4d26798d13_566x371.jpg"></div>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal">Select a hostname for the Kali Linux host. The default hostname is Kali.</p>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1308" class="wb_element"><img alt="" src="gallery/3c39f3381f989708050b0e1e5e8c7c98_582x372.jpg"></div>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal">Select a password.</p>
<p class="wb-stl-normal">Simple passwords may not work so chose something that has some degree of complexity.</p>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal"> </p><div id="wb_element_instance1309" class="wb_element"><img alt="" src="gallery/b6c35366609de2c6aafff9a77757a6da_528x344.jpg"></div>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal">The next prompt asks for your time zone. Modify accordingly and select continue. The next example shows selecting Eastern Standard time.</p>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p><div id="wb_element_instance1310" class="wb_element"><img alt="" src="gallery/63277d56018a1813ea013bffcd845d83_525x344.jpg"></div>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal">Select Manual, then click Continue.</p>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p><div id="wb_element_instance1311" class="wb_element"><img alt="" src="gallery/a5cee14072cb4a212b7804126d30e40c_700x460.jpg"></div>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal">1. Create the boot partition</p>
<p class="wb-stl-normal">Select Create a new partition, then click Continue.</p>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal"> </p><div id="wb_element_instance1312" class="wb_element"><img alt="" src="gallery/e7fdf32c69f80873ed49a2ce25de5ff2_698x190.jpg"></div>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal">Allocate a suitable disk space to it. Any value more than 50 MB is good. More is better. Continue.</p>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1313" class="wb_element"><img alt="" src="gallery/df63f5c7233de76d1e2081fe8e1d54e5_697x190.jpg"></div>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal">If this is the first partition on ths disk, the installer will create it as a Primarypartition, which is just fine. Subsequent partitions will be created as Logicalpartitions, which is just fine, too. </p>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1314" class="wb_element"><img alt="" src="gallery/d7e76104fb3708908600fc4b06619db5_697x190.jpg"></div>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal">The default is good. Continue.</p>
<p class="wb-stl-normal"> </p><br>
<div id="wb_element_instance1315" class="wb_element"><img alt="" src="gallery/7e2e2a2bbde92818762461b2304da7a4_698x191.jpg"></div>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal">The partition has been created. Now we need to specify that we want it mounted at /boot. To do that, double-click on the Mount point line. You'll have to do this to change the mount point of any partition.</p>
<p class="wb-stl-normal"> </p><br>
<div id="wb_element_instance1316" class="wb_element"><img alt="" src="gallery/20c6497673a38ec33ac021c15826eaba_699x460.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal">Select /boot from the list of options.</p>
<p class="wb-stl-normal"> </p><br>
<div id="wb_element_instance1317" class="wb_element"><img alt="" src="gallery/61970d7055c2ecddb0b3df7f22a07b5b_700x457.jpg"></div><p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal">That's all you need to do for this partition.</p>
<p class="wb-stl-normal"> </p><br>
<div id="wb_element_instance1318" class="wb_element"><img alt="" src="gallery/19688d2ac8d5d40a7755b1fef561be91_700x458.jpg"></div><p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p><br>
<p class="wb-stl-normal">Select Done setting up the partition, then click Continue.</p>
<br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1319" class="wb_element"><img alt="" src="gallery/95de9c5b3cb6137f4d6d64331b356e92_700x459.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal">2. Create the root partition</p>
<p class="wb-stl-normal">Back to the main partitioning window, you should see the new partition you just created and the available free space. Select the latter, then click Continue to create the next partition, which will be for the root partition. Note that this step will have to be repeated to create subsequent partitions.</p>
<p class="wb-stl-normal"> </p><br>
<div id="wb_element_instance1320" class="wb_element"><img alt="" src="gallery/df6dbb0e3d0edec5db2c17be91f36db9_700x459.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal">Continue.</p>
<br>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1321" class="wb_element"><img alt="" src="gallery/ac4c65e0e7be18a327f8ff556f125006_698x191.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal">A fresh installation of Kali Linux 1.0.6 takes up more than 9.5 GB of disk space, so assign this partition enough disk space to install the system and also sufficient to account for future growth in disk usage. Continue.</p>
<p class="wb-stl-normal">The default is good. Continue.</p>
<br><p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1322" class="wb_element"><img alt="" src="gallery/679105039159c1cff9709536bc995b2c_699x192.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal">Continue.</p>
<br>
<div id="wb_element_instance1323" class="wb_element"><img alt="" src="gallery/6abe096bb18aa5c4479adc3098ed94fc_698x193.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal">By default, it should be mounted at /, so select Done setting up the partition, then click Continue.</p>
<br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1324" class="wb_element"><img alt="" src="gallery/bec41d07ffa4185b471c950a3d8db2d9_700x459.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal">3. Create the partition for /home</p>
<p class="wb-stl-normal">After selecting the remaining free space from the main partitioning window, then clicking Continue, you should see this window, which should be familiar to you by now. Select Create a new partition, then click Continue.</p>
<br><p class="wb-stl-normal"> </p>
<div id="wb_element_instance1325" class="wb_element"><img alt="" src="gallery/626c012ea8d6eccc3fc8312c4f274949_698x192.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal">Since this partition will be mounted at /home, assign it as much disk space as you have available. Continue.</p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1326" class="wb_element"><img alt="" src="gallery/8b8f27d2427195dd9da1d6fb3e02a51a_699x189.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal">Continue.</p>
<br>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1327" class="wb_element"></div>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1329" class="wb_element"><img alt="" src="gallery/ae3672f81a6f8a61a9949da847c1bdb6_696x193.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal">The default settings are good, so select Done setting up the partition, then clickContinue.</p>
<p class="wb-stl-normal"> </p><br>
<div id="wb_element_instance1328" class="wb_element"><img alt="" src="gallery/730edbaf6320d62658e1c1476d972e15_699x459.jpg"></div>
<br>
<br><p class="wb-stl-normal"> </p>
<div id="wb_element_instance1330" class="wb_element"><img alt="" src="gallery/7f6bb15ec2909c4292383cccb3d8ce7c_698x192.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal">4. Create the Swap partition</p>
<p class="wb-stl-normal">This will be the last partition. Continue.</p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<br><p class="wb-stl-normal"> </p>
<div id="wb_element_instance1331" class="wb_element"><img alt="" src="gallery/218437c5b4423d3af27f84faeb2d1569_698x190.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal">On a 64-bit system, <strong>4 GB </strong>for Swap is good enough. On a 32-bit system, 2 GB or less is enough. Continue.</p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal"> </p>
<div id="wb_element_instance1332" class="wb_element"><img alt="" src="gallery/1dba134b732f02e1713a6d2cb3e95f4a_698x192.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal">Continue.</p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<br><p class="wb-stl-normal"> </p>
<div id="wb_element_instance1333" class="wb_element"><img alt="" src="gallery/ff6337cb82714199ea66f03a129a1105_700x459.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal">You need to change the default setting here, so double-click on the <strong>"Use as"</strong> line as show in above image and select swap area from the list of options in the window that opens.</p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<br><p class="wb-stl-normal"> </p>
<div id="wb_element_instance1334" class="wb_element"><img alt="" src="gallery/7f87f2a852137c01716b9352397f351f_698x458.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal">Select <strong>"Done setting up the partition".</strong> Continue.</p>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal"> </p>
<br><p class="wb-stl-normal"> </p>
<div id="wb_element_instance1335" class="wb_element"><img alt="" src="gallery/fb63eddc2fa40616caaccf8923f32cac_699x458.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal">Back to the main partitioning window, you should see all the partitions that you created. Verify that all is well, then select <strong>" Finish partitioning and write changes to disk "</strong></p>
<br><p class="wb-stl-normal"> </p>
<div id="wb_element_instance1336" class="wb_element"><img alt="" src="gallery/6c030967f01f7d36d5a7d14578e4c4d8_532x207.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal">Yes. Continue. That's the end for how to create partitions manually for Kali Linux (1.0.6). </p>
<p class="wb-stl-normal"> </p>
<br><div id="wb_element_instance1337" class="wb_element"><img alt="" src="gallery/1ed7d18a470f8f6a490e9af8df297e2e_465x308.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal">Kali Linux using central repositories to distribute application packages. If you would like to install these packages, you need to use a network mirror. The packages are downloaded via HTTP protocol. If your network uses a proxy server, you will also need to configure the proxy settings for you network.</p>
<p class="wb-stl-normal"> </p>
<br><p class="wb-stl-normal"> </p>
<div id="wb_element_instance1338" class="wb_element"><img alt="" src="gallery/8bba8c6a4307d0957abf26dec5a4388d_449x295.jpg"></div>
<p class="wb-stl-normal"> </p>
<br>
<p class="wb-stl-normal"> </p>
<p class="wb-stl-normal">Kali will be prompt to install GRUB. GRUB is a multi-bootlader that gives the user the ability to pick and bootup to multiple operating systems. In almost all cases, you should select to install GRUB. If you are configuring your system to duel boot, you will want to make sure GRUB recognizes the other operating systems in order for it to give users the options to boot into an alternative operating system. If it does not detect any other operating systems, the machine will automatically boot into Kali Linux.</p>
<br>4.04.0
<p class="wb-stl-normal">Congratulations! You have finished installing Kali Linux. You will want to remove all media (physical or virtual) and select continue to reboot your system.</p>
<p class="wb-stl-normal"> </p>
</div>
</div><!--CENTER PAGE ENDS-->
</div><!--CONTAINER PAGE ENDS-->
</div><!--WRAPPER ENDS-->
<div id="fb-root">
<section id="copyrights">
<div class="container">
<center>
<p>© 2014 <a href="Home.html" target="_blank" class="colored-text"> HaKTuts</a>. All rights reserved.</p></center></div>
</section>
<script src="js/classie.js"></script>
<script>
var loader = document.getElementById('la-anim-6-loader')
, border = document.getElementById('la-anim-6-border')
, α = 0
, π = Math.PI
, t = 15
, tdraw;
function PieDraw() {
α++;
α %= 360;
var r = ( α * π / 180 )
, x = Math.sin( r ) * 250
, y = Math.cos( r ) * - 250
, mid = ( α > 180 ) ? 1 : 0
, anim = 'M 0 0 v -250 A 250 250 1 '
+ mid + ' 1 '
+ x + ' '
+ y + ' z';
loader.setAttribute( 'd', anim );
border.setAttribute( 'd', anim );
if( α != 0 )
tdraw = setTimeout(PieDraw, t); // Redraw
}
function PieReset() {
clearTimeout(tdraw);
var anim = 'M 0 0 v -250 A 250 250 1 0 1 0 -250 z';
loader.setAttribute( 'd', anim );
border.setAttribute( 'd', anim );
}
var inProgress = false;
Array.prototype.slice.call( document.querySelectorAll( '#la-buttons > button' ) ).forEach( function( el, i ) {
var anim = el.getAttribute( 'data-anim' ),
animEl = document.querySelector( '.' + anim );
el.addEventListener( 'click', function() {
if( inProgress ) return false;
inProgress = true;
classie.add( animEl, 'la-animate' );
if( anim === 'la-anim-6' ) {
PieDraw();
}
setTimeout( function() {
classie.remove( animEl, 'la-animate' );
if( anim === 'la-anim-6' ) {
PieReset();
}
inProgress = false;
}, 6000 );
} );
} );
</script>
<script type="text/javascript" src="js/scripts.js"></script>
<script type="text/javascript" src="js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript" src="js/hinclude.js"></script>
<script type="text/javascript" src="js/jquery.lazy.js"></script>
</body>
</html>