Posts

Showing posts from July, 2009

To Check your own web browser user agent header.

You can visit this web site if you would like to know your current web browser user agent header. http://macfaq.org/hacks/useragent.html For example, my current web browser user agent header is : Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc10 Firefox/3.0.11 If you like to find out more user agent , you can visit this : http://www.user-agents.org/index.shtml. ---

Install Fedora 11 with vmware workstation, boot issue

When you are installing Fedora 11 using Vmware workstation, you might facing an issue, that the system keep trying all SCSI device before boot into the system. Add a line scsi0.virtualDev = "lsilogic" to the vmx file. Use it carefully, because when you start up the vmware image, it will erase all the data on the virtual disk. If you would like to change back to BUS logic, change to scsi0.virtualDev = "buslogic". ---