王学昌的笔记

Orioner.Wang

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase font size
  • Default font size
  • Decrease font size

学习笔记




所谓好记性不如烂笔头嘛,是不?

ubuntu远程连接Windows

用“应用程序”-“互联网”-“终端服务客户端”,另外协议选择RDPv5。搞定。
如果选择了全屏连接,那多数人是找不到怎么切回Ubuntu页面的。用这个命令吧:Ctrl+Alt+Enter

could not reliably determine the server's fully qualified domain name

环境:Ubuntu 9.10 Server 自带 LAMP
重启apache2服务时出现以下提示
could not reliably determine the server's fully qualified domain name,using xxx.xxx.xxx.xxx for ServerName
解决办法,修改/etc/apache2/apache2.conf
添加ServerName 1.2.3.4(服务器IP地址)即可。

cacti syslog 报错

报错内容如下:
Warning: include(./include/html/inc_timespan_settings.php) [function.include]: failed to open stream: No such file or directory in /var/www/cacti/plugins/syslog/syslog.php on line 126
Warning: include() [function.include]: Failed opening './include/html/inc_timespan_settings.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/cacti/plugins/syslog/syslog.php on line 126 将原来的内容:
include($syslog_config["graphtime"]...

阅读全文...

Joomla 自定义 404页面

本文由本人翻译自http://docs.joomla.org/Tutorial:Create_a_Custom_404_Error_Page向导:创建自定义404页面Joomla! Documentation本向导描述如何在Joomla1.5的网站下创建自定义的404页面。

 

通过四个步骤创建自定义404页面

1...

阅读全文...

Windows Server 2008开启和关闭休眠功能

关闭:以管理员身份,在命令行中运行powercfg -h off
开启:以管理员身份,在命令行中运行powercfg -h on
 
 
其实就这么简单,但是为什么系统里面没有GUI的地方设置呢,奇怪了,呵呵。

cacti0.8.7e安装php-weathermap0.97a

1、下载解压php-weathermap0.97a,下载地址http://www.network-weathermap.com/download2、把解压出来的weathermap复制到cacti/plugins/目录下即可。3、激活weathermap插件,修改cacti目录下的include/config.php的配置文件,在配置中查找/* Default session name - Session name must contain alpha characters */行,在此行下面加入:$plugins[] =...

阅读全文...

第1页 / 共10页

学习笔记
内容的浏览数 : 75999