Skip to content

Instantly share code, notes, and snippets.

View pmavila's full-sized avatar
🏠
Working from home

Paulo Miguel Avila pmavila

🏠
Working from home
View GitHub Profile
@pmavila
pmavila / studyfirst.txt
Created October 15, 2021 23:26
pihole blocklist
0.0.0.0 roblox.com
0.0.0.0 youtube.com
@pmavila
pmavila / arch_vbox.md
Last active August 8, 2018 07:06 — forked from dannycastonguay/arch_vbox.md
Installing Arch Linux on VirtualBox in Windows 10 for beginners

Installing Arch Linux on VirtualBox in Windows 10

I recently upgraded to a new system, and instead of running Arch Linux natively I've decided to run it inside VirtualBox on Windows 10. Below I note down the steps I took, which closely follow the excellent wiki pages of archlinux. But along the way, I also noted a few other steps steps I took to make this system very comfortable, which you'll have to figure out for yourself if you like them or not!

Setting up Windows 10 to be ready

There isn't much of preparation required, given that I started from scratch, but I did have to setup my windows environment a little bit.

  1. Install the windows package manager chocolatey
  2. Install qBittorrent (which will be used to download an iso copy of arch) by running the following command from the command line choco install qbittorrent (recommended to run the command line as an adm