Archive for the 'Computers' Category
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…
Posted in bittorrent, development, divert, Linux, network, performance, Perl, programming, system | Comments Off | permalink
Thursday, June 17th, 2010
in 3 lines Dan’s method is:
Posted in development, framework, infosec, injection, research, review, Security, sql, xss | Comments Off | permalink
Monday, June 7th, 2010
“The conflicts between nation states in cyberspace are nothing like warfare, and the tools hackers use are nothing like weapons. However, this fiction is what is driving national policy, and that worries me a lot. I feel this cluelessness is a bigger d…
Posted in hacking, infosec, policy, politics, Security | Comments Off | permalink
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 …
Posted in cpu, cpuid, for:collidr, hardware, Linux, redhat, x86 | Comments Off | permalink
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…
Posted in for:collidr, kvm, Linux, network, networking, opensource, switch, system, virtualization, xen | Comments Off | permalink
Monday, May 17th, 2010
a project from Electronic Frontier Foundation. Tests your web browser’s signature by checking user-agent string, browser plug-ins, HTT_ACCEPT, etc
Posted in browser, EFF, infosec, internet, privacy, Security, web | Comments Off | permalink
Tuesday, May 11th, 2010
Series of short articles on linux kernel [2.6.27] APIs by Tim Jones
Posted in api, c, kernel, Linux, programming, reference | Comments Off | permalink
Wednesday, May 5th, 2010
[short] reference for linux boot process
Posted in boot, bootloader, kernel, Linux, mbr, reference, sysadmin, system | Comments Off | permalink
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)
Posted in architecture, cache, cs, disk, flah, hardware, high_load, Linux, performance, storage | Comments Off | permalink
Friday, April 30th, 2010
Excellent article explaining linux audio stack, describing which component does what and why
Posted in article, audio, for:collidr, Linux, technology | Comments Off | permalink