Skip to content

Commit

Permalink
Files organization with leading zeros in the filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Jan 19, 2024
1 parent 760b49f commit 6524301
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Docs/0 - Installation.md → Docs/00 - Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ We now can proceed to tweak the system for full and greater virtualization!

----

Next step: **[Configuring the Bridge Network](1%20-%20Bridge%20Network.md)**
Next step: **[Configuring the Bridge Network](01%20-%20Bridge%20Network.md)**
2 changes: 1 addition & 1 deletion Docs/1 - Bridge Network.md → Docs/01 - Bridge Network.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Very good! Your network is ready now.

----

Next step: **[Enabling PCI-e Passthrough](2%20-%20PCI-e%20Passthrough.md)**
Next step: **[Enabling PCI-e Passthrough](02%20-%20PCI-e%20Passthrough.md)**
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ reboot

Check the IOMMU groups again to make sure it is working. You now should be able to create VMs and attach PCI-e devices to it.

Next step: **[Setting up Virtualization Hooks](3%20-%20Virtualization%20Hooks.md)**
Next step: **[Setting up Virtualization Hooks](03%20-%20Virtualization%20Hooks.md)**

----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ tail -f /var/log/libvirt/qemu/${NAME}.log

----

Next step: **[Managing Virtual Machines](4%20-%20Virtual%20Machine%20Management.md)**
Next step: **[Managing Virtual Machines](04%20-%20Virtual%20Machine%20Management.md)**
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ virt-install \
> ${NAME}.xml
```

Now that you generated the basic XML, you need to edit the XML file to set extra configurations and tweak your VM configuration. The best configurations are described on the next topic: **[XML Configurations](5%20-%20XML%20Configurations.md)**:
Now that you generated the basic XML, you need to edit the XML file to set extra configurations and tweak your VM configuration. The best configurations are described on the next topic: **[XML Configurations](05%20-%20XML%20Configurations.md)**:

```bash
vim ${NAME}.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,6 @@ If you come from the previous topic, set the relevant XML details for your VM an

I will update this configuration guide once I learn more relevant details in the future. If you are targeting one specific type of virtual machine, I created a few topics on that to write my observations:

- **[Linux Virtualization](6%20-%20Linux%20Virtualization.md)**
- **[Windows Virtualization](7%20-%20Windows%20Virtualization.md)**
- **[MacOS Virtualization](8%20-%20MacOS%20Virtualization.md)**
- **[Linux Virtualization](06%20-%20Linux%20Virtualization.md)**
- **[Windows Virtualization](07%20-%20Windows%20Virtualization.md)**
- **[MacOS Virtualization](08%20-%20MacOS%20Virtualization.md)**
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ You can virtualize any Linux distribution and everything should work as expected

Others tips and tricks:

- **[Windows Virtualization](7%20-%20Windows%20Virtualization.md)**
- **[MacOS Virtualization](8%20-%20MacOS%20Virtualization.md)**
- **[Windows Virtualization](07%20-%20Windows%20Virtualization.md)**
- **[MacOS Virtualization](08%20-%20MacOS%20Virtualization.md)**
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ You can virtualize almost any Windows version. These observations are valid for

Others tips and tricks:

- **[Linux Virtualization](6%20-%20Linux%20Virtualization.md)**
- **[MacOS Virtualization](8%20-%20MacOS%20Virtualization.md)**
- **[Linux Virtualization](06%20-%20Linux%20Virtualization.md)**
- **[MacOS Virtualization](08%20-%20MacOS%20Virtualization.md)**
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ This process is very useful if you are having issues booting MacOS.

Others tips and tricks:

- **[Linux Virtualization](6%20-%20Linux%20Virtualization.md)**
- **[Windows Virtualization](7%20-%20Windows%20Virtualization.md)**
- **[Linux Virtualization](06%20-%20Linux%20Virtualization.md)**
- **[Windows Virtualization](07%20-%20Windows%20Virtualization.md)**
File renamed without changes.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Our object is just one: have a **full working virtualization platform with QEMU

Follow the guides inside the ```Docs``` folder or use the links below for a specific topic:

- **[Host System Installation](Docs/0%20-%20Installation.md)**
- **[Configuring the Bridge Network](Docs/1%20-%20Bridge%20Network.md)**
- **[Enabling PCI-e Passthrough](Docs/2%20-%20PCI-e%20Passthrough.md)**
- **[Virtualization Hooks](Docs/3%20-%20Virtualization%20Hooks.md)**
- **[Managing Virtual Machines](Docs/4%20-%20Virtual%20Machine%20Management.md)**
- **[XML Configurations](Docs/5%20-%20XML%20Configurations.md)**
- **[Linux Virtualization](Docs/6%20-%20Linux%20Virtualization.md)**
- **[Windows Virtualization](Docs/7%20-%20Windows%20Virtualization.md)**
- **[MacOS Virtualization](Docs/8%20-%20MacOS%20Virtualization.md)**
- **[File Sharing](Docs/9%20-%20File%20Sharing.md)**
- **[Host System Installation](Docs/00%20-%20Installation.md)**
- **[Configuring the Bridge Network](Docs/01%20-%20Bridge%20Network.md)**
- **[Enabling PCI-e Passthrough](Docs/02%20-%20PCI-e%20Passthrough.md)**
- **[Virtualization Hooks](Docs/03%20-%20Virtualization%20Hooks.md)**
- **[Managing Virtual Machines](Docs/04%20-%20Virtual%20Machine%20Management.md)**
- **[XML Configurations](Docs/05%20-%20XML%20Configurations.md)**
- **[Linux Virtualization](Docs/06%20-%20Linux%20Virtualization.md)**
- **[Windows Virtualization](Docs/07%20-%20Windows%20Virtualization.md)**
- **[MacOS Virtualization](Docs/08%20-%20MacOS%20Virtualization.md)**
- **[File Sharing](Docs/09%20-%20File%20Sharing.md)**
- **[Docker Containers](Docs/10%20-%20Docker%20Containers.md)**

0 comments on commit 6524301

Please sign in to comment.