RedHat Enterprise Linux 5 Problem Solving list
A sharp Czech internet problem
Mentohust
http://code.google.com/p/mentohust/
Preparing files
1 The above open source project website downloads. rpm File mentohust-0.3.4-1.el5.i386.rpm
2 Windows system Rui Jie installation directory of 8021.exe, suconfig.dat,w32n55.dll three files
Installation commands
$rpm-IVH mentohust-0.3.4-1.el5.i386.rpm
$mkdir/etc/mentohust
$CP 8021x.exe/etc/mentohust
$CP Suconfig.dat/etc/mentohust
$CP W32n55.dll/etc/mentohust
Program Startup and Shutdown command
$mentohust--Start the program
$mentohust-H-Help note
$mentohust-K-Exit program
Related configuration files and directories
/etc/mentohust--Verifying file directory
/etc/mentohust.conf--Configuration file
Two NTFS mount issues
Fuse + ntfs-3g
View the kernel version of RHEL5
Uname-r
Preparing files
1) Download the corresponding kernel version of the fuse:http://www.atrpms.net/dist/el5/fuse/
2) Download ntfs-3g http://dag.wieers.com/rpm/packages/fuse-ntfs-3g/
Installation commands
$rpm-IVH fuse-2.7.4-8.el5.i386.rpm
$rpm-IVH fuse-ntfs-3g-2009.4.4-2.el5.rf.i386.rpm
Program Startup and Shutdown command
$mount. NTFS-3G/DEV/SDA1/MNT-Mount NTFS disk command
$mount-T NTFS-3G/DEV/SDA1/MNT-mount NTFS disk command
$umount/dev/sda1--Uninstall NTFS disk command
Three Fiefox Flash installation problem
Adobe Flash
http://www.adobe.com/go/getflashplayer/
Preparing files
The above Web site downloads. tar or. tar.gz file install_flash_player_10_linux.tar.gz
Installation commands
$tar-ZXVF install_flash_player_10_linux.tar.gz
Get the libflashplayer.so file and copy it to the Firefox browser plugin folder
$mkdir/usr/lib/mozilla/plugins-When the directory does not exist, create it first
$CP Libflashplayer.so/usr/lib/mozilla/plugins--catalogs are different according to different versions
Restart Firefox, solve the problem!
Four gftp Chinese garbled problem
Gftp
Command
#cd/HOME/LANGX--wave number, user directory, such as Langx
# ls-a--Browse all including hidden files
# CD. gftp
# VI GFTPRC
Press I, move the cursor to line 41, find remote_charsets=, and write the usual code behind it CP936,GB18030,GBK,GB2312,UTF-8,EUC-TW
Press the ESC key and enter the following
: Wq
Enter the exit can be saved;