Linux Windows CentOS Web Server DNS PHP MySql
แสดงบทความที่มีป้ายกำกับ install แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ install แสดงบทความทั้งหมด

วันศุกร์ที่ 9 สิงหาคม พ.ศ. 2556

how to install Direct Admin on a clean installation of CentOS 5 and 6. The procedure is exactly the same on both these operating systems and with both 32-bit and 64-bit versions. It is very important to start off with a clean installation, as the DirectAdmin installer will take care of all software components you need.

Do you meet the system requirements?
If you have purchased your license directly from DirectAdmin.com, sign into your client account at https://www.directadmin.com/clients and click the "view" link next to your license. Verify that the server IP address and operating system is correct. Also make sure that the license is Active and Verified (if it isn't, you need to contact Direct Admin support). If you have problems with a license obtained through Woktron Web Hosting, please contact Woktron Support.

1. update CentOS to the latest version (currently 5.8 or 6.3)

yum update

2. install DirectAdmin

Begin by installing the required dependencies for Directadmin:
yum install wget gcc gcc-c++ flex bison make bind bind-libs bind-utils openssl openssl-devel perl quota libaio libcom_err-devel libcurl-dev gd zlib-devel zip unzip libcap-devel cronie
Continue by downloading the DirectAdmin setup routine using wget, set file permissions to writable with chmod and finally startup the setup routine by issuing the ./setup.sh command:
wget http://www.directadmin.com/setup.sh
chmod 755 setup.sh
./setup.sh
After the setup routine starts you will be presented with a number of options. You should have your license details ready.


(start installation routine:)
***************************************************** * * Have you run the pre-install commands? CTRL-C if not. * http://help.directadmin.com/item.php?id=354 * ***************************************************** Please enter your Client ID : xxxxx Please enter your License ID : xxxxx Please enter your hostname \(server.domain.com\) It must be a Fully Qualified Domain Name Do *not* use a domain you plan on using for the hostname: eg. don't use domain.com. Use server.domain.com instead. Do not enter http:// or www Enter your hostname (FQDN) : xxxxx.xxxxx.com Client ID: xxxxx License ID: xxxxx Hostname: xxxxx.xxxxx.com Is this correct? (y,n) : y The following ethernet devices/IPs were found. Please enter the name of the device you wish to use: eth0 xxx.xxx.xxx.xxx eth1
when using a Virtual Private Server (VPS) you should select the respective virtual network port:
venet0:0 (the usual option)
venet0:1
If unsure enter the following in commandline and see which ETH adapter is using your public IP address:
ifconfig
(installation routine continued:)
Enter the device name: xxx Is xxx.xxx.xxx.xxx the IP in your license? (y,n) : y DirectAdmin will now be installed on: Enterprise 5.7 Is this correct? (must match license) (y,n) : y You now have 2 options for your apache/php setup. 1: customapache: end-of-life software. Includes Apache 1.3, php 4 and frontpage. **Not recommended**. Will not work with newer OSs. Limited tech support. 2: custombuild 1.1: newer software (recommended). Includes any Apache version, php 4, 5, or both in cli and/or suphp. Frontpage not available. Post any issues with custombuild to the forum: http://www.directadmin.com/forum/forumdisplay.php?f=61 Enter your choice (1 or 2): 2 You have chosen custombuild 1.1. 2011-11-11 14:47:00 http://files.directadmin.com/services/custombuild/1.1/custombuild/build Resolving files.directadmin.com Connecting to files.directadmin.com|:80 connected. HTTP request sent, awaiting response 200 OK Length: 289046 (282K) [text/plain] Saving to: `/usr/local/directadmin/custombuild/build' 100%[===========================================================================>] 289,046 855K/s in 0.3s 2011-11-11 14:47:01 (855 KB/s) `/usr/local/directadmin/custombuild/build' saved [289046/289046] Would you like the default settings of apache 2.2 and php 5 cli? (y/n): y * Using the default settings for custombuild. Would you like to search for the fastest download mirror? (y/n): y
* This option works fine for a basic webserver install. If you'd like to have more control over what should or should not be installed set this option to N

