Firstly, thank you for everyone who commented on my post. Feedback is always nice to read whether negative or positive; it always helps. I apologize for not writing back sooner. I was on a business trip which had me a tad tied up. I have read all comments and will try to answer everyones questions. I also apologize for just dumping the script on everyone without extra help. I guess I figured everyone was used to apt-get and could go from there.
Anyhow on to the comments (trying to answer them in the order received):
abhiroopb: I have another script that I use to do that I call "TweakBuntu". It removed packages based on laptop/desktop for the different versions of Ubuntu. I felt that it was counter-productive since it's a waste of time to install packages you know you aren't going to use and uninstall anyway. I figured if I posted a script like this I would get "flamed" by the Linux guru's of the world. Thank you for showing me not everyone can be satisfied. If you would like to use that script I will gladly send it your way.
myschizobuddy: I have seen battery life last longer using this method. I can't give you an exact figure because it depends on what you are using on your system (application wise). The more cpu power you are using the faster you will eat through your battery. However using this method if you don't install added background resources like compiz etc you should see a change in your battery life.
gastly: I unfortunately have only used KDE for about an hour. I never really liked it because I felt it used too many resources for my taste. I will try to figure out the equivalent of my script for KDE on a test machine later today.
pdox: ACPI support is installed with the ubuntu minimal package, it works just as well. laptop-mode is not however and since I never set up hotkeys etc on my laptops I've overlooked this. If you are using this method on a laptop you will probably want to use this
apt-get install laptop-mode-tools ubuntu-laptop-mode wpasupplicant
That should get you started for using your laptop.
triplenine: I prefer using this on my netbook because with my particular netbook (ASUS 1000HD) compiz doesn't play so well with my graphics card which I believe is a known problem and on the fix list for Jaunty. I normally just install maximus (apt-get install maximus) which makes all your windows maximize and fit to the tiny netbook, but unfortunately without compiz you will not be able to use the netbook-remix pretty menu. Good thing though is that you will use less power and your battery should last a little longer. Also it should be faster since no compiz will free some memory and lighten the load on your graphics.
lepa71: I'll be glad to try to assist you with the problem. The system you have tried this on. Have you used the normal ubuntu install before with success? Just want to make sure it's not a hardware compatibility issue.
jeffsmashkot: Thank you very much for catching that mistake in the script. It has been fixed; I was in a rush that day to get it posted because I had a deadline to finish.
powel212: What kind of network card are you using? Could you post the contents of your /etc/network/interfaces (remove anything you wish to remain private if any)
utnubuuser: I actually have a laptop with crunchbang on it and I love it for it's simplicity. However, I've found that OpenBox isn't the best window manager for all users, especially anyone fairly new since you have to learn how to configure the menu list. Although Crunchbang does have a nice gui I noticed to assist you with that. This is geared more towards people who want to keep gnome.
For those of you who stated I should recommend packages for users. The reason I did not do this is because I love linux for it's ability to suit my needs and my needs don't suit everyone's needs. When I first started with linux (so so many years ago) I didn't know what to use so I experimented until I found what I liked and what worked and then I stuck with that and added a little a long the way. Customizing linux to suit you as an individual is one of the more fun things about it. But if you would like me to tell you some of the packages I use then I will gladly.
_Terminals:_ gnome-terminal (default with gnome installation) terminator (use it for doing the same thing for different systems etc) guake (have to love the quake style console)
_Burning:_ brasero (default with normal ubuntu installation) k3b (a really nice piece of burning software) cdrecord (servers dont have gui's or at least shouldnt ;))
_Browsers:_ Firefox (on higher end machines, firefox has become a tad bloated) Epiphany (on lower end machines, is awesome on netbooks) lynx (for command line only systems)
_Messaging:_ Pidgin (i always loved gaim, never tried anything else)
_E-Mail:_ Evolution (all of my jobs used exchange so I was limited on choices)
_Office:_ OpenOffice (just what I got used to, i've heard koffice is good as well) Dia & Kivio (my Visio replacements) *To be honest, I work with huge documents for my job and openoffice doesn't work too well with the latest microsoft formats and tables, so I run Windows 7 in a virtualbox environment for documents. I wish microsoft would stop being a baby and make office for linux like they did for mac. That would be one M$ product I would love ;)
_Web Development:_ BlueFish editor (really nice for web coding)
_Programming:_ gedit (if it's small I just do it in gedit or nano) MonoDevelop (I just started using this but am starting to like it for certatin developments)
_Subversion:_ subversion (duh) Rapid-SVN (I just started trying this out, and it allows me a more visual look at large repositories. It's nice :))
_Media:_ vlc (I always removed ubuntu's totem and install vlc with all the plugins, it's a great media player)
Most of the tools I use are security related as I'm a security engineer. If anyone is interested in penetration tools for use with ubuntu systems I can give you ample of those.
You will notice a lot of the software I listed above is what you would normally find while doing a google search for "best software for this ..." Just because it's ranked the best however doesn't mean it's best for you. I've tried too many packages to count and that's really what you have to do is experiment. The packages listed above are based off whats on my work desktop. Each computer I own has a different purpose and the applications vary fairly heavily from eachother.
Good luck and if you have any more questions let me know! If you would like I can work on a larger more detailed script as I really geared this one for the somewhat experienced user who gears his or her machines to an exact state of what they want without worrying about the uninstallation of base packages which they may not use.
*I guess you can't really call it a script since it's just a few apt-gets. I really just got sick of uninstalling everything so I installed minimal and apt-get one package at a time until it finally came together, and then thought others might want to do the same without going through the process of figuring it out.*
Not a bad turn out for my first post :) Thanks again for your comments,
-TheShiv