Come back to Ubuntu server on VirtualBox again… Last week, I joined a training of ‘Internet GIS Technology and Web Map Server Development’ .. So this week I really need to install some software in my server. Normally, I have installed the VirtualBox in my laptop.. So today, I just download a Ubuntu OS and [...]
การติดตั้ง gtkmm ให้ใช้งานร่วมกับ Eclipse CDT
by aoddy on May 19, 2010
หลังจากคราวก่อนนู้น ได้ทำการติดตั้ง CDT plugin บน Eclipse เพื่อที่จะอยากเขียน C/C++ ได้บน Eclipse มาวันนี้ความต้องการก็ยังไม่จบ คือเวลาเราเขียนโปรแกรมด้วย C++ เนี้ย output ที่ได้มันออกเป็นแค่ตัวหนังสือบน Console ใน Eclipse มันเลยทำให้รู้สึกขัดหูขัดตายังไงพิกล..ทำให้เกิดอารมณ์ไม่อยากเขียนโปรแกรมได้เหมือนกัน .. ว่าแล้วก็ลองหาดูว่าบนภาษา C/C++ เวลาที่เค้าพัฒนาโปรแกรมพวก GUI เค้าใช้ทำอะไรทำ ผลปรากฏว่า ก็มาป๊ะเจ้า gtkmm พอเลื่อนมาดู Feature ก็เข้าทางพอดี
Android on my Ubuntu.
by aoddy on March 31, 2010
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 use native code in Android application so as to develop software by C/C++ language but [...]
How to increase the resolution of Ubuntu 9.10 on virtualbox.
by aoddy on March 24, 2010
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. I use Ubuntu9.10, I’m very surprise why I cannot find /etc/X11/xorg.conf. Normally, user can edit [...]
My keyboard are not mapped correctly on VMWare server.
by aoddy on March 6, 2009
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 !!! Everything is in the Google.
How to start a script by root permission at boot time on Ubuntu server 8.10.
by aoddy on March 2, 2009
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 script for start a service #!/bin/bash echo "Start my service!!!"; cd /path/of/my/script/ ./run_my_script.sh
How to install VMWare server on Ubuntu server 8.10.
by aoddy on January 31, 2009
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 install VMWare ESXi into your server, you should check your hardware which is supported by [...]
How to install trac service on Ubuntu for multiple projects using Mod_Python.
by aoddy on October 17, 2008
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 that is trac.aoddy.com Trac service can support multiple projects such as trac.aoddy.com/Project1, trac.aoddy.com/Project2 Trac service [...]
How to install JRE on Firefox 3.0.
by aoddy on July 8, 2008
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 Tab-> EnableJava
How to install VirtualBox on Ubuntu 8.04.
by aoddy on June 26, 2008
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 /dev/vboxdrv 5. Install vboxdriver by sudo /etc/init.d/vboxdrv setup 6. Start virtualbox.