摘要:
单个ip的命令是
iptables -i input -s 211.1.0.0 -j drop
不知道如何封整个段,和整个指定的部分段?
还想请问下
我想让服务器每次启动就自动运行
iptables -i input -s 211.1.0.0 -j drop 这命令把此ip给封掉
改加入到哪里呢?
【查看cu论坛原帖】【添加到收藏夹】【关闭】
platinum 回复于:2004-01-01 01:14:13
ipta......
摘要:
请教各位:我在按装rh9.0是安装了图形界面的软件(xwindows,gnome,kde组件),只是在安装完毕时跳过了显卡和显示器的配置, 重新起动之后,进入的还是字符模式,xstart 也试过,不启作用,怎样才能进入图形界面 :?
【查看cu论坛原帖】【添加到收藏夹】【关闭】
好好先生 回复于:2003-12-29 16:18:49
如果你十分清楚你的计算机配置,可以vi /etc/x11/xf86config这个文件......
How to mount a directory as a "disk" ???
i want mount "/usr/local/userhome" as "/home", because if use "ln -s /usr/local/userhome /home", when i use "pwd",i always get "/usr/local/userhome/.....". but a lot of script file i wrote before need "/home/....". is there a way to solve it? 【相关文章:
Linux只能以软盘引导方式进入之处理办】 【扩展阅读:
求rh8.0中如何实现SMTP认证(RP】
【扩展信息:
如何让adsl拨号后执行一个命令】
softuo 回复于:2004-01-07 01:24:42
ask advancer of linux ad~~!
1122331 回复于:2004-01-07 01:39:12
mount --bind /usr/local/userhome /home
sakulagi 回复于:2004-01-07 08:04:03
[1] pwd好像输出的结果与你说的不一样啊?我在rh8上试验了一下你的情况,输出的是“/home”
idle2q 回复于:2004-01-07 13:07:32
really?
[/home]$ pwd
/usr/local/userhome
[/]$ ls -l
total 163
drwxr-xr-x 2 root root 2048 dec 13 11:35 bin
...
下一页 摘要:
原文地址:
http://www.5ilinux.com/kernel01.html
关键字:内核 编译 kernel 2.6.0 make menuconfig mrproper bzimage modules_install
编译升级kernel-2.6.0内核
终于等来2.6.0的内核正式发布,马上在自己的机器上升级一下,发现编译内核的方法更加方便了,如果你用的是grub的引导,那安装新内核更加方便,都不用你改什么文件。
1......