天涯社区掌门邢明:已达创业板上市门槛

十一月 27th, 2009 | 1 Comment | Posted in 6.综合内容 | 阅读次数: 123 次

原文:http://finance.sina.com.cn/roll/20091127/07407024262.shtml 天涯社区掌门邢明:已达创业板上市门槛 天涯在线的创始人、董事长邢明 董事长邢明称:“互联网只要有流量和用户,怎么赚钱,问题不是很大。” 在国内首屈一指的社区论坛天涯在线,其资本运作一直“潜水”。不过,天涯在线[......]

Read more

Tags:

nginx支持手机应用(mobile)相关

十一月 26th, 2009 | 1 Comment | Posted in WEB架构 | 阅读次数: 241 次

原文:http://sudone.com/nginx/nginx_3g.html 1、判断手机用户 一般通过User-Agent来判断,从网上抄一抄,那些列出的都不错,我的配置里加上了Java、curl和Wget,方便调试和其它内部[......]

Read more

Tags:

nginx图片服务器的架构方案

十一月 26th, 2009 | 3 Comments | Posted in WEB架构 | 阅读次数: 818 次

原文:http://sudone.com/archie/nginx_pic.html 图片服务通常数据容量较大,而且访问也频繁,鉴于此,图片服务就会有两种问题,一是存储问题,二是访问量问题。 存储问题就是硬盘容量问题,花钱买硬盘就[......]

Read more

Tags:

当前比较适用的海量小文件系统架构方案

十一月 26th, 2009 | 4 Comments | Posted in WEB架构 | 阅读次数: 303 次

原文:http://sudone.com/archie/big_filesystem.html 现在的网站越做越大了,存储的东西越来越多,如何解决这些文件存储也成了新的难题。如果把这些文件都完全采用大硬盘存储来解决,并不是一个好主意,因为[......]

Read more

Tags:

centos yum php5.2.x repo安装方法

十一月 25th, 2009 | 2 Comments | Posted in PHP | 阅读次数: 1,382 次

Author:gaojinbo Time:2009-11-25 由于centos5.4安装好后通过yum来安装php的版本是5.1.6,现在很多站点都是在5.2.x上开发的,所以我们要添加其他的yum repo 来安装Php5.[......]

Read more

Tags: ,

制作ubuntu mirror源的镜像服务器

十一月 23rd, 2009 | 5 Comments | Posted in Ubuntu | 阅读次数: 449 次

Author:gaojinbo Time:2009-11-23 以下脚本是同步ubuntu官方镜像到本地磁盘,也就是制作自己的ubuntu mirror 1.制作同步脚本 vi ubuntu-mirror.sh #![......]

Read more

Tags: ,

深入解析oracle-数据字典

十一月 21st, 2009 | 1 Comment | Posted in oracle | 阅读次数: 154 次

Author:高进波 Time:2009-11-19 深入解析oracle  DBA入门,进阶与诊断案例 学习笔记 第四章        数据字典[......]

Read more

Tags:

ubuntu8.04下载安装配置awstats日志分析

十一月 21st, 2009 | 3 Comments | Posted in Apache, Ubuntu | 阅读次数: 303 次

制作:高进波 时间:2009-09-11 AWStats简介:Apache/Windows IIS的日志分析工具的下载,安装,配置样例和使用 apache2安装 apt-get install  apache2 l[......]

Read more

Tags: , ,

深入解析oracle-参数及参数文件

十一月 19th, 2009 | 4 Comments | Posted in oracle | 阅读次数: 1,493 次

Author:高进波 Time:2009-11-14 深入解析oracle  DBA入门,进阶与诊断案例 学习笔记 第三章        参数及参数[......]

Read more

Tags:

ubuntu下修改samba监听地址

十一月 18th, 2009 | 4 Comments | Posted in Ubuntu | 阅读次数: 90 次

制作:高进波 时间:2009-11-18 修改监听地址非常简单,只需要在配置文件加入一行即可 vi /etc/samba/smb.conf socket address=192.168.0.12 #共享设置例子 [[......]

Read more

Tags: ,