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 | |
| namespace App\Providers; | |
| // ... | |
| class AppServiceProvider extends ServiceProvider | |
| { | |
| // ... |
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
| https://aaronparecki.com/oauth-2-simplified/ |
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 yum install \ | |
| php71 \ | |
| php71-php \ | |
| php71-php-bcmath \ | |
| php71-php-brotli \ | |
| php71-php-cli \ | |
| php71-php-common \ | |
| php71-php-componere \ | |
| php71-php-dba \ | |
| php71-php-dbg \ |
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
| adb shell ps | grep "u0_" |
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
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Flutter", | |
| "request": "launch", | |
| "type": "dart", |
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
| grep -iRl "your-text-to-find" ./ |
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
| // ... | |
| /** | |
| * Servers configuration | |
| */ | |
| $i = 0; | |
| // I | |
| $i++; | |
| /* Authentication type */ |
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
| find / -iname '*bat*' | |
| find / -name '*bat*' |
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
| php72-php-bcmath \ | |
| php72-php-brotli \ | |
| php72-php-channel-horde \ | |
| php72-php-cli \ | |
| php72-php-common \ | |
| php72-php-componere \ | |
| php72-php-dba \ | |
| php72-php-dbg \ | |
| php72-php-devel \ | |
| php72-php-embedded \ |
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
| { | |
| "files.watcherExclude": { | |
| "**/.git/objects/**": true, | |
| "**/.git/subtree-cache/**": true, | |
| "**/node_modules/*/**": true, | |
| "**/public/assets/**": true, | |
| "**/storage/debugbar/**": true, | |
| "**/storage/framework/**": true, | |
| "**/vendor/**": true | |
| } |