Start Bind9

วิธี Start Bind
sudo /etc/init.d/bind9 start
ที่มา: BIND9ServerHowto, Install, Config

เรื่องของสมการกำลังสอง

Quadratic Formula

x=(-b±sqrt(b²-4ac))/2a

ที่มา jimloy.com

การสร้าง Button ใน Excel

ไปที่เมนู View>Toolbars>Forms
จากนั้นเลือก Control ที่ต้องการ ซึ่งในที่นี้เลือก Button
ทำการวาด Button ไว้ในตำแหน่งทีต้องการ จานั้นจะมี Dialog มาให้เลือกว่าจะให้ Button นี้เเชื่อมโยงกับ Macro ไหน
ที่มา: ozgrid.com

กำหนด Name และ Collate ในไฟล์ query ของ MySQL

การรัน MySQL query จากไฟล์ บางครั้งอาจข้อมูลที่ Import เข้าไปอาจกลายเป็นภาษาต่างดาว เนื่องจากรหัสอักขระที่เก็บไว้ในไฟล์ ดังนั้นให้แก้ไขได้โดยการกำหนดคำสั่งไว้ที่ด้านบนของไฟล์ดังนี้
SET NAMES 'utf8' COLLATE 'utf8_unicode_ci';

Apache on Mac

go to: System Preferences > Sharing

check on Web Sharing

Example, http://localhost

or http://localhost/~yourname/

Source Directory

/Library/WebServer/Documents

/Users/yourname/Sites/your web pages are here

Ref devarticles.com

Configure Windows XP to Automatically Login

You can use Registry Editor to add your log on information. To do this, follow these steps:

MySQL: คำสั่ง Backup Database และ Table

คำสั่ง Backup Database

  • $ mysqldump -u user_name -p db_name > file_name

คำสั่ง Backup Table

  • $ mysqldump -u user_name -p db_name table_name > file_name

ที่มา: dev.mysql.com

การใช้งานคำสั่ง tar บน linux

ตัวอย่างไฟล์งานชื่อ test

วิธีรวมเป็นไฟล์เดียว
tar -cvf test.tar test
ผลลัพธ์จะได้ไฟล์ test.tar

วิธี zip
gzip test.tar
ผลลัพธ์จะได้ไฟล์ test.tar.gz

วิธี unzip
tar -zxvf test.tar.gz
ผลลัพธ์จะได้ไฟล์ test

อ้างอิง expert2you.com

Creating Drupal content using Python

เท่าที่ลองยังใช้ไม่ได้

แต่ไว้ดูเป็น Guildline น่ะ

http://qandr.org/quentin/writings/drupy

Syndicate content