搜索列表
-
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系统grub常见错误分析
【RedHat/Centos】1 : Filename must be either an absolute filename or blocklist 解释 :1号错误表示文件名格式错误。在 GRUB 中要么是以绝对路径给出文件 例子 : grub> ker
错误分析常见系统解释引用grub>表示Error文件 -
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 -
The file /boot/grub/stage1 not read cor 解决办法
【RedHat/Centos】前天重装了操作系统,grub也随之被覆盖,为了恢复启动,我拿了一张ubuntu的live cd启动,进入linux后,进入命令行恢复grub。首先要挂载原来的/分区sudo mkdir /mnt/rootsudo mount /dev/sda7 /mnt/rootsudo mount -t proc none /mnt/root/procsudo
解决办法sudogrub分区进入发现mount/mnt/root -
Linux系统下安装软件,程序
【RedHat/Centos】1、源代码包的安装gzip -d apache_1.3.20.tar.gz (解压)tar xvf apache_1.3.20.tar (解包)cd apache_1.3.20 ./configure (配置) ----./configure --help(查看configure选项)make (编译)make install (安装)ma
程序软件安装系统 软件包文件&helliprpm -
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系统来说,无论是中央处理器、内存、磁盘驱动器、键盘、鼠标,还是用户等都是文件,Linux系统管理的命令是它正常运行的核心。熟悉了Linux常用的文件处理命令以后,这一讲介绍对系统和用户进行管理的命令。df1.作用df命令用来检查文件系统的磁盘空间占用 -
Linux下安装Flash/Shockwave播放器
【RedHat/Centos】现在,越来越多的FLASH作品被运用到网站设计中。但是,很多在Linux平台中使用的浏览器由于版本较旧或其他原因,导致没有Flash/Shockwave播放器插件而无法欣赏到精彩的FLASH作品,这已经成为Linux爱好者的一大憾事。不过,Linux爱好者们现在都可以到Macromedia的网站上下
-
Sendmail配置方法
【RedHat/Centos】在众多的邮件服务器软件中,Sendmail总是能够在每一次评比中获得荣誉,从而使它成为目前使用最为广泛的一种E-mail服务器。但是,说起Sendmail的配置,很多人会感到头痛。长期以来,很多人为此不厌其烦地一遍又一遍地在BBS、新闻组上询问其配置。笔者希望借助本文对Sendm
-
安装和配置OPENSSH
【RedHat/Centos】OPENSSH的安装和配置 一、 概述 传统的远程网络访问服务在本质上都是不安全的,因为它们在网络上用明文传送口令和数据,很容易被截获,其安全验证方式也容受到中间人的攻击。通过使用OPENSSH,你可以把所有传输的数据进行加密。 SSH是由客户端和服务端的软件组
-
openoffice不能调用SCIM的问题解决方法
【RedHat/Centos】openoffice不能调用SCIM的问题解决方法$ oowriter QUOTE: Gtk-Message: Failed to load module "gnomebreakpad": /usr/lib/openof
-
Fatal server error: could not open 无法进图形界面的解决办法
【RedHat/Centos】一、注释掉FontPath unix/:7100可以启动,但中文字体有问题二、在startx命令前运行xfs & 也可,但有点啰嗦实际上,之所以不能启动是因为用户清空 /tmp 目录造成,这里面有一个隐含的文件/tmp/.font-unix/fs7100,该文件属性为 srwxrwxrwx 长度为0,这是一个
-
Linux启动出现start ls-disk module sg not found
【RedHat/Centos】问题:模块sg没有发现 解决方法:模块sg就是SCSI generic driver,把scsi device support里面的SCSI generic driver编译成模块即可。 start ls-disk module sg not found 开机的ls-disk服务执行的情况依赖于一下模块 moduprobe ieee1394 modprobe ohci1394 modprobe sg modprobe sbp2 modprobe sd_mod