BarcampBangkok 2008

BarcampBangkok 2008 Thailand
แมมมม้.. ช้าไปนิ๊ดด เมื่อวานไปงานมา BarcampBangkok 2008 ที่ร้าน Indus restaurant ที่โน้น สุขุมวิท 26 งานนี้ผมมาถึงงาน ประมาณ 8.30 ปรากฏว่า …. สถานที่ยังไม่ได้จัด 555 ช้าอยู่ใย ซัดกันตอนเช้าเลยครับ..

Continue reading

How do configure the OpenVPN client on Windows OS.

Previous post, I posted how do configure the OpenVPN client on Ubuntu and this post I will show to do like that but configure it on Windows.

1. You must download OpenVPN Client for windows from : http://openvpn.se/download.html and install it.

2. Download this configure file : OpenVPN Client for Windows

3. After you downloaded ,this file must be edited by change IP/HostName of OpenVPN server to your OpenVPN server such as :

:
:
# You can have multiple remote entries
# to load balance between the servers.
remote YOUR.IP.OpenVPN.Server 1194
# Keep trying indefinitely to resolve the
# host name of the OpenVPN server. Very useful
# on machines which are not permanently connected
# to the internet such as laptops.
:
:

4. Download cacert.pem from OpenVPN Server. (Admin can help you).

5. Put them(openvpn-client.ovpn
and cacert.pem) in path c:\Program Files\Openvpn\config\

6. Right-click the OpenVPN Client Icon in the taskbar and select Connect

How do configure the OpenVPN client on Ubuntu.

After I installed Endian Firewall. I enabled OpenVPN service and I want to connect to private network by OpenVPN Client. And this is workaround :

1. Download file cert.pem from OpenVPN Server. (System Admin can help you.)

2. Install OpenVPN Client.

# sudo apt-get install openvpn

3. If you put your cert.pem on this path /home/your_account_name/openvpn-client/cert.pem when you connect by OpenVPN client you must use this command :

# sudo openvpn –client –pull –comp-lzo –nobind –dev tap0 –ca /home/your_account_name/openvpn-client/cert.pem –auth-user-pass –remote Your_IP_Of_OpenVPN_Server

** This command has one line.

4. It’s complete.

A new year resolution.

วันนี้เป็นวันแรก ที่ได้เรียนภาษาอังกฤษกับ Glen ดีครับ ชอบๆๆ

หัวข้อวันนี้ ก็ พูดคุยกัน ประมาณ 2 หัวข้อ คือ

  1. A new year resolution.
  2. Where did you go in happy new year and what did you do in that day?

หัวข้อที่ 1 ก็ประมาณว่า ในปีใหม่ปีนี้คุณตั้งใจที่จะทำอะไร เป็นพิเศษมั๊ย ไหน ลองเล่ามาดิ

  • I resolve to save my money.
  • I resolve to cooking skill.
  • I resolve to manage my time.
  • I resolve to better English skill.
  • I resolve to talk to someone more gentle.

Continue reading

Clone disk by CloneZilla.

ผมมีปัญหากับการ Clone disk ทั้งลูกเป็นอย่างมาก เพราะไอ้เครื่อง Laptop ทีผมดูแล มันต้องลง ทั้ง Windows XP (ถูกกฏหมาย) กับ Ubuntu เวลาผม Ghost ด้วย Norton Ghost 2003 (พันทิพ) มันจะ Restore ไม่ได้ ก็เลยต้องงม หาโปรแกรมมาช่วย ตั้งนาน และแล้วผมก็เจอครับ สวรรค์บรรดาร โปรแกรมที่มีชื่อว่า CloneZilla ครับ
Continue reading