Debian上使用无线网卡

我有一台hp 6520s笔记本电脑带Intel 3945无线网卡,另有一个无线AP提供网络接入.在Debian(Lenny)所带kernel(2.6.26)已经支持Intel 3945无线网卡,因此使用Intel 3945无线网卡很简单:

首先安装Firmware. (这需要增加non-free的源到/etc/apt/source.list)

apt-get install firmware-iwlwifi

加载Intel 3945无线网卡的驱动模块

modprobe iwl3945

也可以重启机器,重启机器后驱动模块会被udev自动加载.

然后安装wireless-tools.

apt-get insall wireless-tools

Debian上使用一次性密码系统

    在debian系统上使用一次性密码系统,有两个程序可以使用,分别是otpw-bin和opie-server.

相关的参考资料连接如下:

http://www.mepis.org/docs/en/index.php/OneTimePasswords

http://michele.pupazzo.org/diary/?p=203

http://ubuntuforums.org/showthread.php?t=197350

 

drupal升级到5.12

已经将drupal升级到5.12

Openvpn出现write UDPv4 []: No buffer space available (code=105)的解决办法

    这两天openvpn的远程客户端访问很慢,查看日志有write UDPv4 []: No buffer space available (code=105)的信息,在网上搜索没有结果。今天查看bandwidthd流量图时发现有内网客户端的udp协议上传流量很高,可能是有人在用p2p类程序上传,占用了大量资源,我想是不是这个原因导致openvpn出现上面的问题呢。于是写了如下防火墙规则,禁止了内网udp转发。

 ###dns用的端口

iptables -A FORWARD -i eth0 -p udp --dport 53 -j ACCEPT

###qq用的端口 

debian etch下安装ipt_account,ipt_ipp2p,ipt_connlimit

从google上搜索到的,是一个波兰的网站http://debian.linux.pl/viewtopic.php?p=27250,看不太懂。但操作步骤能看明白:

ubuntu下使用摄像头的方法

编译了源里自带的万能驱动源代码,并且顺利安装了

# apt-get source gspca-source
# sudo apt-get install build-essential
# ! go to source dir
# sudo make
# sudo make install
# sudo modprobe gspca
#sudo apt-get install camorama
#camorama

 

直接安装debian unstable的方法

 Are images for the "unstable"
distribution available?

There are no "unstable" full CD or DVD images. Due to the fact that
the packages in "unstable" change so quickly, it is more appropriate
for people to download and install "unstable" using a normal Debian
FTP mirror.

If you are aware of the risks of
running unstable
, but still want to install it, you have two
choices:

从USB安装Windows XP

Installing Windows XP from USB



转自:http://www.vandomburg.net/articles/2006/03/15/installing-windows-xp-from-usb



Posted by Roderick van Domburg Wed, 15 Mar 2006 21:55:00 GMT



What follows is a recipe on how to install Windows XP from USB. You can cut right to the case or read about how it happened to me, first. Sit tight, you’re in for a ride!

安装SSHBLACK封锁企图暴力猜测密码的攻击者的IP

转自:http://www.bross.cn/modules/discuz/viewthread.php?tid=4878 

作者:chengkinhung   发表于 2007-4-5 00:14

使debian具有knoppix一样的自动硬件探测能力

knoppix使用udev+hwsetup实现automatic hardware detection,把knoppix安装到硬盘后仍然具有这种能力。由于knoppix是基于debian的,我们可以通过把knoppix的相关软件包安装到debian上使其也具有这种自动硬件探测能力。

聚合内容