• 给安腾机增加网卡后遇到的网络问题

    2008-09-03 22:37:58   /   Linux与开源世界

    公司有一台dell PE7250的安腾机,机器自带只有一块网卡,需要增加2块网卡,原来以为是必须要支持安腾系列的才可以,今天知道了普遍的pci网卡就可以了。增加完网卡后有eth0,eth1,eth2共3个。刚开始的时候把3个网卡都设置成一个ip段,这样出现的情况是,当eth0这个网卡插上网线的时候,其他两个网卡不插网线都可以通,当eth0这个网卡不插网线的时候,其他两个网卡插上网线也不通,必须要eth0插上网线。最后查明原因是,操作系统的路由情况,如果3个网卡都设置成一个网段,默认情况下都是通过eth0这个网卡发送和接受广播包的,如下所.
  • quota 笔记

    2008-07-17 10:39:21   /   Linux与开源世界

    quota 笔记===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2008.07.17 10:33分类: linux出处: http://tonykorn97.itpub.net/post/6414/466721---------------------------------------------------------------1,overviewimplemented within the kernelenabled on a per-filesystem basisindividual policies for groups or userslimit by the number of blicks or indoesimplement both soft and hard limitsinitializationpar.
  • 自动挂载u盘到根目录

    2008-07-13 20:04:17   /   Linux与开源世界

    想让u盘自动挂载到/目录下面的backup文件夹中,具体的操作步骤为:1,修改/etc/auto.master 文件:增加下面一行:/-/etc/auto.direct具体例子为:[root@tonykorn97 /]# cat /etc/auto.master## $Id: auto.master,v 1.4 2005/01/04 14:36:54 raven Exp $## Sample auto.master file# This is an automounter map and it has the following format# key [ -mount-options-separated-by-comma ] location# For details of the format look at autofs(5).#/misc/etc/auto.misc/net-host.
  • redhat5 raw 的管理

    2008-07-13 20:03:18   /   Linux与开源世界

    在以前的redhat版本中,系统通过/etc/sysconfig/rawdevices配置raw的控制文件,通过/etc/init.d/rawdevices来管理raw设备的启动和关闭。在redhat5中,raw文件的位置已经改变成/bin/raw,系统里面已经不存在/etc/sysconfig/rawdevices和/etc/init.d/rawdevices文件了,可以通过如下方法来管理raw文件。1,建立/etc/sysconfig/rawdevices文件,然后从其他操作系统上拷贝/etc/init.d/rawdevices到本地机,修改/etc/init.d/rawdevices文件中raw命令的具体位置,然后就可以通过/etc/init.d/rawdevices来启动和关闭raw文件了。2,上.
  • Linux ACL学习笔记(zt)

    2008-05-10 13:56:22   /   Linux与开源世界

    Linux ACL学习笔记(zt)1. 为什么要使用ACL先让我们来简单地复习一下Linux的file permission.在linux下,对一个文件(或者资源)可以进行操作的对象被分为三类: file owner(文件的拥有者), group(组,注意不一定是文件拥有者所在的组), other (其他)而对于每一类别又分别定义了read, write and execute/search permission (这里不讨论SUID, SGID以及Sticky bit的设置)通过ls -l命令就我们就可以列出一个文件的permission代码:# ls -l[leonard@localhost ~]$ ls -l-rw-rw---- 1 leonard admin 0 Jul3 20:.
  • tmpwatch命令详解

    2008-05-07 22:17:11   /   Linux与开源世界

    tmpwatch命令详解===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2008.05.07 18:41分类: linux出处: http://tonykorn97.itpub.net/post/6414/461368---------------------------------------------------------------功能说明:删除暂存文件。语  法:tmpwatch [-afqv][--test][超期时间][目录...]补充说明:执行tmpwatch指令可删除不必要的暂存文件,您可以设置文件超期时间,单位以小时计算。参  数: -a或--all  删除任.
  • 我们来聊聊syslogd和logrotate吧 (zt)

    2008-05-07 22:16:43   /   Linux与开源世界

    我们来聊聊syslogd和logrotate吧 (zt)===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2008.05.07 18:48分类: linux出处: http://tonykorn97.itpub.net/post/6414/461369---------------------------------------------------------------放假这几天看书,了解了一下syslogd和logrotate,就想把自己看明白的总结一下:加深自己的理解;以资大家讨论。  -------------  文档目录  -------------  1 什么是syslogd  2 配置.
  • 用 Logwatch 工具监控 Linux 系统 Log 日志(zt)

    2008-05-07 22:16:05   /   Linux与开源世界

    用 Logwatch 工具监控 Linux 系统 Log 日志(zt)===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2008.05.07 18:57分类: linux出处: http://tonykorn97.itpub.net/post/6414/461370---------------------------------------------------------------作者: Fenng | 可以转载, 转载时务必以超链接形式标明文章原始出处和作者信息及版权声明网址: http://www.dbanotes.net/opensource/logwatch_linux_log.html如果要想迅速的得到 Linux 环境.
  • anacron

    2008-05-07 22:15:29   /   Linux与开源世界

    anacron===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2008.05.07 18:57分类: linux出处: http://tonykorn97.itpub.net/post/6414/461371---------------------------------------------------------------anacron 是和 cron 相似的任务调度器,只不过它并不要求系统持续运行。它可以用来运行通常由 cron 运行的每日、每周、和每月的作业。要使用 anacron 服务,你必须安装了 anacron RPM 软件包,而且 anacron 服务必须在运行。要判定该.
  • gentoo linux自动 挂载U盘 方法(zt)

    2008-04-09 17:43:13   /   Linux与开源世界

    gentoo linux自动 挂载U盘 方法(zt)===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2008.04.09 13:29分类: linux出处: http://tonykorn97.itpub.net/post/6414/459362---------------------------------------------------------------目前一些主流桌面系统(如Gnome,KDE,Xfce)的较新版本都支持自动挂载(mount)U盘了. 一个流传很广的说法是 HAL(硬件抽象层) 起了自动挂载的作用, 其实这是误解. 对于2.6内核而言, udev 才是直接从内核接收设备连.
  • autofs服务动态自动挂载各种文件系统(ZT)

    2008-04-09 17:39:46   /   Linux与开源世界

    autofs服务动态自动挂载各种文件系统(ZT)===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2008.04.09 13:41分类: linux出处: http://tonykorn97.itpub.net/post/6414/459363---------------------------------------------------------------mount是用来挂载文件系统的,可以在启动的时候挂载也可以在启动后挂载.对于本地固定设备,如硬盘可以使用mount挂载,而光盘,软盘,NFS,SMB等文件系统具有动态性,即需要的时候才有必要挂载,光驱和.
  • ftp下载的时候用mget命令出错

    2008-04-09 17:39:17   /   FTP服务器架设与应用

    ftp下载的时候用mget命令出错===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2008.04.09 17:33分类: linux出处: http://tonykorn97.itpub.net/post/6414/459394---------------------------------------------------------------前几天新安装的服务器,今天需要用mget *下载文件的时候出错:[root@tonykorn97 installfiles]# ftp 192.168.1.20Connected to 192.168.1.20.220 Welcome to ZZ FTP service.530 Please login with US.
  • NFS配置

    2008-04-07 23:17:02   /   Linux与开源世界

    NFS配置假想环境10.0.0.1 - NFS Server10.0.0.2 - NFS Client1)在NFS Server上:# vi /etc/exports添加一行:/var/nfs 10.0.0.2(rw,async,anonuid=65534,anongid=65534)# mkdir -p /var/nfs# chown nfsnobody:nfsnobody /var/nfs# chown -R nfsnobody:nfsnobody /var/nfs/.# service portmap start# service nfslock start# service nfs start2)在NFS Client上:# service portmap start# chown nfsnobody:nfsnobody xxx/xxx/bbs/attachments# chmod 777 xxx/xxx/bbs/attachments.
  • 通过vnc 安装linux

    2008-04-07 17:19:52   /   Linux与开源世界

    通过vnc 安装linux===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2008.04.07 17:14分类: linux出处: http://tonykorn97.itpub.net/post/6414/459172---------------------------------------------------------------在学习红帽rh131课程的时候知道了通过vnc来安装linux,觉得对自己比较有用,特实验一下。在机器启动的过程中按F2,之后输入:linux askmethod vnc vncpassword=password回车启动,之后显示配置语言,键盘,之后.
  • 企业内部yum的使用

    2008-04-05 22:56:09   /   企业网管技术交流区

    ===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2008.04.05 22:51分类: linux出处: http://tonykorn97.itpub.net/post/6414/459075---------------------------------------------------------------一,建立一个yum仓库,建立服务端1,建立一个目录/export/yum/Server2, 拷贝rpm到这个目录3,安装createrepo[root@localhost Server]# rpm -ivh createrepo-0.4.4-2.fc6.noarch.rpmwarning: createrepo-0.4.4-2.fc6.noarch..
  • 如何保持Linux服务器间的文件同步 (更新版)

    2008-04-03 20:10:07   /   Linux与开源世界

    ===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2008.04.03 19:35分类: linux出处: http://tonykorn97.itpub.net/post/6414/458955---------------------------------------------------------------上面有一篇地址如下:http://tonykorn97.itpub.net/post/6414/458827有些地方不是太详细,下面的是重新更新过的。配置rsync配置/etc/rsyncd.conf文件:###########################################################################.
591/3123>

我的存档

数据统计

  • 访问量: 660
  • 建立时间: 2007-08-01
  • 更新时间: 2007-08-01

RSS订阅

Open Toolbar