搜索列表
-
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】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 -
升级内核后 出现initramfs错误问题解决
【RedHat/Centos】出现initramfs找不到/root /host或437或 VFS之类的提示:1、如果root.disk是在fat32 分区上,所以内核选项要把fat相关和字体437的编入内核,选Y。2、如果之前安过ubuntu的,升级内核后fat32转成NTFS出现initramfs,很可能是uuid变化了。把 安装盘:\u
问题解决错误出现升级 内核splashquiet改为 -
Linux系统的磁盘管理
【RedHat/Centos】1.fdisk -lDisk /dev/sda: 120.0 GB, 120034123776 bytes =>硬盘容量120G255 heads, 63 sectors/track, 14593 cylinders =>255个磁头,63个扇区,14593个柱面Units = cylinders of 16065 * 512 = 8225280 bytes =>每个柱面的容量
管理磁盘系统 >×容量Linux0%tmpfs -
linux进入图形界面的方法
【RedHat/Centos】安装有图形界面的情况下,启动linux在终端下输入:startx即可进入X11的图形操作界面。如果希望每次都自动进入xwindos。。修改inittab文件。vi /etc/inittab找到id:3:initdefault:这行按i进入编辑模式,将3改为5。按esc退出编辑。输入 :qw
方法面的图形进入 # 模式用户//输入 -
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< -
忘记mysql root密码的解决方法
【RedHat/Centos】一. MySQL密码的恢复方法之一 如果忘记了MySQL的root密码,可以用以下方法重新设置: 1. KILL掉系统里的MySQL进程; killall -TERM mysqld 2. 用以下命令启动MySQL,以不检查权限的方式启动; safe_mysqld --skip-grant-tables & 3. 然后用空密码方式
解决方法密码忘记MySQLroot 启动mysql> -
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
【】这里我会把网上看到的、自己平时用到的、和感兴趣的都整理出来,大部分采纳与网络分享的案例 -
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系统grub常见错误分析
【RedHat/Centos】1 : Filename must be either an absolute filename or blocklist 解释 :1号错误表示文件名格式错误。在 GRUB 中要么是以绝对路径给出文件 例子 : grub> ker
错误分析常见系统解释引用grub>表示Error文件