Skip to content

Instantly share code, notes, and snippets.

View smartium's full-sized avatar

SMARTIUM smartium

View GitHub Profile
@smartium
smartium / tmux-cheatsheet.markdown
Created December 19, 2021 14:27 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
qemu-system-aarch64 ^
-M virt ^
-cpu cortex-a57 ^
-accel tcg,thread=multi ^
-smp <NUCLEOS> ^
-m <MEMORIA_RAM> ^
-bios <CAMINHO_QEMU_EFI.fd> ^
-vnc localhost:0 ^
-device ramfb ^
-device ich9-usb-ehci1 ^
@smartium
smartium / answerfile
Created December 21, 2020 19:09 — forked from oofnikj/answerfile
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"