Below you will find what options you have when selecting a custom setup of DirectAdmin:
Would you like the default settings of apache 2.2 and php 5 cli? (y/n):  N
Would you like to have PHP4 or PHP5 as default? (4/5): 
Would you like to have PHP5? (yes/no): 
Would you like to have PHP5 as CLI or CGI? (cli/cgi): 
Would you like to have PHP4? (yes/no): 
Would you like to have ionCube? (yes/no): 
Would you like to have Zend Optimizer? (yes/no): 
Would you like to have an ability to update/instal MySQL using CustomBuild? (yes/no): 
Which version of MySQL you would like to have? (5.0/5.1): 
Which version of Apache you would like to have? (1.3/2.0/2.2): 
Would you like to have an ability to update/instal Exim using CustomBuild? (yes/no): 
Would you like to have an ability to install Dovecot? (yes/no): 
Would you like to have an ability to install/update phpMyAdmin using CustomBuild? (yes/no): 
Would you like to have an ability to install/update SquirrelMail webmail using CustomBuild? (yes/no): 
Would you like to have an ability to install/update RoundCube webmail using CustomBuild? (yes/no): 
Would you like to have an ability to install/update UebiMiau webmail using CustomBuild (not recommended)? (yes/no): 
Would you like to have an ability to install/update Atmail Open webmail using CustomBuild? (yes/no): 
Would you like to search for the fastest download mirror? (y/n):
When the install routine has completed, you should be ready to login to your newly installed control panel via: http://xx.xx.xx.xx:2222(where xx.xx.xx.xx is your IP address or domain name). 2222 is the port DirectAdmin normally communicates on. It is important to keep this port open in your firewall
In case you forgot your admin password enter the following:
cd /usr/local/directadmin
./directadmin i

3. update custombuild:

After having DirectAdmin succesfully installed it is now time to secure your server. A good first step would be to install the CSF Firewall. It is also important to periodically update your server. This can be done by issuing the following commands:
cd /usr/local/directadmin/custombuild
./build clean 
./build update 
./build update_versions

4. Dealing with RPM errors

When installing RPMs, errors can sometimes occur. Don't panic, solving them is usually easy. If you didn't know what to install during your RedHat installation, you might have installed a few services, such as apache and sendmail. These services must be removed before the rpm will be able to be installed.

For example, lets say you are trying to install exim and you get the following:
rpm -ivh exim-3.36-2.i386.rpm
  Preparing...                         ########################################### [100%]
  file /somefile from install of exim-3.36-2 conflicts with file from package sendmail-8.1
  ...
This would mean that sendmail is already installed on your server and you must remove it. This can easily be accomplished by running the following:
rpm -e --nodeps sendmail
Then you will be able to install your rpm. This follows for other services such as apache, apache-devel, wu-ftp, php, MySQL and so forth. If you need to figure out if you already have a service installed, you can run
rpm -q servicename
or
rpm -qa | grep substring
Where substring is just a word. For example, using "apache" might return:
rpm -qa | grep apache
apache-fp-1.3.27-2
apache-fp-devel-1.3.27-2
apache-fp-manual-1.3.27-2

5. Troubleshooting

If you are having trouble with RPMs hanging, please take a look at:

how to install Direct Admin on a clean installation of CentOS 5 and 6. The procedure is exactly the same on both these operating systems and with both 32-bit and 64-bit versions. It is very important to start off with a clean installation, as the DirectAdmin installer will take care of all software components you need.

Do you meet the system requirements?
If you have purchased your license directly from DirectAdmin.com, sign into your client account at https://www.directadmin.com/clients and click the "view" link next to your license. Verify that the server IP address and operating system is correct. Also make sure that the license is Active and Verified (if it isn't, you need to contact Direct Admin support). If you have problems with a license obtained through Woktron Web Hosting, please contact Woktron Support.

