- Windows XP ntfs 20GB
- Ubuntu 7.04 - the Feisty Fawn - released in April 2007
- / ext3
8.0GB (after installing: 5.0GB) - for root (which is for programs and libraries)
- /home ext3
9.5GB (after installing: 7.4GB) - for user(myself) (which is for my documents and data)
- swap (swap)
1.5GB - which is like virtual memory
- Java 1.5.0_11-b03
- Robocode 1.2.6A
- Eclipse 3.2.2
I couldn't sleep because there are a lot of things that looks funny :)
---
- Partitioning Windows and Ubuntu
- HOWTO login as root in Ubuntu: you can create a pass with
- sudo passwd root
- Bug #34688, first reported on 2006-03-13 by Mike
- Using an IDE (Eclipse) for Robocode
- Korean keyboard problem
- Korean/English toggle key
- Korean/Chinese toggle key
- Don't forget that Default Language should be Korean
- xev
- sudo gedit ~/.Xmodma
- keycode 113 = Korean_English
- keycode 109 = Korean_Chinese
- sudo gedit /etc/init.d/bootmisc.sh
109- setkeycodes 71 113
- setkeycodes 72
- Ctrl - Alt - Backspace
- Reboot!!
113 and 109 are gotten by xev. Those numbers are for my laptop (Compaq Presario X1000). And yours would be different from them.
No comments:
Post a Comment