Skip to content

Instantly share code, notes, and snippets.

View jasondlee's full-sized avatar

Jason Lee jasondlee

View GitHub Profile
@rsp
rsp / GitHub-Project-Guidelines.md
Last active June 11, 2024 12:41
Git Strict Flow and GitHub Project Guidelines - setup rules and git flow for commercial and open-source projects by @rsp

Git Strict Flow and GitHub Project Guidelines

Or how to turn this:

into this:

@yoyosan
yoyosan / Realtek 8812AU.md
Last active October 25, 2017 19:35
Installing the Linux driver for ASUS AC-56 for Fedora 25 with kernel 4.11.

Manual compilation

Install

$ sudo su -
# TODO: You might need to install some debug packages for the kernel!
$ cd /tmp
$ git clone https://github.com/maurossi/rtl8812au
$ git checkout kernel-4.11
@mojavelinux
mojavelinux / Rakefile.rb
Last active April 18, 2017 22:18
Rake build tasks that use Asciidoctor APIs to produce common output formats for a book (or other type of publication) written in AsciiDoc.
=begin
To use this build script, first install the bundler gem:
$ gem install bundler
Then use the `bundle` command to install the dependencies into the project:
$ rm -rf Gemfile.lock .bundle
bundle config --local git.allow_insecure true
bundle config --local build.nokogiri --use-system-libraries