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
ISO image to CD/DVD
- govath
- April 4, 2007
- 0
[root@localhost govath]# cdrecord dev=help Now write to disk: [root@localhost govath]# cdrecord -v -eject speed=8 dev=0,1,0 test.iso In this example: -v is verbose -eject ejects the […]
Sendmail Linux Examples
- govath
- September 20, 2011
- 0
Sendmail on the command line: $ sendmail emailaddress write body of message CTRL-D The CTRL-D is a end of message code for standard-in. Example : […]
Local file conflict between packages
- govath
- July 23, 2008
- 0
Local file conflict between packages with yum: Open terminal or konsole and login as root. yum install yum-utils yum clean all yum updates Thanks!