Saturday, November 26, 2016

Installing a custom color theme in WEBSTORM.

Installing a custom color theme in WEBSTORM:

1) First goto /Users/rk/Library/Preferences/WebStorm2016.3
2) Add the color theme xml file under the colors dir.
3) Update the color theme name in options/color.sheme.xml file 



Thursday, November 10, 2016

How to improve the speed in mac backup in el capitan

First check whether you see any THROTTLED entries in the response when you use below command: 
fs_usage backupd
 
If it is found in the response then execute the below command to unset the throttle.

sysctl debug.lowpri_throttle_enabled=0