存档

文章标签 ‘Linux’

SpeedTouch 515在Ubuntu下的PPPOE拨号设置

2006年8月29日

本来是安装好Modem就想写出来,可是一拖再拖。记得刚安装的时候还是ubuntu 5.x,现在都6.x了才终于成文。
电信安装adsl时,附送的是阿尔卡特speedtouch 515,这款猫的性能功能还不错,同时提供了usb和网卡接口。xp下安装没有任何问题,但是linux呢?其实最困难的是如何找到speedtouch 515的驱动。把阿尔卡特官网翻了个底朝天也没看见linux驱动字样,不过最后还是在sourceforge找到了linux驱动(曾经gfw把sourceforge封了,真是猪脑!)。
接下来就简单了:
1、sudo dpkg -i –force-overwrite speedtouch_1.3.1-2_i386.deb
记得去年安装的时候还没有.deb包下载,还得用alien转换下。
2、配置PPPOE
sudo dpkg-i|grep -i PPPOE
或者
sudo apt-get install pppoeconf
sudo pppoeconf
3、拨号
pon dsl-prvider
断网
poff
你还可以用plog命令查询一些诸如ip地址等信息。

现在ubuntu wiki上有一篇文章介绍如何通过升级Modem固件来安装驱动(under Ubuntu 6.06),有兴趣可以参考下。

<!– ckey=”1D78E065″ –>

ckey=”1D78E065″

标签: ,

Linus Torvalds为新概念病毒打“补丁”

2006年4月25日

旧闻:上周国内很多媒体都对这种实验性概念病毒做了报道,但是Linus Torvalds说由于一个缺陷,该病毒实际上在linux 2.6.16下不能运行,因此他为这个病毒写了一个”补丁”。
Newsforge is reporting that Linus Torvalds took a few minutes to review the cross-platform proof of concept virus covered yesterday and has proven that the virus does indeed not work with latest kernel version 2.6.16 and even released a patch in order to fix this “problem.” From the article: “The
reason that the virus is not propagating itself in the latest kernel
versions is due to a bug in how GCC handles specific registers in a
particular system call. [...] So the virus did a number of strange
things to make this show up, but on the other hand the kernel does try
to avoid touching user registers, even if we’ve never really
_guaranteed_ that. So the 2.6.16 effect is a mis-feature, even if a
_normal_ app would never care. It just happened to bite the infection
logic of your virus thing.”
瑞星反病毒反木马一周播报(2006.04.24-04.30)将该病毒命名为:“Bi病毒(Parasite.Bi)”。

标签: ,

安装Linux应该做好十项准备

2006年1月19日

ZDNet的这篇文章详细介绍了安装Linux操作系统应该做好的十项准备,相信对那些准备安装Linux的新朋友会有所帮助。这十项准备包括:

  • 安装最新的补丁
  • 创建并配置用户帐户
  • 保护根用户访问
  • 保护物理接入
  • 清除并且/或者禁用不必要的系统服务
  • ……
标签: