This post has migrated to:
https://superjamie.github.io/2020/01/14/delay-loop-in-6502-assembly
This post has migrated to:
https://superjamie.github.io/2020/01/14/delay-loop-in-6502-assembly
Branch A has commits (X,Y) that also need to be in Branch B. The cherry-pick operations should be done in the same chronological order that the commits appear in Branch A.
cherry-pick
does support a range of commits, but if you have merge commits in that range, it gets really complicated
git checkout branch-B
git cherry-pick X
git cherry-pick Y
This is a quick-and-dirty guide to setting up a Raspberry Pi as a "router on a stick" to PrivateInternetAccess VPN.
Install Raspbian Jessie (2016-05-27-raspbian-jessie.img
) to your Pi's sdcard.
Use the Raspberry Pi Configuration tool or sudo raspi-config
to:
This post has migrated to:
https://superjamie.github.io/2014/10/31/running-a-python-script-only-if-its-not-already-running
This post has migrated to:
https://superjamie.github.io/2014/09/21/the-8-byte-two-step-redux