New face have been installed on the blog. It's easier to read than ever before! Also remind you to visit my Chinese site which is updated more frequently than here which I'm not expecting high trafic volumn.
Ubuntu upgrade from 8.10 to 9.04 was very successful and straightforward. Everything started normally except VMWare. When I run VMWare on console it returns: $ vmware Logging to /tmp/vmware-ubuntu/setup-15021.log modinfo: could not find module vmmon modinfo: could not find module vmnet modinfo: could not find module vmblock modinfo: could not find module vmci modinfo: could not find module vsock modinfo: could not find module vmmon modinfo: could not find module vmnet modinfo: could not find module vmblock modinfo: could not find module vmci modinfo: could not find module vsock Segmentation fault I thought it was the same problem as before when the kernel is updated. So I ran the setup program again with root account. The bundle program uninstalled and reinstalled VMWare for me. However the result was the same, it didn't solve the problem. After research on Internet I found the following solution that worked for me: sudo mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/bin...
The stsadm command was replaced by PowerShell cmdlets in 2010. To deploy on a Produciton, QA or DEV server you may probably need PowerShell scripts (with .ps1 suffix). However if you prefer GUI, you'll thank to Visual Studio 2010 as development and deployment is as simple as a few clicks.
It's not the first time CSDN blog lost my work.. I have to come here to post my technical articles. sorry for the inconvience for myself. Here are the steps - find a bootable linux CD - get a terminal and type sudo grub - now find where's grub installed find /boot/grub/stage1 - tell grub where is the grub root installed (for example, first hard disk, first sector) and set it up on MBR root (hd0,0) setup (hd0) Make sure that /boot/grub/menu.lst is there and unaffected when you install windows. Or you'll have to make change to that file.
Comments