• freebsd 9.0(64bit)下varnish cache 安装

    1.确定ports已安装#cd /usr/ports/www/varnish #make install clean //安装(此时可能会下载一大堆东西,目前最新版本是3.0.2)2.配置varnish文件(/usr/local/etc/varnish/wszf.conf)backend myblo...

    freebsd 开启root权限ssh登录

    #vim /etc/ssh/sshd_config //添加以下配置PermitRootLogin yes #允许root登录PermitEmptyPasswords no #不允许空密码登录PasswordAuthentication yes # 设置是否使用口令验证。此时以可以用root...

    freebsd 9.0 安装squid 3.0

    注:如果有条件的话还是先将fetch替换为wget(fetch的下载速度实在太慢了。)安装freebsd 9.0就不说了,先下载squid3.01.下载&安装#wget http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE25...

    [存档]squid 安装调试过程中的几个常用命令

    刚才又看了一遍置顶的 问答帖子发现好多提问的貌似都没有仔细的看过《squid中文手册》造成在调试安装的过程中浪费了很多时间我贴一下吧解压,编译,make ,make install 就不说了。从 make install 后开始。当你的 squid.conf 配置文档按照你的想法修改完以后,启动 s...

    FATAL: Failed to make swap directory /usr/local/squid/var/cache/00 (13) Permission denied....

    # chown nobody /usr/local/squid/cache./squid -zX源地址:http://phorum.study-area.org/index.php/topic,7425.0.html...

    更改freebsd ports的下载工具为wget

    前提是装了wget与文本编辑器vim /etc/make.conf添加:FETCH_CMD=wget -c -t 5DISABLE_SIZE=yes-c是断点续传 -t是重试次数试试吧。fetch实在太搓了。。每次下载都是bps......

    freebsd9.0 wget安装错误(GNUTLS and OPENSSL are mutually exclusive, enable at most one of them.)

    手贱在make弹出的gui界面选择了GNUTLS and OPENSSL结果就这样cd /usr/ports/ftp/wget && make config弹出gui界面把GNUTLS去掉然后make install clean即可...

    xcode 3.2 卸载

    sudo /Developer/Library/uninstall-devtools --mode=all删除developer文件夹...

    永中office2010专业版 for Linux

    你懂得。因为专业所以专业http://ubuntuone.com/6tvBNygICSKhtrPjIdF1qo...

    DpiUtils

    public class DPIUtil{ private static Display defaultDisplay; private static float mDensity; public static int dip2px(float paramFloat) { return...