码迷,mamicode.com
首页 >  
搜索关键字:freebsd    ( 664个结果
Perl 访问FTP
#ftp #ljl #!/usr/bin/perl use strict; use Net::FTP; my $user = "anonymous"; my $passwd = "chinaunix@"; my $host = "ftp.freebsd.org"; my $ftp = Net::FTP->new("$host", Debug =>0) or die "Can't connec...
分类:其他好文   时间:2014-05-11 13:23:26    阅读次数:286
使用varnish实现网站动静分离
一、Varnish简介Varnish是一款高性能、开源的反向代理服务器和缓存服务器,其开发者Poul-HenningKamp是FreeBSD核心的开发人员之一。Varnish主要运行两个进程:Management进程和Child进程(也叫Cache进程)。Management进程主要实现应用新的配置、编译VCL、监控varnish、初始化var..
分类:Web程序   时间:2014-05-10 04:14:44    阅读次数:605
缓存服务器varnish概念篇
一、Varnish简介Varnish是一款高性能的开源HTTP加速器,挪威最大的在线报纸VerdensGang使用3台Varnish代替了原来的12台Squid,性能比以前更好。Varnish的作者Poul-HenningKamp是FreeBSD的内核开发者之一,他认为现在的计算机比起1975年已经复杂许多。在1975年时,储存媒介只有..
分类:其他好文   时间:2014-05-07 22:02:06    阅读次数:445
FreeBSD 10 中文环境
中文字体位置 FontPath "/usr/local/lib/X11/fonts/misc/:unscaled" FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/local/lib/X...
分类:其他好文   时间:2014-04-29 21:45:36    阅读次数:796
664条   上一页 1 ... 65 66 67
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!