In order to install dotnetnuke 5.5.1 in plesk, you will need to change the asp.net setting in plesk panel to 2.0 version. Besides that, make sure your computer is having microsoft.net framework 3.5 SP1. Please make you download SP1 version because it will not run the installation if it is .net 3.5.
Archive for the ‘Uncategorized’ Category
Plesk Panel 9.5 dotnetnuke 5.5.1 installation
February 10th, 2011 by quah67 | No Comments | Filed in UncategorizedHow to Setup User Password Expiration in Linux
August 19th, 2010 by @HKw@! | No Comments | Filed in centos, Fedora, Linux, RedHat, Ubuntu, Uncategorized
By default, most Linux distributions do not enable password aging. This means passwords do not expire and is it possible for a user to have the same password indefinitely. This situation is not secure. For security reasons, it is advisable to require users to change their passwords periodically.
Password aging is a mechanism that allows the system to enforce a certain lifetime for passwords. The chage command is used to modify password aging.
# chage [options] username (more...)
How to open .chm file in Linux
April 8th, 2010 by @HKw@! | No Comments | Filed in centos, Fedora, Linux, Uncategorized, Utilities Software
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.
