Tag Archives: fedora

Fedora with Fedy

Fedy, formerly known as Fedora utils, is an open source collection of useful utilities such as mp3 support, Adobe Flash, Oracle Java and much more that Fedora doesn’t ship by default. Fedy lets you to install all the utilities with just a single click and you can customize/tweak your Fedora Linux as per your liking. Not only utilities, we can easily add repositories, so don’t bother about downloading and adding .repo files manually.

wget http://satya164.github.io/fedy/fedy-installer

chmod +x fedy-installer
sudo ./fedy-installer

run chrome as root on Fedora

Its not safe, but sometimes useful:

vi /usr/bin/google-chrome

export LD_LIBRARY_PATH export CHROME_VERSION_EXTRA=”stable” # We don’t want bug-buddy intercepting our crashes. http://crbug.com/24120 export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME exec -a “$0” “$HERE/chrome” “$@” –user-data-dir