[youtube=http://www.youtube.com/watch?v=Bn9pPBpdaP8]
Related Posts
NTFS-3G Read/Write Driver
- govath
- March 22, 2007
- 0
The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux and other operating systems. It provides safe and fast handling of […]
ISO image to CD/DVD
- govath
- April 4, 2007
- 0
[root@localhost govath]# cdrecord dev=help Now write to disk: [root@localhost govath]# cdrecord -v -eject speed=8 dev=0,1,0 test.iso In this example: -v is verbose -eject ejects the […]
Open – View .chm in Linux
- govath
- December 11, 2008
- 0
Install chm viewer Use apt-get or yum command to install chm viewer: # yum install gnochm (for gnome) Or # yum install kchmviewer (for kde) […]