- Enter to MySQL/MariaDB server command-line tool (change root with your username and password):
mysql -u root -proot
- Set the general log file path:
SET GLOBAL general_log_file='/var/log/mysql/mycustom.log';
sudo rm -rf storage/framework/cache/data/* | |
sudo rm -rf bootstrap/cache/* | |
composer dump-autoload | |
php artisan clear | |
php artisan debugbar:clear | |
php artisan cache:clear-compiled | |
php artisan auth:clear-resets | |
php artisan config:clear | |
php artisan route:clear | |
php artisan view:clear |
/* | |
* BOT for 10fastfingers, automatic typing with adjustable speed | |
* ================================================================ | |
* | |
* bored in my apartment and decided to hack this game: http://indonesian-speedtest.10fastfingers.com/ | |
* just start the game, when you're ready to type, DON'T TYPE ANYTHING, open up | |
* your Developer Tools in Chrome (CTRL+SHIFT+J) and click Console tab, and | |
* then paste the whole code below, then press enter, and enjoy the show. | |
* | |
* twitter.com/kecebongsoft |