Reference:
How To Install Wordpress on Centos 6
5 reasons for error “Your PHP installation appears to be missing the MySQL extension” and how to fix it
補充:執行 chown -R apache /var/www/html,這樣才能上傳檔案。
2017年6月27日 星期二
CentOS 6.x upgrade PHP, MySQL
● Upgrade CentOS 6.x
Reference: Upgrade to CentOS 6.7 from CentOS 6.6/6.5/6.4/6.3/6.2/6.1/6.0
- Change to root.
- Backup import data. Ex: /etc, /var/log, web, mysql ...
- yum update
- reboot
Reference: Upgrade to CentOS 6.7 from CentOS 6.6/6.5/6.4/6.3/6.2/6.1/6.0
2017年6月26日 星期一
CentOS management via webmin
Reference:
CentOS Webmin網管最佳工具
到Webmin官方網站:http://www.webmin.com/ 下載 rpm
執行 rpm -ivh webmin-1.xxx.noarch.rpm
service start httpd
用網頁連 https://youe-host:10000
PS. webmin 需要 httpd, perl
CentOS Webmin網管最佳工具
到Webmin官方網站:http://www.webmin.com/ 下載 rpm
執行 rpm -ivh webmin-1.xxx.noarch.rpm
service start httpd
用網頁連 https://youe-host:10000
PS. webmin 需要 httpd, perl
2017年6月15日 星期四
Solaris x86 安裝
ISO檔可以在Oracle網站下載,線上申請帳號就可以了。
建議抓Solaris 10,因為11改版和之前的很不像。
http://www.oracle.com/technetwork/server-storage/solaris10/downloads/index.html
安裝步驟參考,安裝過程可以選擇NIS。
http://solaris.tophk.net/basicsetting/quick_install_solaris10/
Configuring Telnet / FTP to login as root (Solaris)
我裝在VM上,看起來還行。
建議抓Solaris 10,因為11改版和之前的很不像。
http://www.oracle.com/technetwork/server-storage/solaris10/downloads/index.html
安裝步驟參考,安裝過程可以選擇NIS。
http://solaris.tophk.net/basicsetting/quick_install_solaris10/
Configuring Telnet / FTP to login as root (Solaris)
我裝在VM上,看起來還行。
2017年6月13日 星期二
Exchange 2010 Get Mailbox Database Size and Available Space
Reference:
Using PowerShell to Get Mailbox Database Size and Available New Mailbox Space
under power shell:
Get-MailboxDatabase -Status | select Name,DatabaseSize,AvailableNewMailboxSpace
Using PowerShell to Get Mailbox Database Size and Available New Mailbox Space
under power shell:
Get-MailboxDatabase -Status | select Name,DatabaseSize,AvailableNewMailboxSpace