1. update CentOS to the latest version (currently 5.8 or 6.3)

yum update

2. install DirectAdmin

Begin by installing the required dependencies for Directadmin:
yum install wget gcc gcc-c++ flex bison make bind bind-libs bind-utils openssl openssl-devel perl quota libaio libcom_err-devel libcurl-dev gd zlib-devel zip unzip libcap-devel cronie
Continue by downloading the DirectAdmin setup routine using wget, set file permissions to writable with chmod and finally startup the setup routine by issuing the ./setup.sh command:
wget http://www.directadmin.com/setup.sh
chmod 755 setup.sh
./setup.sh
After the setup routine starts you will be presented with a number of options. You should have your license details ready.


(start installation routine:)
***************************************************** * * Have you run the pre-install commands? CTRL-C if not. * http://help.directadmin.com/item.php?id=354 * ***************************************************** Please enter your Client ID : xxxxx Please enter your License ID : xxxxx Please enter your hostname \(server.domain.com\) It must be a Fully Qualified Domain Name Do *not* use a domain you plan on using for the hostname: eg. don't use domain.com. Use server.domain.com instead. Do not enter http:// or www Enter your hostname (FQDN) : xxxxx.xxxxx.com Client ID: xxxxx License ID: xxxxx Hostname: xxxxx.xxxxx.com Is this correct? (y,n) : y The following ethernet devices/IPs were found. Please enter the name of the device you wish to use: eth0 xxx.xxx.xxx.xxx eth1
when using a Virtual Private Server (VPS) you should select the respective virtual network port:
venet0:0 (the usual option)
venet0:1
If unsure enter the following in commandline and see which ETH adapter is using your public IP address:
ifconfig
(installation routine continued:)
Enter the device name: xxx Is xxx.xxx.xxx.xxx the IP in your license? (y,n) : y DirectAdmin will now be installed on: Enterprise 5.7 Is this correct? (must match license) (y,n) : y You now have 2 options for your apache/php setup. 1: customapache: end-of-life software. Includes Apache 1.3, php 4 and frontpage. **Not recommended**. Will not work with newer OSs. Limited tech support. 2: custombuild 1.1: newer software (recommended). Includes any Apache version, php 4, 5, or both in cli and/or suphp. Frontpage not available. Post any issues with custombuild to the forum: http://www.directadmin.com/forum/forumdisplay.php?f=61 Enter your choice (1 or 2): 2 You have chosen custombuild 1.1. 2011-11-11 14:47:00 http://files.directadmin.com/services/custombuild/1.1/custombuild/build Resolving files.directadmin.com Connecting to files.directadmin.com|:80 connected. HTTP request sent, awaiting response 200 OK Length: 289046 (282K) [text/plain] Saving to: `/usr/local/directadmin/custombuild/build' 100%[===========================================================================>] 289,046 855K/s in 0.3s 2011-11-11 14:47:01 (855 KB/s) `/usr/local/directadmin/custombuild/build' saved [289046/289046] Would you like the default settings of apache 2.2 and php 5 cli? (y/n): y * Using the default settings for custombuild. Would you like to search for the fastest download mirror? (y/n): y
* This option works fine for a basic webserver install. If you'd like to have more control over what should or should not be installed set this option to N

