• 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即可...

    永中office2010专业版 for Linux

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

    ubuntu 11.04升级到11.10启动黑屏解决

    转自:http://uksysadmin.wordpress.com/2011/10/14/upgrade-to-ubuntu-11-10-problem-waiting-for-network-configuration-then-black-screen-solution/Hit Ctrl+Al...

    kernel headers for version 2.6.38-13-generic-pae were not found

    ubuntu 10.10升级11.04就出现这问题了。。google了一下sudo apt-get install linux-headers-`uname -r`安装一下当前内核头文件。。 ...