Skip to content

Instantly share code, notes, and snippets.

View defcronyke's full-sized avatar

defcronyke defcronyke

View GitHub Profile
https://telephonesound.com
@defcronyke
defcronyke / test_public_gist.txt
Created June 5, 2021 00:04
A Public Gist Test
testing a public gist...
@defcronyke
defcronyke / chroot-to-pi.sh
Created February 24, 2021 20:11 — forked from htruong/chroot-to-pi.sh
Chroot to pi sd card
#!/bin/bash
# This script allows you to chroot ("work on")
# the raspbian sd card as if it's the raspberry pi
# on your Ubuntu desktop/laptop
# just much faster and more convenient
# credits: https://gist.github.com/jkullick/9b02c2061fbdf4a6c4e8a78f1312a689
# make sure you have issued
@defcronyke
defcronyke / PKGBUILD
Last active January 19, 2018 22:25 — forked from floft/PKGBUILD
zyn-fusion PKGBUILD
# Maintainer: spider-mario <spidermario@free.fr>
# Modified to properly turn off demo mode by defcronyke <defcronyke@eternalvoid.net>
pkgname=zyn-fusion
pkgver=3.0.3 # Note right now this uses latest from git...
_libuv=1.9.1
pkgrel=1
pkgdesc="ZynAddSubFX with a new interactive UI"
arch=('x86_64')
url="http://zynaddsubfx.sourceforge.net/zyn-fusion.html"
license=('custom')