- 浏览: 87205 次
- 性别:
- 来自: 大连
最新评论
-
liuxian13183:
MyApp是什么?
android 横屏 竖屏 切换 -
ljdreamfuture:
Vista SQLSERVER 2005 express ODBC -
seahb:
有时候clear一下就好了
java.lang.classnotfoundexception j2me
文章列表
安装的过程中出现了mysql不支持的错误,需要启动apache2的rewrite模块,
sudo a2enmod rewrite
原因不明,待查。
- 2009-07-04 11:40
- 浏览 1021
- 评论(0)
用ldap+svn设置好之后,在浏览器中可以访问,但是好像无法检出,错误为400。
然后把配置添加到dav_svn.conf之后就可以了(需要注释掉以前的)。这样就可以使用http和https两种方式访问。也可以设置在/etc/apache2/sites-available/*,下面。
还有就是通过webdav客户端,可以读取svn服务器的内容(这里使用的windows中网上邻居配置的客户端),但是不能对这个目录进行写操作。可以配置如下:
<Location /svn>
DAV svn
SVNParentPath /var/lib/svn
SVNAutoversi ...
- 2009-06-30 14:26
- 浏览 1993
- 评论(0)
1.基于浏览器的:phpldapadmin
他的配置文件:/etc/phpldapadmin/apache.conf和/etc/phpldapadmin/config.php
/etc/phpldapadmin/apache.conf的配置和普通apache配置一样。
/etc/phpldapadmin/config.php的配置,此时要根据slapd的配置进行相应的改动,如果slapd的SLAPD_SERVICES的设置为127.0.0.1,那么/etc/phpldapadmin/config.php设置应为:$ldapservers->SetValue($i,'server','hos ...
- 2009-06-26 17:08
- 浏览 1243
- 评论(0)
查看远程用户ssh登录信息:
grep sshd /var/log/auth.log
pam的描述:
http://www.ubuntuchina.com/viewthread.php?tid=5630
准备工作:
1.安装openldap
sudo apt-get install slapd ldap-utils
2.安装openssh
sudo apt-get install openssh-server
需要配置的文件:
/etc/nsswitch.conf 和/etc/pam.d
这是我的配置:/etc/nssitch
# /etc/nsswitch.conf ...
- 2009-06-25 17:35
- 浏览 4064
- 评论(0)
安装mod_security模块:
Mod Security 可以很大的提高你的apache2的安全性。
参考:http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/
http://www.modsecurity.org/
sudo apt-get -y install libapache-mod-security
安装和配置modsecurity
以前安装这个模块的时候有点难,现在像下面一样简单:
sudo apt-get -y install libapache-mod-security
难点是我们 ...
- 2009-06-25 14:22
- 浏览 2116
- 评论(0)
参考:http://www.ibm.com/developerworks/cn/linux/l-roadmap/part3/index.html
http://linux.ctocio.com.cn/408/8900908_1.shtml
下载deb安装包
sudo dpkg -i webmin_1.480_all.deb
可能需要一些perl的库文件,可以尝试:
sudo apt-get install webmin
会有如下提示:
[code="java正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
webmin ...
- 2009-06-24 16:45
- 浏览 917
- 评论(0)
1.参考:https://help.ubuntu.com/9.04/serverguide/C/openldap-server.html#openldap-server-installation
http://www.l-penguin.idv.tw/article/ldap-1.htm
安装完成时候需要设置:/etc/hosts.allow
slapd: 127.0.0.1 192.168.236.
遇到的错误:
当使用:ldapsearch -xLLL -b cn=config -D cn=admin,cn=config -W olcDatabase={1}hdb
ldap_sasl_bi ...
- 2009-06-23 13:32
- 浏览 1931
- 评论(0)
官方主页:http://www.akelos.org/
中文翻译wiki:http://www.akelos.org/wiki/gettingstarted_cn
http://www.ixpub.net/viewthread.php?tid=671064&highlight=apache
Windows XP客户端:
http://jakarta.apache.org/slide/xp.html
使用ssl访问:/etc/apache2/site-enable/ssl
下面的为使用ldap验证的情况下:
Alias /dav "/usr/dav"
<Location /dav>
Dav on
DavMinTimeout 600
Options Indexes MultiViews F ...
- 2009-06-22 13:11
- 浏览 1263
- 评论(0)
介绍:http://www.oschina.net/p/darkstat
配置:/etc/darkstat/init.cfg
# Turn this to yes when you have configured the options below.
START_DARKSTAT=yes
# Don't forget to read the man page. ...
- 2009-06-18 14:50
- 浏览 737
- 评论(0)
获取网络包信息:
#tcpdump -i eth0
#tshark -i eth0
#tshark -i eth1 host 192.168.1.*
#tshark -i eth1 port ***
更多信息:
http://www.diybl.com/course/6_system/linux/Linuxjs/20090307/159082.html
- 2009-06-18 14:32
- 浏览 1162
- 评论(0)
/etc/squid/squid.conf的相关设置:
acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
#
# Example rule allowing access from y ...
- 2009-06-18 14:21
- 浏览 1032
- 评论(0)
将ip地址和mac地址关联起来,避免其他用户的随意使用。
/etc/dhcp3/dhcpd.conf
deny unknown-clients;
group{
host pc1 {
#pc1
hardware ethernet macaddress;
fixed-address 192.168.1.1;
}
} ...
- 2009-06-18 14:06
- 浏览 867
- 评论(0)
arpwatch mail通知
- 博客分类:
- network
在/etc/arpwatch.conf
eth1 -m ***@*** //mail address
- 2009-06-18 14:00
- 浏览 793
- 评论(0)
http://www.bhcode.net/article/20080417/773.html
- 2009-06-11 09:31
- 浏览 906
- 评论(0)