Intermediate Queueing Device (IMQ)

0

Category: ,

By default you have two imq devices (imq0 and imq1). These are dummy interfaces, you can do nothing but attach qdiscs to them. Only egress qdiscs can be used, the current ingress qdisc is just another netfilter hooker. Since packets never get directed to an imq device by the network stack itself no netfilter hooks will ever be called. You can use imq for ingress traffic control, but only using egress qdiscs (which makes more sense anyway since current ingress is very limited).

First you have to attach a qdisc to the imq device. The imq device can be treated like any other network device. The fw classifier can be used for filters. The packet length seen by the qdisc includes link layer headers of the device the packet has entered/will be leaving through so you can work with link speed when limiting traffic.

After attaching a qdisc to the device you have to specify which packets should go through the imq device. An iptables target (`IMQ') is provided for using all the packet-selecting power of iptables.

As soon as the interfaces reaches IFF_UP state selected packets will be enqeued to the imq device. Immediately dequeue is tried and dequeued packet (possibly reordered) gets reinjected into the network stack (software pump).

If you are using IMQ as modules you can: modprobe imq and then modprobe ipt_IMQ. To choose the number of IMQ devices you should: modprobe imq numdevs=X.

http://www.linuximq.net

Sis Chipset (Mandriva 2010)

0

Category: ,

Section "ServerFlags"
Option "DontZap" "False" # disable (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable / (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection

File extention type (list)

0

Category:

Kali aja nemuin file ghoib seperti *.3gp yang mana file tersebut tidak kita ketahui
keberadaanya sebagai file multimedia, dokumen, dkk.

Kemunculan benda mistik tersebut bisa kita "inceng" melalui bantuan url dibawah ini ;

http://www.file-extensions.org/
http://www.fileinfo.com/common.php
http://filext.com/

-ghopal-