Pages

Monday, July 27, 2015

Linux Operating System (Ubuntu 14.04-Installs)

I have been running Linux Ubuntu 14.04 for the last couple months, I can say for sure that it took me a minute to get used to the unity desktop enviorment. I have installed a couple of things to make my life a lot easier, and i figured for anyone out there that is reading this you will benifit by installing what i did. So i will give you a list of packages to install to make life easy and to switch to a different desktop enviornment. I use gnome. As well flash is a problem with linux as well. I have fixed flash issues by installing chromium and pepper flash, which is supported where the old flash is not. I will be putting a line of application removal to remove firefox, as it will not be needed after you install chromium.

LIST: (YOU CAN COPY AND PASTE OR COPY THE WHOLE LIST AND SAVE IT TO A FILE AND RUN THE FILE IN THE TERMINAL)
(Starting from here and below you can copy this and past it to a file and save the file, make it runnable by terminal and run it- by dragging the file to the terminal and pressing enter)
echo
sudo apt-get update
sudo apt-get upgrade --force-yes -y
sudo apt-get install tor --force-yes -y
sudo apt-get install privoxy -force-yes -y
sudo apt-get install gnome-session-flashback --force-yes -y
sudo apt-get install chromium-browser --force-yes -y
sudo apt-get install pepperflashplugin-nonfree --force-yes -y
sudo apt-get purge firefox --force-yes -y

Then let it do its thing. Good luck

No comments:

Post a Comment