Archive for the 'Fedora' Category

Stable Release Updates in Fedora

Thursday, March 11th, 2010

If you missed it there seems to be yet another debate going on about updates in Fedora. I don’t intend to rehash anything. Josh Boyer has a bit of an op-ed post which I think is a good read.
Think of the issue in a simple scenario:
Should Fedora 12, which was released in Nov […]

Fedora and Linux Blogs

Tuesday, February 9th, 2010

I know the trend now is “status updates”, but I still enjoy reading blogs more. And I’ve been doing lots more reading and far less writing lately.
I thought I might share the Fedora and Linux blogs that I enjoy. (Sorry I don’t have an OPML link).
Fedora

Hans’ hacking log (Hans de Goede)
i, quaid (Karsten […]

Boot Failure When Fedora 12 Grub Installs to non-MBR Partition

Tuesday, November 17th, 2009

I prefer to keep Windows on the MBR. So I install grub to a separate partition. I then allow the Windows Loader to chainload grub (example).
I noticed a problem with the Fedora 12 Anaconda Installer. If I chose to install grub to the First sector of boot partition instead of the MBR, […]

Fedora 12 Released

Tuesday, November 17th, 2009

It’s that time of year again, the Fedora Project announced the release of Fedora 12.
This release has received a great deal of polish, and with that plenty of media and documentation to go along with it.
Please see what’s new in Fedora 12. Some of the highlights include:

Optimized performance - The 32-bit packages have been […]

Default Xorg Resolution

Tuesday, September 15th, 2009

Recent versions of Linux and the Xorg X-Windows system have been engineered to require very little configuration settings to properly detect graphics options and display resolutions. In most cases graphics should “just work”.
The Xorg system stores all its configuration options in the file: xorg.conf. Many distributions including Fedora and CentOS keep this file […]

SELinux - the good

Monday, June 29th, 2009

There is brief intro presentation on SELinux for “everyday” users. The 12th slides is titled “SELinux - the good”. It has quoted someone by the name Larry Loeb:
“Let me assure you that this action by the NSA was the crypto-equivalent of the Pope coming down off the balcony in Rome, working the crowd […]

Google Chrome on Fedora

Friday, June 19th, 2009

Try out Chromium. Courtesy of T ’spot’ Callaway:
Using your favorite text editor (as root), create chromium.repo in /etc/yum.repos.d/, with the following contents:
[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/
enabled=1
gpgcheck=0
Then run (as root):
# yum install chromium
From spot’s blog:
The packages are i386/i586 only (and the i586 chromium is a bit of a lie, it isn’t compiled with the correct optflags yet) […]

64-bit Linux

Tuesday, June 16th, 2009

There was some discussion on the fedora-devel list about changing the default architecture for 32-bit Fedora. Which would mean that users running 32-bit Fedora with modern CPU’s will see some improvement, while older hardware will need to be supported by some secondary means or not at all.
There are some good points in the thread, […]