一.执行apt-get update 使用一个长期未更新的本地源,得到错误的提示: Release file for ... is expired. Updates for this repository will not be applied. 二.解决办法 apt-get -o Acquire::Check-Valid-Until=false update
from http://www.geekfan.net/6921/ Iptables是专为Linux操作系统打造的极其灵活的防火墙工具.对Linux极客玩家和系统管理员来说,iptables非常有用.本文将向你展示如何配置最通用的Linux防火墙. 关于iptables Iptables是一个基于命令行的防火墙工具,它使用规则链来允许/阻止网络流量.当一条网络连接试图在你的系统中建立时,iptables会查找其对应的匹配规则.如果找不到,iptables将对其采取默认操作.几乎所有的Linux发
The following packages have been kept back解决方案Ubuntu和Debian下更新软件包,在运行 sudo apt-get upgrade 有时会看到如下提示:The following packages have been kept back...... 根据Debian官方的解释, 造成这种情况的原因是某个软件包的依赖关系发生了改变,而如果要升级这些软件包,必须安装依赖包. 这些软件包就会被列在”The following packages have
deb http://ftp.debian.org/debian/ lenny main contrib non-free deb-src http://ftp.debian.org/debian/ lenny main contrib non-free deb http://ftp.tw.debian.org/debian/ lenny main contrib non-free deb-src http://ftp.tw.debian.org/debian lenny main contri