dmitri alenitchev

September 7, 2006

PATCH: DWL-G630 support

Filed under: OpenBSD, Photo — Dmitri Alenitchev @ 21:44

This patch add D-Link DWL-G630 (H/W Ver. D1) support to ath(4) driver in OpenBSD-current kernel.

Before patch:

Atheros Communications, Inc., AR5001-0000-0000, Wireless LAN Reference Card, 00 (manufacturer 0×271, product 0×12) vendor “Atheros”, unknown product 0×001a (class network subclass ethernet, rev 0×01) at cardbus0 dev 0 function 0 not configured

After patch:

ath0 at cardbus0 dev 0 function 0 “Atheros Communications, Inc., AR5001-0000-0000, Wireless LAN Reference Card”: irq 10
ath0: AR5213 7.8 phy 4.5 rf2112a 5.6, FCC2A*, address 00:13:46:6e:a4:ef

Secure Surfing from public place

Filed under: FreeBSD, OpenBSD, Ubuntu — Dmitri Alenitchev @ 13:59

Use OpenSSH port forwarding to browse web from public place.

ssh(1) can act as a SOCKS server. SOCKS4 and SOCKS5 protocols are supported. All you need is shell access to remote machine.

Example:

ssh -D 4545 user@IP

Now you can specify “localhost” as SOCKS host and “4545” as SOCKS port in connections settings of your browser.

Security Engineering – The Book

Filed under: Default — Dmitri Alenitchev @ 12:42

Available online now for downloading by chapters.

Security Engineering: A Guide to Building Dependable Distributed Systems

Blog at WordPress.com.