Archive for the ‘Ubuntu’ Category

How to Install Apache2 With PHP5 And MySQL Support On Ubuntu 10.10 (LAMP)

April 7th, 2011 by @HKw@! | 1 Comment | Filed in Linux, Ubuntu

LAMP (Linux, Apache, MySQL and PHP) is an open source Web Server. To develop my new WordPress theme, i need to setup LAMP on my Ubuntu 10.10 Machine. In this post,  I will show you how to install a LAMP on Ubuntu 10.10. system..

To start the installation:-

1. Open up the Terminal (Applications > Accessories > Terminal).

2. Before you start setup the LAMP, please make sure you’re logged in as root: (more…)

Share

How 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...)

Share

Linux – Use the Terminal to Display a Calendar

July 13th, 2010 by @HKw@! | No Comments | Filed in centos, Fedora, Linux, RedHat, Ubuntu

In Linux environment, we can view the calendar directly in the terminal. To do this, just simply use the “cal” command

cal command is used to display the calendar. Below are the syntax:-

cal [options] [month{1-12}] [year{1-9999}]  (more…)

Share
BlogCatalog