by agate - Published: 2010-02-28 [4:36 下午] - Category: 软件使用

[Windows 虚拟机]
步骤:
1. 使用 windows 自己磁盘整理把碎片都搞掉

2. 使用微软的 sdelete 把 zero 设为 0

sdelete 的下载地址: http://technet.microsoft.com/en-us/sysinternals/bb897443.aspx

在 CMD 中输入:
sdelete -c

3. 关机

4. 在真实系统中输入:
VBoxManage modifyhd VDI_FILE_NAME --compact

[Linux 虚拟机]
步骤:
1. 用一张 LiveCD 启动虚拟机, 使用 GParted 分区软件, 无损改变硬盘大小到最小, 并把释放出来的空间建立一个新的分区

2. 在新分区上执行:
dd if=/dev/zero of=/dev/{?}

3. 删除这个新分区, 发释放出来的空间并入主分区. 关机!

4. 在真实系统中输入:
VBoxManage modifyhd VDI_FILE_NAME --compact

Tags: [ , ] - Comments: View Comments
by agate - Published: 2010-02-27 [8:15 下午] - Category: 系统操作

一直以来我都没找到 mac 下键盘映射的软件. 最近在同事的介绍下我发现了: PCKeyboardHack 这个软件. 它可以然我成功地将 Caps Lock 键映射成为 ESC 键.
具体的内容可以访问: http://pqrs.org/

Tags: [ ] - Comments: View Comments
by agate - Published: 2010-02-13 [1:00 下午] - Category: 程序编码

今天看到 google 出了一组很酷的图形 API

地址: http://code.google.com/apis/charttools/

目前提供:
1. Image charts - using a simple URL request to a Google chart server
2. Interactive charts - using a Google developed JavaScript library
具体的就是:
1 -- [图片型图标] 只是一个图片而已
2 -- [可视化图标] 是一个 javascript 实现的可视化图形组件, 提供动态显示和鼠标事件

具体可以到: http://code.google.com/apis/charttools/docs/choosing.html 看看二者的区别

Tags: [ , , ] - Comments: View Comments
by agate - Published: 2010-02-09 [3:36 下午] - Category: 系统操作

经典网站:
1. http://www.osx86project.org/
1.1. http://wiki.osx86project.org/
1.2. http://www.insanelymac.com/

ATI 系列显卡驱动:

http://www.insanelymac.com/forum/index.php?showtopic=190586

Tags: [ , ] - Comments: View Comments