How-to & Tips
-
If you are using iThemes Security (and I do recommend using it), make sure you go to Settings and under Brute Force Protection have “Immediately ban a host that attempts to login using the “admin” username.” checked. PS: And if YOU get locked out on your “admin” account, who knows why is that good, right? :)
-
With MAMP PRO you can easily increase the PHP memory limit. Therefore you simply have to change some data within the php.ini file. Here is how it works: Start MAMP PRO Stop the server if it’s running Choose Menu -> File -> Edit Template -> PHP5 php.ini (If you want to change the memory limit for PHP5,…
-
First launch Terminal app, and paste or type in the following command: defaults write com.apple.finder QLEnableTextSelection -boolean YES; Then restart the finder with the following command: killall Finder Source: http://www.cultofmac.com/216414/select-and-copy-text-right-in-quicklook-os-x-tips/
-
1. Before you start, close Sublime Text 3 2. Create a folder in Dropbox called Sublime Text 3 3. Navigate to Sublime Text 3 folder in your Library cd ~/Library/Application Support/Sublime Text 3/ 4. Move the following two folders to this folder. mv Packages/ ~/Dropbox/Sublime Text 3 mv Installed Packages ~/Dropbox/Sublime Text 3 5. Create…