Skip to content

Commit d4ca588

Browse files
committed
Adding lab setup docs
1 parent 5f87fbc commit d4ca588

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
1-
# Secure-Programming
1+
# Secure Programming
2+
23
Secure Programming
4+
5+
## Setting up Secure Programming Lab
6+
7+
- [Download: VirtualBox](https://www.virtualbox.org/wiki/Downloads)
8+
9+
<p>
10+
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/Virtualbox_logo.png" width="200px" >
11+
</p>
12+
13+
- [Download Tutorial: Cisco Packet Tracer](https://www.packettracernetwork.com/download/download-packet-tracer.html)
14+
- [Download: Cisco Packet Tracer](https://www.netacad.com/portal/resources/packet-tracer)
15+
16+
<p>
17+
<img src="https://image.winudf.com/v2/image1/Y29tLm5ldGFjYWQuUGFja2V0VHJhY2VyTV9pY29uXzE1NjY5OTcyODdfMDgx/icon.png?w=&fakeurl=1" width="200px" >
18+
</p>
19+
20+
- [Download: Kali Linux ISO File](https://www.kali.org/get-kali/#kali-live)
21+
22+
<p>
23+
<img src="https://i.stack.imgur.com/Gns38.png" width="200px" >
24+
</p>
25+
26+
27+
### Kali Linux Virtual Box Setup
28+
29+
- [Tutorial: How to Install Kali Linux on VirtualBox](https://www.youtube.com/watch?v=ZXlDkMC9N34)
30+
31+
#### Errors faced while installing Kali Linux
32+
33+
- [Fix: Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE) or VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)](https://techsupportwhale.com/not-in-a-hypervisor-partition/)
34+
- [Fix: Cannot install Ubuntu in VirtualBox due to "this kernel requires an x86-64 CPU, but only detects an i686 CPU, unable to boot" error](https://askubuntu.com/questions/308937/cannot-install-ubuntu-in-virtualbox-due-to-this-kernel-requires-an-x86-64-cpu)

0 commit comments

Comments
 (0)