Skip to content

Instantly share code, notes, and snippets.

View warp1337's full-sized avatar
🎯
Focusing

Florian Lier warp1337

🎯
Focusing
View GitHub Profile
@warp1337
warp1337 / margin-linux-in-wsl.md
Last active July 13, 2019 09:03
Running Margin Linux on Windows 10

DISCLAIMER This is no official margin support channel/document. Use at your own risk.

HowTo (must be done only once)

  • This gist will show you how to run margin-linux on Windows 10. Well, this sounds really odd, but it is an interesting alternative.

  • First install the WSL. Before installing any Linux distros for "Windows Subsystem for Linux" (WSL), you must ensure that the WSL optional feature is enabled. Open PowerShell as Administrator and run:

@warp1337
warp1337 / Dockerfile
Last active March 29, 2021 11:06
Running Margin in Docker
# Download official ubuntu 18.04 base image
FROM ubuntu:18.04
# Update software repository
RUN sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && apt-get update && apt-get -y upgrade
# Install LXDE and super minimal deps
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y lxde-core lxterminal libfontconfig1 mesa-common-dev \
libglu1-mesa-dev libasan4 libubsan0 gdb nano libxcb-xkb-dev libxkbcommon-*