Help Save The World

Ubuntu 12.10 Using Grub4DOS

In case anybody is having issues setting up Ubuntu 12.10 in Grub4DOS, I’ve finally got the configuration down.  I keep all my .iso files in a /multiboot/ subdirectory, so change your path as needed for your thumb drive.  Use the following:

title Ubuntu 12.10 (x64)
find --set-root /multiboot/ubuntu-12.10-desktop-amd64.iso
map --heads=0 --sectors-per-track=0 /multiboot/ubuntu-12.10-desktop-amd64.iso (0xff) || map --mem /multiboot/ubuntu-12.10-desktop-amd64.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz boot=casper iso-scan/filename=/multiboot/ubuntu-12.10-desktop-amd64.iso quiet splash --
initrd /casper/initrd.lz

More Skittles WTF! :D

Again, Skittles have made me laugh even more! Not sure when it’s from, but man, it’s funny! Haha! :D

A Little Something To Brighten Your Day!

Why does this website make me laugh all the time? :D

Tips For Myself On Quickly Setting Up An Ubuntu Server 12.04 Web Server

You all can totally ignore this post.  This is just here for myself so I remember how to quickly get a running LAMP stack.

Using Ubuntu:

  1. Install OpenSSH & LAMP
  2. Install vim
  3. Change the static IP address
  4. Install VMWare Tools
  5. Reboot
  6. Setup Apache2 For UserDir
  7. Setup FTP
  8. Install phpmyadmin