Moderators
161
edits
m (→Dependencies: +) |
No edit summary |
||
Line 14: | Line 14: | ||
* (''Optional'') [http://cpulimit.sourceforge.net/ cpulimit] can be used to limit the bot's often-high CPU usage when applying filters to a lengthy page, to ensure sufficient resources to other programs running concurrently on the server. This does slow the bot down but makes it act nicer to others, which is welcome on a shared host. On Ubuntu: | * (''Optional'') [http://cpulimit.sourceforge.net/ cpulimit] can be used to limit the bot's often-high CPU usage when applying filters to a lengthy page, to ensure sufficient resources to other programs running concurrently on the server. This does slow the bot down but makes it act nicer to others, which is welcome on a shared host. On Ubuntu: | ||
<pre>$ sudo apt-get install cpulimit</pre> | <pre>$ sudo apt-get install cpulimit</pre> | ||
* (''Optional'') [http://pmt.sourceforge.net/pngcrush/ pngcrush] can be used to crush PNG images in file filters. Without it, images will not be considered for crushing. On Ubuntu: | * (''Optional'') [http://pmt.sourceforge.net/pngcrush/ pngcrush] can be used to crush PNG images in file filters. Without it, images will not be considered for crushing. On Ubuntu: | ||
<pre>$ sudo apt-get install pngcrush</pre> | <pre>$ sudo apt-get install pngcrush</pre> |