<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>落脚点 &#187; linux</title>
	<atom:link href="http://www.zhanggy.com/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zhanggy.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 06:13:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>vi基本操作</title>
		<link>http://www.zhanggy.com/blog/vi%e5%9f%ba%e6%9c%ac%e6%93%8d%e4%bd%9c</link>
		<comments>http://www.zhanggy.com/blog/vi%e5%9f%ba%e6%9c%ac%e6%93%8d%e4%bd%9c#comments</comments>
		<pubDate>Sun, 19 Jun 2011 05:04:45 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Operating system]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=730</guid>
		<description><![CDATA[vi是所有UNIX系统都会提供的屏幕编辑器，它提供了一个视窗设备，通过它可以编辑文件。当然，对UNIX系统略有所知的人， 或多或少都觉得vi超级难用，但vi是最基本的编辑器，所以希望读者能好好把它学起来，以后在UNIX世界里必将畅行无阻、 游刃有余，因为其他几种文本处理器并非UNIX标准配备。说不定别人的Linux机器没安装joe或pico，如果您不会vi，那您可能就没辄了。 vi的基本概念 基本上vi可分为三种操作状态，分别是命令模式（Command mode）、插入模式（Insert mode）和底线命令模式（Last line mode）， 各模式的功能区分如下： 1． Comand mode：控制屏幕光标的移动，字符或光标的删除，移动复制某区段及进入Insert mode下，或者到Last line mode。 2． Insert mode：唯有在Insert mode下，才可做文字数据输入，按Esc等可回到Comand mode。 3． Last line mode：将储存文件或离开编辑器，也可设置编辑环境，如寻找字符串、列出行号等。 不过可以把vi简化成两个模式，即是将Last line mode也算入Command mode,把vi分成Command 和Insert mode。 vi的基本操作 ?进入vi 在系统提示符号输入vi及文件名称后，即可进入vi全屏幕编辑画面： $ vi testfile 有一点要特别注意，就是您进入vi之后是处于“Command mode”下，您要切换到Insert mode才能输入文字。 初次用vi的用户都会想先用上下左右键移动光标，结果电脑一直叫，把自己气个半死，所以进入vi后，先不要乱动， 转换入Insert后再说。?切换至Insert mode编辑文件在Command mode下按‘i’、‘a’或‘o’三键就可进入Insert mode。 这时候您就可以开始输入文字了。 i: 插入，从目前光标所在之处插入所输入的文字。 a: 增加，目前光标所在的下一个字开始输入文字。 o: 插入新的一行，从行首开始输入文字。 ?Insert的切换→Command mode，按Esc键 您目前处于Insert [...]]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/vi%e5%9f%ba%e6%9c%ac%e6%93%8d%e4%bd%9c/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RHEL 5 CD-Key</title>
		<link>http://www.zhanggy.com/blog/rhel-5-cd-key</link>
		<comments>http://www.zhanggy.com/blog/rhel-5-cd-key#comments</comments>
		<pubDate>Sat, 19 Apr 2008 10:01:33 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Operating system]]></category>
		<category><![CDATA[CDKEY]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=123</guid>
		<description><![CDATA[RHEL 5 安装 序列号 Server: Red Hat Enterprise Linux (Server including virtualization): 2515dd4e215225dd Red Hat Enterprise Linux Virtualization Platform: 49af89414d147589 Client: Red Hat Enterprise Linux Desktop: 660266e267419c67 Red Hat Enterprise Linux Desktop + Workstation Option: da3122afdb7edd23 Red Hat Enterprise Linux Desktop + Workstation + DualOS Option (Virtualization): 7fcc43557e9bbc42 Red Hat Enterprise Linux Desktop + DualOS [...]]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/rhel-5-cd-key/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>68本linux相关的免费书籍</title>
		<link>http://www.zhanggy.com/blog/68-linux-related-free-e-books</link>
		<comments>http://www.zhanggy.com/blog/68-linux-related-free-e-books#comments</comments>
		<pubDate>Fri, 04 Jan 2008 09:12:08 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Operating system]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=106</guid>
		<description><![CDATA[文章转自:http://www.linuxhaxor.net/2007/09/05/68-linux-related-free-e-books/ Advanced Linux Programming by CodeSourcery LLC Comprehensive Linux Textbook by Muayyad Saleh Al-Sadi Java Application Development on Linux by Carl Albing and Michael Schwarz (PDF) Linux Client Migration Cookbook, Version 2: A Practical Planning and Implementation Guide for Migrating to Desktop Linux by Chris Almond Linux Compute Clusters by Chander Kant The Linux Cookbook: [...]]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/68-linux-related-free-e-books/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LINUX守护进程介绍（转）</title>
		<link>http://www.zhanggy.com/blog/linux-daemon</link>
		<comments>http://www.zhanggy.com/blog/linux-daemon#comments</comments>
		<pubDate>Thu, 04 Oct 2007 14:17:51 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Operating system]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=90</guid>
		<description><![CDATA[Linux在启动时要启动很多系统服务，它们向本地和网络用户提供了[tag]Linux[/tag]的系统功能接口，直接面向应用程序和用户。Linux各项系统开机服务的功能是什么？ alsasound：Alsa声卡驱动程序支持。Alsa声卡驱动程序本来是为了一种声卡Gravis UltraSound(GUS)而写的，该程序被证明很优秀。 Alsa和OSS/Free 及OSS/Linux兼容，但是有自己的接口，甚至比OSS优秀。 amd：自动安装NFS（网络文件系统）守侯进程，运行automount精灵程序，该精灵在必要时自动安装一些本地设备和NFS文件系统。 apmd:高级电源管理，用来监视系统用电状态，并将相关信息通过syslogd 写入日志。也可以用来在电源不足时关机。 Arpwatch：该程序主要用来维护以太网物理地址和IP地址的对应关系，记录日志并构建一个在LAN接口上看到的以太网地址和IP地址对数据库。 atalk：AppleTalk精灵程序。注意不要在后台运行该程序，该程序的数据结构必须在运行其他进程前先花一定时间初始化。 atd：运行用户用At命令调度的任务。也在系统负荷比较低时运行批处理任务。 Autofs：自动安装管理进程automount，与NFS相关，依赖于NIS，当您需要时自动转载文件系统，而当您不需要时自动卸载。 Bootparamd：引导参数服务器，为LAN上的无盘工作站提供引导所需的相关信息，该服务允许老的Sun工作站从Linux网络启动，它和rarp现在很少使用，基本上被bootp和dhcp取代了。 crond：Linux下的计划任务，一个传统程序，该程序周期地运行用户调度的任务。比起传统的Unix版本，Vixie版本添加了不少属性，而且更安全，配置更简单。 Dhcpd：启动一个DHCP（动态IP地址分配）服务器，该精灵提供了对动态主机控制协议(Dynamic Host Control Protocol)的访问支持。 Gated：网关路由守候进程，使用动态的OSPF路由选择协议，通过一个数据库提供了网络路由功能支持。它支持 各种路由协议，包括RIP版本1和2、DCN HELLO协议、 OSPF版本2以及EGP版本2到4。 gpm：文本模式下的Linux程序如mc(Midnight Commander)提供了鼠标的支持。它也支持控制台下鼠标的拷贝，粘贴操作以及弹出式菜单。 Httpd：WEB服务器，可用来提供HTML文件以及CGI动态内容服务。 Inetd：因特网操作服务程序，支持多种网络服务的核心守候程序监控网络对各种它管理的服务的需求，并在必要的时候启动相应的服务程序。通常，inetd 管理的程序有telnet、ftp、rsh和rlogin。 关闭inetd也就关闭了这些由它管理的服务。 Innd：Usenet新闻服务器，最流行的用户组新闻服务器。它允许您建立起本地 新闻服务器。配置有一定的难度，可以先阅读/usr/doc/ inn*文档获得帮助。 keytable：该程序的功能是转载您在/etc/sysconfig/keyboards里说 明的键盘映射表，该表可以通过kbdconfig工具进行选择。您应该使该程序处于激活状态。 ldap：LDAP代表Lightweight Directory Access Protocol， 实现了目录访问协议的行业标准。 Linuxconf：允许使用本地WEB服务器作为用户接口来配置机器。linuxconf是Linux下的一个有效的系统配置工具，该服务允许远程运行。 Lpd：系统打印守护程序，负责将lpr等程序提交给打印作业。 Mars-nwe：mars-nwe文件和用于Novell的打印服务器 Mcserv：Midnight Commander服务进程允许远程机器上的用户通过Midnight Commander文件管理器操作本机文件。服务进程用PAM来验证用户，需要给出“用 户名/口令” 以通过验证。 mysql：一个快速高效可靠的轻型SQL数据库引擎。 named：域名服务器，将Internet主机名解析为点分的IP地址。 netfs：负责装载/卸载NFS、Samba、NCP(Netware)文件系统。 network：激活/关闭启动时的各个网络接口。 nfs：一个流行的基于TCP/IP网络的文件共享协议。该 服务提供了NFS文件共享服务，具体的配置在/etc/exports文件里。 nscd：nscd(Name Switch Cache [...]]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/linux-daemon/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux初学命令</title>
		<link>http://www.zhanggy.com/blog/linux-command</link>
		<comments>http://www.zhanggy.com/blog/linux-command#comments</comments>
		<pubDate>Wed, 27 Sep 2006 02:40:32 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Operating system]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=57</guid>
		<description><![CDATA[文件管理 ls ls -a&#160; &#160;列出当前目录下的所有文件，包括以.头的隐含文件ls -l或ll&#160; &#160;列出当前目录下文件的详细信息 pwd pwd&#160; &#160;查看当前所在目录的绝对路经 cd cd ..&#160; &#160;回当前目录的上一级目录&#160; &#160; &#160; &#160; &#160;cd -&#160; &#160;回上一次所在的目录&#160; &#160; &#160; &#160; &#160;cd ~ 或 cd&#160; &#160;回当前用户的宿主目录&#160; &#160; &#160; &#160; &#160;cd ~用户名&#160; &#160;回指定用户的宿主目录 mkdir mkdir 目录名&#160; &#160;创建一个目录&#160; &#160; &#160; &#160; &#160;mkdir –p&#160; &#160;递归式去创建一些嵌套目录 rmdir Rmdir 空目录名&#160;  除一个空目录 rm rm 文件名 文件名&#160;  除一个文件或多个文件&#160; [...]]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/linux-command/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何让USER只能用FTP 不能 LOGIN</title>
		<link>http://www.zhanggy.com/blog/user-can-ftp-cannot-login</link>
		<comments>http://www.zhanggy.com/blog/user-can-ftp-cannot-login#comments</comments>
		<pubDate>Fri, 05 May 2006 16:04:09 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Operating system]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/blog/?p=34</guid>
		<description><![CDATA[FreeBSD:如何让USER只能用FTP 不能 LOGIN Q1.如何让使用者只到自己的 目录 把使用者的帐号 到 /etc/ftpchroot 之中 如user testuser vi /etc/ftpchroot testuser 如果是群组 如 group gigi vi /etc/ftpchroot at gigi Q2 dot 不想让某位使用者使用FTP登入的话 把该使用者的帐号 到 /etc/ftpusers 之中 Q3.如何让 USER只能用FTP 不能 LOGIN 如果要使用 /sbin/nologin (或 usr/sbin/nologin) 则必须编辑 /etc/shells vi /etc/shells 在最后一行 入 /bin/sh /bin/csh /bin/tcsh /sbin/nologin]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/user-can-ftp-cannot-login/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

