Category: Hardware
-
Wireless on Dell Mini 10v with Ubuntu 10.04 Netbook Remix
Here are the commands to get wireless working: [bash] #!/bin/bash sudo aptitude update sudo aptitude install bcmwl-kernel-source [/bash]
-
Fix a Actiontec GT701
Here is the fix for the Actiontec GT701 DSL router echo 8192 > /proc/sys/net/ipv4/netfilter/ip_conntrack_max echo 3600 > /proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_established echo 60 > /proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_close_wait Link to article at DSL Reports