Mar 28

Multi-touch became trendy after iphone came up with it. We are seeing many new laptops with multi-touch. At hardware level, there is nothing special that you need, to make multi-touch work. You can also do two-finger scroll and two-finger tap to right/middle click. Also, three-finger tap, but, for me it is very hard to press three fingers at the same time(1 out of 10).

Create new file

gksudo gedit /etc/hal/fdi/policy/11-x11-synaptics.fdi

Paste the following code into the file and save it.

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
 <device>
   <match key="info.capabilities" contains="input.touchpad">
       <merge key="input.x11_driver" type="string">synaptics</merge>
       <merge key="input.x11_options.SHMConfig" type="string">On</merge>
       <merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">90</merge>
       <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
       <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
       <merge key="input.x11_options.TapButton1" type="string">1</merge>
       <merge key="input.x11_options.TapButton2" type="string">3</merge>  <!--two finger tap -> middle clieck(3) -->
       <merge key="input.x11_options.TapButton3" type="string">2</merge>  <!--three finger tap -> right click(2). almost impossible to click -->
   </match>
 </device>
</deviceinfo>

Restart hal and enjoy multitouch touchpad.

sudo /etc/init.d/hal restart

(Theo chỗ này chỉ)

Mar 19

Khác hẳn với thế giới nguồn đóng Windows chỉ có vài phiên bản trong hơn hai chục năm, Linux có tới hàng trăm distro nổi danh mặc dù tuổi đời của chú chim cánh cụt chưa bằng cửa sổ.

Dưới đây là những distro được nhiều ngưới biết, nhiều người dùng và nhiều người tham gia xây dựng. Vì chúng tôi không thể so sánh distro nào hơn distro nào nên thứ tự ở trên không phải là distro nổi danh hơn ở dưới.

http://www.ubuntu.com

http://www.fedoraproject.org

http://www.mandriva.com

http://www.centos.org

http://www.hacao.com

http://www.knoppix.org

http://www.linuxmint.com

http://www.debian.org

http://www.slackware.com

http://www.mepis.org

http://www.sabayonlinux.org

http://www.puppylinux.org

http://www.pclinuxos.com

http://www.archlinux.org

http://opengeu.intilinux.com

http://www.damnsmalllinux.org

http://www.vectorlinux.com

http://www.thinkgos.com

http://www.gentoo.org

http://www.zenwalk.org

http://www.tinymelinux.com

http://www.slax.org

http://www.linpus.com

http://www.absolutelinux.org

http://www.geexbox.org

http://www.cdlinux.info

http://www.lunar-linux.org

http://www.sabayonlinux.org

http://www.pclinuxos.com

http://www.pclinuxos.com

http://www.parsix.org

http://www.wolvix.org

Còn nhiều lắm nhưng thôi, đói bụng rồi.

Mar 18

Trên Ubuntu có sẵn chương trình chia sẻ file theo giao thức BitTorrent, có tên là Transmission. Bạn nên dùng chương trình này nhiều để download files cũng như chia sẻ file cho cộng đồng.

Khi không dùng để download, bạn cũng nên chạy Transmission để chia sẻ file cho những người khác. Việc làm này giúp cho server được giảm tải và cộng đồng cùng sử dụng những băng thông internet nhàn rỗi.

preload preload preload