- Create boot disks. Use the Recovery Manager.
- Use http://unetbootin.sourceforge.net/ to create a bootable USB device.
- Plug the USB drive in, reboot, and hit ESC (multiple times).
- Select the USB device to boot
- Ubuntu should load. Pick your name, language keyboard, time zone, and password (I think these are all that are asked for)
- Install flash - sudo apt-get install flashplugin-nonfree
- Add the following add ons to Firefox (you may have different favorites)- Colorful Tabs, Faviconize, Vimperator
- Install Ruby 1.9 - sudo apt-get install ruby1.9.1-full (will load executable ruby1.9.1)
- Create a symbolic link for ruby - sudo ln -s /usr/bin/ruby1.9.1 /usr/bin/ruby
Install 7zip - sudo apt-get install p7zip - Install gvim - sudo apt-get install vim-gnome; Create an application launcher
- Name-gvim Location-/usr/bin/gvim Change the icon to /usr/share/pixmaps/vim.svg
- Install Ruby gems - sudo apt-get install rubygems1.9.1
- Install mailit mail package for ruby - sudo gem install mailit
Install gemcutter (A replacement for SourceForge and gethub as gem repositories) - sudo gem install gemcutter - Install sequel - sudo gem install sequel
- Install sqlite3 - sudo apt-get install sqlite3 libsqlite3-dev
- Install sqlite3-ruby gem - sudo gem install sqlite3-ruby
- Install ramaze - sudo gem install ramaze
- Put sequel into /usr/bin - sudo ln -s /var/lib/gems/1.9.1/bin/sequel /usr/bin
- Put ramaze in /usr/bin - sudo ln -s /var/lib/gems/1.9.1/bin/ramaze /usr/bin
- Add the sqlite manager to Firefox - https://addons.mozilla.org/en-US/firefox/addon/5817/
- Download snipmate.vim - http://www.vim.org/scripts/script.php?script_id=2540
- Unzip snipmate.zip from ~/Downloads - unzip snipMate.zip -d ~/.vim
- Install irb *and* removed unused packages - sudo apt-get install irb1.9; sudo apt-get autoremove
- Be able to use matchit (match ruby do/end etc.) in vim (may want to look at vim-addons for Debian/Ubuntu) - set rtp+=/usr/share/vim/addons/ (in the .vimrc file)
I'm keeping a list of everything I do system wise on this machine. I discovered that for the most part I had a ton of stuff that I wasn't using and sometimes had no idea what it was.
So, let me know if you have any questions or comments.
No comments:
Post a Comment