Generate new keystore certificate
For more info, visit https://rnfirebase.io/
# Open your terminal
# Enter the following to generate your missing key. (if fails, try elevating your privileges with `sudo`).
Generate new keystore certificate
For more info, visit https://rnfirebase.io/
# Open your terminal
# Enter the following to generate your missing key. (if fails, try elevating your privileges with `sudo`).
| gh alias set issueBranch --shell \ | |
| 'title="$(gh issue view $1 --json title --jq .title)"; \ | |
| slug="$(source $HOME/.zshrc && slugify "$title")"; \ | |
| git checkout -b "prefix-$1.$slug"' |
| #!/bin/bash | |
| ################################################# | |
| # Setup Fedora 23 Gnome3 with xRDP via XFCE4 | |
| ################################################# | |
| # install the XFCE4 desktop | |
| sudo dnf groupinstall xfce-desktop | |
| # open standard RDP ports | |
| sudo firewall-cmd --add-port=3389/tcp |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| #!/bin/sh | |
| if [ "root" != "$(whoami)" ]; then | |
| echo "You must run this command as root" 1>&2 | |
| exit 1 | |
| fi | |
| set -x | |
| # Download and extract | |
| if [ ! -z "${1}" ]; then |