Sunday, October 13, 2013

chkconfig alternative in Ubuntu



in RedHat

chkconfig --add
chkconfig --level 345 on
chkconfig --del


in Ubuntu

update-rc.d defaults
update-rc.d start 20 3 4 5
update-rc.d -f  remove

Friday, September 20, 2013

Install Ipython on Ubuntu 12.10






just these 2 commands


apt-get install ipython

apt-get install python-matplotlib

and you are done...