Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View tadaskay's full-sized avatar
🎧
Retrowave

Tadas Krivickas tadaskay

🎧
Retrowave
View GitHub Profile

Mac OS X Traffic Lights

Useful in Electron apps when the default title bar must be hidden. There are some slight issues with this rendering in browser, but it looks perfect inside Electron :)

A Pen by atdrago on CodePen.

License.

#!/bin/sh
# Install latest release of myst for debian/raspbian
#
# Variables:
# - SNAPSHOT (default: false) - set to "true" to install development snapshot
#
set -e
@tadaskay
tadaskay / raspberry-pi-chroot-armv7-qemu.sh
Last active March 23, 2021 08:29 — forked from jkullick/raspberry-pi-chroot-armv7-qemu.md
Chroot into Raspberry Pi ARMv7 Image with Qemu
# install dependecies
apt-get install qemu qemu-user-static binfmt-support systemd-container
# download raspbian image
#wget https://downloads.raspberrypi.org/raspbian_latest
# extract raspbian image
#unzip raspbian_latest
# extend raspbian image by 1gb