Squid缓存 代理服务器会在本地硬盘设置缓存,这样可以提高网络效率 1修改squid配置文件“/etc/squid/squid.conf”,参数“cache_dir_ufs”就是设置缓存目录的 [root@localhost wj]#gedit /etc/squid/squid.conf # Uncomment and adjust the following to add a disk cache directory. cache_dir ufs /var/spool/squid 100 1
一.卸载jdk1.4 由于Redhat Enterprise Linux 5.6 中自带安装了jdk1.4.2的,所以在安装jdk1.6前我把jdk1.4.2的卸了,步骤如下: 1.打开终端输入 yum remove java终端显示 Is this ok [y/N]:输入y ,按回车.终端显示 Complete! 此时jdk1.4已被卸了.二.安装jdk1.6 1.下载:jdk-1_5_0_06-linux-i586-rpm.bin 地址:http://java.sun.com/j2se