From 6a38b51bd42925b34ce05bfb26cffef6998fa8f8 Mon Sep 17 00:00:00 2001 From: Phantop Date: Wed, 17 Oct 2018 21:14:58 -0400 Subject: [PATCH] Guides: Slight rename and first Qemu guides --- index.md | 2 +- reads/guides.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index e3219fc..fe3435e 100644 --- a/index.md +++ b/index.md @@ -12,5 +12,5 @@ [zach resources](reads/zachs-resources) -[programming guides](reads/guides) +[guides](reads/guides) diff --git a/reads/guides.md b/reads/guides.md index 591627b..7a0e0f7 100644 --- a/reads/guides.md +++ b/reads/guides.md @@ -1,4 +1,4 @@ -# Various programming guides to do someday +# Various tech guides to do someday ## Ricing @@ -30,6 +30,12 @@ [Learn Regex](https://github.com/zeeshanu/learn-regex) +# Qemu + +[Drew Devault's Getting Started](https://drewdevault.com/2018/09/10/Getting-started-with-qemu.html) + +[Gentoo Qemu Options List](https://wiki.gentoo.org/wiki/QEMU/Options) + ## FOSS/Privacy [Attedz's Android Privacy Guide](https://gitlab.com/Attedz/AndroidPrivacyGuide/blob/master/README.md)