July 26, 2013
在家,告别了学校的百兆网络。目前3G 过活。无奈发现虚
拟机中的gollum 运行极度缓慢,Chrome 的开发者工具显示
waiting time 达到了10+ seconds。遂至Github 的官方repo
中搜索"slow",发现
issus177
遂解决。
same problem, I’m here by searching slow in the repo.
Thanks @arr2036 for “One thing that can cause Gollum
to appear like it was responding slowly is that webrick
does reverse DNS lookups by default (don’t ask me why). "
This is really stupid when you setup gollum in vm(vmware)
and browser in the host machine, the IP is something
like 192.168.8.* . and the reverse DNS lookups webrick
does cause me 10s or more under my poor 3G network.
...
September 18, 2012
最近安装windows8,手欠格了Arch的分区,导致我远离了Arch的世界,虽然Win8用着感觉还挺不错的,但是终究没有Linux的shell好用,决定装个虚拟机Arch随便用用。加上64bit的windows使我的小Y史无前例的达到了4G的内存,装个Arch应该没有多大问题。
前几天在实习还没结束时也尝试安装了,但是因为Arch的安装方式最近改变,不再提供install scripts了。导致我在不熟悉的情况下弄砸了,旧版的arch安装包也因为glibc update遇到冲突,直接导致无法安装任何软件包,只能放弃。
这次使用VMware,一步一步按照wiki的步骤,基本没有什么问题,只是在安装vm-tools时遇到了小问题,按照wiki安装open-vm-tools,但是启动服务时出现问题:
rc.d start open-vm-tools
提示如下错误:
:: Starting Open Virtual Machine Tools [BUSY]
FATAL: Module vmblock not found. [FAIL]
安装一个包即可解决问题:
sudo pacman -S open-vm-tools-modules
挂载Windows共享文件:
sudo mount -t vmhgfs .host:/sharename /mnt/hgfs
如果希望开机自动挂载,在/etc/fstab文件加上:
.host:/sharename /mnt/hgfs vmhgfs fmask=0133,dmask=0022 0 0
接下来就是恢复自己的工作环境了。感谢Github,感谢Dropbox。