การเข้าใช้งานระบบ PIEiS อัพเดตใหม่
Submitted by webadmin on Tue, 04/05/2016 - 08:501.เข้าใช้งานด้วย Firefox
No ifconfig in CentOS 7 Minimal Install
Submitted by webadmin on Thu, 03/10/2016 - 19:31You can use the "yum provides" command to figure out what packages provide certain commands or files you're used to using.
yum provides ifconfig
The utility has been deprecated, but if you want to use it, just install net-tools.
yum -y install net-tools
Alternatively, you can get and manipulate your IP address using the ip command:
ip addr
ip link
ip -s link
How to install dig, host, and nslookup – bind-utils on CentOS
Submitted by webadmin on Thu, 03/10/2016 - 19:26you have to install the bind-utils package.
Just run the command:
yum install bind-utils
วิธีการแก้ไข ปัญหา Allowed memory size of ... bytes exhausted (tried to allocate 11 bytes)
Submitted by webadmin on Sun, 03/06/2016 - 15:10ข้อความ Error เกิดจาก PHP มีการใช้งาน Memory ( Ram ) เกินกว่าที่ PHP Limit ไว้
Fatal error: Allowed memory size of .... bytes exhausted (tried to allocate 11 bytes)
เช่น
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 11 bytes)
หมายถึง
PHP ขนาดหน่วยความจำแรม (memory) ไม่เพียงพอสำหรับการประมวลผล เพื่อการเปิดอ่าน หรือ เขียนไฟล์ขนาดใหญ่ หรือ การประมวลข้อมูลประเภท DATA
เช่น ขนาด134217728 byte = 128 MB โดยประมาณ
วิธีการตรวจสอบและแก้ไข