I am going to install Ubuntu 12.04, and I wonder if I should trust/run the .sh script proposed on this site: Things to do after Installing Ubuntu 12.04 Precise Pangolin.
By the way, do I need to anything in particular after installing Ubuntu?
I am going to install Ubuntu 12.04, and I wonder if I should trust/run the .sh script proposed on this site: Things to do after Installing Ubuntu 12.04 Precise Pangolin.
By the way, do I need to anything in particular after installing Ubuntu?
In fact you will learn a lot more if you do the steps one-by-one, rather than just run the .sh script. This also has the advantage that you can check whether the proposed software is still being maintained. To give but one example: today one would no longer advise to install Firestarter.
Also, as a general rule you should not trust the internet.
The script was originally written of elementary OS Luna, and Ubuntu 12.04. If you're running 14.04, some of those steps are downright harmful, and others simply unnecessary. Examples being:
precise
repositories in/etc/apt/sources.list
- use trusty
if you have to muck around in there. Or the Software Sources GUI.sources.list
(what sort of guide does that?)libdvdcss
from the VLC repository (see this answer).flashplugin-installer
- I suggest adobe-flashplugin
instead, which comes as a single package instead of downloading extra stuff from the internet.Lastly, if you do install Google Chrome from the command line using the commands from that page, be sure to run sudo apt-get install -f
after.