Click16 wrote:I was using Ubuntu for a month earlier this year, but didn't really like it too much, but trying it again is a different experience. I am dual booting, so I get to choose to boot into Windows 7 or Ubuntu. I'm running Ubuntu 12.04 (Precise) LTS (Long-Term Support) and I'm loving it!
Click16 wrote:I timed it from when I press Enter to boot Ubuntu to when my Desktop loads, and it's 25 seconds. The best part is that when the desktop loads, you can hop right into a program without waiting. I ran the same test with Windows [...], but it just seems that Ubuntu is faster as a whole.
Probably the best part about Ubuntu(and other debian based distributions) is that
Code: Select all
sudo apt-get update && sudo apt-get upgrade
Will make sure you are up to date with all software on your system, including security patches.
Also you can install any software package(s)(and any of their dependencies with
Code: Select all
sudo apt-get install package1 [package2] [...] [packagen]