本文出自:http://blog.csdn.net/svitter
引文出自:http://hi.baidu.com/owbtkcjhtmaeuyr/item/175d53ff2ad985b231c1991e
解决apache启动错误"httpd:Could not reliably determine..."
locate httpd.conf
vim httpd...
分类:
Web程序 时间:
2014-06-10 13:53:44
阅读次数:
323
问题: cannot find -lnlcollect2: error: ld returned 1 exit statusmake: *** [wpa_supplicant] 错误 1解决方法:[fulinux@ubuntu wpa_supplicant]$ sudo apt-get install libnl-dev libssl-dev...
分类:
其他好文 时间:
2014-06-10 13:35:36
阅读次数:
262
[root@VM_64_69_centos httpd]# curl
http://localhost:9001/pay301 Moved PermanentlyMoved PermanentlyThe document has
moved here.Apache/2.2.15 (CentOS) S...
分类:
其他好文 时间:
2014-06-10 13:26:18
阅读次数:
287
centos 基本操作之输入法安装输入法启动终端,切换到超级管理员yum install
"@Chinese Support"安装成功后,退出System->Preferences -> Input Method选择 Enable
input method feature,然后选择 Use IBus...
分类:
其他好文 时间:
2014-06-10 13:19:30
阅读次数:
210
mysql ==========yum install mysql
mysql-servermysqladmin -uroot -predhat password westos修改本地mysql root密码mysqladmin
-uroot -predhat -h 192.168.0.188 pa...
分类:
数据库 时间:
2014-06-10 09:05:59
阅读次数:
269
最近在使用Linux的过程中,为了方便,需要通过我的笔记本访问别的一台安装了 Ubuntu 的机器,方便起见,直接用了图形化远程登录,其中需要用到的就是 VNC。它的配置过程分为两部分,服务器端(另一台机器),客户端(我的笔记本)。
服务器端:
安装VNC服务程序:
$ sudo apt-get install vnc4server
给当前用户设置v...
分类:
其他好文 时间:
2014-06-10 07:06:25
阅读次数:
197
前提:设置为DHCP服务器,则将该机子的IP地址设置将于分配的地址范围处于同一网段
1、 查看是否安装DHCP服务器
# rpm —qa | grepdhcp
2、 若没安装则安装
# yum install dhcp
3、 安装了之后再查看安装文件,即重复第一步操作
4、 找到要复制的文件...
分类:
系统相关 时间:
2014-06-10 06:36:08
阅读次数:
346
本文出自:http://blog.csdn.net/svitter
安装tomcat7
sudo apt-get install tomcat7
sudo apt-get install tomcat7-docs
sudo apt-get install tomcat7-admin
配置文件在/etc/tomcat7/下
WEBAPP在/var/lib/tomcat7/...
分类:
其他好文 时间:
2014-06-10 06:29:25
阅读次数:
319
在CentOS
6上的eclipse安装了svbclipse插件后,svn不能使用,并且第一次使用的时候还出现下面错误窗口提示 Failed to load JavaHL
Library. These are the errors that were encountered: ...
分类:
编程语言 时间:
2014-06-10 00:51:27
阅读次数:
410
1.关于pippip是python的软件安装工具,下面是pip的使用方法:(1)安装包:pip
install SomePackage(2)查看安装包时安装了哪些文件:pip show --files SomePackage(3)查看哪些包有更新:pip
show --files SomePacka...
分类:
编程语言 时间:
2014-06-09 17:58:04
阅读次数:
240