How to migrate Thunderbird’s data&profile from Ubuntu to Windows.

1. Prepare data for migration on Ubuntu.

$ cd ~
$ tar cvfz mozilla-thunderbird-[YYYYMMDD].tgz .mozilla-thunderbird

* YYYYMMDD such as 20080525 (2008 May, 28th)
** Be careful in front of “mozilla-thunderbird” has dot (.) .
2. Copy file backup (mozilla-thunderbird-[YYYYMMDD].tgz) from Ubuntu to Windows

3. Extract backup file.

Continue reading

How to backup your thunderbird profile&data on Ubuntu.

Backup
1.  Please check your Thunderbird profile directory by this command.

$ ls -la * | grep .mozilla-thunderbird
-rw-r–r–  1 sketkeaw sketkeaw 32053404 2008-05-30 10:59 mozilla-thunderbird.tgz

2. Start backup

$ cd ~
$ tar cvfz mozilla-thunderbird-[YYYYMMDD].tgz .mozilla-thunderbird

** YYYYMMDD such as 20080525 (2008 May, 28th)

3. Backup completed !!!.

Continue reading

Cannot run flash player on firefox [Ubuntu 7.10 64 Bit].

Today , I find big bug in Firefox . It cannot run flash application so I try to root cause of this problem from command ‘dmesg’ and I find :

[ 8706.315022] npviewer.bin[7535]: segfault at 0000000000000035 rip 00000000f7ac02f6 rsp 00000000f5aa2d90 error 4
[ 8706.315628] npviewer.bin[7522]: segfault at 0000000000000000 rip 00000000f77afba8 rsp 00000000ffad3070 error

Continue reading

How to Rip MP3 using Sound Juicer.

ต้องการ Rip ไฟล์ CD ให้กลายเป็น MP3 บน Ubuntu สุด Love ปรากฏว่า เจ้า Ubuntu มันมีโปรแกรม มาให้อยู่แล้ว นั่นก็คือ Sound Juicer เพียงแต่ว่าเวลา Rip มาแล้ว File Output เป็น .ogg ผมก็เลยต้องมา หาวิธี Rip มันออกมาเป็น MP3 ครับ

ก็ทำตามนี้ครับ…

Continue reading

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.

How to rewrite MBR [Master Boot Record].

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 :

Continue reading

How to convert file .nrg to .iso on Ubuntu.

ครับผม เรื่องมีอยู่ว่า ผมเอา โปรแกรม Nero ที่อยู่บน windows Clone ไฟล์หนังไว้..เป็นไฟล์ .nrg มาวันนี้ผมอยากดูหนังเรื่องนั้น อีกครั้ง แต่ ขี้เกียจ Reboot เครื่องเพื่อเข้าไปใช้งาน Windows ก็เลยไปหาวิธี Convert File จาก .nrg ไปเป็น .iso อิๆ ซึ่งถ้าเรา Convert ไฟล์ มาเป็น .iso ได้เราก็ mount ขึ้นมาอ่าน มาดูได้จริงมั๊ยครับ ว่าแล้วก็ เริ่มที่ เจ้กูเหมือนเดิม Key word ที่ใช้ก็คือ “ubuntu + how to open file .nrg” และแล้วก็ไปเจออยู่ Web หนึ่ง คือ

http://tuxicity.wordpress.com/2007/02/24/howto-convert-a-
nrg-nero-file-to-a-iso-file-in-linux/

Continue reading

Install Google Picasa image organizer in Ubuntu

เรื่องก็มีอยู่ว่า ตอนที่ใช้ XP ผมมีโปรแกรมดูรูป (ตกแต่งรูป) ชื่อว่า Picasa ก็เลยอยากเอามาลงที่เครื่องที่เป็น Ubuntu บ้าง และแล้วก็เข้าไปเริ่มที่ เจ้กู (กูเกิ้ล คราวหน้าไม่บอก..นะถ้าพูดถึงเจ้กู ก็เป็นที่รู้กันเนาะ) อ่ะเจอสิครับ..มีอะไรบ้างที่เจ้กูบอกไม่ได้ อิๆ ตาม Link ด้านล่างครับ

Continue reading