Skip to content

Instantly share code, notes, and snippets.

View mztriz's full-sized avatar
🐨
/home

mztriz.eth mztriz

🐨
/home
View GitHub Profile
@mafice
mafice / prepare_for_xnu.sh
Created February 16, 2012 16:35
create a build environment for XNU kernel (does not work well)
#!/bin/sh
#
# xcodeがなんやかんやなせいなのか、動かなくなっちゃいました(ゝω・)v
#
#
# Run this shell script on Mac OS X *Lion*.
# I referred to http://osx86.boeaja.info/2009/10/building-xnu-kernel-on-snow-leopard/
# You can download XNU kernel source code from http://www.opensource.apple.com/tarballs/xnu/
@fernandoaleman
fernandoaleman / rpm-digital-signature.sh
Created November 18, 2011 15:18
How to sign your custom RPM package with GPG key
# How to sign your custom RPM package with GPG key
# Step: 1
# Generate gpg key pair (public key and private key)
#
# You will be prompted with a series of questions about encryption.
# Simply select the default values presented. You will also be asked
# to create a Real Name, Email Address and Comment (comment optional).
#
# If you get the following response:
@mattsears
mattsears / README.md
Created October 3, 2011 13:16
Todo.rb: A simple command-line TODO manager written in Ruby

Todo.rb

Todo.rb is a simple command-line tool for managing todos. It's minimal, straightforward, and you can use it with your favorite text editor.

Getting Started

Todo.rb doesn't require any third-party gems so you can copy the file anywhere and use it as long as it's executable: