dhclient eth0

December 18th, 2008

A sweet command learned from a senior for retrieving a new IP from a bridged or NAT network. Useful when working in some virtual OS to retrieve IP. Even you can kill the process of dhclient if there is problem for retrieving new IP. First of all, run ps aux | grep dhclient to grab [...]

Met this problem when I was compiling PHP5 for my testing virtual centos. Gotto temporary disable it by executing command, /usr/sbin/setenforce 0

If you have one day installed any other Display Manager to your Ubuntu, set it as default DM and do not know how to revert the original DM > GNOME, you should execute below command which will solve your problem sudo dpkg-reconfigure gdm I experienced this caused I installed KDE to my system