Saturday, October 16, 2010
These days busy with work ...
Recently I did a lot of R&D work for my project. Today is the last day for this (Ofcourse for first phase only :P), If pre-alpha version of this feature is clicked then again I need to work more on this project. From last 1 week(Including 2 night-outs :)) myself and my colleague and leader worked hard to get this feature a good shape, So on these days I don't have much time to update my blog. I think you are feeling irritate to read this post, Actually my intention is if we are doing any R&D work you will definitely bored until unless you got the results. Once you got results will feel better.
Sunday, October 10, 2010
Prince Khaleja
Last night myself and kalyan watched Khaleja movie. Actual talk about the movie is bored (From fans also). I think if we expect pokiri type of performance from prince then definitely movie will dispoint you, Otherwise price performance is totally different from his past movies. We can see mahesh in every single frame, Whole movie runnning with prince char. God concept seems to be like very silly but Trivikram molded mahesh char to elevate silliness and the same time exposed comedy angle. I think we can njoy the comedy angle of mahesh, It will be like slow-poision type. Will see wt happening....
Wednesday, October 6, 2010
Useful Eclipse plugin
Hi bloggers this time I came up with an interesting and useful JD-Eclipse plugin. Two days back my team leader tell us about this tool. Actually while debugging the java code in eclipse, If you are using any thirdparty libs then you can't access that code to debug. Using JD-Eclipse plugin we can also debug third party class files. For more details please check here JD-Eclipse. It is very easy to install this plug in, you will get all details about JD-Eclipse in the link I provided.
Monday, October 4, 2010
Tuesday, September 21, 2010
VMWare-tools installation in Linux/Windows VMs
Before yesterday I tried to install VMWare-tools in windows/linux VMs in my local VMserver. It is very simple and easy to do. In this post I will explain this procedure step by step with screen shots.
Windows : Installing VMware-tools in windows VM is very simple. Right click on VM and select Guest and click on Install/Upgrade VMware Tools option. It will prompt you warning message . Click Ok. Before doing above things open console view of the VM. Now you will see prompt on console as see pic-2. Read the instructions carefully and finish the installation.
Pic-1

Pic -2

Linux[GUI] : Installing VMware-tools in Linux GUI is also very simple. Right click on VM and select Guest and click on Install/Upgrade VMware Tools option. It will propmt you warning message . Click Ok. Before doing above things open console view of the VM. Now you will see prompt on console as see pic-3. Click on VMwaretools...rpm. Read instructions carefully and finish the installation.
Pic-3

Linux [Text mode] :Installing VMware-tools in Linux text mode is little bit difficult compare to GUI. Follow the steps carefully.
Right click on VM and select Guest and click on Install/Upgrade VMware Tools option. It will prompt you warning message . Click Ok.Open the console view and proceed as below.
1. First mount the CDROM using cmd mount /dev/cdrom /mnt .
2. Check whether it is mounted or not using cmd ll /mnt, If it is mounted correctly then you will see file VMwareTools-4.0.0-208167.tar.gz.
3. Create temporary dir to proceed installation from here .. mkdir /tmp/vmtools
4. Go to /tmp/vmtools.
5. Untar /mnt/VMwareTools-4.0.0-208167.tar.gz in /tmp/vmtools by run the cmd tar -xzvf /mnt/VMwareTools-4.0.0-208167.tar.gz. Now you will find one dir named vmware-tools-distrib.
6. In vmware-tools-distrib dir you will find one perl script file named vmware-install.pl. Run the perl script file. here 2 ways to proceed. If you run the script using cmd
a. perl vmware-install.pl --default : it will install without asking any further confirmation from you.
b. perl vmware-install.pl : This cmd will start install and ask your confirmation for each step. Read each confirmation and proceed[Simply say yes for all].
Windows : Installing VMware-tools in windows VM is very simple. Right click on VM and select Guest and click on Install/Upgrade VMware Tools option. It will prompt you warning message . Click Ok. Before doing above things open console view of the VM. Now you will see prompt on console as see pic-2. Read the instructions carefully and finish the installation.
Pic-1
Pic -2
Linux[GUI] : Installing VMware-tools in Linux GUI is also very simple. Right click on VM and select Guest and click on Install/Upgrade VMware Tools option. It will propmt you warning message . Click Ok. Before doing above things open console view of the VM. Now you will see prompt on console as see pic-3. Click on VMwaretools...rpm. Read instructions carefully and finish the installation.
Pic-3
Linux [Text mode] :Installing VMware-tools in Linux text mode is little bit difficult compare to GUI. Follow the steps carefully.
Right click on VM and select Guest and click on Install/Upgrade VMware Tools option. It will prompt you warning message . Click Ok.Open the console view and proceed as below.
1. First mount the CDROM using cmd mount /dev/cdrom /mnt .
2. Check whether it is mounted or not using cmd ll /mnt, If it is mounted correctly then you will see file VMwareTools-4.0.0-208167.tar.gz.
3. Create temporary dir to proceed installation from here .. mkdir /tmp/vmtools
4. Go to /tmp/vmtools.
5. Untar /mnt/VMwareTools-4.0.0-208167.tar.gz in /tmp/vmtools by run the cmd tar -xzvf /mnt/VMwareTools-4.0.0-208167.tar.gz. Now you will find one dir named vmware-tools-distrib.
6. In vmware-tools-distrib dir you will find one perl script file named vmware-install.pl. Run the perl script file. here 2 ways to proceed. If you run the script using cmd
a. perl vmware-install.pl --default : it will install without asking any further confirmation from you.
b. perl vmware-install.pl : This cmd will start install and ask your confirmation for each step. Read each confirmation and proceed[Simply say yes for all].
Subscribe to:
Posts (Atom)