Tag Archives: Ubuntu

การติดตั้ง gtkmm ให้ใช้งานร่วมกับ Eclipse CDT

หลังจากคราวก่อนนู้น ได้ทำการติดตั้ง CDT plugin บน Eclipse เพื่อที่จะอยากเขียน C/C++ ได้บน Eclipse มาวันนี้ความต้องการก็ยังไม่จบ คือเวลาเราเขียนโปรแกรมด้วย C++ เนี้ย output ที่ได้มันออกเป็นแค่ตัวหนังสือบน Console ใน Eclipse มันเลยทำให้รู้สึกขัดหูขัดตายังไงพิกล..ทำให้เกิดอารมณ์ไม่อยากเขียนโปรแกรมได้เหมือนกัน .. ว่าแล้วก็ลองหาดูว่าบนภาษา C/C++ เวลาที่เค้าพัฒนาโปรแกรมพวก GUI เค้าใช้ทำอะไรทำ ผลปรากฏว่า ก็มาป๊ะเจ้า gtkmm พอเลื่อนมาดู Feature ก็เข้าทางพอดี

Posted in Eclipse, Programming, Ubuntu | Tagged , , | Leave a comment

Android on my Ubuntu.

Just tried to install an android development software on my Ubuntu 9.10. All of tools & environment : Windows 7 -> VirtualBox 3.1.6 -> Ubuntu 9.10 -> Eclipse 3.5.1 -> ADT 0.9.6 Woosssss !!! Now I’m thinking about how to … Continue reading

Posted in Android, Eclipse | Tagged , , | Leave a comment

How to increase the resolution of Ubuntu 9.10 on virtualbox.

Since I changed my OS on my laptop from Ubuntu to Windows7 (6-7 months ago), today I come back to use it again via VirtualBox and I still find some problem on Ubuntu. Anyway, the problem must make me stronger. … Continue reading

Posted in Shell scripts, Ubuntu | Tagged | Leave a comment

My keyboard are not mapped correctly on VMWare server.

After I installed the VMWare server 1.0.8 complete. I have found a problem in my keyboard such as I could not use up/down/right/left arrow keys. So I tried to searh a solution for solve this problem. Sure I found !!! … Continue reading

Posted in Ubuntu, linux, vmware | Tagged , | Leave a comment

How to start a script by root permission at boot time on Ubuntu server 8.10.

Today my Opmanger server is down, I start it again but my service doesn’t start by automatic at boot time. So I need to start it by root permission at startup time. And this is my solution. 1. Write your … Continue reading

Posted in Shell scripts, Ubuntu, linux | Tagged , , | Leave a comment

How to install VMWare server on Ubuntu server 8.10.

After I spent a lot of time to install VMWare ESXi on my server, I found problem about ESXi could not install on my disk RAID#1. Many people found this problem to : http://communities.vmware.com/message/1142404 So if you would like to … Continue reading

Posted in Ubuntu, linux, vmware | Tagged , | 1 Comment

How to install trac service on Ubuntu for multiple projects using Mod_Python.

Previously I have installed a DNS service on my Ubuntu server. Today I would like to install a Trac service which supports for multiple projects using Mod_Python on Apache. Condition : I would like to use sub-domain for trac service … Continue reading

Posted in Apache, DNS, Ubuntu, linux | Tagged , , , | 2 Comments

How to install JRE on Firefox 3.0.

Today, I would like to install JRE on my Firefox. You can follow these steps. # sudo aptitude install sun-java6-jre sun-java6-plugin # cd /usr/lib/firefox-3.0/ # sudo ln -s /usr/java/jre1.6.0_06/plugin/i386/ns7/libjavaplugin_oji.so . You should to enable java on firefox , too Edit->Preferences->Content … Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment

How to install VirtualBox on Ubuntu 8.04.

1. Download VirtualBox progrom from : http://www.virtualbox.org/download/1.5.6/ 2. Install this program by double click 3. Modified group for current account by this command sudo usermod -G vboxusers -a aoddy 4. Change permission for file /dev/vboxdrv by : sudo chmod 777 … Continue reading

Posted in Ubuntu | Tagged , | Leave a comment

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 … Continue reading

Posted in LVM, Ubuntu, Windows | Tagged , , , | Leave a comment