雲端Ubuntu 12.04 LTS Server 安裝

1.虛擬機器停止後,按「設定」即可自訂資源分配,增加效能。

2. 建議MobaxTerm登入,ssh 163.26.205.xxx -l root。

3.apt-get update,
apt-get upgrade,
apt-get install mc dialog rcconf rsync fail2ban tree wget htop arp-scan isc-dhcp-server,
apt-get clean

4.設定網路 /etc/network/interface

auto eth0
iface eth0 inet static
address 163.26.205.3
netmask 255.255.255.0
gateway 163.26.205.254
iface eth0 inet6 static
pre-up modprobe ipv6
address 2001:288:75df::b003
netmask 64
gateway 2001:288:75df::fffe

5.lampp可攜allinone系統

比較重要的路徑
資料庫:/opt/lampp/var/mysql
xoops等站台:(xampp現在都以app來看):/opt/lampp/apps/
主要設定檔:/opt/lampp/etc
主站台路徑:/opt/lampp/htdocs
重新啟動:/opt/lampp/xampp restart

6.warning: unable to determine IP address of ‘_none_’
在proftpd.conf新增以下1行資料
DefaultAddress 163.26.205.1

網頁轉址設定(因xoops2->xoops)y94在網頁跟目錄下增加.htaccess
RewriteEngine On
Redirect /xoops2 http://www.htaes.tn.edu.tw/xoops
Redirect / http://www.htaes.tn.edu.tw/xoops

(下次考慮)
將/opt/lampp/etc/httpd.conf的最後1行註解調
#Include “/opt/lampp/apache2/conf/httpd.conf”
(煩死了)

7.apt-get install postfix ssl-cert
(apt-get install postfix ssl-cert procmail postfix-mysql postfix-pgsql postfix-ldap postfix-pcre sasl2-bin dovecot-common postfix-cdb)

8.

9.用Adminer匯出資料庫,將
http://htaes.tn.edu.tw/xoops2/uploads/ 改為
http://s3.htaes.tn.edu.tw/xoops2/uploads/

,,

分類: 伺服器設定。這篇內容的永久連結