install FC6 in vmware fusion 3 hosted in Snow leopard

Author: Bian Linkou
Date: Jan 17th, 2010

1. harddisk bus type should be set to IDE

2. select development related tools when configured the installation

3. install vmware tools after fedora core installed - sudo ./vmware-install.pl

4. if console asked for the location of linux c header, you should install kernel-devel first - sudo yum install kernel-devel

5. continue with the default settings and maybe still some erros happened, don't care. Reboot vmware later.


ps. Please refer to another doc about how to use yum with local DVD source

ps. Chinese won't be installed if use english during the installation, you can install later with following commands - sudo yum install fonts-chinese

ps. Maybe an error will pop up when you type rpm -q kernel-devel, following commands can solve this issue -

cd /var/lib/rpm
rm -f __db.*
rpm -vv --rebuilddb


Done!

Use SSH Tunnelling to bypass the GFW

Author: Link Bian

Date: October 18, 2009

Currently, we can not access twitter and facebook directly due to GFW (The Great Firewall of China). So how to bypass the GFW effectively? I use SSH tunnelling with a proxy server in USA. You should get such an account first and this is well beyond the scope of this article.

Read more