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
| # Install script for Kristoffer | |
| # Created 06.08.2015 | |
| ECHO Installing apps | |
| ECHO Configure chocolatey | |
| choco feature enable -n allowGlobalConfirmation | |
| choco install peazip | |
| choco install vlc | |
| choco install nomacs |
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
| # === Optimized my.cnf configuration for MySQL/MariaSQL (on Ubuntu, CentOS etc. servers) === | |
| # | |
| # https://github.com/RootService/tuning-primer (supports MySQL up to v5.7) | |
| # | |
| # | |
| # --- THINGS TO DO AFTER YOU UPDATE MY.CNF - TROUBLESHOOTING --- | |
| # | |
| # If any terminal commands are mentioned, make sure you execute them as "root" user. | |
| # | |
| # If MySQL or MariaDB cannot start (or restart), then perform the following actions. |