Fedora 7 Test 3 has been released featuring both GNOME and KDE based live CDs, a prime spin which combines desktop, workstation and server functionality. The merge of Fedora Core and Fedora Extras repositories and infrastructure is in progress. The major components included in this release are GNOME 2.18, KDE 3.5.6 and a 2.6.21rc5 based Linux kernel.
Related Posts
How to extract .iso in Linux:
- govath
- March 19, 2007
- 0
$ mkdir /mnt/isotmp $ mount isofile.iso /mnt/isotmp -o loop And once they’re done, unmount the virtual disk : $ umount /mnt/isotmp Thats it Lifes Good!
A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface “org.freedesktop.PackageKit.Transaction” member “Cancel” error name “(unset)” destination “org.freedesktop.PackageKit”)
- govath
- December 12, 2008
- 0
Login us root and run this commands #yumdownloader –disablerepo=updates,updates-testing dbus dbus-x11 dbus-libs #rpm -Uhv dbus* –oldpackage
Convert .wmv to .avi on Linux
- govath
- January 13, 2009
- 0
On Ubuntu: sudo apt-get install mencoder On Fedora: yum install mencoder mencoder name_of_the_file.wmv -ofps 29.97 -ovc lavc -oac copy -o name_of_the_file.avi