apt 里的小彩蛋

05月 13th, 2008 xiao H Posted in 日常桌面 | 4 Comments »

在终端自己输入以下命令查看

apt-get moo
aptitude  moo

aptitude -v moo
aptitude -vv moo
aptitude -vvv moo
aptitude -vvvv moo
aptitude -vvvvv moo
aptitude -vvvvvv moo
aptitude -vvvvvvv moo
 Read more »

Popularity: 15% [?]

标签:, ,

sed 总结

05月 13th, 2008 xiao H Posted in shell, 精品文档 | No Comments »

作者:zleil
################################################################
#[0]:  基础                                                                                            #
################################################################
**sed执行过程:
   a. 如果已到达文件尾,goto e;否则,用当前行内容替换模式空间的内容(即缓冲区,还有一个缓冲区:后备空间);
   b. 执行命令序列,命令只对模式空间有效;
   c. 当前行号加1
   d. goto a;
   e. 退出
注: 当前行号可由命令N或n更改,当前行号最初为第1行
    执行命令时,如果该命令有地址前缀,那么看*当前行号*是否与地址前缀相符,相符则执行,否则不执行
Read more »

Popularity: 14% [?]

标签:

Apache License Version 2.0

05月 12th, 2008 xiao H Posted in 开源协议 | No Comments »

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.

Read more »

Popularity: 13% [?]

标签:,

eaccelerator 应用之“使用共享内存存储Session”

05月 10th, 2008 xiao H Posted in 服务器应用 | No Comments »

本文转自: http://www.zhongguowen.com/blog/?p=74

eaccelerator的功能除了对php预编译代码进行优化、缓存之外,还提供了php开发下的共享内存操作、session内存存储、内容缓存等功能。
php默认的session存储方式是在磁盘,虽然可以配置php生成的文件目录到内存盘中,但最终还是需要依赖于文件系统,势必产生文件操纵的开销。当 网站并发请求很高的时候,还会产生另为一个性能问题:session目录下的文件数目过多,达到操纵系统瓶颈,虽然这时也可以通过配置为多级目录,但依旧 无法摆脱文件系统的魔爪。

Read more »

Popularity: 14% [?]

标签:,

MOZILLA PUBLIC LICENSE

05月 9th, 2008 xiao H Posted in 开源协议 | No Comments »

                        MOZILLA PUBLIC LICENSE  Version 1.1

1. Definitions.

     1.0.1. "Commercial Use" means distribution or otherwise making the
     Covered Code available to a third party.

Read more »

Popularity: 10% [?]

标签:,

The BSD License

05月 9th, 2008 xiao H Posted in 开源协议 | No Comments »

* Copyright (c) 1998, Regents of the University of California All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*

Read more »

Popularity: 10% [?]

标签:,

KDE 4.0.4 发布

05月 7th, 2008 xiao H Posted in 新闻评论 | No Comments »

刚刚 KDE 社区发布了 KDE 的最新版 KDE 4.0.4 这是第四的一个修正版同样提供管理,网络,教学,实用程序,多媒体,游戏,工艺图和Web开发元素,并支持49种语言.KDE是一个基于开源协议的图形界 面程序,它支持主流的GNU/Linux和UNIX系统.

Read more »

Popularity: 18% [?]

标签:

Ubuntu 8.04 下软件设置和优化

05月 7th, 2008 xiao H Posted in 日常桌面 | No Comments »

继续Ubuntu 8.04 之旅 软件设置和优化
优化Firefox 3
虽然Firefox 3 已经很好了,但还是有些可以优化的地方。

network.dns.disableIPv6 -> true
禁用ipv6 的dns 解析。

Read more »

Popularity: 22% [?]

标签:, , , , ,

Page 3 of 15«12345678910»...Last »