Archive for the 'Development' Category

Sun Java Changes

Wednesday, November 15th, 2006

Sun has made a significant step for providing users and developers better access and freedom with Java. Sun announced this week they will be open sourcing key parts of Java under the GPL. In effect most users should not see a direct impact on their Java usage, however in the long term Java will have […]

Linux Kernel Documentation

Sunday, May 7th, 2006

Within every release of the official kernel source from kernel.org there is a provided /Documentation directory. This directory contains various notes, guides, tips, documentation, explanations and otherwise useful information. Majority of this content is provided in pure text format.
I thought it would be convenient if I could navigate through this infomation on the internet. So […]

Using Alternate Compilers

Tuesday, November 15th, 2005

Users of Fedora Core 4, SuSE 10.0 and other distributions with GCC v4 may have found some open source softwares may not compile properly. Using alternate compilers may resolve the problem. FC4 also ships with GCC v3.2. There are many ways to specify alternate compilers during the build process, below are some ways.
Environment Variables
Most softwares […]