Windows 2003 Server 32-Bit [Datacenter Edition and Enterprise Edition] can support in excess of 4Gb memory but it is not enabled by default. To enable it, do the following:
Continue reading
Month: October 2012
Limit download rate for yum
yum (RHEL/CentOs/SL/etc) has an option which allows you to limit the download rate/amount of bandwidth used to download packages. Here’s how you do it:
Edit the /etc/yum.conf file and add the following line:
throttle=50k |
The above entry will limit the download rate to 50 kilobytes per second (note, not kilobits) when you do any yum command such as yum install
For Ubuntu/Debian users that use apt, please see this post