搜索列表
-
fedora如何挂载windows分区
【Fedora】因为感觉使用ubuntu的gnome桌面太臃肿了,所以换成fedora的试试看,发现它的桌面还算流畅。就是装好系统后不能自动挂载windows分区,所以只好手工挂载。 这是我的挂载方法: su 
如何 umaskutf8iocharset所以目录ntfs桌面 -
终端下vim汉字显示不正常的解决办法
【RedHat/Centos】locale为gb18030当前目录下有文件名为汉字的文件使用$ ls -l > tmp$ vim tmp发现"总用量"这三个汉字显示不正常,其它汉字都正常显示【解决办法:$ vim tmp:set enc=prc 或者 :set enc=chinese 即可也可以:
-
修复grub引导菜单
【RedHat/Centos】昨天装上了ubuntu8.04,和windows xp 一起又构成了双系统,运行得很好.手痒痒在windows下用PM格式化并合并了一个ext3到fat32的分区,然后就关机了.今天开机,郁闷,又出现了前次出现的问题(有时候问题你不解决它,它就跟着你~):开机无法进入grub引导,显示error2
-
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.解决办
-
linux磁盘配额相关设置
【RedHat/Centos】1、检查系统是否支持磁盘配额(2.4及以后的内核默认是支持磁盘配额的):[root@rhel ~]# grep CONFIG_QUOTA /boot/config- [TAB键补全]CONFIG_QUOTA=yCONFIG_QUOTACTL=y #这样就说明是支持磁盘配额的;2、修改/etc/fstab:/dev/sd
-
PHP startup: Unable to load dynamic library错误的错误
【RedHat/Centos】怪啦!今天的Apache和IIS都没法正确加载php_mysql.dll。google了一下,原来发现出现这个问题的人还不少,PHP startup: Unable to load dynamic library :E;\PHP5\ext\php_mysql.dll。明明php_mysql.dll就摆在extension_dir (= "E:/PHP5/ext")下的嘛,怎么会呢
错误 functionsbundledPHPRequires:>requires -
linux添加新硬盘的详细经过
【RedHat/Centos】拿到新盘以后就关机、插线、重开机。一切正常。进入系统以后,查看 /dev下多了个 hdb,然后开始分区执行 fdisk /dev/hdb进入 fdisk的界面,打命令 n新建一个分区。然后提示选择e(扩展分区)或p(主分区),这时输入了e创建扩展分区。然后提
经过详细硬盘添加分区然后格式目录执行提示 -
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系统上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 -
出现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 mou
解决办法出现sudo分区grub进入设备mount/mnt/root -
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
【】这里我会把网上看到的、自己平时用到的、和感兴趣的都整理出来,大部分采纳与网络分享的案例 -
tar.gz 和tar.bz2 详细解释
【RedHat/Centos】大多以tar.gz 和tar.bz2打包软件,大多是通过 ./configure ;make ;make install 来安装的;有的软件是直接make;make install ; 我们可以通过./configure --help 来查看配置软件的功能;大多软件是提供./configure 配置软件的功能的;少数的也没有,如果没有的就不用
解释详细安装软件我们fcitxmakeroot@localhost