Today I started learning Linux. The installation I have chosen is Win2000 VM loaded RH9.
command:
(1) The first is to add a user. Use the useeradd command and then modify the password with the passwd command.
# UserAdd Allen
# Passwd Allen
The system creates a subdirectory (/ home / allen) for the new user. There is no file in this catalog.
(2) Shutdown command "HALT".
(3) Configure the command "neat" of the NIC. This command launched a graphical configuration interface, which is very easy to use. I don't know if there is an original configuration command? Like the "UserAdd" command above is not intuitive!
(4) Use the USB flash drive:
# MKDIR / MNT / USB
# mount / dev / sdb1 / mnt / usb -o iocharset = cp936
# ls / mnt / usb
After plugging the USB interface, the shell has some prompts, and the last line is "SDB: Write Protect IS OFF". This judgment I should use SDB to hook this USD.
(5) Use floppy disk:
# mount / dev / fd0 / mnt / floppy
# ls / mnt / floppy
# cp /mnt/floppy/s.rar /Home/allen/s.rar
# cp /Home/allen/my.txt /mnt/floppy/my.txt
# umount / mnt / floppy
DOS floppy disk formatted under Win2000, it is very easy to use under RH9!
(6) Install five input method
I am using Fcitx. The download address is http://www.fcitx.org. There is a detailed installation instructions on this site.
I downloaded an RPM package, the name is "fcitx-1.8.5-1.noarch.rpm".
Start a terminal window (to use the superuser root identity to install properly), enter a command:
# rpm -uvh fcitx-1.8.5-1.Noarch.rpm
Then log out of the current user, you can use the five input method when logging into Xwinows again (press CTRL Spacebar to switch).
(7) Install "Star Translation King" ... "Jinshan Words" under Linux
Download address http://stardict.sourceforge.net/. The file I downloaded was "Stardict-2.4.3-1.i386.rpm". Install command:
# rpm -ivh star stardict-2.4.3-1.i386.rpm
After the installation is complete, the operation method is:
# cd / usr / bin
# stardict
It also has a screen to get a word function!
(Play MP3
The file name of the package is "XMMS-1.2.10-1.i386.rpm", the downloaded address is "http://www.xmms.org/".
The installation method is to enter the following command in the terminal:
# rpm -UVH XMMS-1.2.10-1.i386.rpm
I can finally listen to the song, huh, huh!
(9) Find a game to play
I am an initiator, I naturally can't forget to play games! But I don't want to be too trouble what configuration, so I will find the simplest method everywhere. Finally let me find it!
There is such a GBA simulator "VisualBoyAdvance for Linux 1.7" to download, and then
Www.emucn.net "You can play with a game.
The simulator is installed very simple, just a command is:
# TAR XVFZ VisualBoyAdvance-1.7-SDL-Linux-glibc22.tar.gz
It is also very simple to use, and one command is set:
# ./Visualboyadvance aaa.gba