Below you will find what options you have when selecting a custom setup of DirectAdmin:
Would you like the default settings of apache 2.2 and php 5 cli? (y/n):  N
Would you like to have PHP4 or PHP5 as default? (4/5): 
Would you like to have PHP5? (yes/no): 
Would you like to have PHP5 as CLI or CGI? (cli/cgi): 
Would you like to have PHP4? (yes/no): 
Would you like to have ionCube? (yes/no): 
Would you like to have Zend Optimizer? (yes/no): 
Would you like to have an ability to update/instal MySQL using CustomBuild? (yes/no): 
Which version of MySQL you would like to have? (5.0/5.1): 
Which version of Apache you would like to have? (1.3/2.0/2.2): 
Would you like to have an ability to update/instal Exim using CustomBuild? (yes/no): 
Would you like to have an ability to install Dovecot? (yes/no): 
Would you like to have an ability to install/update phpMyAdmin using CustomBuild? (yes/no): 
Would you like to have an ability to install/update SquirrelMail webmail using CustomBuild? (yes/no): 
Would you like to have an ability to install/update RoundCube webmail using CustomBuild? (yes/no): 
Would you like to have an ability to install/update UebiMiau webmail using CustomBuild (not recommended)? (yes/no): 
Would you like to have an ability to install/update Atmail Open webmail using CustomBuild? (yes/no): 
Would you like to search for the fastest download mirror? (y/n):
When the install routine has completed, you should be ready to login to your newly installed control panel via: http://xx.xx.xx.xx:2222(where xx.xx.xx.xx is your IP address or domain name). 2222 is the port DirectAdmin normally communicates on. It is important to keep this port open in your firewall
In case you forgot your admin password enter the following:
cd /usr/local/directadmin
./directadmin i

3. update custombuild:

After having DirectAdmin succesfully installed it is now time to secure your server. A good first step would be to install the CSF Firewall. It is also important to periodically update your server. This can be done by issuing the following commands:
cd /usr/local/directadmin/custombuild
./build clean 
./build update 
./build update_versions

4. Dealing with RPM errors

When installing RPMs, errors can sometimes occur. Don't panic, solving them is usually easy. If you didn't know what to install during your RedHat installation, you might have installed a few services, such as apache and sendmail. These services must be removed before the rpm will be able to be installed.

For example, lets say you are trying to install exim and you get the following:
rpm -ivh exim-3.36-2.i386.rpm
  Preparing...                         ########################################### [100%]
  file /somefile from install of exim-3.36-2 conflicts with file from package sendmail-8.1
  ...
This would mean that sendmail is already installed on your server and you must remove it. This can easily be accomplished by running the following:
rpm -e --nodeps sendmail
Then you will be able to install your rpm. This follows for other services such as apache, apache-devel, wu-ftp, php, MySQL and so forth. If you need to figure out if you already have a service installed, you can run
rpm -q servicename
or
rpm -qa | grep substring
Where substring is just a word. For example, using "apache" might return:
rpm -qa | grep apache
apache-fp-1.3.27-2
apache-fp-devel-1.3.27-2
apache-fp-manual-1.3.27-2

5. Troubleshooting

If you are having trouble with RPMs hanging, please take a look at:

วันพฤหัสบดีที่ 1 สิงหาคม พ.ศ. 2556


VSFTPD is a service which allows us to setup ftp server in secure way. it is Very Secure File Transfer Protocol Daemon (VSFTPD).
By default ftp server can be access anonymously ( ‘/var/ftp’ anonymous space ) and we can also configure login-based FTP sessions.

In this HowTo i will show you the login-based FTP configuration and installation.

First of Installation of VSFTPD using of course ‘yum’.


Step-1

yum install vsftpd

Setp-2 Edit main config file
vi /etc/vsftpd/vsftpd.conf
change below line as follows :
anonymous_enable=NO
local_enable=YES

Step-3 Enable ‘vsftpd’ in multi-user runlevels using ‘chkconfig’ & Start Service.
chkconfig vsftpd on
service vsftpd start

Step-3 Set SeLinux Booleon
getsebool -a | grep ftp - dupms FTP-related SELinux booleans
setsebool -P ftp_home_dir on

Now you can make login-based ftp session
Open your browser type : ftp://username@localhost or IP address of your FTP Server.


- See more at: http://www.broexperts.com/2013/04/how-to-install-vsftp-on-centos-6-4/#sthash.0USZPQ4l.dpuf


VSFTPD is a service which allows us to setup ftp server in secure way. it is Very Secure File Transfer Protocol Daemon (VSFTPD).
By default ftp server can be access anonymously ( ‘/var/ftp’ anonymous space ) and we can also configure login-based FTP sessions.

