How SKBs work
http://vger.kernel.org/~davem/skb.html details about important linux kernel networking subsystem data structure called “skb”
http://vger.kernel.org/~davem/skb.html details about important linux kernel networking subsystem data structure called “skb”
ftp://ftp.redhat.com/pub/redhat/rhel/beta/6/ just released on Aprl 21, 2010. Download and Try
http://www.linux-mag.com/cache/7744/1.html detailed article about CEPTH – [client] parts of Cepth were recently accepted into the mainline linux kernel
http://www.halfgaar.net/backing-up-unix General notes about backup systems, useful when u need to explain something to other ppl, – use can use this notes instead of writing your own. (no info about “advanced” topics, like differential, incremental, reverse vs forward deltas, bare-metal recovery, check sums, etc. )
http://zumastor.org/man/ddsnap.8.html a way to ‘sync’ block devices in ‘rsync’ style. Useful to implement backup of xen VMs based on LVM volumes. Also see http://serverfault.com/questions/27397/sync-lvm-snapshots-to-backup-server
http://www.opennet.ru/openforum/vsluhforumID3/65661.html#23 Notes (exert) from Joanna Rutkowska recent paper comparing KVN and XEN architectures from security and design standpoint
http://www.youtube.com/watch?v=n6DfoOrh-cs demo of the interface with comments for http://www.redhat.com/virtualization/rhev/server/
http://www.floschi.info/redir// some notes about issues/approaches migration to linux
http://forum.nag.ru/forum/index.php?s=8b3a4967a6e80673cbe5518c91520d10&showtopic=53979&pid=482449&st=20&#entry482449 pieces of info about how to compile and use ipt_netflow kernel module on centos 5
http://vger.kernel.org/netconf2009_slides/ Notes performance of the recent linux kernels on Nehalem hadrware, linux kernel bridges, DCCP protocol, visualization (cgroups), configuration protocol, etc.