<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>综合频道－巧巧读书</title>
    <description>IT咨询，教育，旅游</description>
    <link>http://www.qqread.com</link>
    <language>zh-cn</language>
    <generator>WWW.QQREAD.COM</generator>
    <copyright>Copyright 2002 - 2006 qqread.com, All Rights Reserved</copyright>
    <pubDate>Tues, 25 Jul 2006 00:15:06 GMT</pubDate>
    <item>
      <title>AIX系统命令简介</title>
      <link>http://www.qqread.com/aix/n401770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/n401770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>在AIX操作系统上有很多的命令。这里介绍一些系统级的命令，它将有助于回答一些常见问题。大家以此做参考，并补充修改。以下命令在AIX 5.1上测试通过。 · 关于内核显示AIX系统内核是32位还是64位：bootinfo -K如何改变内核模式（32位或64位）/unix文件连接到一个可引导...</description>
    </item>
    <item>
      <title>AIX5.2和AIX5.3的区别</title>
      <link>http://www.qqread.com/aix/n411770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/n411770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>主要有以下一些区别，5.3比5.2的AIX多出的特点： 1，微分区。power5的强大功能。2，网络虚拟化。好处：不必每个分区都配网卡了。3，SVG，更强大的lvm，以前每个VG的PP是（1016*32），现在有2097152，而且PP最大128GB。4，文件系统（jfs2）可减小，对做事没有计划的人特...</description>
    </item>
    <item>
      <title>AIX操作系统shell的参数</title>
      <link>http://www.qqread.com/aix/n421770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/n421770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>通常调用UNIX程序的格式是：command options files一些与传递给shell的参数相关的变量：$# 命令行参数的个数$? 调用命令的返回值$$ 当前进程的进程号$! 最后一个后台命令的进程号$0 命令行的第一个参数，也就是命令名$n 命令行的第n个参数，如果要取超过9个参数${n}$* ...</description>
    </item>
    <item>
      <title>korn shell基础知识</title>
      <link>http://www.qqread.com/aix/d431770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/d431770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>Korn Shell执行命令的顺序1.关键字，如if,for,function等2.别名(Aliases)3.内部命令，如cd, whence和函数等4.函数Functions5.脚本Scripts、在PATH中的可执行程序※找到命令的根源用下面的命令：whence -v command或：type commandAlias(别名)alias aliasname=command取...</description>
    </item>
    <item>
      <title>AIX 的许可权限-ACL</title>
      <link>http://www.qqread.com/aix/n441770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/n441770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>ACL是对标准权限位的扩展。通过修改分配给个人或组的标准权限，对每个文件或目录进行更精细的控制。对每个组或用户，有3种权限分配情况： PERMIT : 准许对文件或目录的特定权限。 DEMY : 限制对文件或目录的特定权限。 SPECIFY : 明确地定义文件或目录权限。 "acledit "...</description>
    </item>
    <item>
      <title>谈IBM UNIX服务器的技术优势</title>
      <link>http://www.qqread.com/aix/w451770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/w451770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>1.什么是MBB结构 MBB的全称是Modular Building Block，每个BB（Building Block）可包含4路CPU，若干内存和I/O卡。在Sun服务器上称BB为board；在HP服务器上称BB为cell；在原先的Compaq服务器上称BB为quad。不同BB内的CPU可以有不同的时钟频率。所有的BB通过一种称为cross...</description>
    </item>
    <item>
      <title>Linux和AIX双引导</title>
      <link>http://www.qqread.com/aix/y461770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/y461770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>在支持逻辑分区的 IBM eServer 服务器上，应该让 Linux 与 AIX 运行在不同的单独分区中。然而，不是所有的配置都支持逻辑分区，有时需要所有的资源都在硬件上可用。在这些情形下，双引导 Linux 和 AIX 操作系统可能是根据您的需要来提供每种平台的一种有效方法。与 Linu...</description>
    </item>
    <item>
      <title>AIX 5L操作系统</title>
      <link>http://www.qqread.com/aix/n471770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/n471770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>AIX符合Open group的UNIX 98行业标准（The Open Group UNIX 98 Base Brand），通过全面集成对32-位和64-位应用的并行运行支持，为这些应用提供了全面的可扩展性。它可以在所有的IBM ~ p系列和IBM RS/6000工作站、服务器和大型并行超级计算机上运行。对于那些要求高吞吐...</description>
    </item>
    <item>
      <title>AIX系统简介</title>
      <link>http://www.qqread.com/aix/n481770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/n481770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>RS/6000 采用IBM 的UNIX操作系统-AIX作为其操作系统。这是一个目前操作系统界最成功，应用领域最广，最开放的第二代的UNIX系统。它特别适合于做关键数据处理（CRITICAL）。 AIX 包含了许多IBM 大型机传统受欢迎的特征，如系统完整性，系统可管理性和系统可用性。 在 AIX...</description>
    </item>
    <item>
      <title>AIX无线系统管理器---WSMA</title>
      <link>http://www.qqread.com/aix/n491770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/n491770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>在今天的7X24小时不断运行的商业环境中，工作和生活的界限已变得越来越模糊。普及计算使得人们可以随时进行商务活动，与同事沟通，并接收有关信息----不论是在办公室还是在别的地方。WSMA通过使用无线设备把移动服务器管理带进了一个新天地。使用标准的WAP手机，系统管...</description>
    </item>
    <item>
      <title>AIX操作系统的shell简介</title>
      <link>http://www.qqread.com/aix/n501770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/n501770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>操作系统与外部最主要的接口就叫做shell。shell是操作系统最外面的一层。shell管理你与操作系统之间的交互:等待你输入，向操作系统解释你的输入，并且处理各种各样的操作系统的输出结果。shell提供了你与操作系统之间通讯的方式。这种通讯可以以交互方式（从键盘输入，...</description>
    </item>
    <item>
      <title>AIX操作系统产品发布小轨迹</title>
      <link>http://www.qqread.com/aix/n511770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/n511770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>第一版本的AIX操作系统出现在1986年，但是没有被明显发行使用的记录；以下参考厂家提供的资料做一个按时间发布的小结，从过去到现在，格式是“宣布时间”--“名称 版本号”。1993年9月21日--AIX 3.2.51994年7月26日--AIX 4.11996年4月23日--AIX 4.21996年10月8日--AIX 4...</description>
    </item>
    <item>
      <title>AIX简单了解</title>
      <link>http://www.qqread.com/aix/n521770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/n521770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>AIX是英语Avanced Interactive eXcutive的缩写，字面大概的意思是"高级交互执行",它是IBM公司设计的一款Unix操作系统，现在主要运行在以IBM公司生产的Power系列处理器的计算机上。第一版本的AIX操作系统出现在1986年，运行在一款名叫IBM RT/PC计算机硬件上。概念类似于...</description>
    </item>
    <item>
      <title>UNIX系统终极安装-Aix篇</title>
      <link>http://www.qqread.com/aix/h531770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/h531770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>AIX全名为（Advanced Interactive Executive），它是IBM 公司的UNIX操作系统，整个系统的设计从网络、主机硬件系统，到操作系统完全遵守开放系统的原则。在AIX操作系统上，有许多的数据库和开发工具，用户除了选用已有的应用软件外，还可以根据各自的需要进行开发。此外...</description>
    </item>
    <item>
      <title>使AIX支持xWindows必备的文件集</title>
      <link>http://www.qqread.com/aix/u541770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/u541770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>针对AIX 4.x和5L操作系统适用，支持Xwindows需要以下文件集：X11.apps.*X11.base.*X11.compat.*X11.fnt.*X11.motif.*运行CDE,则还需要安装X11.Dt.*如果希望远程使用CDE仿真，需要安装X11.fnt.fontServer...</description>
    </item>
    <item>
      <title>Sun ONE Messaging Server劫持Webmail帐户漏洞</title>
      <link>http://www.qqread.com/aix/f551770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/f551770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>信息提供：安全公告（或线索）提供热线：51cto.editor@gmail.com漏洞类别：劫持Webmail帐户漏洞攻击类型：远程攻击发布日期：2004-11-09更新日期：2004-11-11受影响系统：Sun iPlanet Messaging Server 6.1Sun iPlanet Messaging Server 5.2安全系统：无漏洞报告人：Ram...</description>
    </item>
    <item>
      <title>AIX操作系统的安装介绍</title>
      <link>http://www.qqread.com/aix/n561770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/n561770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>安装介质与方式AIX操作系统的安装可以：通过Tape安装， 需要16M RAM，PCI总线的RS/6000系列小型机不支持该方式；通过CD-ROM安装， 需要有8M RAM；通过网络安装，这需要使用AIX Network Install Manager (NIM)来实现，系统支持通过Token Ring 、FDDI、ethernet的安装；预...</description>
    </item>
    <item>
      <title>如何使用AIX操作系统中的EtherChannel功能</title>
      <link>http://www.qqread.com/aix/s571770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/s571770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>AIX操作系统中的EtherChannel是一种网络端口综合技术，它允许用户将一台服务器上的多个以太网卡综合起来形成一个带宽更大的以太网接口。一般来说，这些以太网卡都应该连接在同一台支持EtherChannel技术的交换机上；这些网卡所连接的交换机上的端口也必须明确地手工指定...</description>
    </item>
    <item>
      <title>用AIX的shell进行数学计算</title>
      <link>http://www.qqread.com/aix/d581770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/d581770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>在korn shell中进行数学计算有许多方法，常用的有：1.使用赋值语句：格式：let 赋值表达式【tip】赋值表达式可以省略为： ((赋值表达式))例：给自变量i加1let i=i+1或((i=i+1))2.使用expr命令：例：给自变量i加1i=`expr $i + 1`3.使用bc命令：bc是UNIX下的计算器，它也...</description>
    </item>
    <item>
      <title>在AIX操作系统下shell的变量</title>
      <link>http://www.qqread.com/aix/e591770806.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/aix/e591770806.html</guid>
      <category>IBM AIX</category>
      <pubDate>Fri, 10 Mar 2006 00:00:00 GMT</pubDate>
      <description>定义变量：ValueName=value访问变量：$ValueName${ValueName}定义与初始化数组变量：set -A name value1 value2 ... valuen或直接给数组赋值也可以定义数组：name[index]=value访问数组变量：${name[index]}一次访问数组变量中的所有元素：${name[*]}${name[@]}只读变量...</description>
    </item>
  </channel>
</rss>
