ทำการ Download ไฟล์เพื่อทำการติดตั้ง MySQL 5.1x + ndb 6.2.x 1. ทำการ Download ไฟล์มาเพื่อทำการติดตั้ง ทีแรกผมดันไปเอา Version ใหม่มาลงทำให้เกิดปัญหา แนะนำให้ใช้ MySQL 5.1x + ndb 6.2.x นะครับ อุปกรณ์ - Dell 1950, CPU 4Core 2.66GHz x2, Ram 16G (ndbd+mysqld) - PC P4, Ram 1G (ndb_memd) การตั้งค่า - DBC1 IP: 192.168.1.21 - BDC2 IP: 192.168.1.22 - MGM IP: 192.168.1.11 cd /usr/src wget http://mirror.siambox.com/mysql/mysql-5.1.23-ndb-6.2.15.tar.gz ...
เคยไม๊ครับ ลบ package ไม่ได้สักที ใน debian # apt-get --purge remove traffstats Reading package lists... Done Building dependency tree... Done E: The package traffstats needs to be reinstalled, but I can't find an archive for it. ไม้เป็นสุดท้าย คือ # dpkg --remove --force-remove-reinstreq traffstats แล้วมันก็ออกไปครับ ที่่มา http://www.weloveunix.com/forums/ind...pic,119.0.html
หากต้องการใช้งาน debian บน USB flash drive เพื่อพกพาไปใช้งานบนคอมพิวเตอร์เครื่องอื่น โดยไม่ต้องติดตั้งลงบนเครื่องนั้นๆ เราสามารถทำได้โดย การสร้างอิมเมจเพื่อติดตั้งลง USB สำหรับขั้นตอนการติดตั้งนั้นสามารถทำได้ 2 วิธีคือ ใช้ command line และ GUI โดยในที่นี้จะแนะนำผ่านทาง command line ซึ่งมีขั้นตอนดังต่อไปนี้ ติดตั้งแพกเกจสำหรับสร้างอิมเมจเพื่อติดตั้งลง USB Code: $ sudo aptitude install live-helper หลังจากนั้นเริ่มการสร้างอิมเมจโดยที่ใช้ ...
$ sudo aptitude install live-helper
Install Required Packages Issue the following commands to update your system and install the nginx web server and compiler tools (Perl should already be installed): Code: apt-get update apt-get upgrade apt-get install nginx build-essential psmisc wget /etc/init.d/nginx start Various additional dependency packages will be installed along with the ones we requested. Once the installation process ...
apt-get update apt-get upgrade apt-get install nginx build-essential psmisc wget /etc/init.d/nginx start
ก่อนอื่น copy & paste ตามสูตร cd /usr/local/src wget http://mirrors.issp.co.th/apache/httpd/mod_fcgid/mod_fcgid-2.3.5.tar.bz2 tar jxf mod_fcgid-2.3.5.tar.bz2 cd mod_fcgid-2.3.5 APXS=/usr/sbin/apxs ./configure.apxs && make && make install chmod 755 -R /var/lib/httpd mkdir /fcgi ไปที่ /usr/local/directadmin/custombuild/ เปิดไฟล์ options.conf แก้ php5_cgi=yes ส่วน php อันอื่น no ให้หมด ...