It is easy to install packages on Debian. All you have to do is "apt-get install package". But what if we would like to install a newer version package? For example, git-core version on Debian stable is 1.4.4. It is too old and does not have basic commands such as git config, init,... etc. We may install git from Debian Backports. It is a easier way than building from source for most people.
Thursday, August 21, 2008
Debian Backporting
Wednesday, August 20, 2008
Remove allow_branch_to_undefined from U-boot
Old U-boot (v1.1.3 in my example, too old hum?) needs a option -mips_allow_branch_to_undefined for ELDK AS to assemble. We have to modify cpu/mips/start.S so that AS of other toolchains could assemble it without an error - Error: can't resolve `_GLOBAL_OFFSET_TABLE_' {*UND* section} - `L16' {.text section}
Monday, August 11, 2008
Tuesday, July 29, 2008
OpenACS Configuration
- Install JDK
# apt-get install sun-java5-jdk - Install mysql
# apt-get install mysql-server
Thursday, July 17, 2008
inotify Usage
wikipedia: inotify is a Linux Kernel subsystem that provides file system event notification. It was written by John McCutchan with help from Robert Love and later Amy Griffis to replace dnotify. It was included in the mainline kernel from release 2.6.13 (2005-06-18).
Subscribe to:
Posts (Atom)