Linux common problems and errors Chinese analysis

  

0063 linux listening to MP3 (hehhb) redhat CD original xmms can not play MP3 (silent), to download and install an RPM package: xmms-mp3-1.2.7-13.p .i386.rpm installation can be. Open xmms, ctl-p, notebook repair training in the font bar First tick in the small box in the upper half, then select "fixed (misc) gbk-0 13 & rdquo; number word computer The faulty body can display the Chinese song name. In the audio output plug-in, select "Open Audio System Driver winxp Fault Program 1.2.7 [lioOSS.so] to play MP3 files normally. 0064 Install Chinese Fonts (hehhb) Download ~George/sm.sh first (Reference: ? Docid=2679) SimSun18030.ttc can be downloaded from Microsoft website, 030.asp It is an msi file, installed in mswindows, installed in the fonts directory under the windows directory. Copy simsun.ttc, SimSun18030.ttc, tahoma.ttf, tahomabd.ttf to /usr/local/temp, then download the shell file into this directory, then open the terminal cd /usr/local/temp chmod 755 sm .sh ./sm.sh 0065 FAT32, FAT16 file system (hehhb) for loading windows partitions Enter KDE as root, click the “Start” button on the desktop, and create the following folder in the /mnt directory: c, d , e, f, g, usb. respectively used as windows under the partition and usb flash drive. Open the /etc/fstab file with a text editor. Add the following: /dev/hda1 /mnt/c vfat iocharset=gb2312,umask=0,codepage=936 0 0 /dev/hda5 /mnt/d vfat iocharset=gb2312,umask =0,codepage=936 0 0 /dev/hda6 /mnt/e vfat iocharset=gb2312,umask=0,codepage=936 0 0 /dev/hda7 /mnt/f vfat iocharset=gb2312,umask=0,codepage=936 0 0 /dev/hda8 /mnt/g vfat iocharset=gb2312,umask=0,codepage=936 0 0 /dev/cdrom /mnt/cdrom udf,iso9660 noauto,iocharset=gb2312,owner,kudzu,ro 0 0 /dev /sda1 /mnt/usb vfat iocharset=gb2312,umask=0,codepage=936 0 0 Save and exit. After restarting, you can access FAT32 or FAT16 format partition normally, and solve the problem of displaying garbled characters under WINDOWS partition and CD Chinese file name. There are six columns in total, and each column is separated by the Tab key. Note that this method can only mount the Fat partition format. sda1 is a flash drive. 0066 Use Wubi and Pinyin under X, location input method (hmkart) Download rpm package from fcitx to install 0067 How to extract RAR file under Linux (hmkart) ?softid=883 Download RAR for Linux 3.2.0, unzip After opening make then you can use unrar e youfilename.rar to extract rar file 0068 How to add/remove rpm package after hard disk installation (sakulagi) redhat-config-packages --isodir= can specify the directory where iso file is located 0069 character control volume (grub007 Aumix 0070 Use dd to do iso(grub007) dd if=/dev/cdrom of=/tmp/aaa.iso 0071 Delete everything from a few days ago (including directory names and files in the directory) (shally5) find . -ctime + 3 -exec rm -rf {} \\; or find ./-mtime +3 -print| Xargs rm -f -r 0072 Where is the user's crontab (hutuworm) /var/spool/cron/under the user name 0073 Run the program as a different user su - username -c "/path/to/command" Sometimes you need to run a special identity program, you can let su do 0074 How to empty a file () > filename 0075 Why can't display Chinese under OpenOffice (allen1970) Change font settings tools->options->font replacement Andale Sans UI -> simsun 0076 How to back up Linux system (Purge) Symantec Ghost 7.5 and later supports Ext3 native copy 0077 partition magic on linux (wwwzc) Linux next useful partitioning tool: parted can modify the partition size in real time, delete /Create a partition. What does each of the 0078 /proc/sys/sem mean? (sakulagi) /proc/sys/sem content is as follows 250 32000 32 128 These 4 parameters are SEMMSL in order (each user owns the signal) The maximum number), SEMMNS (the maximum number of semaphore system), SEMOPM (each call operand semop system), SEMMNI (system semaphore sets the maximum number) 0079 Grub boot menu bigmem smp up all mean? (lnx3000) smp: (symmetric multiple processor) symmetric multiprocessor mode bigmem: optimized kernel supporting more than 1G memory up: (Uni processor) single processor mode 0080 Why does the Oracle installer display garbled characters? (lnx3000) Now Oracle's installation program has problems with Chinese support. It can only be installed using the English interface. Before executing runinstaller, execute: export LANG=C;export LC_ALL=C

Copyright © Windows knowledge All Rights Reserved