This file contains 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
server { | |
listen 80; | |
server_name mirror.com www.mirror.com; | |
location / { | |
proxy_pass http://mirror.com; | |
proxy_set_header Host mirror.com; | |
} | |
} |
This file contains 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
conv workflow:delcache |
This file contains 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
GRANT GRANT OPTION ON *.* TO 'new_user'@'localhost'; |
This file contains 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
# just link |
This file contains 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
Here's full instructions: | |
1. Go to your Mac HD/Applications folder and move your World of Warcraft to the Trash | |
2. Go to your Mac HD/Users/Shared folder and move the Blizzard folder to the Trash | |
3. Go to your Mac HD/Users/your account/Library/Preferences and delete any files associated with WOW: | |
(You might not have all of these files.) | |
- com.blizzard.downloader.plist | |
- com.blizzard.Downloader.prefs | |
- com.blizzard.errorreporter.plist |
This file contains 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 file contains 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 mv composer.phar /usr/local/bin/ | |
vi ~/.bash_profile | |
alias composer="php /usr/local/bin/composer.phar" |
This file contains 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
Here's full instructions: | |
1. Go to your Mac HD/Applications folder and move your World of Warcraft to the Trash | |
2. Go to your Mac HD/Users/Shared folder and move the Blizzard folder to the Trash | |
3. Go to your Mac HD/Users/your account/Library/Preferences and delete any files associated with WOW: | |
(You might not have all of these files.) | |
- com.blizzard.downloader.plist | |
- com.blizzard.Downloader.prefs | |
- com.blizzard.errorreporter.plist |
This file contains 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
git checkout HEAD fileToDelete |
This file contains 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
git checkout HEAD fileToDelete |
OlderNewer