View RSS Feed

admin

  1. Change your Hostname without Rebooting in RedHat Linux

    โดย เมื่อ 24th January 2010 เวลา 08:21:09
    Requirements
    RedHat Linux (should apply to 7.x and up)
    This tutorial covers changing your hostname in RedHat Linux without having to do a reboot for the changes to take effect. I've tested this on RedHat 7.3, 9, Fedora Core 3, and CentOS 4.1. It should work for all the versions in between since they all closely follow the same RedHat configuration. What's the point of this tutorial? Never reboot if you don't have to and ...
    ป้ายกำกับ: Change your Hostname, RedHat Linux เพิ่ม / แก้ไข ป้ายกำกับ
    หัวข้อ
    How To , Linux
  2. การติดตั้ง Repositories for CentOS เอาไว้ yum ครับ....

    โดย เมื่อ 23rd January 2010 เวลา 22:29:16
    1. เปลี่ยนอัพเดทจาก mirror ของต่างประเทศมาเป็นของ ม.เกษตร ครับ จะได้ yum update หรือ yum install ได้เร็วปรู๊ดปร๊าด

    * สำหรับ CentOS-5

    Code:
         # cd /etc/yum.repos.d
         #  mv CentOS-Base.repo CentOS-Base.repo.bak
         # wget http://mirror1.ku.ac.th/yum-centos/5/CentOS-Base.repo
    * สำหรับ CentOS-4

    Code:
         # cd /etc/yum.repos.d
          # mv CentOS-Base.repo CentOS-Base.repo.bak
         # wget http://mirror1.ku.ac.th/yum-centos/4/CentOS-Base.repo
    ######################################################### ...
  3. Language / Charset Problems - Things To Check

    โดย เมื่อ 7th January 2010 เวลา 19:30:05
    Some people encounter problems with garbled characters when using vBulletin with non-English languages. Here are some things you can check based on my experience troubleshooting these problems:
    1. Make sure your HTML charset is appropriate to your forum language:

      Admin CP -> Languages & Phrases -> Language Manager -> [Edit Settings] -> HTML Character Set

      _____
    2. Also try emptying the blank character stripper:

      Admin CP -> vBulletin Options -> Censorship
    ...
  4. Installing vBulletin Guide

    โดย เมื่อ 7th January 2010 เวลา 08:36:33
    The first step towards running vBulletin after you have purchased a license is to download the latest vBulletin package, upload it to your web server and run the installer script. This article will take you through this process step-by-step.

    Note: Before installing vBulletin you need to have a domain name and a webhosting package with PHP and MySQL installed. You will also need to create a database within the MySQL engine to hold vBulletin's data.

    Downloading vBulletin ...
    ป้ายกำกับ: Installing vBulletin, Installing vBulletin Guide เพิ่ม / แก้ไข ป้ายกำกับ
    หัวข้อ
    vBulletin , How To
  5. [MySQL]แก้ไขปัญหาภาษาไทยใน MySQL

    โดย เมื่อ 6th January 2010 เวลา 08:40:52
    ตอนที่จะ upgrade Server ก็มีความกังวลกันว่า ต้องเปลี่ยนไปใช้ MySQL Server รุ่นใหม่ๆ ที่หลายๆ คนลือกันว่า มีปัญหาเรื่องภาษาไทย และ database เดิมที่มักจะเขียนด้วย tis-620 (หรือที่หลายคนอาจจะเข้าใจว่า เป็น latin) ซึ่งเป็นรหัสภาษาไทย(character set) ชนิด 8 บิท
    มีการสอบถามผู้ที่คาดว่า จะรู้ หรือผู้ที่ดูแลระบบไอที ก็ไม่ค่อยได้รับคำตอบว่า จะแก้ไขปัญหาอย่างไร ส่วนใหญ่ก็แนะนำไปว่า ก็ใช้ MySQL Server รุ่นเดิมไปก่อน
    ลองค้นหาใน website ก็พบว่า มีคนเขียนไว้เหมือนกัน ...
 

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