This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Install a `code` wrapper for VS Code Remote SSH. The wrapper picks | |
| # the newest LIVE vscode-ipc socket (skipping stale ones from killed | |
| # sessions) so it doesn't ECONNREFUSED on dead sockets. | |
| # | |
| # Falls back to nano when no VS Code Remote SSH session is connected. | |
| # | |
| # Idempotent — re-running just overwrites the wrapper. | |
| set -e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #php extensions | |
| a2dismod php7.0 | |
| a2enmod php7.3 | |
| apt install php7.3 php7.3-xml php7.3-mbstring php7.3-mysql php7.3-json php7.3-curl php7.3-cli php7.3-common php-mcrypt php7.3-gd libapache2-mod-php7.3 php7.3-zip | |
| chmod -R 755 /var/www/html/laravel/storage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export QT_QPA_PLATFORM=offscreen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //screenshot script | |
| npm i puppeteer | |
| npm i lowdb | |
| //upload script | |
| sudo apt-get install libjpeg-dev | |
| pip install pillow | |
| pip install InstagramAPI | |
| pip install pytesseract |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install curl python-software-properties | |
| curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - | |
| sudo apt-get install nodejs | |
| node -v |