Skip to content

Instantly share code, notes, and snippets.

View morfikov's full-sized avatar

Mikhail Morfikov morfikov

View GitHub Profile
@vinecodes
vinecodes / compile-kernel-G4c
Last active March 6, 2018 21:37
Kernel Compilation Guide for LG G4c
Kernel Compilation Guide
Author: Vineeth Penugonda
(1) git clone https://github.com/LG-K10/android_kernel_lge_msm8916.git -b cm-14.1
(2) git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8
(3) sudo gedit ~/.profile.
Then, source ~/.profile.
(4) (Add below lines at the end)
@telenieko
telenieko / a_enable_wireless.sh
Created March 5, 2018 16:57
Sample files to enable wireless on Debian initramfs
#!/bin/sh
# this goes into /etc/initramfs-tools/scripts/init-premount/a_enable_wireless
PREREQ=""
prereqs()
{
echo "$PREREQ"
}
case $1 in
prereqs)
@rjhansen
rjhansen / keyservers.md
Last active May 18, 2025 22:32
SKS Keyserver Network Under Attack

SKS Keyserver Network Under Attack

This work is released under a Creative Commons Attribution-NoDerivatives 4.0 International License.

Terminological Note

"OpenPGP" refers to the OpenPGP protocol, in much the same way that HTML refers to the protocol that specifies how to write a web page. "GnuPG", "SequoiaPGP", "OpenPGP.js", and others are implementations of the OpenPGP protocol in the same way that Mozilla Firefox, Google Chromium, and Microsoft Edge refer to software packages that process HTML data.

Who am I?

@rjl6789
rjl6789 / brightnessControl.sh
Created July 7, 2019 18:26 — forked from Blaradox/brightnessControl.sh
Notifications for brightness and volume, using dunstify
#!/usr/bin/env bash
# You can call this script like this:
# $ ./brightnessControl.sh up
# $ ./brightnessControl.sh down
# Script inspired by these wonderful people:
# https://github.com/dastorm/volume-notification-dunst/blob/master/volume.sh
# https://gist.github.com/sebastiencs/5d7227f388d93374cebdf72e783fbd6a