Linux Set Date and Time From a Command Prompt

How can I set the system date and time from the command prompt (bash shell)? I don’t have GUI installed and I am login over ssh session. How can I set date under Linux operating systems?
Use the date command to display the current date and time or set the system date / time over ssh session. You can also run the date command from X terminal as root user.

Continue reading “Linux Set Date and Time From a Command Prompt”

Install mpm-itk On Debian

Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.04

This article explains how you can install and configure apache2-mpm-itk on an Ubuntu 9.04 server. apache2-mpm-itk is an MPM (Multi-Processing Module) for the Apache 2 web server. mpm-itk allows you to run each of your vhost under a separate UID and GID – in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. mpm-itk works with mod_php because mpm-itk is based on the traditional prefork MPM, which means it’s non-threaded. This means you don’t need to use suExec or suPHP anymore to run a website’s PHP scripts as a separate user.

Continue reading “Install mpm-itk On Debian”