The best way to solve the programming problem
In my programmer life, sometimes, I trap in my own logic hole. I found out the best way to write your logic and problem. In this way, you can look into the problem in another way during your writing. Or you can talk to a third person. Using another brain, looking into the problem in a different way!
Glassfish Server for NetBeans
I tried to add a Glassfish Server to NetBeans. It needs the actual path where the server is siting in. I used "apt-get" to install my glassfish instance. I have totally no ideas where the server installed. I found that is in "/usr/share/glassfishv2". If you have the same problem, that is very easy to find the server path. Just these two steps:
1. sudo updatedb
- Update the database with the file paths.
2. locate asenv.conf
- That is a config file under {glassfish server}/Config.
I love Kubuntu
Last week, I updated Kubuntu to 9.04. I am impressed by KDE 4.2. That looks much better than Windows Vista. I am using a VM at the moment. I really consider to buy a real laptop and install Kubuntu to there.
404 - Component Not Found
I am writing a joomla component, I got an 404 - Component Not Found. I found that is because I got a typo in main component file. For example, the component name is com_hello, then it needs com_hello\hello.php.
Ubuntu 9.04 is ready to download
Ubuntu 9.04 is ready to download!!!
http://www.ubuntu.com/getubuntu/download
I am updating my Ubuntu VM
