Recently in CentOS Category

這個會稍微麻煩些..

  1. 打開terminal (Right Click mouse->Open Terminal)

  2. 輸入yum install gcc -y

  3. 安裝完之後, 輸入yum install kernel sources -y

  4. 安裝完之後, 輸入yum install kernel-devel -y

  5. 待以上步驟做完之後, 重新啟動OS

  6. 重新進入OS之後, VirtualBox Windows 的Menu, Device->Install Guest Additions, 之後會看到已經自動將Gues Additions mount 成CDROM了.

  7. 打開terminal (Right Click mouse->Open Terminal)

  8. 輸入 cd /media/VBOXADDITIONS_3.0.2_49928

  9. Intel 處理器, 請輸入 sudo sh ./VBoxLinuxAdditions-x86.run 或者;

  10. AMD處理器, 請輸入 sudo sh ./VboxLinuxAdditions-amd64.run

  11. 開始安裝...

  12. 完成之後, 重新啟動OS

CentOS 安裝PHP 的GD 模組

| No Comments | No TrackBacks
CentOS 並沒有預設安裝GD 模組.  因此想要使用GD 的話, 就通過以下指令上網安裝就行了.

yum install php-gd

About this Archive

This page is an archive of recent entries in the CentOS category.

Ubuntu/Kubuntu/Debian is the next category.

Find recent content on the main index or look in the archives to find all content.