create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| On Xubuntu 13.10 (perhaps on Ubuntu 13.10 too) the same can be done as follows: | |
| Edit key mappings in /lib/udev/hwdb.d/60-keyboard.hwdb: | |
| ########################################################### | |
| # Microsoft | |
| ########################################################### | |
| # Microsoft Natural Ergonomic Keyboard 4000 | |
| keyboard:usb:v045Ep00DB* |
| # Mac OS X Lion introduced a new, iOS-like context menu when you press and hold a key | |
| # that enables you to choose a character from a menu of options. If you are on Lion | |
| # try it by pressing and holding down 'e' in any app that uses the default NSTextField | |
| # for input. | |
| # | |
| # It's a nice feature and continues the blending of Mac OS X and iOS features. However, | |
| # it's a nightmare to deal with in Sublime Text if you're running Vintage (Vim) mode, | |
| # as it means you cannot press and hold h/j/k/l to move through your file. You have | |
| # to repeatedly press the keys to navigate. |
| A warning occurred (42 apples) | |
| An error occurred |
| $ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4 |
| /* | |
| * Genarate rsa keys. | |
| */ | |
| package main | |
| import ( | |
| "crypto/rand" | |
| "crypto/rsa" | |
| "crypto/x509" |