1

I'm going to be getting a new system next week. I'm finally going to take the leap and run Linux as the native OS on it.

Seems like a standard install of Ubuntu is the way to go for a newbie. I'm planning on 10.04 LTS. Is there anything that I should change right away that will cause me problems down the road?

I'll be using this system for web development, mainly programming PHP. I'll be using my old laptop for testing with IE and Safari, at least until I either use Wine or VirtualBox to run them on the new machine.

I think I'm going to force myself to learn Vim while I'm at it.

Cyrcle
  • 541

1 Answers1

1

If you have a graphics card for which the manufacturer provides drivers, get them. Ubuntu will usually inform you of this.

I always setup a firewall, depending on what you're doing, you might not need to. Depending on your level of experience I recommend guarddog (new to firewalls), or shorewall (comfortable with firewalls).

If your going to develop using a mysql database, take a look at a question I posted a few days ago - Disable MySQL startup in Ubuntu 10.04

Knowing vi is good, mainly for scenarios where everything is unavailable, when the system is not booting properly. I would not advise developing in it!

bryan
  • 8,528
  • 4
  • 30
  • 42