In this HowTo i will show you the login-based FTP configuration and installation.

First of Installation of VSFTPD using of course ‘yum’.


Step-1

yum install vsftpd

Setp-2 Edit main config file
vi /etc/vsftpd/vsftpd.conf
change below line as follows :
anonymous_enable=NO
local_enable=YES

Step-3 Enable ‘vsftpd’ in multi-user runlevels using ‘chkconfig’ & Start Service.
chkconfig vsftpd on
service vsftpd start

Step-3 Set SeLinux Booleon
getsebool -a | grep ftp - dupms FTP-related SELinux booleans
setsebool -P ftp_home_dir on

Now you can make login-based ftp session
Open your browser type : ftp://username@localhost or IP address of your FTP Server.


- See more at: http://www.broexperts.com/2013/04/how-to-install-vsftp-on-centos-6-4/#sthash.0USZPQ4l.dpuf

วันอังคารที่ 30 กรกฎาคม พ.ศ. 2556


Here is a basic guide to install Centos 6 ( for beginners ) . Before proceeding with the installation, please make sure you have a compatible hardware resource , Centos installation CD/DVD. ( you candownload a fresh iso from http://www.centos.org/modules/tinycontent/index.php?id=30 )
let’s start ..
Put the Centos CD/DVD into the CD/DVD Drive .

» press F12 or Delete Key( Depends upon your motherboard / Brand ) . Select CD-ROM Drive

bootmenu
[or]
» You can change first boot device to CD-ROM in Bios Setup ( Mostly F2 key for Bios setup ).



biossetup


Installation will start now. ( Follow the Screenshots and steps ).

centos6-step-1

centos6-step-1

Step 1 » The Setup starts now . Choose “Install or upgrade an existing system” and press Enter.
Step 2 » It will ask your confirmation for testing your CD / DVD media . Just pressSkip if you are using newly burned DVD ( Better test your DVD if it is old one).
Step 3 » Installation will starts now . Press Next .
Step 4 » choose language (English) and press Next .
Step 5 » Again choose keyboard (U.S. English) and press Next .
Step 6 » Now choose Storage device type . choose “Basic Storage Devices” and pressNext ( For advanced storage like SAN , NAS , ISCSI , you need to choose second option) .
Step 7 » It will show warning for using new hard disk . Press “yes, discard any data “ .
Step 8 » Type hostname and press Next .
Step 9 » Choose Time zone and press Next .
Step 10 » Type root password and press Next .
Step 11 » Now choose “Use All Space” and press Next ( it will use entire Disk for CentOS) .
Step 12 » It will show warning to creating partition structure on your hard disk . Press “write changes to disk” .
Step 13 » Now choose minimal in the list ( Server Type : we can configure later ) and press Next .
Step 14 » It will start installing centos after checking dependencies .
Step 15 » After completing installation press Reboot .
Step 16 »Now you have successfully installed Centos . Type username “root” and password ( type root password) and press Enter.


Here is a basic guide to install Centos 6 ( for beginners ) . Before proceeding with the installation, please make sure you have a compatible hardware resource , Centos installation CD/DVD. ( you candownload a fresh iso from http://www.centos.org/modules/tinycontent/index.php?id=30 )
let’s start ..
Put the Centos CD/DVD into the CD/DVD Drive .

» press F12 or Delete Key( Depends upon your motherboard / Brand ) . Select CD-ROM Drive

bootmenu
[or]
» You can change first boot device to CD-ROM in Bios Setup ( Mostly F2 key for Bios setup ).



biossetup


Installation will start now. ( Follow the Screenshots and steps ).

centos6-step-1

centos6-step-1

Step 1 » The Setup starts now . Choose “Install or upgrade an existing system” and press Enter.
Step 2 » It will ask your confirmation for testing your CD / DVD media . Just pressSkip if you are using newly burned DVD ( Better test your DVD if it is old one).
Step 3 » Installation will starts now . Press Next .
Step 4 » choose language (English) and press Next .
Step 5 » Again choose keyboard (U.S. English) and press Next .
Step 6 » Now choose Storage device type . choose “Basic Storage Devices” and pressNext ( For advanced storage like SAN , NAS , ISCSI , you need to choose second option) .
Step 7 » It will show warning for using new hard disk . Press “yes, discard any data “ .
Step 8 » Type hostname and press Next .
Step 9 » Choose Time zone and press Next .
Step 10 » Type root password and press Next .
Step 11 » Now choose “Use All Space” and press Next ( it will use entire Disk for CentOS) .
Step 12 » It will show warning to creating partition structure on your hard disk . Press “write changes to disk” .
Step 13 » Now choose minimal in the list ( Server Type : we can configure later ) and press Next .
Step 14 » It will start installing centos after checking dependencies .
Step 15 » After completing installation press Reboot .
Step 16 »Now you have successfully installed Centos . Type username “root” and password ( type root password) and press Enter.


It is used to Connect to the remote system through secure shell. It give you a copy of remote shell on your desktop.You can also create password less login to the remote system with the help of PUBLIC/PRIVATE keys.

1.For installing SSH open the terminal and type :-


# su          <--- nbsp="" span="" style="box-sizing: border-box;" to="">become root and enter the password>
# yum install openssh-server
  


 



2. After the completion of Installation you have to on the sshd service and start the service.

# chkconfig sshd on
# service sshd restart



3. Now you have to ssh from other machine to your machine to test it. that ssh service working properly.


As you can see I am successfully able to login to my machine from ssh. That's it enjoy.


It is used to Connect to the remote system through secure shell. It give you a copy of remote shell on your desktop.You can also create password less login to the remote system with the help of PUBLIC/PRIVATE keys.

1.For installing SSH open the terminal and type :-


# su          <--- nbsp="" span="" style="box-sizing: border-box;" to="">become root and enter the password>
# yum install openssh-server
  


 



2. After the completion of Installation you have to on the sshd service and start the service.

# chkconfig sshd on
# service sshd restart



3. Now you have to ssh from other machine to your machine to test it. that ssh service working properly.


As you can see I am successfully able to login to my machine from ssh. That's it enjoy.

วันจันทร์ที่ 29 กรกฎาคม พ.ศ. 2556


บทความนี้จะแนะนำการติดตั้งและใช้งาน CentOS http://www.centos.org/ ซึ่งเป็น Linux สาย Redhat ตัวหนึ่ง ในการนำมาใช้ทำเป็น Server โดยจะแบ่งเนื้อหาออกเป็นตอนๆ เพื่อความสะดวกของคนเขียน (ผมเอง) โดยจะมีเนื้อหาทั้งหมดคราวๆ ตามหัวข้อดังนี้

* CentOS Minimal Installation
* Web Server: Apache and PHP
* Secure Web Server : Apache & Mod SSL
* Database: MySQL & PHP MySQL Extension
* Database: Oracle & PHP OCI8 Extension
* Mail Server: Postfix
* DNS Server: BIND
* FTP Server: ProFTPD
* User & Group Management


บทความนี้จะแนะนำการติดตั้งและใช้งาน CentOS http://www.centos.org/ ซึ่งเป็น Linux สาย Redhat ตัวหนึ่ง ในการนำมาใช้ทำเป็น Server โดยจะแบ่งเนื้อหาออกเป็นตอนๆ เพื่อความสะดวกของคนเขียน (ผมเอง) โดยจะมีเนื้อหาทั้งหมดคราวๆ ตามหัวข้อดังนี้

* CentOS Minimal Installation
* Web Server: Apache and PHP
* Secure Web Server : Apache & Mod SSL
* Database: MySQL & PHP MySQL Extension
* Database: Oracle & PHP OCI8 Extension
* Mail Server: Postfix
* DNS Server: BIND
* FTP Server: ProFTPD
* User & Group Management