Skip to content

Instantly share code, notes, and snippets.

View jfnixon's full-sized avatar
🏠
Working from home

(John) Fred Nixon jfnixon

🏠
Working from home
  • Atlanta, GA
View GitHub Profile
@mattc927
mattc927 / goodix_fedora.txt
Created March 18, 2022 14:36
Install Goodix fingerprint drivers on Fedora.
Tested and working with 27c6_530c on Fedora 35
# Install default fprintd and pam
sudo dnf install fprintd fprintd-pam
# Build libfprint-tod
# a. Install build dependencies
sudo dnf install -y gcc gcc-c++ glib glib-devel glibc glibc-devel glib2 glib2-devel libusb libusb-devel nss-devel pixman pixman-devel libX11 libX11-devel libXv libXv-devel gtk-doc libgusb libgusb-devel gobject-introspection gobject-introspection-devel ninja-build git libgudev-devel cairo-devel
# b. clone and build
mkdir fingerprint && cd fingerprint
@ramimac
ramimac / Cloud Security Orienteering Checklist.md
Last active April 24, 2024 03:54
A Checklist of Cloud Security Orienteering

Cloud Security Orienteering: Checklist
by Rami McCarthy
via TL;DR sec

How to orienteer in a cloud environment, dig in to identify the risks that matter, and put together actionable plans that address short, medium, and long term goals.

Based on the Cloud Security Orienteering methodology.

Checklist

A good commit message looks like this:

Header line: explaining the commit in one line

Body of commit message is a few lines of text, explaining things
in more detail, possibly giving some background about the issue
being fixed, etc etc.

The body of the commit message can be several paragraphs, and
please do proper word-wrap and keep columns shorter than about