How to setup LAMP on Windows in 1 minute
To run php application, most of user will used Apache + PHP + MySQL as their program platform. Most of the beginner user like to setup LAMP on Windows to develop or run the php application. To setup LAMP on Windows, is a bit complicated. But there is asoftware called AppServ to allow us to setup LAMP just in 1 minute. AppServ is a software with full-featured of Apache, MySQL, PHP, phpMyAdmin. Read more
Fedora/Centos: How to Mount and Unmount ISO Files
An ISO image or .iso file contains the disk image of an ISO 9660 file system. According to WIKIPEDIA, ISO 9660, also referred to as CDFS (Compact Disc File System) by some hardware and software providers, is a file system standard published by the International Organization for Standardization (ISO) for optical disc media (CD-ROMs and DVD-ROMs).
In Linux, it is possible to mount the ISO image so that you can access the files without having to actually burn it to disk. Here is the simple way to show you mount and unmount ISO images without burning them.
1) You must login as a root user Read more
How to open .chm file in Linux
I downloaded an ebook from internet. The ebook in .chm extension. I can’t read it in my linux machine.
So, i just install a software called xCHM to read .chm file. xCHM can show the content tree if one is available, print pages, change font face and size, remember bookmarks, display a searchable index, and search for words in the current page and the whole book.
How to install it? Just follow the following steps:-
Fedora/Centos
a) Login as root user
su -
b) Type the following command to install it
yum install -y xchm
After that, you try to double click the .chm file, you should able to open it with xchm program.

