Skip to content

Instantly share code, notes, and snippets.

View kelvinq's full-sized avatar

Kelvin Quee kelvinq

View GitHub Profile
@kelvinq
kelvinq / gist:ce4d83496d97a7fa32cfeec24376fa34
Created July 1, 2019 12:19
Android/IOS Mobile App URL Handler Protocols Deep Linking
Mobile Deep Link URL scheme Protocol Handler for Required Applications
https://en.wikipedia.org/wiki/Mobile_deep_linking
https://developer.apple.com/library/archive/featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html
https://developer.chrome.com/multidevice/android/intents
LINE
line://msg/text/?{text_message}
@kelvinq
kelvinq / install_netatalk_debian.md
Last active February 11, 2017 20:52 — forked from agrlh/install_netatalk_debian.md
Compiling and installing netatalk 3.1.2 on Debian (used for my RaspberryPi TimeCapsule)

Building and setting up netatalk 3.1.2 on Debian Jessie 8.0

1. Build

Install dependencies

apt-get install automake libtool build-essential pkg-config checkinstall git-core avahi-daemon libavahi-client-dev libssl-dev libdb5.3-dev db-util db5.1-util libgcrypt20 libgcrypt-dev libcrack2-dev libpam0g-dev libdbus-1-dev libdbus-glib-1-dev libglib2.0-dev libwrap0-dev systemtap-sdt-dev libacl1-dev libldap2-dev

Download and unpack netatalk 3.1.2