Category Archives: Linux

Ubuntu-AutoCAD Alternative: BRL-CAD

Ubuntu-AutoCAD Alternative: BRL-CAD AutoCAD is one of the most expensive applications, but also indispensable for many types of jobs. Being so expensive, it’s a good reason to look for free alternatives. QCad is one of the alternatives but sometimes it’s just not enough. BRL-CAD is a free, open-source alternative to AutoCAD, developed by the U.S. […]

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 […]