随笔分类 - 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.
阅读全文
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...
阅读全文
浙公网安备 33010602011771号