下载:http://www.chiark.greenend.org.uk/~sgtatham/agedu/
- [root@localhost ~]# tar zxvf agedu-r9723.tar.gz
- [root@localhost ~]# cd agedu-r9723
- [root@localhost ~]# ./configure
- [root@localhost ~]# make && make install
- [root@localhost ~]# agedu -s / #-s扫描
- [root@localhost ~]# agedu -w --address 192.168.0.10:80 #-w输入一个网页链接
- [root@localhost ~]# agedu -w --address 192.168.0.108080 --auth none #--auth关闭认证如果不加端口号会生成一个随机的用浏览器访问
date 看下系统时间
文件夹目录 ls -l 查看文件时间
【按提示应该是文件时间问题,新创建的时间既然比现在的文件时间晚,系统时间问题】
解决:
hwclock --set --date="月/日/年 小时:分钟:秒钟"
hwclock --hctosys
比如:hwclock --set --date="07/24/2012 12:33:22"
hwclock --hctosys是让上面设置的硬件时间同系统时间同步