setkeycodes. setkeycodes scancode keycode

Assign a keycode event to the specified keyboard scancode. Te kernel mathes these to it’s own keycodes.Scancodes in the range of 1-88 are hardwired in the kernel,but the remaining scancodes can be assigned to keycodes in the range of 1-127. Use getkeycodes to see current assignment. Use showkey to discover what scancode a key is …

multiprocessor.

$cat /proc/1119/cpuset / $ lightweight objects in the linux kernel that enable users to partition their multiprocessor machine. Knowledge Multiprocessing is the use of two or more central processing units (CPUs) within a single computer system source : http://en.wikipedia.org/wiki/Multiprocessing Compiler GNU Make -j [jobs], –jobs[=jobs] Specifies the number of jobs (commands) to run simultaneously. If …

ethanoic acid

Acetic acid, CH3COOH, also known as ethanoic acid, is an organic acid that gives vinegar its sour taste and pungent smell. It is a weak acid, in that it is only a partially dissociated acid in an aqueous solution. http://en.wikipedia.org/wiki/Acetic_acid

full size packets . tcp_retrans_collapse

$cat /proc/sys/net/ipv4/tcp_retrans_collapse 1 $ Try to send full-sized packets during retransmit. This is enabled by default. TCP smart Framing, or TCP-SF for short, enables the Fast Retransmit/Recovery algorithms even when the congestion window is small. Without modifying the TCP congestion control based on the additive-increase/multiplicative-decrease paradigm, TCP-SF adopts a novel segmentation algorithm: while Classic TCP …