搜索列表
-
Linux操作系统下修改IP、DNS和路由配置
【RedHat/Centos】在Linux操作系统下修改IP、DNS和路由配置 ifconfig eth0 新ip 然后编辑/etc/sysconfig/network-scripts/ifcfg-eth0,修改ip 一、修改IP地址 [aeolus@db1 network-scripts]$ vi ifcfg-eth0 DEVICE=eth0 ONBOOT=yes BOOTPROTO=static
-
linux添加新硬盘的详细经过
【RedHat/Centos】拿到新盘以后就关机、插线、重开机。一切正常。进入系统以后,查看 /dev下多了个 hdb,然后开始分区执行 fdisk /dev/hdb进入 fdisk的界面,打命令 n新建一个分区。然后提示选择e(扩展分区)或p(主分区),这时输入了e创建扩展分区。然后提
经过详细硬盘添加分区然后格式目录执行提示 -
RHEL5 Apache+Tomcat整合,同时支持jsp与php
【RedHat/Centos】配置环境: OS: RHEL5 with kernel 2.6.18-8.1.1.el5 httpd-2.2.3-6.el5.i386.rpm apache-tomcat-6.0.14.tar.gz jdk-6u3-linux-i586.bin mod
支持同时整合 root@wardking"tomcatvi -
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 -
忘记mysql root密码的解决方法
【RedHat/Centos】一. MySQL密码的恢复方法之一 如果忘记了MySQL的root密码,可以用以下方法重新设置: 1. KILL掉系统里的MySQL进程; killall -TERM mysqld 2. 用以下命令启动MySQL,以不检查权限的方式启动; safe_mysqld --skip-grant-tables & 3. 然后用空密码方式
解决方法密码忘记MySQLroot 启动mysql> -
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 系统下DHCP服务器 配置方法
【RedHat/Centos】1、安装dhcp服务器软件Rhel4系统光盘中包含rpm格式的dhcp服务器软件包,包名称是dhcp-3.0.1-12_EL.i386.rpm #rpm –ivh dhcp-3.0.1-12_EL.I386.rpm 2、dhcpd.co
配置方法服务器系统 文件dhcpd网络 -
linux 系统下FTP服务器配置方法
【RedHat/Centos】1、 安装vsftprhel4系统中包括了vsftp服务器的rpm安装包,包名称是vsftpd-2.0.1-5.i386.rpm #rpm –ivh vsftpd-2.0.1-5.i386.rpm 2、 vsftpd服务器的基本配置
配置方法服务器系统 YES文件用户设置目录 -
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系统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下设置ADSL使局域网连接互联网
【RedHat/Centos】系统准备:一个运转正常的Linux(这个大家都有) 硬件要求:至少一块网卡,宽带设备已经申请完毕,同时已经开通 广州电信的ADS(LAN)L使用的是PPPOE拨号方式,因此,要在Linux下使用ADSL,必须安装PPPOE客户端软件。 下面说明如何进行安装:本人以RedHat Linux