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
| ## This is a directory/file filter template for WinMerge | |
| name: JSC_WinMerge_Filter | |
| desc: filter for svn, git, vagrant and eclipse | |
| ## Select if filter is inclusive or exclusive | |
| ## Inclusive (loose) filter lets through all items not matching rules | |
| ## Exclusive filter lets through only items that match to rule | |
| ## include or exclude | |
| def: include |
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 | |
| apt-get update | |
| echo mysql-server-5.5 mysql-server/root_password password PASSWORD | debconf-set-selections | |
| echo mysql-server-5.5 mysql-server/root_password_again password PASSWORD | debconf-set-selections | |
| apt-get install -y mysql-common mysql-server mysql-client | |
| apt-get install -y apache2 |
NewerOlder