Skip to content

Instantly share code, notes, and snippets.

View 66Ton99's full-sized avatar
🇺🇦

Ton Sharp 66Ton99

🇺🇦
View GitHub Profile
@66Ton99
66Ton99 / void-wsl.sh
Last active April 3, 2024 16:31 — forked from JucaRei/void-wsl.sh
Install Void Linux on WSL2
# Based on https://gist.github.com/kmatt/71603170556ef8ffd14984af77ff10c5
# prompt ">" indicates Powershell commands
# prompt "$" are Linux shell commands
# https://learn.microsoft.com/en-us/windows/wsl/install
> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
> dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
# No need for Windows 11, but for Windows 10 install https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
@66Ton99
66Ton99 / virt-manager-osx-macports
Last active October 6, 2016 10:24 — forked from LuisPalacios/virt-manager-osx
Install virt-manager OSX with MacPorts
sudo port -v install intltool py27-pygtk py27-gobject3 libvirt gtk3 libvirt
cd $HOME
# Sources:
# compile what you need from here https://github.com/jeffreywildman/homebrew-virt-manager
cd $HOME
git clone https://github.com/virt-manager/virt-manager
# Change destination install directory instead of /usr, due to