Posts

Showing posts with the label not

Valentino Rossi and Colin Edwards IS NOT the murderer

Image
Valentino Rossi and Colin Edwards IS NOT the murderer It have been 2 weeks since Marco Simoncellis death on track in Sepang Circuit, Malaysia. Most of people were thinking to blame people who involved with the accident, Valentino Rossi and Colin Edwards. I was sure that theyre not understand the different of what the racing and what competition is. Racing is to feel the adrenaline on the high speed not to kill people on the high speed. Competition is included sportmanship, thats not a chance to kill someone too, even your enemy. MotoGP is an international sport, and the high-personality figure like Valentino Rossi and Colin Edwards were recomended to have a sportmanship too. I cant stand that most of people blame Rossi and Edwards as the real murderer of Marco Simoncelli. THATS INCREDIBLY MISTAKEN. They must be SHUT THEIR MOUTH UP. They must dare to try ride a bike in 160mph then facing and avoiding somebody was crashed towards their bike in less than 1 second. They must feel what Edwa...

VDI is not Available Xenserver error

VDI is not Available Xenserver error In order to recover the VM you have to: 1. Run XE VDI-LIST and determine the UUID of the VM giving you the problem, like this: xe vdi-list | grep -i <VM-NAME> -B2 -A2 2. Once you have the UUID run: xe vdi-forget uuid=<VDI-UUID> 3. Rescan the SR with: xe sr-scan uuid=<SR-UUID> 4. Now, in XenCenter, go to the VM and click on the Storage tab. You should see it empty. Then click on attach and first entry on the list should be NO NAME. Attach it to the VM, wait about 30 seconds, then power it up! 5. In most cases it should be up and running. If you are still getting errors then wait a minute and try it again. If still not working repeat the previous steps. download  file  now

vi editor ubuntu terminal is not working properly

vi editor ubuntu terminal is not working properly Ubuntu terminal is not working properly in vi editor As we all know vi editor is one of the major editing tool for developers. Sometimes its obvious to handle the issue if its not response properly. There are few scenario where this kind of behavior occurs.  If you have newly installed the ubuntu , or you have not updated the terminal with latest update.  Just try to update the terminal by using below command. sudo apt-get update Now check your vi editor behavior , if not yet resolved then try the below command to install the vi (vim) editor. Install Vim Editor using below command :- sudo apt-get install vim Now check your vi editor, I hope its fixed. It worked for me and its working awasome :) Hope this will help you!!! Follow for more details on   Google+   and @Facebook !!! Find More :- How  to install Jboss Fuse on Linux ? How to install jd-gui (Java Decompiler with graphics mode)? How to install Jboss ...