This is the first step into Linux and Unix-like system.
I was preparing Fedora 9 with a SFTP server for banks with limited knowledge of Linux. It took me almost two days to get familiar with it, or let's say, just get start with it.
With these two days knowledge on it, I found Linux is a core OS running with configuration files. Once you know what these configuration files are and how to change them, then you are its master. Another is to install a software in it, it is much more difficult than that in Windows. Not just double click the installation file, but you need more step to do it without guide or help. The only way to do is to yeild "help" in the Google...
I installed VM to contain the Fedora 9 at home. It is quite inconvenient to use without VMWare tools. You need to keep pressing Ctrl + Alt key when you go in and out from the Fedora.
And even you see the graphical interface like Windows in Fedora, many of the tasks you can use the CLI mode in a faster way.
Here are the steps to install the VMWare tools:
1). Before install the VMWare tools, you must install gcc package first. This is the most important part. Without it, the tools can't be intstalled.
# yum -y install gcc gcc-c++ kernel-devel
2). Then install the VMWare tools.
# tar zxvf VMwareTools-6.0.3-80004.tar.gz
# cd vmware-tools-distrib/
# ./vmware-install.pl
..
..
(just keep pressing enter)
3). When choosing the resolution, remember to choose smaller one. It has default value of larger choice.
Refer link:
http://levelive.blog.51cto.com/41/5969