Search
Fusion Linux
Fusion Linux is a completely free and open-source, Linux based operating system and a Fedora Remix. It is an installable Live DVD/USB image that includes multimedia functionality out of the box with added desktop tweaks for better usability and additional software. The Live image can be installed to your hard disk. Fusion Linux is 100% compatible with Fedora, and includes packages from Fedora and RPM Fusion software repositories with some additional custom packages.Fusion Tweets
- Project reboot or shutdown? wp.me/pM3HO-g8 2 weeks ago
- Add Russian Fedora repo to your Fedora 17 wp.me/pM3HO-g2 7 months ago
- From Fedora to Fusion under 2 seconds ;) wp.me/pM3HO-fZ 7 months ago
- Fusion Linux 17 (in a script) wp.me/pM3HO-fV 11 months ago
- RT @NixiePixel: Video up! LINUX VS WINDOWS : A Comparison - youtu.be/7G7TJyZPKPo 1 year ago
Recent Comments
Ahmad on Fusion Linux project reboot or… Ariel on Fusion Linux project reboot or… distroguy on Fusion Linux project reboot or… Chris Smart on Fusion Linux project reboot or… Vinz on Fusion Linux project reboot or… Subscribe via RSS
Author Archives: valent
Fusion Linux project reboot or shutdown?
Just got reminder in my inbox that in 3 months Fusion Linux domain will expire. I’m still willing to push Fusion Linux further but without other joining the project it is not likely to go anywhere. What … Continue reading
Posted in Fedora, linux, News
6 Comments
Add Russian Fedora repo to your Fedora 17
Russian Fedora team has made great Fedora repo with some great packages, so if you want to use them just add their repo with these simple commands: sudo yum localinstall http://mirror.yandex.ru/fedora/russianfedora/russianfedora/free/fedora/releases/17/Everything/i386/os/russianfedora-free-release-17-1.R.noarch.rpm sudo yum localinstall http://mirror.yandex.ru/fedora/russianfedora/russianfedora/nonfree/fedora/releases/17/Everything/i386/os/russianfedora-nonfree-release-17-1.R.noarch.rpm
Posted in Fedora, Howto
Leave a comment
From Fedora to Fusion under 2 seconds ;)
If you have installed Fedora you can upgrade it to Fusion with these two easy steps: curl https://raw.github.com/valentt/Fusion-Linux/master/fusion-setup-script.sh -O sh fusion-setup-script.sh
Posted in Fusion Linux
7 Comments
Fusion Linux 17 (in a script)
If you can’t wait and you just have to get Fusion Linux 17 installed right away now you can. If you already have Fedora 17 you are already 90% there, just download fusion-creator script and off you go… … Continue reading
Posted in Fedora, Fusion Linux, linux, News, Releases
9 Comments
Fusion Linux 16 sneak peak ;)
Fusion Linux 16 sneak preview
Posted in Fedora, Fusion Linux, linux, News
33 Comments
Name your Goddess
In the past we had lots of lengthy discussions how to name Fusion Linux releases. We will use female Goddess names for naming future Fusion Releases. If you have any suggestion how to name next Fusion Linux release … Continue reading
How to add autostart apps to your Fedora Remix
If you want to add autostart apps to your Fedora remix there is one quick and easy way to do it. Open your kickstart file and find section that starts with “%post”. Any command that you issue in %post section … Continue reading
Posted in Fedora, Fusion Linux, Howto, linux
6 Comments
Social coding
Fusion Linux has for some time now public github repo [1]. Atfter discussion on our mailing list and on Google+ Github was chosen as coding repository. If you wish to download whole repository as one zip file you can do … Continue reading
How to Install Google Chrome in Fedora via yum
To install Google Chrome via yum you need to jump through few hoops, but once you find the url it is quite easy to do so. For 32bit version: yum localinstall –nogpgcheck -y https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm For 64bit version yum localinstall –nogpgcheck … Continue reading
GIMP Single Window Mode by default
In upcoming Fusion 16.1 release GIMP will have Single Window mode enabled by default. GIMP config that is used to enable this is located in ~/.gimp-2.7/sessionrc and this is the lines it needs: (single-window-mode yes) But that line is not … Continue reading