1. Double Click
- Click with 2 fingers
2. Home Button
- Command + Left Key
3. End Button
- Command + Right key
4. Page Up
- Command + Up Key
5. Page down
- Command + Down Key
6. Start of document
- Fn + up key
7. end of document
Fn + down key
8. To Go Desktop
Fn + F11
9. Install subversion
brew install subversion
10. Set up Ssh
https://docs.joyent.com/public-cloud/getting-started/ssh-keys/generating-an-ssh-key-manually/manually-generating-your-ssh-key-in-mac-os-x
11. set sort command
nano .bash_profile
alias test="command"
12. Delete current cursor
ctrl +D
13. print screen and desktop
shift +command + 3
14. print screen in cursor
shift + command + ctrl +3
15. Best SQL connector
Sequel Pro
16. Best Editor
Sublime
17. Delete anything
Command + delete
18. option + command + Q
19. Sublime replace in mac
commad + option +f
20. find and replace in nano
ctrl + \
21. start apache , stop and restart
sudo apachectl start
sudo apachectl stop
sudo apachectl restart
apachectl configtest
22. Apache version
httpd -v
23. Apache troubleshott
pachectl configtest
24.System Level Web Root
/Library/WebServer/Documents/
25. Setup php
http://www.alphansotech.com/blogs/setup-apache-mysql-php-phpmyadmin-mac-osx/
26. run command with super user
sudo su -
27. Clean up by Name
command + option +1