Author archives

Today , I install new plugin into my blog that is this.player which it can help me to play file my media such as .mp3, .swf, .flv

Flash player 7 or better is required to view this content.

Nice sound . :D

After I installed OpenVPN client on Windows, My laptop can not received IP Address from DHCP Server by OpenVPN server. I don’t know why but I can fixed this problem by add bellow this line in my configuration file.

route-method exe
route-delay 10

And this is full my configuration file detail :

» Read the rest of the entry..

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

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.

วันนี้เป็นวันแรก ที่ได้เรียนภาษาอังกฤษกับ 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.

» Read the rest of the entry..

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

My problem happen from :

1. Install Windows XP.

2. Ghost full haddisk which name of this image is XP-Only.img .
3. Resize&Create parttion on harddisk for prepare installation Ubuntu OS.
4. Install Ubuntu on new partition.

5. Ghost full harddisk to image backup which name of this image is XP-Ubuntu.img . It can full backup.
6. Test to restore image backup to harddisk by image XP-Ubuntu.img which it can not restore , it’s crash. So that you can not start it again.
7. Restore image XP-Only.img again which this image has Windows XP only that you can restore.

8. After you restore completed , you can not start. You found blank screen.

How to fix :

» Read the rest of the entry..

After , I installed PHP5, Apache2 and MySQL completed. I want to maintain MySQL service by phpMyAdmin program. This is solution of how to install phpMyAdmin 2.11.3 on CentOS 5.

  1. $ su -
  2. # cd /var/html/www/
  3. # wget -c http://prdownloads.sourceforge.net/phpmyadmin/
    phpMyAdmin-2.11.3-english.tar.gz?download
  4. # tar xvfz phpMyAdmin-2.11.3-english.tar.gz
  5. # mv phpMyAdmin-2.11.3-english phpmyadmin
  6. # cd phpmyadmin
  7. # cp config.sample.inc.php config.inc.php
  8. # vi config.inc.php
    :
    $cfg['Servers'][$i]['auth_type'] = ‘http‘; # default is cookies
    :
  9. # service httpd restart

You can test by open phpmyadmin by this link :

http://your.domain.com/phpmyadmin/

You should be find pop up for insert your user name and password.

How to set line output when you display information on Switch&Router.

Thanks, P’ Berm so much. I have a problem when I use command “show running-config” on my Switch, many data show in my monitor . So I want to config my Switch to display information from my input number of line per when I press space bar on my keyboard.

  1. SW1#configure terminal
  2. SW1(config)#line console 0
  3. SW1(config)#length 10 <- number of line
  4. SW1(config)#end
  5. SW1#write

วันนี้ผม..นั่งสารวนอยู่กับ MAPI ทั้งวัน อันเนื่องมาจาก ไอ้เจ้า BES (Blackbery Enterprise Server) มันไม่สามารถ synchronize กับ Exchange 2007 ได้ เด้งมาฟ้องต้อน Start Program Blackberry Manager ทั้งวัน ทำให้ไม่สามารถรับส่ง mail ได้ ปัญหาก็น่าจะเกิดจากไอ้เจ้า MAPI นี่แหละ ก็เลยลองมาหาข้อมูลดูว่า ไอ้ MAPณ นี้มันเอาไว้ใช้ทำไรหว่า และแล้วก็มาเจอที่

http://support.microsoft.com/?kbid=200018
» Read the rest of the entry..