gem install travis
ssh-keygen -t rsa -b 4096 -f 'github_deploy_key' -N ''
cat github_deploy_key.pub
copy public key and set as a deploy key on github e.g https://github.com///settings/keys
gem install travis
ssh-keygen -t rsa -b 4096 -f 'github_deploy_key' -N ''
cat github_deploy_key.pub
copy public key and set as a deploy key on github e.g https://github.com///settings/keys
| REACT NATIVE IOS vs ANDROID FONT USE | |
| Tested for React Native 0.41+ | |
| IOS: | |
| - Place the fonts in the assets and make sure they are bundled along | |
| - On iOS, fontFamily in Text match the Font Family name as described in Font Book (macOS). Font weights can be specified exactly. | |
| ANDROID: | |
| On Android, there are two ways of using fonts: |
If anyone is interested in setting up their system to automatically (or manually) sign their git commits with their GPG key, here are the steps:
$ git config --global commit.gpgsign true ([OPTIONAL] every commit will now be signed)$ git config --global user.signingkey ABCDEF01 (where ABCDEF01 is the fingerprint of the key to use)$ git config --global alias.logs "log --show-signature" (now available as $ git logs)$ git config --global alias.cis "commit -S" (optional if global signing is false)$ echo "Some content" >> example.txt$ git add example.txt$ git cis -m "This commit is signed by a GPG key." (regular commit will work if global signing is enabled)| #!/bin/bash | |
| # This software comes without any kind of warranty or license, use it at your own risk. | |
| # | |
| # Author: Andrea Galloni | |
| # E-mail: andreagalloni92[at]gmail{dot}com | |
| # | |
| # Works on TP-Link 300M Wireless N ADSL2+ Modem Router TD-W8960N | |
| # Firmware Version: 1.3.6 Build 100825 Rel.68770n | |
| # |