Skip to content

Instantly share code, notes, and snippets.

View spezifisch's full-sized avatar
🐢
I may be slow to respond.

spezifisch

🐢
I may be slow to respond.
View GitHub Profile
@spezifisch
spezifisch / lineage-signing-builds.md
Last active August 29, 2024 16:49 — forked from A2L5E0X1/lineage-signing-builds.md
Signing LineageOS builds with your own dev-keys (Lineage 21 and newer)

Generating dev-keys to sign android builds (Lineage 21 and newer)

All you need is an Android buildsystem (LineageOS is recommended)

PART 1: GENERATING KEYS

  1. Export your infos (replace examples with your infos)
subject='/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/'
@spezifisch
spezifisch / tmux.conf
Last active December 22, 2022 21:29 — forked from brianredbeard/tmux.conf
A better starting tmux config. Live like screen, but better
# based on https://gist.github.com/brianredbeard/8963552
# make CTRL+a the 'prefix' ala screen.
bind C-a send-prefix
set -g prefix C-a
# get rid of the tmux standard of CTRL+b
unbind C-b
# 0-based indices
set -g base-index 0
setw -g pane-base-index 0