搜索列表
-
Apache最新官方配置文件中文版说明
【RedHat/Centos】Apache最新官方配置文件中文版## Based upon the NCSA server configuration files originally by Rob McCool.#参照NCSA服务器的配置文件,原版由Rob McCool发布## This is the main Apache server configuration file. It contains the# configuration
中文版说明文件配置最新官方theto"of< -
linux 服务器常用维护命令
命令维护常用服务器安装文件目录export
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
【】这里我会把网上看到的、自己平时用到的、和感兴趣的都整理出来,大部分采纳与网络分享的案例 -
linux学习笔记
笔记学习显示系统文件设置quota用户设定使用
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
【】linux目录架构/ 根目录/bin 常用的命令 binary file 的目錄/boot 存放系统启动时必须读取的档案,包括核心 (kernel) 在内/boot/grub/menu.lst GRUB设置/boot/vmlinuz 内核/boot/initrd 核心解壓縮所需 RAM Disk/dev 系统周边设备/etc 系统相关 -
linux下挂载(mount)光盘镜像文件、移动硬盘、U盘、Windows网络共享和NFS网络共享
【RedHat/Centos】挂接命令(mount) 首先,介绍一下挂接(mount)命令的使用方法,mount命令参数非常多,这里主要讲一下今天我们要用到的。 命令格式: mount [-t vfstype] [-o options] device dir
网络共享移动硬盘光盘文件 系统linuxmount -
linux 下MySQL服务器的启动与停止
【RedHat/Centos】一、以非特权用户运行MySQL服务器在讨论如何启动MySQL服务器之前,让我们考虑一下应该以什么用户身份运行MySQL服务器。服务器可以手动或自动启动。如果你手动启动它,服务器以你登录Unix(Linux)的用户身份启动,即如果你用paul登录Unix并启动服务器,它用paul运行;
停止启动服务器如果运行一个目录文件安装可以 -
linux 系统中软件raid 配置方法
配置方法软件系统RAID成员我们硬盘设备一个
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
【】1 什么是RAID,RAID的级别和特点 ;什么是RAID呢?全称是 “A Case for Redundant Arrays of Inexpensive Disks (RAID)”,在1987年,由加州大学伯克利大学发表的论文而来,其实就是这个标题的缩写就是RAID;中译为“磁盘阵列”;RAID就 -
startx启动图形界面失败的几个解决方法
【RedHat/Centos】很多linux用户有如此一个惨痛经历。当你和平常一样登陆和输入这可爱的startx时,你只是接收到错误信息。Many of us gnu/linux users have had such a terrible experience. When you很多linux用户有如此一个惨痛经历。当你login and type the sweet startx
解决方法失败界面启动图形the字体fontisto -
Linux Telnet登录慢问题解决
【RedHat/Centos】更改/etc/resolv.conf文件 如果你的linux主机只是在局域网内工作,请将nameserver地址改为网卡本身的地址。 例: suselinux:~ # more /etc/resolv.conf nameserver 192.168.0.160 search site 然后重启网卡 suselinux:~ # ifconfig eth0 down suselinux:~ # ifconfig eth0 up
解决问题登录 suselinux:ifconfig地址eth0 -
如何修改apache 2最大连接数
【RedHat/Centos】修改httpd.conf文件<IfModule prefork.c>StartServers 8MinSpareServers 5MaxSpareServers 20MaxClients 150MaxRequestsPerChild1000</IfMod
连接最大修改如何 指令MaxClients需要这个 -
RHEL 5服务器系统下故障处理方法
【RedHat/Centos】一、/boot下面的文件全部丢失:( grub ,kernel,initrd ramdisk) 1.用bootdisk启动,进入liunx rescue模式,选择local install或nfs (http)安装方式2.进入修模模式:(1). cd /mnt/sysimage查看有些什么文件(假如是空的)(2
处理方法故障系统服务器 cdLABELdefaults -
LINUX系统apache基于IP,基于port和基于域名的三种虚拟主机的配置方法
【RedHat/Centos】1.基于相同IP不同Port的虚拟主机1)vi /etc/http/conf/httpd.conf2)将Listen字段改为Listen 80Listen 8888(以上设置表示使用80以及8888端口)3)更改虚拟主机部分为:<VirtualHost 192.168.0.1:80>; Docum
基于虚拟主机配置方法域名系统 <>EOF -
linux-2.6内核升级详细文档
【RedHat/Centos】序 做一件事情,首先要知道自己在干什么,而不是盲目得升级内核,现在升级内核有点泛滥,sigh 首先让我们先了解一下2.6内核的新特性 一、01.模块子系统(Module Subsystem)、
文档详细升级 <>support --->内核