my life

day to day

Archive for April 30th, 2008

Must have Yum Plugin: fastestmirror

Wednesday, April 30th, 2008
Yum always gets stuck on dead mirrors or slow mirrors. Avoid this by installing yum-fastestmirror
yum install yum-fastestmirror yum clean all
add to del.icio.us    add to technorati favs   email this

RPM Package List Without Version Info

Wednesday, April 30th, 2008

rpm -qa --qf “%{NAME}\n”  > /tmp/installed-packages.log

To install those packages, run:

yum install -y $(cat /tmp/installed-packages.log)

add to del.icio.us    add to technorati favs   email this