Optional - Set format on save and any global prettier options
npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-plugin-node eslint-config-node
// Reference: https://docs.expo.io/versions/latest/config/app/ | |
{ | |
"expo": { | |
"name": "<YOUR_NAME>", | |
"icon": "./assets/icons/app-icon.png", | |
"version": "1.0.0", | |
"slug": "<YOUR_SLUG>", | |
"sdkVersion": "38.0.0", | |
"orientation": "portrait", |
ALTER USER 'root'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'password'; |
firebaseConfig = { | |
apiKey: (this one's easy, it's in the 'General' section in your project settings page, aka the Gear icon button), | |
authDomain: "{project_id}.firebaseapp.com", (without brackets) | |
databaseURL: "https://{project_id}.firebaseio.com", | |
projectId: (again, found in 'General' section in Project Settings), | |
storageBucket: "{project_id}.appspot.com", | |
messagingSenderId: (found in 'Cloud Messaging' section in Project Settings) |
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 \
7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://get.rvm.io | bash -s stable --ruby
source /usr/e.t.c...
rvm get stable --autolibs=enable
usermod -a -G rvm root
If you encounter the following error on Windows when running a flask app: Error could not locate flask application.
Run the following command on PowerShell:
$env:FLASK_APP = "appname"
$ sudo pacman -S tor
$ ## nyx provides a terminal status monitor for bandwidth usage, connection details and more.
$ sudo pacman -S nyx
##### Windows | |
# Windows thumbnail cache files | |
Thumbs.db | |
Thumbs.db:encryptable | |
ehthumbs.db | |
ehthumbs_vista.db | |
# Dump file | |
*.stackdump |