| NAVIGATE TO | keys |
|---|---|
| class | CTRL + N |
| declaration | CTRL + B |
| file | CTRL + SHIFT + N |
| line | CTRL + G |
| last edit location | CTRL + SHIFT + BACKSPACE |
| back | ALT+SHIFT+LEFT |
| forward | ALT+SHIFT+RIGHT |
- baofeng cheat sheet from Aaron Parecki
- How to manually program the Baofeng UV-5R from the keypad from buytwowayradios.com
- hit
MENUto enter menu mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NitroKey HSM - Development Notes | |
| links | |
| - [NitroKey Home](https://www.nitrokey.com) | |
| - [NitroKey SmartCard HSM](https://github.com/OpenSC/OpenSC/wiki/SmartCardHSM) | |
| installation - ubuntu linux | |
| 1. install openSC = open smart card library | |
| $ sudo apt install opensc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install automake | |
| sudo apt-get install libpcre3-dev | |
| sudo apt install byacc | |
| git clone https://github.com/swig/swig.git | |
| cd swig | |
| ./autogen.sh | |
| ./configure | |
| make | |
| sudo make install |