Tuesday, January 29, 2013

Stop Chrome From Opening Up Web Links

I hate that once you install chrome on Ubuntu/Mint it takes over your system.

To resetthe default x-www-browser

run-
sudo update-alternatives --config x-www-browser

select the browser you'd like to open you x-www-browser links

Monday, January 21, 2013

Fix Plex Permissions

Plex Meida Server wasn't able to "see" or add the contents of my Video folder.

I had to change the permissions:


sudo chmod 755 /home/USERNAME/FOLDER PATH


replace the USERNAME or FOLDERPATH sections as necessary

As soon as I did that my media added itself.