ubuntu源快速更新脚本 – 1秒钟替换为国内ubuntu镜像

十月 13th, 2009 | 2 Comments | Posted in Shell, Ubuntu | 阅读次数: 16

制作:高进波 时间:2009-10-13 制作此脚本是方便ubuntu用户更换国内快速的ubuntu源,支持4个发行版hardy,intrepid,jaunty,karmic   1.编写更新脚本 vi hugwww[......]

Read more

Tags: ,

web架构 – nginx作为最前端的web cache系统

十月 12th, 2009 | 2 Comments | Posted in Nginx | 阅读次数: 3

来源:nginx.cn  作者:Aou 看这个图吧: 这个结构的优点: 1、可以使用nginx前端进行诸多复杂的配置,这些配置从前在squid是没法做或者做起来比较麻烦的,比如针对目录的防盗链。 2、ng[......]

Read more

Tags:

WEB架构 – v.2008.163.com对新架构的尝试

十月 11th, 2009 | 1 Comment | Posted in Nginx | 阅读次数: 15

来源:sudone.com; 作者:Ayou 先看看架构图: 实际上是app_nginx_squid_nginx的结构,nginx顶在最前面,具体有多少台我就不通告了,然后后面有比nginx更多的squid。 这个架构的[......]

Read more

Tags: ,

WEB架构 – nginx图片服务器的架构方案

十月 11th, 2009 | 9 Comments | Posted in Nginx | 阅读次数: 40

来源:sudone.com; 作者:Ayou 图片服务通常数据容量较大,而且访问也频繁,鉴于此,图片服务就会有两种问题,一是存储问题,二是访问量问题。 存储问题就是硬盘容量问题,花钱买硬盘就可以了,看似简单,但着实也是最苦的问题。按目[......]

Read more

Tags:

oracle11g学习笔记-基本函数

十月 10th, 2009 | 2 Comments | Posted in 4.数据库, oracle | 阅读次数: 4

制作:高进波 时间:2009-10-10 Oracle的函数很多,可以分为基本函数和分析函数两大类. 在联机事务处理系统中,基本函数使用的很多,而在以数据仓库为基础的经营分析系统中,除了基本函数外,还要用 到分析函数.[......]

Read more

Tags:

oracle11g学习笔记-select

十月 10th, 2009 | 3 Comments | Posted in 4.数据库, oracle | 阅读次数: 4

制作:高进波 时间:2009-10-09 select完整语法 select [all | distinct top n [percent] with ties select_list [into [new_table_na[......]

Read more

Tags: , , ,

ubuntu进入单用户模式

十月 10th, 2009 | No Comments | Posted in 1.操作系统, Ubuntu | 阅读次数: 37

制作:高进波 时间:2009-07-27 ubuntu如何进入单用户模式? grub菜单,按e编辑内核参数 在最后加入init=/bin/bash 进入单用户模式后,以读写方式重新挂载/ mount -o remou[......]

Read more

Tags:

通过HAProxy构建开源负载均衡架构平台

十月 9th, 2009 | 3 Comments | Posted in haproxy | 阅读次数: 71

制作:高进波

时间:2009-10-9

Ubuntu下使用haproxy+heartbeat搭建WEB负载均衡作业指导书

1.目的

通过此作业指导书,知道如何使用ubuntu+haproxy+heartbeat[......]

Read more

Tags: ,

oracle11g字符集编码问题

十月 9th, 2009 | 1 Comment | Posted in 4.数据库, oracle | 阅读次数: 37

制作:高进波 时间:2009-10-09 oracle11g建议使用AL32UTF8编码 编码介绍: 在下面的描述中,将以"中文"两个字为例,经查表可以知道其GB2312编码是"d6d0 cec[......]

Read more

compiere320安装配置使用oracle11g数据库

十月 9th, 2009 | 2 Comments | Posted in oracle | 阅读次数: 4

制作:高进波
时间:2009-9-29

oracle11g安装略

注意:
more /var/oracle11g/app/network/admin/tnsnames.ora
more /var/oracle11g/app[......]

Read more

Tags: ,