線上書籍

Home

Proxmox 虛擬主機架設-從無到有(ZFS)

  1. apache2 安裝
    # apt-get install apache2 apache2.2-common
  2. php5 安裝
    # apt-get install -y  php5  php5-gd php5-sqlite  curl php5-curl imagemagick  php5-imagick
    # apt-get install -y  php5-mysql  php5-mcrypt  php5-xmlrpc php5-sqlite
  3. Mysql 安裝 (安裝過程中會要求輸入 mysql 最高管理權限 帳號root 的 密碼 2次)
    # apt-get install -y mysql-server
  4. 上傳自訂成績單需用到的程式
    # apt-get install unzip zip
  5. 自動備份工具
    # apt-get install automysqlbackup
  6. 加密工具
    # apt-get install aespipe
  7. 其它解壓縮工具
    # apt-get install p7zip-full unrar-free
  8. 這個對於備份會很有用的工具程式
    #apt-get install rsync
     
  9. 其它圖形處理程式依需要自行安裝
    1. ​安裝圖形處理程式
      # apt-get install curl php5-curl           (配合 xoops 2.5.x 程式需要用到,畫面才能顯示)
    2. 安裝編譯程式(如果有需要的話)
      # apt-get install gcc make
    3. 其它圖形處理程式
      # apt-get install dcraw
      # apt-get install imagemagick
      # apt-get install ffmpeg
      # apt-get install netpbm
      # apt-get install jhead
      # apt-get install libjpeg-progs

       
  10. ​安裝完成後,含系統也才佔了不到1G的容量。