- NTFS Support
- Install ntfs-3g-2010.10.2-macosx.dmg & Restart
- If it throws error, Install macfuse-core-10.5-2.1.9.dmg
- Hide Apps from Application Switcher
- Sometime you want to hide application e.g. torrent client activity when pressing Cmd+Tab
- Add the following in the respective Info file. E.g. In /Applications/uTorrent.app/Contents/Info.plist
- <key> LSUIElement </key> <string> 1 </string>
- Default Vim Syntax Highlight
- echo "syntax on" >> ~/.vimrc
- Default color Theme
- echo "colo desert" >> ~/.vimrc
- Default intend
- echo "filetype plugin indent on" >> ~/.vimrc
- ntfs support in mac
- Create /etc/fstab and write
- LABEL=DRIVE_NAME none ntfs rw,auto,nobrowse
- It is ready. However, If finder doesn't show in finder, use open DIR_NAME
Monday, September 7, 2015
Mac Tricks & Hacks
All Blogs :
http://timir126.blogspot.com
http://vishnu-agarwal.blogspot.com
http://jobkeeper.blogspot.com
http://gethouse.blogspot.com
http://vishnu-lamp.blogspot.com
Wednesday, January 28, 2015
Nginx performance optimization
- Enable woff compression in Nginx
- Add Mime type - /etc/nginx/mime.types
- application/font-woff woff;
- Add gzip compression for fonts - /etc/nginx/nginx.conf
- gzip_types application/font-woff
- Administration
- Reload - sudo service nginx reload
- Start - sudo nginx
- stop - sudo nginx -s stop
Labels:
configuration,
nginx,
performance,
server,
web performance
All Blogs :
http://timir126.blogspot.com
http://vishnu-agarwal.blogspot.com
http://jobkeeper.blogspot.com
http://gethouse.blogspot.com
http://vishnu-lamp.blogspot.com
Subscribe to:
Posts (Atom)