This process assumes you have an existing Linux installation on a disk that has enough free space to create a new partition for version 15. In this way you can boot 15 and copy over items from the other Linux environment.
- While running Windows 7, Download the ISO image for Linux Mint 15, 64 bit, Cinnamon from here.
 - Use UNetbootin to create a bootable USB Memory Stick with the ISO image just downloaded.
 - Reboot off the USB Memory stick (F12 at boot to get a hardware boot menu)
 - Run Install Linux Mint
 - select installation type "Something Else" in order to manage which HD and partition Mint is installed to.
 - Reboot Mint from Hard disk
 - Activate recommended NVidia video drivers
 - Menu -> Preferences-> Driver Manager
 - Apply any pending updates
 - $ sudo apt-get update
 - $ sudo apt-get upgrade
 - Using Firefox, Install Google-Chrome
 - Download and run the 64 bit Ubuntu-Debian DEB file
 - Note: the Google install updates software sources so later runs of apt-get upgrade will get updated versions of chrome.
 - Install MongoDB
 - Instructions here.
 - Install Pycharm
 - su
 - mkdir /opt/pycharm
 - cd /opt/pycharm
 - mv /home/gbiglow/Downloads/pycharm-2.7.2.tar.gz .
 - tar xfz pycharm-*.tar.gz
 - rm pycharm-2.7.2.tar.gz
 - Run pycharm.sh from the bin subdirectory
 - do this in a shell once to see if pycharm complains about the wrong JDK
 - note: look in following log to see if pycharm is logging any start-up errors
 - /home/gbiglow/.PyCharm20/system/log/idea.log
 - 'Install' Oracle JDK (pycharm wants the official Oracle one - too bad)
 - Background
 - Some notes on installing Oracle JDK - here.
 - Some other notes on JDK - here (note remove OpenJDK step!)
 - I took the KISS approach which requires manual repeats to update Oracle Java but does not screw with the official Linux Mint installed OpenJDK
 - download jdk-7u21-linux-x64.tar.gz from Oracle
 - expand it into /opt/java
 - add following to ~./bashrc
 - export PATH=/opt/java/jdk1.7.0_21/bin:$PATH
 - Install tools using $ sudo apt-get install <tool-name>
 - Development tools:
 - python-pip
 - python-virtualenv
 - git
 - terminator
 - meld
 - ipython
 - Sys Admin tools:
 - gparted
 - htop
 - hardinfo (shows in start menu as "System Information")
 - Install Heroku Toolbelt
 - $ sudo wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
 - $ heroku login
 
Still Todo:
- Fully Copy home dir from old linux installation...
 - Fix up GRUB and Windows boot menu
 
No comments:
Post a Comment