Centos Mount NFS I'am Webmaster 12/18/2014 Add Comment Edit Install NFS Client # yum install nfs-utils nfs-utils-lib Show NFS Server #showmount -e xxx.xxx.xxx Mount # mount -t nfs xxx.xxx.xxx... Read More
Proxmox: ‘exit code 60′ – corrupt quota file I'am Webmaster 12/09/2014 Add Comment Edit Proxmox: ‘exit code 60′ – corrupt quota file root@server ~ # vzquota off 101 vzquota : (error) Quota is not running for id 101 vzquota ... Read More
encrypt and decrypt md5 I'am Webmaster 10/09/2014 Add Comment Edit $input = "SmackFactory"; $encrypted = encryptIt( $input ); $decrypted = decryptIt( $encrypted ); echo $encrypted . '<b... Read More
Vesta Control Panel : Control Panel ควบคุมเครื่อง SERVER I'am Webmaster 9/25/2014 Add Comment Edit 1. ลง CentOS 6 64bit 2. # yum remove httpd bind-9 httpd-tools เพื่อลบ httpd และ อื่นๆ ออกก่อน เครื่องที่รองรับได้ # Curre... Read More
vzquota on failed [3] I'am Webmaster 9/18/2014 Add Comment Edit #vzctl start 101 Error vzquota on failed [3] You can #vzquota drop 101 And restart #vzctl start 10... Read More
Proxmox : starting worker failed: unable to parse worker upid (Backup Proxmox Error) I'am Webmaster 9/18/2014 Add Comment Edit First of all, back up the following files: # nano /usr/share/perl5/PVE/Tools.pm # nano /usr/share/pve-manager/ext4/pvemanagerlib.js Now... Read More
Proxmox summary graphs not refreshing (กราฟไม่แสดงผล) I'am Webmaster 9/16/2014 Add Comment Edit ssh แล้ว พิมพ์คำสั่ง service pvestatd restart หมายเหตุ Usage: /etc/init.d/pvestatd {start|stop|reload|restart|force-reload} Read More
การเขียน CRONTAB บน LINUX CENTOS I'am Webmaster 8/06/2014 Add Comment Edit คำสั่ง crontab เป็นคำสั่งในการทำ schedule ในการสั่งโปรแกรม หรือ script ต่างๆ ทำงานตามเวลาที่กำหนด บนระบบ UNIX/LINUX ซึ่งอำนวยความสะดวกไ... Read More
CentOS Linux ปิด Firewall I'am Webmaster 8/06/2014 Add Comment Edit หลังการติดตั้ง CentOS Linux ปิด Firewall สามารถทำได้ดังนี้ 1. ทำการปิดบริการ IPTABLES และ IP6TABLES ด้วยคำสั่ง service > ปิดขณะที่ Log... Read More
ลง Xampp 32 บน Centos 64bit I'am Webmaster 8/06/2014 Add Comment Edit Step 1: #vi /opt/lampp/lampp Edit all of follow row: # XAMPP is currently 32 bit only case `uname -m` in *_64) if /opt/lampp/bin/php... Read More
การตั้งค่า IP บน Centos 6 (How To Configure Static IP On CentOS6) I'am Webmaster 8/06/2014 Add Comment Edit ## Configure eth0 # # vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" NM_CONTROLLED="yes" ONBO... Read More
Php Programming : How to ajax-submit a form textarea input from CKEditor? ใช้ CKEditor เมื่อ Submit เรียกตัวแปร serialize() ข้อมูล textarea หายไป I'am Webmaster 7/29/2014 Add Comment Edit ใช้ ckeditor และส่งตัวแปรผ่าน .serialize() แล้วพบว่า ตัวแปร textarea เป็น "ค่าว่างเปล่า" เนื่องจาก เมื่อ textarea ถูกเปลี่ยนแปลงเ... Read More
การลง Xampp บน CentOS และการ สั่งให้ Auto Start แบบ ง่ายๆ I'am Webmaster 7/21/2014 Add Comment Edit 1. Download ตาม Version ที่ต้องการ จาก http://www.apachefriends.org/en/xampp-linux.html 2. ssh วางไฟล์บน /opt 3. tar xvfz xampp-linux... Read More
ลง Windows บน Proxmox I'am Webmaster 6/15/2014 Add Comment Edit เพื่อนๆ บางท่านอาจะพบปัญหา เดียวกับผมคือ ทำอย่างไร ก็ไม่สามารถ Run Start ได้ หลังจากที่มึนอยู่นับเดือน ค้นหาวิธีการลง Windows บน Proxmox ก็... Read More
เทคนิคการลง Proxmox ด้วย USB I'am Webmaster 6/14/2014 Add Comment Edit 1. Download Proxmox Version ที่คุณต้องการ แล้วเปลียน นามสกุลไฟล์ จาก .iso เป็น .raw 2. Download ตัวสร้าง Bootable จาก Download ImageWrite... Read More