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...


Sunday, June 23, 2013

Fixed Network Configuration erased after reboot issue in OpenSUSE 12.3

To make  NetworkManager in KDE works properly.

Stop the service first

# systemctl is-active network.service && \
# systemctl stop network.service

Enable NetworkManager

# systemctl --force enable NetworkManager.service

Enable the service again

# systemctl start network.service