Programming Tools:
- WingIDE (Python)
- IntelliJ IDEA (Java)
- Eclipse (C++/Java)
- Rabbit VCS (Version Control)
MISC:
- Mendeley
- Stardict (Dictionary)
This blog intends to document all computer science problems I encountered and my solutions/comments to them.
Option "RegistryDwords" "EnableBrightnessControl=1"
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
sudo apt-get update
sudo apt-get install sun-java6-jdk
sudo apt-get install wmctrl
gconf-editor
menu:minimize,maximize,close
chucheng@ubuntuVM:~$ ssh-add
Could not open a connection to your authentication agent.
exec ssh-agent bashchucheng@ubuntuVM:~$ ssh-add
Enter passphrase for /home/chucheng/.ssh/id_rsa:
Identity added: /home/chucheng/.ssh/id_rsa (/home/chucheng/.ssh/id_rsa)