Skip to content
Archive of posts tagged Fedora

Color disk usage on Fedora

For this tip, you would need to setup the rpm-shere repository. You can get the information here. Once you have done that you need to install the cdu package with the following command: sudo yum install cdu And then you can use “cdu” to view the disk usage in all beautiful colors with the command: [...]

Interesting repository for Fedora.

Here is one repository that you can add to your Fedora to give it a few more hundred packages: cat >/etc/yum.repos.d/rpm-sphere.repo <<EOF [rpm-sphere] name=RPM Sphere baseurl=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_16/ gpgkey=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_16/repodata/repomd.xml.key enabled=1 gpgcheck=1 EOF Sphere: Related Content Technorati Tags: Fedora, Linux, Linux distribution, Operating system, repository, rpm, RPM Package Manager, Uniform Resource Locator

Consistent ethernet device names in Verne

Fedora now supports consistent device names across the network with bios device names for the ethernet devices. If you upgraded your earlier version of Fedora then you may need to go to root access to get this working. Here is what you need to do: sudo yum install biosdevice After installing this you would need [...]