Archive for the 'Linux' Category

PostgreSQL versus Oracle!

Thursday, July 29th, 2010

Full Text Search benchmark, Oracle vs Postgres, on 2x Quad core Xeon, 8G RAM, 2 SSDs x RAID 1. Pg is being slightly faster when query contains several words, once word count increases, oracle leaps ahead (suggesting a more mature FTS implementation)

Jesper-Brouer_Large-iptables-rulesets.pdf (application/pdf Object)

Friday, July 16th, 2010

Netfilter: Making large iptables rulesets scale

[RUS ]nuclight: Torrent: альтернативный способ детектирования [how to detect torrent protocol by looking at tracker requests]

Wednesday, July 7th, 2010

A way to detect BT protocol traffic — instead of looking at every packet, traffic to torrent tracker websites is redirected (via divert(4) ) and then analyzed. Analyzer script (PERL) produces the src_ip, dst_ip, dst_port triplet, this info can be us…

Red Hat Knowledgebase: How do I determine if my x86-compatible Intel system is multi-processor, multi-core or supports hyperthreading?

Friday, May 21st, 2010

CPU Identifications in linux kernels (2.6.18 + rhel patches) , NOTE that this is not applicable when you are running linux kernel on top of virtual hardware (i.e. Dom0 and DomU kernels won’t show proper CPU info because they use “virtual CPU” as set …

Open vSwitch [Project Home Page]

Tuesday, May 18th, 2010

right now ppl are using linux bridges as virtual switches for XEN/KVM VMs. Open vSwitch is an improvement over linux bridge that supports industry standard protocol and features and IOS-like CLI — [when project matures] ]you should be able trunk yo…

IBM developerWorks : Linux : Technical library view: Kernel APIs articles

Tuesday, May 11th, 2010

Series of short articles on linux kernel [2.6.27] APIs by Tim Jones

Inside the Linux boot process

Wednesday, May 5th, 2010

[short] reference for linux boot process

dga: Notes from Google "Flash" talk at UCSD non-volatile memories workshop

Wednesday, May 5th, 2010

a lot of interesting details about using flash drives as cache and high-perf block io devices (notes from google talk given at UCSD)

Linux audio explained | News | TechRadar UK

Friday, April 30th, 2010

Excellent article explaining linux audio stack, describing which component does what and why

How SKBs work

Wednesday, April 21st, 2010

details about important linux kernel networking subsystem data structure called “skb”