搜索列表
-
Linux httpd(apache)启动失败 解决办法
【RedHat/Centos】Red Hat Linux enterprise 5start httpd faildlinux httpd: httpd 启动 failed我在虚拟机里面遇到此问题,试了很多方法都没法启动,后来发现,问题出在/etc/httpd/conf/目录里面有一个叫httpd.conf的文件。在同一目录下还有另外一个叫httpd.conf.bak,只
解决办法失败启动LoadModulehttpd问题文件内容 -
Linux下安装的硬件方法
【RedHat/Centos】1、安装 Linux 要占用多少硬盘空间? 决定于要安装什么distribution的Linux,以及需要装入多少应用程序,是否安装原代码等。 例如最基本的Slackware Linux大约需要10MB的空间,包括X Windows则要80M,假如要把基本>系统工具程序、常用应用软件以及TC
方法硬件安装Linux显卡键盘文件配置需要目录 -
Linux系统上SSH无法启动
【RedHat/Centos】在机器上直接登录,问题显示如下:/var/empty/sshd must be owned by root and not group or world-writable.问题:Linux上的SSH无法启动报告/var/empty/sshd must be owned by root and not group or world-writable.解决办
启动无法系统 -bash-2.05b#root问题/var/empty/sshd -
Linux下Shorewall防火墙安装和配置
【RedHat/Centos】环境说明:本机只有一张网卡,使用静态IP上网命令:apt-get install shorewall ubuntu会自动的给你安装好,但是shorewall没有配置也没有启动【1】首先cp /usr/share/doc/shorewall/examples/one-interface/* /etc/shorewall【2】修改/etc
配置安装防火墙 访问net修改FWTCP如果ACCEPT -
Linux系统配置网络详解
详解网络配置系统文件地址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
【】一.安装和配置网络设备 在安装linux时,如果你有网卡,安装程序将会提示你给出tcp/ip网络的配置参数,如本机的ip地址,缺省网关的ip地址,DNS的ip地址等等.根据这些配置参数,安装程序将会自动把网卡(linux系统首先要支持)驱动程序编译到内核中去.但是我们一定要了解 -
linux系统配置Apache虚拟主机实例
【RedHat/Centos】安装apache,php:yum install httpd php假设VPS的IP是58.130.17.168,有两个域名指向该IP,分别是domain1.com, domain2.com, 修改/etc/httpd/conf/httpd.conf,在文件的最后加入:ServerName 58.130.17.168NameVirtualHost 58.130.17.168&
虚拟主机实例配置系统 <">58.130.17.168 -
linux下 安装GD
【RedHat/Centos】安裝 GD 前需要安裝 jpeg-6b, libpng, zlib, freetype。以下是下载网址:http://www.libgd.org/DownloadsGD下载ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz JPEG下载http://www.libpng.org/pub/png/libpng.htmlpng下载http://www.zlib.net/
安装makecd下载install./configuretarzxvfzlib -
linux进入图形界面的方法
【RedHat/Centos】安装有图形界面的情况下,启动linux在终端下输入:startx即可进入X11的图形操作界面。如果希望每次都自动进入xwindos。。修改inittab文件。vi /etc/inittab找到id:3:initdefault:这行按i进入编辑模式,将3改为5。按esc退出编辑。输入 :qw
方法面的图形进入 # 模式用户//输入 -
Linux系统下配置SSH方法
【RedHat/Centos】SSH是一个用来替代TELNET、FTP以及R命令的工具包,主要是想解决口令在网上明文传输的问题。为了系统安全和用户自身的权益,推广SSH是必要的。SSH有两个版本,我们现在介绍的是版本2。 一、安装SSH具体步骤如下: 获得SSH软件包。 (ftp://ftp.pku.
方法配置系统SSH主机命令文件目录自己 -
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启动时挂载rootfs
【RedHat/Centos】1。linux启动时,经过一系列初始化之后,需要mount 根文件系统,为最后运行init进程等做准备,mount 根文件系统有这么几种方式:1)文件系统已经存在于硬盘(或者类似的设备)的某个分区上了,kernel根据启动的命令行参数(root=/dev/xxx),直接进行mount。 这里有一
启动系统文件initrd设备mount可以kernelramdisk -
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
【】这里我会把网上看到的、自己平时用到的、和感兴趣的都整理出来,大部分采纳与网络分享的案例