How to change the brightness in Ubuntu14.04

sudo vim /etc/rs.local

add one line before “exit 0”

echo 550 > /sys/class/backlight/intel_backlight/brightness

noted the “500”, the max light is 1000, so I change to half darkness.