http://iphonedpt.awardspace.com/
https://goo.gl/B53Y
29 ธันวาคม 2557
26 ตุลาคม 2557
PID error
MySQL server PID file could not be found! [FAILED]
Starting MySQL.The server quit without updating PID file (/[FAILED
---------------------------------------------
Starting MySQL.The server quit without updating PID file (/[FAILED
---------------------------------------------
mv /var/lib/mysql/ib_logfile* /root/
service mysql restartreboot
--OR--
ถอนการติดตั้ง mysql
ลบโฟลเดอร์ /var/lib/mysql ทิ้งไป
copy my.cnf to /etc
install mysql
17 ตุลาคม 2557
วิธีใช้ yum
วิธีใช้ yum
http://spalinux.com/2012/05/using-yum-in-centos-6
http://spalinux.com/2012/05/using-yum-in-centos-6
วิธีติดตั้ง LAMP
วิธีติดตั้ง LAMP
http://www.howtoforge.com/apache_php_mysql_on_centos_6.5_lamp
http://www.howtoforge.com/apache_php_mysql_on_centos_6.5_lamp
17 กันยายน 2557
Format Unrecovery On Win 8
Use CMD
Format G: /P:5 ” (หมายความว่า ให้ format ที่ไดรว์ G โดยเขียนข้อมูลทับ 5 ครั้ง )
-----------------------------
ที่มา : it24hrs.com & ข้อมูลจาก LifeHacker
Format G: /P:5 ” (หมายความว่า ให้ format ที่ไดรว์ G โดยเขียนข้อมูลทับ 5 ครั้ง )
-----------------------------
ที่มา : it24hrs.com & ข้อมูลจาก LifeHacker
15 กันยายน 2557
MariaDB Reposity
วิธีเพิ่ม Reposity ของ MariaDB เพื่อให้สามารถ yum ได้
1..ให้แก้ไข /etc/yum.repos.d/CentOS-Base.repo ใต้ Base ให้ก็อปปี้ นี้ ลงไป
1..ให้แก้ไข /etc/yum.repos.d/CentOS-Base.repo ใต้ Base ให้ก็อปปี้ นี้ ลงไป
#
MariaDB 5.5 CentOS repository list - created 2014-09-15 07:43 UTC
#
http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=111 กันยายน 2557
Centos Mirror Old Version
Centos Mirror Old Version
================================
http://isoredirect.centos.org/centos/5/isos/x86_64/
======================================
http://iso.linuxquestions.org/centos/centos-6.4/#x86_64
http://mirrors.usc.edu/pub/linux/distributions/centos/
================================
http://isoredirect.centos.org/centos/5/isos/x86_64/
======================================
http://iso.linuxquestions.org/centos/centos-6.4/#x86_64
http://mirrors.usc.edu/pub/linux/distributions/centos/
8 กันยายน 2557
Install PHP 5.2 On Centos 6.4 64bit
1.install centos 6.4 64bit Minimal
2.yum install httpd
3.download php 5.2 หรือ HERE
http://rpms.southbridge.ru/rhel6/php-5.2/x86_64/
php-5.2.17-1.el6.art.x86_64.rpm
php-cli-5.2.17-1.el6.art.x86_64.rpm
php-common-5.2.17-1.el6.art.x86_64.rpm
4.rpm -ivh php-*
5.yum install mysql
yum install mysql mysql-server
========================
หากต้องการเป็น 6.5 ให้ yum update ทันทีที่ลง Centos เสร็จก่อนลง PHP
2.yum install httpd
3.download php 5.2 หรือ HERE
http://rpms.southbridge.ru/rhel6/php-5.2/x86_64/
php-5.2.17-1.el6.art.x86_64.rpm
php-cli-5.2.17-1.el6.art.x86_64.rpm
php-common-5.2.17-1.el6.art.x86_64.rpm
4.rpm -ivh php-*
5.yum install mysql
yum install mysql mysql-server
========================
หากต้องการเป็น 6.5 ให้ yum update ทันทีที่ลง Centos เสร็จก่อนลง PHP
14 กรกฎาคม 2557
ลบโฟลเดอร์ใน Centos
rm -rf directory
ลบได้ทั้งโฟลเดอร์ พร้อมไฟล์ภายในทั้งหมด
7 กรกฎาคม 2557
Mysql on directAdmin
cat /usr/local/directadmin/conf/mysql.conf
reset Mysql Root password:
mysqld_safe --skip-grant-tables &
mysql -uroot -p ( hit enter, without any password)
use mysql
UPDATE mysql.user SET password=PASSWORD('your_new_password') WHERE user='root';
FLUSH PRIVILEGES;
quit
/etc/init.d/mysqld restart
PHP on directadmin
cd /usr/local/directadmin/custombuild ./build update ./build php n
http://duntuk.com/update-directadmin-server-custombuild-20
เตือนหาไฟล์ .so ไม่เจอ ให้สั้ง ./build ..... ไฟล์ที่เกี่ยวข้อง
grep หาชื่อไฟล์
rpm -qa | grep mysql
rpm -qa | grep -i '^mysql'
#rpm -qa | grep Percona
Percona-Server-server-51-5.1.47-rel11.2.53.rhel5
Percona-Server-client-51-5.1.47-rel11.2.53.rhel5
Percona-Server-shared-51-5.1.47-rel11.2.53.rhel5
คำสั่งถอนการติดตั้ง
rpm -e Percona-Server-server-51-5.1.47-rel11.2.53.rhel5
rpm -e Percona-Server-client-51-5.1.47-rel11.2.53.rhel5
rpm -e Percona-Server-shared-51-5.1.47-rel11.2.53.rhel5
-------------------
dotAtainer hosxp.net
rpm -qa | grep -i '^mysql'
#rpm -qa | grep Percona
Percona-Server-server-51-5.1.47-rel11.2.53.rhel5
Percona-Server-client-51-5.1.47-rel11.2.53.rhel5
Percona-Server-shared-51-5.1.47-rel11.2.53.rhel5
คำสั่งถอนการติดตั้ง
rpm -e Percona-Server-server-51-5.1.47-rel11.2.53.rhel5
rpm -e Percona-Server-client-51-5.1.47-rel11.2.53.rhel5
rpm -e Percona-Server-shared-51-5.1.47-rel11.2.53.rhel5
-------------------
dotAtainer hosxp.net
NTP Server
ตั้ง date
date mmddhhmmyyyy
Name: time.navy.mi.th
Address: 118.175.67.83
Name: clock.nectec.or.th
Address: 202.44.204.114
Name: time1.nimt.or.th
Address: 203.185.69.60
Name: time2.nimt.or.th
Address: 203.185.69.59
Name: time3.nimt.or.th
Address: 203.185.69.56
date mmddhhmmyyyy
Name: time.navy.mi.th
Address: 118.175.67.83
Name: clock.nectec.or.th
Address: 202.44.204.114
Name: time1.nimt.or.th
Address: 203.185.69.60
Name: time2.nimt.or.th
Address: 203.185.69.59
Name: time3.nimt.or.th
Address: 203.185.69.56
6 กรกฎาคม 2557
vSphere datastore
20 มิถุนายน 2557
install Vmware tool in Linux
คู่มือจาก Vmware
set chmod 777 666 เติม ข้างล่างด้วย 2 ออพชั่น
1 If an earlier version of VMware Tools is installed, the menu item is Update VMware Tools.
3 Run the mount command with no arguments to determine whether your Linux distribution automatically mounted the VMware Tools virtual CD-ROM image.Some Linux distributions use different mount point names. For example, on some distributions the mount point is /media/VMware Tools rather than /mnt/cdrom. Modify the command to reflect the conventions that your distribution uses.Some Linux distributions use different device names or organize the /dev directory differently. If your CD-ROM drive is not /dev/cdrom or if the mount point for a CD-ROM is not /mnt/cdrom, modify the command to reflect the conventions that your distribution uses.
6 The location of this directory depends on where you placed it during the previous installation. Often this directory is placed in /tmp/vmware-tools-distrib.ls mount-pointUsually, the vmware-config-tools.pl configuration file runs after the installer file finishes running.
Help us improve this information. Send feedback to docfeedback@vmware.com.
18 มิถุนายน 2557
XAMPP เครื่องมือใหม่ที่มาแทน Appserv
Xampp เป็น โปรแกรมจำลอง web server ในเครื่อง มีประสิทธิภาพสูง และติดตั้งง่าย มีการอัพเดต
อย่างสม่ำเสมอ สามารถใช้แทนที่ Appserv ได้ทันที ซึ่ง appserv ได้หยุดพัฒนาไปแล้ว
-----------------
XAMPP มีหลายเวอร์ชั่น ณ วันที่เขียนนี้ เป็นเวอร์ชั่น 1.8.3 ประกอบด้วย Mysql 5.6.16 PHP 5.5.9
การเลือกใช้ ผู้ใช้ควรเลือกให้ตรงกับ PHP ที่ใช้ในการพัฒนา เนื่องจาก PHP 5.3+ มีการเปลี่ยนแปลงคำสั่งไปจาก PHP 5.2 พอสมควร
-----------------
เวอร์ชั่นหลักๆ
XAMPP 1.7.1 Mysql 5.1.33 PHP 5.2.9
XAMPP 1.7.3 Mysql 5.1.41 PHP 5.3.1
XAMPP 1.7.7 Mysql 5.5.16 PHP 5.3.8
XAMPP 1.8.2 Mysql 5.5.36 PHP 5.4.27
เว็บอย่างเป็นทางการ
http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/
http://goo.gl/cGxwIS
อย่างสม่ำเสมอ สามารถใช้แทนที่ Appserv ได้ทันที ซึ่ง appserv ได้หยุดพัฒนาไปแล้ว
-----------------
XAMPP มีหลายเวอร์ชั่น ณ วันที่เขียนนี้ เป็นเวอร์ชั่น 1.8.3 ประกอบด้วย Mysql 5.6.16 PHP 5.5.9
การเลือกใช้ ผู้ใช้ควรเลือกให้ตรงกับ PHP ที่ใช้ในการพัฒนา เนื่องจาก PHP 5.3+ มีการเปลี่ยนแปลงคำสั่งไปจาก PHP 5.2 พอสมควร
-----------------
เวอร์ชั่นหลักๆ
XAMPP 1.7.1 Mysql 5.1.33 PHP 5.2.9
XAMPP 1.7.3 Mysql 5.1.41 PHP 5.3.1
XAMPP 1.7.7 Mysql 5.5.16 PHP 5.3.8
XAMPP 1.8.2 Mysql 5.5.36 PHP 5.4.27
เว็บอย่างเป็นทางการ
http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/
http://goo.gl/cGxwIS
9 มิถุนายน 2557
จิ้งจอกเสมือนมืออาชีพ รุ่นที่ 9
สนับสนุนให้สามารถทำงาน
http://203.157.32.40/dmsstat/download.html
http://www.thaitaxinfo.net/bynow/vfp789com.exe
http://203.157.32.40/dmsstat/download.html
http://www.thaitaxinfo.net/bynow/vfp789com.exe
ไม่เห็นไฟล์ที่แนบมาของ hotmail
จะเจอในกรณีที่ reply อีเมล์โต้ตอบกัน เมื่อมีการแนบไฟล์ครั้งที่ 2 เป็นต้นไป จะมองไม่เห็นไฟล์ที่แนบมา แต่มีสัญลักษณ์ไฟล์แนบมาอยู่
---------------
วิธีแก้ไข
--------------
ให้ Forward อีเมลืฉบับนั้น ไปอ่านต่อที่ Gmail
จะมองเห็นไฟล์ที่แนบมาอยู่ใต้สุดของเนื้อหาอีเมล์
---------------
วิธีแก้ไข
--------------
ให้ Forward อีเมลืฉบับนั้น ไปอ่านต่อที่ Gmail
จะมองเห็นไฟล์ที่แนบมาอยู่ใต้สุดของเนื้อหาอีเมล์
3 เมษายน 2557
เช็ค MAC ออนไลน์
ให้ใส่ เลข MAC ลงใน google search
หรือ
http://hwaddress.com/
หรือ
http://hwaddress.com/
12 มีนาคม 2557
EMS
เว็บตาม EMS มีรายละเอียดกว่าเว็บของไปรษณีย์ซะอีก เหมือนเขาเขียน application เชื่อมฐานข้อมูลไปรษณีย์โดยตรง ไม่ต้องสมัครสมาชิก ก เช็คได้
emsbot.com
emsbot.com
10 มีนาคม 2557
MOTO G
Motorola ฟื้นคืนชีพ สเปคแรง ราคาไม่แพง
- ความละเอียด 720 x 1280 พิกเซล (329 ppi)
วิดีโอ
http://youtu.be/VunSqD1MOjE
http://www.youtube.com/watch?v=3jTOCI--2gs
- เครือข่ายโทรศัพท์มือถือ
- GSM 850/900/1800/1900 MHz
- UMTS 850/900/1900/2100 MHz
- ความละเอียด 720 x 1280 พิกเซล (329 ppi)
- ระบบปฏิบัติการ: Android 4.3 (Jelly Bean)
- หน่วยประมวลผล : Qualcomm Snapdragon 400 Quad Core
- ความเร็ว : 1.2 GHz - หน่วยความจำ 8 GB (ตัวเครื่อง)
- RAM 1GB
วิดีโอ
http://youtu.be/VunSqD1MOjE
http://www.youtube.com/watch?v=3jTOCI--2gs
1 มีนาคม 2557
การเชื่อมต่อ หูฟัง Bluetooth เข้ากับโทรศัพท์
อ้างอิง กับ Samsung WEB460
1.ปิด bluetooth ก่อน
2.กดเปิด bluetooth โดนกดค้างไว้จนกว่า ไฟสีฟ้าจะสว่างค้าง ถึงปล่อยมือ
3.สั่ง smartphone ค้นหา Bluetooth
4.เลือก อุปกรณ์ที่เห็น แล้วรอสักครู่ จบ
1.ปิด bluetooth ก่อน
2.กดเปิด bluetooth โดนกดค้างไว้จนกว่า ไฟสีฟ้าจะสว่างค้าง ถึงปล่อยมือ
3.สั่ง smartphone ค้นหา Bluetooth
4.เลือก อุปกรณ์ที่เห็น แล้วรอสักครู่ จบ
23 มกราคม 2557
Sygic บนจอเล็ก
เมื่อลงบนเครื่องจอเล็ก จอเพี้ยน
Open a file manager and go into Sygic/Android.
"Edit the core3d.ini file with a editor. Change the Multisampling Value.
like ms_nMultiSamplingLevel=0 to 2 or 4 (or to 0 if 2 or 4)"
Open a file manager and go into Sygic/Android.
"Edit the core3d.ini file with a editor. Change the Multisampling Value.
like ms_nMultiSamplingLevel=0 to 2 or 4 (or to 0 if 2 or 4)"
สมัครสมาชิก:
บทความ (Atom)