View RSS Feed

Software

  1. MySQL Cluster on Debian AMD64

    โดย เมื่อ 12th September 2010 เวลา 15:35:04
    ทำการ 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 ...
    ป้ายกำกับ: MySQL Cluster on Debian AMD64 เพิ่ม / แก้ไข ป้ายกำกับ
    หัวข้อ
    How To , Linux , Software
  2. เคยไม๊ครับ ลบ package ไม่ได้สักที ใน debian

    โดย เมื่อ 18th August 2010 เวลา 08:00:37
    เคยไม๊ครับ ลบ 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 package, ลบ package ไม่ได้ เพิ่ม / แก้ไข ป้ายกำกับ
    หัวข้อ
    How To , Linux , Software
  3. Debian Live บน USB

    โดย เมื่อ 15th August 2010 เวลา 08:27:07
    หากต้องการใช้งาน debian บน USB flash drive เพื่อพกพาไปใช้งานบนคอมพิวเตอร์เครื่องอื่น โดยไม่ต้องติดตั้งลงบนเครื่องนั้นๆ เราสามารถทำได้โดย การสร้างอิมเมจเพื่อติดตั้งลง USB สำหรับขั้นตอนการติดตั้งนั้นสามารถทำได้ 2 วิธีคือ ใช้ command line และ GUI โดยในที่นี้จะแนะนำผ่านทาง command line ซึ่งมีขั้นตอนดังต่อไปนี้
    ติดตั้งแพกเกจสำหรับสร้างอิมเมจเพื่อติดตั้งลง USB
    Code:
    $ sudo aptitude install live-helper
    หลังจากนั้นเริ่มการสร้างอิมเมจโดยที่ใช้ ...
    ป้ายกำกับ: dabian live, Debian Live บน USB เพิ่ม / แก้ไข ป้ายกำกับ
    หัวข้อ
    How To , Linux , Software
  4. Nginx and Perl-FastCGI on Debian 5 (Lenny)

    โดย เมื่อ 6th March 2010 เวลา 15:43:12
    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 ...
    ป้ายกำกับ: Nginx and Perl-FastCGI, Nginx on Debian 5 เพิ่ม / แก้ไข ป้ายกำกับ
    หัวข้อ
    How To , Linux , Software
  5. DirectAdmin + mod_fcgid + php fastcgi

    โดย เมื่อ 5th February 2010 เวลา 13:34:39
    ก่อนอื่น 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 ให้หมด ...
    ป้ายกำกับ: directadmin, fastcgi, install, PHP Coding เพิ่ม / แก้ไข ป้ายกำกับ
    หัวข้อ
    How To , Linux , Software
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31