wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm
sudo dnf -y install teamviewer.x86_64.rpm
Tag Archives: fedora
fedora install unrar
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install unrar
webcam configuration fedora
sudo dnf install gtk-v4l
upgrade fedora 22 to 23
sudo dnf update
sudo dnf upgrade
sudo dnf install dnf-plugin-system-upgrade
sudo dnf system-upgrade download --releasever=23
sudo dnf system-upgrade reboot
fedora install spotify
sudo dnf config-manager --add-repo=http://negativo17.org/repos/fedora-spotify.repo
sudo dnf install spotify-client
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
Fedora 20 install java
You web browser missing Java support on Fedora19/20, but you have java already installed.
yum remove java-*
yum remove icedtea-web*
yum install icedtea-web
restart web browser and check if java is available:
http://javatester.org/version.html
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
fedora restore the static firewall rules
lokkit –enabled