Maybe a lot of people already know this, but I will write it down here, in case anyone forget it, or of somebody does not know already.
To upgrade the Linux Debian Stable Etch to testing Lenny, just need to follow these two steps.
1. Edit sources.list
sudo vi /etc/apt/sources.list
and change all words etch to lenny, or stable to testing
2. Update and upgrade
sudo aptitude update
sudo aptitude install apt dpkg aptitude
sudo aptitude full-upgrade
that is all, this also work if you want to go from lenny to sid, just change yoursources.list accordingly.
It is also better if you start your Debian Linux in text mode, so GDM or KDM could be restarted without problems.
You may be interested in reading this.
요즘 리눅스는 많이 쉬운것 같다... 단 명령어 세번으로 자동으로 시스템이 업그레이드 된다...