Saturday, 27 July 2013

How to limit the bandwidth using Yum

Open yum.conf file
#vim /etc/yum.conf
#add the following line
throttle=50k
It will limit the speed 50KB/S while installing the package from the online repo using yum

No comments:

Post a Comment