Sunday, August 3, 2008

How To Make ISO image from CD (ZZ)

Use following command to create ISO image of CD
Note: /dev/hdc is my cdrom device

1. dd if=/dev/hdc of=/home/nikesh/example.iso bs=2048 conv=notrunc

— OR –

2. cat /dev/hdc > /home/nikesh/example.iso

Both commands do exactly the same, but the first one might be easier to remember.

From: http://linuxpoison.blogspot.com/2007/10/how-to-make-iso-image-from-cd.html

Friday, August 1, 2008

QQ for Linux发布

昨天腾讯发布了QQ的Linux版本,在我家的Ubuntu 8.04上用deb包安装没有问题,试着聊天也没有遇到什么问题。 虽然功能比起Windows版本弱了很多,只有最基本的聊天功能,不过我还是十分高兴见到腾讯能够发布Linux版本的QQ的。这样至少部分中国人人在考虑转向使用Linux的时候不会担心没有QQ用来聊天。虽然我不想用QQ,可是为了能和朋友联系,只能选择使用它。 希望腾讯能够再接再厉,把Linux版本的功能尽快完善。