Author Archives: kartook

Firefox- Google Chrome Extensions Directory

Google Chrome Extensions Directory A Google Chrome extensions directory has been created, similar to the one for Firefox addons (addons.mozilla.org): http://www.chromeextensions.org/ Each extension has a description and download link and that’s about it. The idea is good, but people probably expect Google to take this into it’s own hands and make it’s own extensions directory. […]

MultiGet – GUI download manager for ubuntu

MultiGet is an easy-to-use GUI download manager for ubuntu .It is Look and work like famous windows download manager flashget. It supports resuming downloads, It supports HTTP/FTP protocols . It supports multi-task with multi-thread on multi-server. You can reconfigure the thread number without stopping the current task. MultiGet runs natively on Linux, and it supports […]

How to limit a single connection to 128 Kbps?

You can not limit a single HTTP request’s connection speed. You can limit individual hosts to some bandwidth rate. To limit a group of hosts, then you must use a delay pool . For example: acl only128kusers src 192.168.1.0/255.255.255.0 acl all src 0.0.0.0/0.0.0.0 delay_pools 1 delay_class 1 3 delay_access 1 allow only128kusers delay_access 1 deny […]