This is the code rewritten in Python 3 from the original code of esterTion's PHP version. Only works with blobs from Android apk!!!
genProto.py for old versions, genProto.py for new versions with arm64 blobs.
| /** | |
| * 1. open cloudflare dashboard, choose domain, go to DNS section | |
| * 2. open browser's dev tool (via F12 or inspect or however) | |
| * 3. in devtool, go to console tab | |
| * 4. clear all existing messages | |
| * 5. paste all script below | |
| * 6. hit enter and watch | |
| * 7. script only delete records displayed in the screen | |
| * 8. if want to delete more, refresh browser and run script again | |
| * |
| module.exports = { | |
| root: true, | |
| env: { | |
| browser: true, | |
| node: true, | |
| }, | |
| parserOptions: { | |
| parser: 'babel-eslint', | |
| }, | |
| extends: [ |
This is the code rewritten in Python 3 from the original code of esterTion's PHP version. Only works with blobs from Android apk!!!
genProto.py for old versions, genProto.py for new versions with arm64 blobs.
I've made a new web template to make Laravel work easily on VestaCP, and so I wouldn't have to change my Laravel installation, if I ever wanted to deploy it elsewhere.
Each file should be put in /usr/local/vesta/data/templates/web/apache2
Then, when you edit your domain/site, you can change the web template to Laravel and just upload your whole project into public_html
| // from https://medium.com/@gogl.alex/how-to-properly-set-up-eslint-with-prettier-for-vue-or-nuxt-in-vscode-e42532099a9c | |
| npm install eslint babel-eslint eslint-config-prettier eslint-plugin-prettier eslint-plugin-vue prettier -D | |
| in vscode settings.json | |
| ` | |
| { | |
| "eslint.validate": [ | |
| { "language": "html", "autoFix": true }, | |
| { "language": "vue", "autoFix": true }, |
| #!/bin/bash | |
| # | |
| # Script to create MySQL db + user | |
| # | |
| # @author Raj KB <[email protected]> | |
| # @website http://www.magepsycho.com | |
| # @version 0.1.0 | |
| ################################################################################ |
This is a fork of original gist https://gist.github.com/nrollr/3f57fc15ded7dddddcc4e82fe137b58e, with slight changes on pointing to 5.7 version branch, instead of 8 (latest default of MySQL in Hombrew).
This procedure explains how to install MySQL using Homebrew on macOS (Sierra 10.12 and up)
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"Getting started:
Related tutorials: