IT码农库

搜索列表

  • Sendmail配置方法

    【RedHat/Centos】在众多的邮件服务器软件中,Sendmail总是能够在每一次评比中获得荣誉,从而使它成为目前使用最为广泛的一种E-mail服务器。但是,说起Sendmail的配置,很多人会感到头痛。长期以来,很多人为此不厌其烦地一遍又一遍地在BBS、新闻组上询问其配置。笔者希望借助本文对Sendm

  • 用rsync从Linux到Windows远程备份

    用rsync从Linux到Windows远程备份


    Warning: Illegal string offset 'id' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Warning: Illegal string offset 'classname' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
    【】rsync是Linux系统下的数据镜像备份工具,从软件的命名上就可以看出来了——remote sync。rsync支持大多数的类Unix系统,无论是Linux、Solaris还是BSD上都经过了良好的测试。rsync的最新版本可以从http://rsync.samba.org/rsync/获得。它的特性如下:

  • Linux系统常见疑难问题的解决

    Linux系统常见疑难问题的解决

    【RedHat/Centos】1、在不登录情况下,获得root权限  如果没有设置GRUB密码,那我们可以使用最简单的方法,首先启动电脑,等待GRUB菜单,如果GRUB菜单隐藏,可以按Esc调出,选择Ubuntu, kernel 2.6.12-*-* (recovery mode),也就是“恢复模式”按Enter启动就可以了。

  • 解决linux不能上传大于2M文件

    【RedHat/Centos】解决办法 [root@2193 etc]# vi php.ini ; Maximum allowed size for uploaded files. upload_max_filesize = 10M ; Maximum size of POST data that PHP will accept. post_max_size = 15M [root@2193 etc]# /etc/rc.d/init.d/httpd restart

  • Linux下的安装和配置DNS服务器

    【RedHat/Centos】在Linux操作系统中使用BIND (Berkeley Internet Name Daemon)作为DNS服务器,以下以Linux 的 Redhat 7.3发行版本为例,介绍BIND安装、启动和停止。   一、BIND服务器的软硬件环境:   1.安装有Redhat Linux 7.3操作系统的PC机,Redhat Linux 7.3的3张安

  • Linux系统下配置CVS服务器

    【RedHat/Centos】1,安装好CVS服务器rpm -ivh cvs-1.12.9.i386.rpm 配置过程如下2,启动CVS服务.Linux上CVS服务可以通过inetd,xinetd或tcpwrapper等来启动。现在使用xinetd启动CVS服务。3,配置/etc/services文件[root@fp71g /]# vi /etc/services在services文件中添加cvspserv

  • RedHat AS4上安装配置Apache2.2.4+PHP5.2.3+MySQL5.0.45+openssl0.98e

    【RedHat/Centos】系统环境:Redhat AS4所需软件包:mysql-5.0.41.tar.gz zlib-1.2.3.tar.gz openssl-0.9.8e.tar.gz&nb

  • LINUX系统下vsftpd 命令详解

    【RedHat/Centos】FTP命令是Internet用户使用最频繁的命令之一,不论是在DOS还是UNIX操 作系统下使用FTP,都会遇到大量的FTP内部命令。 熟悉并灵活应用FTP的内部 命令,可以大大方便使用者,并收到事半功倍之效。 FTP的命令行格式为: ftp -v -d -i -n -g [主机名] ,其中 -v 显示远程

  • Linux系统下设置Tomcat自启动

    【RedHat/Centos】需要将tomcat加入自启动队列中,则需要进行如下的操作: 以root用户登录系统: cd /etc/rc.d/init.d/ vi tomcat 文件内容参考如下:   #!/bin/sh   #   # tomcat: Start/Stop/Restart tomcat

  • linux 系统的一些使用小技巧


    Warning: Illegal string offset 'id' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Warning: Illegal string offset 'classname' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
    【】++实现RedHat非正常关机的自动磁盘修复先登录到服务器,然后在/etc/sysconfig里增加一个文件autofsck,内容如下:AUTOFSCK_DEF_CHECK=yesPROMPT=yes++改变文件或目录之最后修改时间(变为当前时间)执行格式:touch name ( name 可为文件或目录名称。)++如

  • linux常用系统管理经验谈


    Warning: Illegal string offset 'id' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Warning: Illegal string offset 'classname' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
    【】Lab1 硬件和安装步骤一:准备计算机任务: 使用Red Hat Linux光盘启动系统在启动时进入BIOS界面设置系统启动顺序为A,CDROM,C修改其他任何推荐的设置保存并退出BIOS设置步骤二:使用Anaconda(图形模式)安装Red Hat Linux任务: 按照以下要求

  • 在RHEL 5上开启远程telnet

    【RedHat/Centos】1、确定你的telnet服务打开没有:[root@111 ~]# chkconfig --list|grep telnetekrb5-telnet: offkrb5-telnet: off[root@111 ~]#注意检查结果这里是关闭状态2、打开telnet服务:[root@111 ~]# chkconfig krb5-telnet on[root@111 ~]# chkconfig --lis