apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName
解决方法:编辑/etc/apache2/apache2.conf,在文件的最后一行添加ServerName localhost,然后重启apache即可 Continue reading ‘apache2 error debug(不断更新中…)’
wordpress主题 插件 互联网
apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName
解决方法:编辑/etc/apache2/apache2.conf,在文件的最后一行添加ServerName localhost,然后重启apache即可 Continue reading ‘apache2 error debug(不断更新中…)’
使用a2enmod rewrite,然后重启apache在ubuntu下无效。
察看apache启用了什么模块的命令:apache2ctl -M
ubuntu apache2 启用mod_rewrite模块的流程如下: Continue reading ‘ubuntu apache2 启用mod_rewrite模块的方法’
ubuntu 11.10的新界面虽然有很多交互式改进,但由于新界面与传统界面有很大的变化,很多人用着不太顺手,于是改用ubuntu gnome classic桌面风格。
其实ubuntu 11.10还可以安装gnome 3引入的一种新型交互桌面风格:gnome shell。wordpress公园用了一段时间gnome shell,既有gnome classic 传统菜单的操作,也有创新的交互,很好用。 Continue reading ‘ubuntu 11.10如何启用gnome shell界面并安装gnome shell extension 扩展’
ubuntu默认字体很乱,各种程序里面的字体设置各自为战,显示字体不统一。也许之前用windows用多了,感觉还是微软雅黑字体看着顺眼些。
在网上找到一个ubuntu自动安装微软雅黑字体的脚本,使用方法如下: Continue reading ‘ubuntu 自动安装微软雅黑字体教程’
在使用ubuntu的时候,在使用新得立安装软件的“详情”里,或用终端里安装软件或运行软件的是候,会出现ubuntu无法在模块路径中找到主题引擎:“pixmap”这样的警告提示。 Continue reading ‘Ubuntu无法在模块路径中找到主题引擎:“pixmap”的解决方法’
fcitx输入法 4.1.2 的皮肤与之前fcitx 4.0的皮肤不兼容。在网上找了一些fcitx 4.1.2能使用的皮肤。 Continue reading ’10款 ubuntu中文输入法小企鹅 fcitx 4.1.2 专用皮肤下载’
ubuntu 11.10的默认中文输入法是ibus, 以前用过小企鹅fcitx,感觉还不错,看网上评论,大家普遍比较喜欢fcitx,尤其是fcitx的界面。于是把ubuntu的中文输入法换成fcitx。对了,fcitx的读音是 [ˈfaɪtɪks]。 Continue reading ‘ubuntu最佳中文输入法小企鹅fcitx的安装以及使用’
ubuntu的快捷键可以在ubuntu传统菜单=>系统工具=>系统设置=>键盘=>快捷键 下设置。ubuntu的快捷键有窗口快捷键,比如激活窗口菜单快捷键(ALT+空格),关闭窗口快捷键(ALT+F4);导航快捷键,比如切换应用程序的快捷键(ALT+T),直接切换窗口的快捷键:ALT+ESC;隐藏所有窗口的快捷键(CTRL+ALT+D)。
今天burst VPS centos下在安装p7zip(一个7z解压软件)时,发生了can’t start a new thread的错误。google了下,发现是fastestmirror的问题。
解决方法是:编辑/etc/yum/pluginconf.d/fastestmirror.conf,把里面的enable=1改成enable=0。禁用该功能就可以了。
在centos上用yum install p7zip,出现no package p7zip available的提示。只好手动安装了。
在p7zip的主页http://sourceforge.net/projects/p7zip/找到下载地址
1 2 3 4 5 | wget -c download-url #是一个tar.bz2的压缩包 tar jxvf p7zip*.tar.bz2 cd p7zip* make make install |
centos上的p7zip就安装好,可以正常使用了。
7zip的解压命令
7za x filename.7z
近期评论