How to install WRF 3.6.1 on Ubuntu 14.10 server.
Very very long time for updating my site, www.aoddy.com. Today, I really need to share some experience about installation of WRF 3.6.1 on Ubunt 14.10 server. OK let’s start now.
Very very long time for updating my site, www.aoddy.com. Today, I really need to share some experience about installation of WRF 3.6.1 on Ubunt 14.10 server. OK let’s start now.
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 […]
หลังจากคราวก่อนนู้น ได้ทำการติดตั้ง CDT plugin บน Eclipse เพื่อที่จะอยากเขียน C/C++ ได้บน Eclipse มาวันนี้ความต้องการก็ยังไม่จบ คือเวลาเราเขียนโปรแกรมด้วย C++ เนี้ย output ที่ได้มันออกเป็นแค่ตัวหนังสือบน Console ใน Eclipse มันเลยทำให้รู้สึกขัดหูขัดตายังไงพิกล..ทำให้เกิดอารมณ์ไม่อยากเขียนโปรแกรมได้เหมือนกัน .. ว่าแล้วก็ลองหาดูว่าบนภาษา C/C++ เวลาที่เค้าพัฒนาโปรแกรมพวก GUI เค้าใช้ทำอะไรทำ ผลปรากฏว่า ก็มาป๊ะเจ้า gtkmm พอเลื่อนมาดู Feature ก็เข้าทางพอดี
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 […]
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.
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
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 […]
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 […]
I would like to check my package in my Ubuntu desktop. After I searched in google, I found this command : aptitude show NAME-OF-PACKAGE It’s very easy. Perfect !! 😀 555
Today, I would like to monitor my internet network bandwidth. When my internet network is slow I often have questions from my boss “Why my internet network is slow, who are using a lot of internet bandwidth?”. I cannot answer these questions because I don’t have informations of current network status. First step, I think […]