Lxde is short for lightweight X11 desktop environment. Compared with gnome and KDE, lxde is a lightweight desktop environment, and lubuntu is based on lxde.
1. First download the ubuntu-10.10-alternate-i386.iso and ubuntu-10.10-desktop-i386.iso image
So to use 2 images is because you need to install the command line system through the ubuntu-10.10-alternate-i386.iso, and then install the X11 Environment and
The GNOME environment, while the ubuntu-10.10-desktop-i386.iso is used to make livecd. The differences between alternate and desktop are as follows:
The desktop version is equivalent to a livecd. During installation, the Ubuntu system is "restored" to the hard disk from the CD, while the Alternate version is the installation program in the real sense, and only the command line system can be installed.
2. boot with ubuntu-10.10-alternate-i386.iso boot, select the language "simplified Chinese", Press F4 select the installation mode for "Install Command Line System", and then press "Install Ubuntu", you can start.
3. After the installation is complete, restart and execute
$ Sudo apt-Get update
Update the downloaded source file and execute
$ Sudo apt-Get install OpenSSH-Server
Install SSH Server
3. Install lxde desktop environment, in this project, the X11-window will also be installed together
$ Sudo apt-Get install lxde
5. Install lubuntu-core,
$ Sudo apt-get install lubuntu-core
4. Install the graphics card driver. Because I use a VWarm virtual machine, the graphics card driver Ubuntu has been integrated, so no installation is required.
5. Install the Input Method Manager and little penguin input method.
$ Sudo apt-get install im-switch
$ Sudo apt-get install fcitx
In some cases, the problem may coexist with SCIM after the fcitx input method is installed. You only need to use im-switch to change the default input method to fcitx:
$ Sudo im-switch-a fcitx
$ Im-switch-a fcitx
(If you do not need to enter Chinese characters, skip step 1, but you must install a Chinese font. Otherwise, the Chinese characters on the LXDE desktop will be garbled, run the command $ sudo apt-get install ttf-arphic-uming to install the Chinese font)
6. Clear the downloaded installation package
$ Sudo apt-get clean
7. Now, run startx To Go To The LXDE interface.
For the remaining process of generating LiveCD, refer to making the existing Ubuntu system LiveCD
The size of LiveCD is about 3 54mb.