Skip to content

Instantly share code, notes, and snippets.

Follow the instructions on the links
https://gist.github.com/tdcosta100/385636cbae39fc8cd0937139e87b1c74 (Specially for installing a desktop environment)
https://github.com/cascadium/wsl-windows-toolbar-launcher
https://gist.github.com/Ta180m/e1471413f62e3ed94e72001d42e77e22
git clone https://github.com/DamionGans/ubuntu-wsl2-systemd-script.git
cd ubuntu-wsl2-systemd-script/
@afmiguez
afmiguez / wsl-kvm.sh
Last active May 13, 2024 21:41
Script to enable KVM in WSL2
#Fully based on https://boxofcables.dev/accelerated-kvm-guests-on-wsl-2/
if [ -z "$1" ]
then
echo "Must supply your Windows 10 username"
exit
fi
WIN_USERNAME=$1
#package updates and installations
@afmiguez
afmiguez / README.md
Created August 3, 2019 09:22 — forked from maqnouch/README.md
Signal Installation Steps

Signal Server Installation Guide

Author: Aqnouch Mohammed aqnouch.mohammed@gmail.com

Abstract

This paper is a quickstart for anyone aims to setup a working Signal Server.

What Is Signal

Signal is an encrypted instant messaging and voice calling application for Android. It uses the Internet to send one-to-one and group messages, which can include images and video messages, and make one-to-one voice calls. Signal uses standard phone numbers as identifiers and end-to-end encryption to secure all communications to other Signal users.