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.
How to find your MAC address (Linux/Windows/Mac OS X)
Windows XP/Vista/7
Run ipconfig/all from a Command Prompt window.
- click Start, then Run, then type
cmdin the text box.
- Type in ipconfig/all in the Command Prompt Windows and press enter
You should get something like this Read more
How to install phpmyadmin on Centos
phpMyAdmin is an open source tool written in PHP intended to handle the administration of MySQL over the World Wide Web. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions. (Info from http://www.phpmyadmin.net)
How to install phpmyadmin? Before you install phpmyadmin, you need to install your LAMP 1st. Once you install, just follow below steps:-
- $ su -
- # cd /var/www/html Read more

