Debian-lenny Installation notes

Source: Internet
Author: User
Debian-lenny Installation notes-Linux Release Technology-Debian information. The following is a detailed description. I have been using etch, I bought a new SATA hard drive, and installed lenny on it.

1. Download the hard disk installation Image
Http://debian.linux.org.tw/debia... nt/images/hd-media/
ISO file:
Http://debian.linux.org.tw/debia... sting-i386-CD-1.iso

2. Set Grub
Create a new hard disk installation directory hdinstall under the original boot directory/boot, and copy the hard disk installation file to it.
# Vi/boot/grub/menu. lst, add the following Configuration:

Title hd-Install Debian lenny
Root (hd0, 1)
Kernel/boot/hdinstall/vmlinuz
Initrd/boot/hdinstall/initrd.gz
Savedefault

Root (hd0, 1): modify this item based on your machine.

3. Install the basic system
Partitioning is the most troublesome, and there is nothing to say about it. Just follow the prompts. Restart.

4. Install gnome and other software from the network
# Apt-get install xorg gnome iceweasel iceweasel-l10n-zh-cn iceape-browser gftp

Using iceape Composer in Iceape-browser to compile general webpages is quite cool (Frongtpage is too spam). Unfortunately, only the English interface is available.

Locale settings: Select GB2312 and GBK
# Dpkg-reconfigure locales

Font: wenquanyi
# Apt-get install xfonts-wqy
The font display looks good, but browsing the Internet is slow!

# Apt-get install ttf-bitstream-vera ttf-arphic-uming
After uming is installed, the browsing speed on the internet is normal .??

Sound:
# Apt-get install alsa-base alsa-utils

Input Method:
# Apt-get install scim-pinyin scim-tables-zh im-switch
Then:
# Im-switch-s scim

Encoding of "file name": The system uses UTF-8 by default. It is easy to say in English and it is very troublesome to use Chinese characters.

Add the following to. bashrc:
Export LC_ALL = zh_CN.GB2312
Export LC_CTYPE = zh_CN.GB2312
Export LANG = zh_CN.GB2312
Export G_BROKEN_FILENAMES = 1
Export G_FILENAME_ENCODING = @ GBK
Stty cs8-istrip
Stty pass8

. Added to gnomerc
Export G_BROKEN_FILENAMES = 1

Java: used for LumaQQ.
# Apt-get install sun-java6-jre
LumaQQ:
This version is used: lumaqq_2006M2-linux_gtk2_x86_no_jre.tar.gz
Decompress the package to a certain place. My options are/usr/local/Lumaqq. just create a starter on the desktop.

Totem: I took the most detours.
# Apt-get install totem-xine libxine1-ffmpeg

Slave.

Without a libxine1-ffmpeg, mp3 and avi won't sound.

The screen is too red! In/etc/X11/xorg. conf
Driver "i810"
Changed:
Driver "vesa"
The world of color becomes real again.

If you have completed the installation, write it down. It's a memorandum.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.