发表于: 2006.03.24 10:50
分类: Linux
出处: http://junsheng.itpub.net/post/860/62374
---------------------------------------------------------------
The debian install can be various, and through my try for many times, I have found a fixed mode to fit for myself and my computer.
I use a CDROM which contains the Debian 3.1 Sarge, for I don't want to waste too many network flow of Bytes.
Set the BIOS to startup from the CDROM; Input "linux26" will install debian with kernal 2.6;
Choose the install language, here I will choose simple Chinese, for we have to meet some Chinese deal things.
The install of basic system is very easy, after a while, the system will reboot and need us to pick out the CDROM;
After set the users and password, especiall, we should remember the root password, or else we will be out of the system we just installed with hard work.
When the install process ask us to set the install apt sources.list; then we can choose http method or ftp method,
If we use http proxy, then we should choose http to set the proxy, it is like: http://user:password@proxyIP; after it is going to download the package information through internet, we should reboot through CTL+ALT+DEL; For we just setup proxy here; in fact, we can also vi the /etc/apt/apt.conf file to write the http or ftp proxy; But for convenience, we can choose this dummy method;
After reboot, we can choose set apt-source by hand, and here we will open a file, which has already existed several lines which contain the file:///CDROM like;
Choose the part we want to install, then the softwares will be read from the CDROM;
After reboot, something is wrong for the Chinise charaters have been to some blank square with some numbers in them;
Next, I change to the website linux sir for Debian fields, there are some talks about the Debian, in fact some problem, I have solved are according to those articles.
Change the content of /etc/apt/sources.list to the USTC Debian corresponding list;
Install package management software, which is called synaptic through the command:
apt-get install synaptic
Next, we can into the synaptic after input the root password; We can choose the corresponding softwares we like; the software can help us to find the needed softwares which have dependent relations;
Another good Debian learn site: Debian Notes I have learned a lot about Debian install and software application. The auido is a problem in Debian, but it can be solved according to the website mentioned just now.
The basic softwares have been installed now, next I will do some job and learn on the Debian liux.














