随笔分类 -  Linux

How to install JDK on Linux (RHEL5.*)
摘要:1. Download jdk installation file from http://www.oracle.com/technetwork/java/javase/downloads/index.html. a) If the file you download is rpm file, you can use command [rpm -i *.rpm] to startinstalling it. b) If it's bin file, you can use command [./*.bin] to startinstalling it. Then you can fi. 阅读全文
posted @ 2011-10-19 13:40 Forest Wang 阅读(169) 评论(0) 推荐(0)
How to change the resolution in text mode for Linux5+
摘要:1. Login linux system with an user who has system admin permission. 2. Go to the folder /boot/grub. cd /boot/grub3. Edit file “menu.lst” in this folder. Add “vga=0x0317” at the end of the kernel line. vim menu.lst4. Save the changes and quit vim.5. Restart. shutdown -r now6. When the system i... 阅读全文
posted @ 2011-10-13 15:57 Forest Wang 阅读(229) 评论(0) 推荐(0)