Fix Ubuntu freeze: http://ninetynine.be/blog/2009/04/fix-random-crashes-firefox-thunderbird-and-evolution-on-ubuntu-810/, http://www.howopensource.com/2012/10/install-nvidia-geforce-driver-in-ubuntu-12-10-12-04-using-ppa/
Eclipse and C++:
Add static lib: http://webcourse.cs.technion.ac.il/234122/Spring2012/en/faq_Working%20with%20Eclipse%20CDT.html
OpenGL: http://xyzmind.blogspot.com/2012/08/setup-eclipse-c-and-opengl-support-on.html, https://www3.ntu.edu.sg/home/ehchua/programming/opengl/HowTo_OpenGL_C.html,
C++11 enabled: http://scrupulousabstractions.tumblr.com/post/36441490955/eclipse-mingw-builds,
Overload []: http://www.learncpp.com/cpp-tutorial/98-overloading-the-subscript-operator/
Debug C++ in Eclipse: https://blogs.williamhuang.org/?p=44
Dual boot with CentOS and Windows: https://www.youtube.com/watch?v=0-u_va6ZxOk
Install Eclipse: http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-eclipse-4-4-luna-ide-on-centos-7-rhel-7.html#axzz3MzIPe8V3
Install Cygwin and Eclipse Java & C++: http://cs.calvin.edu/courses/cs/112/resources/installingEclipse/videos/windows/7/
Octave for windows: http://mxeoctave.osuv.de/
Set java newest version:
su
alternatives --install /usr/bin/java java /usr/java/latest/bin/java 1
alternatives --config java
<pick the right one from the list>
Instructions:
Click on the "Terminal" icon in the desktop panel to open a terminal window and access the command prompt.
Type the command "which java" to find the path to the Java executable file.
Type the command "su -" to become the root user.
Type the command "vi /root/.bash_profile" to open the system "bash_profile" file in the Vi text editor. You can replace "vi" with your preferred text editor.
Type "export JAVA_HOME=/usr/local/java/" at the bottom of the file. Replace "/usr/local/java" with the location found in step two.
Save and close the "bash_profile" file.
Type the command "exit" to close the root session.
Log out of the system and log back in.
Type the command "echo $JAVA_HOME" to ensure that the path was set correctly.
http://stackoverflow.com/questions/16271316/setting-java-home-classpath-in-centos-6
http://www.datastax.com/documentation/cassandra/2.0/cassandra/install/installJreRHEL.html