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 ...
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 ######################################################### ...
# 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
# 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
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: Make sure your HTML charset is appropriate to your forum language: Admin CP -> Languages & Phrases -> Language Manager -> [Edit Settings] -> HTML Character Set _____Also try emptying the blank character stripper: Admin CP -> vBulletin Options -> Censorship ...
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 ...
ตอนที่จะ upgrade Server ก็มีความกังวลกันว่า ต้องเปลี่ยนไปใช้ MySQL Server รุ่นใหม่ๆ ที่หลายๆ คนลือกันว่า มีปัญหาเรื่องภาษาไทย และ database เดิมที่มักจะเขียนด้วย tis-620 (หรือที่หลายคนอาจจะเข้าใจว่า เป็น latin) ซึ่งเป็นรหัสภาษาไทย(character set) ชนิด 8 บิทมีการสอบถามผู้ที่คาดว่า จะรู้ หรือผู้ที่ดูแลระบบไอที ก็ไม่ค่อยได้รับคำตอบว่า จะแก้ไขปัญหาอย่างไร ส่วนใหญ่ก็แนะนำไปว่า ก็ใช้ MySQL Server รุ่นเดิมไปก่อนลองค้นหาใน website ก็พบว่า มีคนเขียนไว้เหมือนกัน ...