Linux Operations Command
Wednesday, May 14th, 2008Linux operation commands
ps ax #process status
ps ax | grep httpd #to show only httpd included list
top #computer status
ls -la […]
Linux operation commands
ps ax #process status
ps ax | grep httpd #to show only httpd included list
top #computer status
ls -la […]
Oracle Architecture overview
The oracle 9i RDBMS contains a suite of software that includes required components, work-saving tools, utilities, and management software that is primarily user for DBA. More features for use with the Internet than prior releases for example, a new XML DB (database) feature provides an interface within the database for easily storing, updating, […]
Installation of GD
-Install zlib for gd
download zlib-1.2.3.tar.gz in /usr/local/src
tar -xzvf zlib-1.2.3.tar.gz
cd zlib-1.2.3
./configure –prefix=/usr/local –shared
make
make install
-Install libpng for gd
download libpng-1.2.20.tar.gz in /usr/local/scr
tar -xzvf libpng-1.2.20.tar.gz
cd libpng-1.2.20
./configure –prefix=/usr/local
make check
make install
Configure Postfix, Dovecot for SSL
–improvement for smtp over ssl authentication
#-issue server certifcate
# cd /usr/share/ssl/certs
# make mail.pem
# Country Name:US
# Province Name:NY
# Locality Name:Manhattan
# Organization Name :CIS
# Organization Unit Name:
# Common Name:mail.configureinstallsetup.com
# Email Address:admin@configureinstallsetup.com
# […]
Installation Of Dovecot
-make group and user dovecot
useradd dovecot
-download dovecot
download dovecot-1.0.2.tar.gz to /usr/local/src
cd /usr/local/src
tar xzvf dovecot-1.0.2.tar.gz
-install dovecot
cd dovecot-1.0.2
./configure
make
make install
create /etc/pam.d/dovecot as
auth required pam_unix.so
account required pam_unix.so
How to install of Postfix mail server
-download postfix
downlad postfix2.4.3.tar.gz to /usr/local/scr
tar xzvf postfix2.4.3.tar.gz
-Install postfix
groupadd postfix
useradd -g postfix postfix
groupadd postdrop
make
make install
#inquiries are all defaults