Friday, 19 October 2012

Installing Centos

Allow a Root group "wheel"
The Right Way:
## Allows people in group wheel to run all commands
%wheel  ALL=(ALL)       ALL
http://serverfault.com/questions/58378/add-new-user-with-root-access-in-linux

Add the user to group wheel
usermod -a -G ftp tony
http://www.cyberciti.biz/faq/howto-linux-add-user-to-group/

Installing SSH
http://www.cyberciti.biz/faq/how-to-installing-and-using-ssh-client-server-in-linux/


Install VM Ware Tools:
http://install-climber.blogspot.hk/2012/02/installingvmwaretoolscentos6visually.html

No comments:

Post a Comment