Monday, November 25, 2013

apache with security

Ubuntu Linux

#### installation
  • apt-get install apache2-mpm-itk
  • apt-get install acl
  • set acl in /etc/fstab

    e.g. LABEL=cloudimg-rootfs   /        ext4   defaults,acl    0 0
#### instructions for setting up new virtual host

useradd --home /vhdocs/your_web --shell /bin/false your_web
# default permissions
chown -R ubuntu.your_web your_web
chmod -R o-rwx your_web
chmod -R g+rx your_web
chmod -R g-w your_web
setfacl -R -d -m "g:developers:rwx" your_web
setfacl -R -d -m "g:your_web:r-x" your_web

# allow read/write/execute to developers
setfacl -R -m "g:developers:rwx" your_web

# allow write to certain directories
setfacl -R -m "g:your_web:rwx" writable_dir

# everytime after deployment
setfacl -R -m "g:developers:rwx" *

cd /vhdocs/ ; git init

Saturday, November 23, 2013

Tuesday, November 12, 2013

windows มีปัญหา network connection แบบงงสุดๆ

ถ้าหากท่านอยู่ดีๆพบปัญหาว่า Windows ของท่านอยู่ๆเชื่อมต่อ network ไม่ได้ เข้าไปดูค่า network setting ก็ดูปกติดี หรือ บางครั้ง connection ทั้งหมดก็หายไปเฉยๆ อย่าเพิ่งตกใจ ให้ลอง install windows update แล้ว restart เครื่องดูนะครับว่าหายไหม

เหตุเป็นเช่นนี้ ดูเหมือนว่า windows จะมีปัญหาตรง windows update แม้เราจะเลือกว่าให้ download มาแต่อย่าเพิ่ง install แต่จะมีบาง update ที่ทำให้ windows เกิดปัญหากับ network ได้หากไม่ install แล้ว restart ข้าพเจ้าพบปัญหานี้ทั้งใน windows server 2003, windows xp, windows 7 และ windows 8 ตะรึงตรึง

Sunday, October 20, 2013

อุปกรณ์ไอทีราคาถูกที่สุด หาได้ที่ไหน

หลังจากสำรวจราคาอยู่นานไปพบร้านจริงใจมาร์เก็ต www.jingjaimarket.com เข้าไปดูพบว่าสินค้าร้านนี้ราคาถูกที่สุดแล้ว สังเกตจาก priceza (ตัวอย่างราคา samsung galaxy note 3):

http://www.priceza.com/p/%E0%B8%A3%E0%B8%B2%E0%B8%84%E0%B8%B2/Samsung-Galaxy-Note-3/2876651

ว่า jingjaimarket ขายถูกสุดแถมมีประกันศูนย์ด้วย 1 ปี นอกจากนี้ยังมีสินค้าไอทีอื่นๆอีก และ น้ำหอม ที่ราคาถูกกว่าเจ้าอื่นๆโดยส่วนใหญ่

มีสิ่งดีๆเลยมาแนะนำกันครับ

Friday, October 4, 2013

how to draw arrow in gimp

Saturday, August 17, 2013

how to create .pem for ejabberd

cat example.com.key gd_bundle-g2.crt example.com.crt > ejabberd.pem

Friday, August 16, 2013

how to copy and paste text in vimperator

  • Find text you want using "/" and "n" (or "N" to go backward).
  • Enter caret mode with "c".
  • Press "v" to select (highlight) text.
  • Select text with vi's navigation keys such as hjklv.
  • Copy (yank) text with "y".
  • Now, you go to any text input field you want to place the text and use "f" to enter to that text field.  Press "ctrl+t".  Press "p".

Sunday, July 28, 2013

checkbox "run this program as an administrator" is greyed out on .bat file

Windows 7 (sucks)

You cannot check the checkbox "run this program as an administrator" of your .bat file in Windows 7.  It is greyed out.  An easy workaround is to create a shortcut from that .bat file.  Then, you can check that option on the shortcut instead!!! : )

Saturday, June 8, 2013

split multi pages pdf into mutiple jpeg files

convert -quality 100 -density 300x300 multi_pages.pdf single%d.jpg

Sunday, May 12, 2013

debian 7.0 64-bit and firefox

If you want to install Firefox (32-bit) on Debian 7.0 (64-bit), you have to install the 2 packages:
  • ia32-libs
  • ia32-libs-gtk