This page has migrated to:
https://superjamie.github.io/2016/04/28/reversing-for-dummies
| # https://help.ubuntu.com/community/Logitech_Marblemouse_USB | |
| # https://wiki.archlinux.org/index.php/Logitech_Marble_Mouse | |
| # | |
| # Xorg Functions | |
| # 1 = Left Click | |
| # 2 = Middle Click | |
| # 3 = Right Click | |
| # 4 = Mouse Cursor Down | |
| # 5 = Mouse Cursor Up | |
| # 6 = Mouse Cursor Left |
This page has migrated to:
https://superjamie.github.io/2016/04/28/reversing-for-dummies
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