First of all you need to download Servicemix (you can do it from this link http://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&g=org.apache.servicemix&a=apache-servicemix&v=4.4.3-SNAPSHOT&p=tar.gz) once you have it on you linux station unzip the tar in your /opt folder. Then follow the steps below:
Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts
Wednesday, May 8, 2013
Thursday, February 24, 2011
How to enable/disable root account on Ubuntu
If you want to enable root account (which is not recommended) enter the following command:
sudo passwd root
This will prompt for a new root password and once you confirm it, you can start using the root account to login.
If you want to disable root account in ubuntu you need to lock the root account by using the following command
sudo passwd -l root
If you want to work on a root console you’d better use the following command
sudo -i
sudo passwd root
This will prompt for a new root password and once you confirm it, you can start using the root account to login.
If you want to disable root account in ubuntu you need to lock the root account by using the following command
sudo passwd -l root
If you want to work on a root console you’d better use the following command
sudo -i
Subscribe to:
Posts (Atom)