<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>LinuxCTO</title><link>http://www.LinuxCTO.com/</link><description>菜鸟也学Linux</description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright></copyright><pubDate>Fri, 30 Dec 2011 09:22:37 +0800</pubDate><item><title>Centos下vpn（pptpd）的部署</title><author>qianshoublog@126.com (LinuxCTO)</author><link>http://www.LinuxCTO.com/post/83.html</link><pubDate>Tue, 27 Dec 2011 15:11:52 +0800</pubDate><guid>http://www.LinuxCTO.com/post/83.html</guid><description><![CDATA[<p>一、安装 在centos 5下面安装pptpd最省事的安装就是下载rpm包pptpd-1.3.4-1.rhel5.1.i386.rpm,然后直接执行 rpm &ndash;ivh pptpd-1.3.4-1.rhel5.1.i386.rpm 。幸运的是这个包没有其他依赖，因此安装应该是异常的顺利。安装完rpm包后，自动生成几个配置文件，主配置文件/etc/pptpd.conf，选项文件/etc/p</p>]]></description><category>Linux技术与应用</category><comments>http://www.LinuxCTO.com/post/83.html#comment</comments><wfw:comment>http://www.LinuxCTO.com/</wfw:comment><wfw:commentRss>http://www.LinuxCTO.com/feed.asp?cmt=83</wfw:commentRss><trackback:ping>http://www.LinuxCTO.com/cmd.asp?act=tb&amp;id=83&amp;key=72540314</trackback:ping></item><item><title>解决系统NTLDR is missing的问题</title><author>qianshoublog@126.com (LinuxCTO)</author><link>http://www.LinuxCTO.com/post/82.html</link><pubDate>Tue, 27 Dec 2011 15:11:12 +0800</pubDate><guid>http://www.LinuxCTO.com/post/82.html</guid><description><![CDATA[<p>由于杀毒，不小心把系统盘C盘的下的NTLDR删除了。然后重新启动的时候，就提 示：&ldquo;NTLDR&nbsp;is&nbsp;missing,Press&nbsp;CTRL+ALT+DEL&nbsp;to&nbsp;restart&rdquo;，无法正常开机启动。分析：NTLDR文件是 win&nbsp;nt/win200/WinXP的引导文件，当此文件丢失时启动系统会提示 &ldquo;</p>]]></description><category>Win系统与应用</category><comments>http://www.LinuxCTO.com/post/82.html#comment</comments><wfw:comment>http://www.LinuxCTO.com/</wfw:comment><wfw:commentRss>http://www.LinuxCTO.com/feed.asp?cmt=82</wfw:commentRss><trackback:ping>http://www.LinuxCTO.com/cmd.asp?act=tb&amp;id=82&amp;key=cfabb195</trackback:ping></item><item><title>linux subverstion的实现及配置</title><author>qianshoublog@126.com (LinuxCTO)</author><link>http://www.LinuxCTO.com/post/81.html</link><pubDate>Tue, 27 Dec 2011 15:08:05 +0800</pubDate><guid>http://www.LinuxCTO.com/post/81.html</guid><description><![CDATA[<p>Subversion的简介：首先理解什么是subverstion， subverstion是一个自由/开源的版本控制系统，也就是说， 在subverstion管理下，文件和目录可以超越时空，也就是subversion允许数据恢复到早期 的版本，或者是检查数据修改历史。正因为如此，许多人将版本控制软件当做一种神奇的&ldquo;时间机器&rdquo;。Subversion的 版本可以通过网络访问，从</p>]]></description><category>Linux技术与应用</category><comments>http://www.LinuxCTO.com/post/81.html#comment</comments><wfw:comment>http://www.LinuxCTO.com/</wfw:comment><wfw:commentRss>http://www.LinuxCTO.com/feed.asp?cmt=81</wfw:commentRss><trackback:ping>http://www.LinuxCTO.com/cmd.asp?act=tb&amp;id=81&amp;key=2b0c246d</trackback:ping></item><item><title>解决You have new mail in /var/spool/mail/root </title><author>qianshoublog@126.com (LinuxCTO)</author><link>http://www.LinuxCTO.com/post/80.html</link><pubDate>Tue, 27 Dec 2011 15:06:49 +0800</pubDate><guid>http://www.LinuxCTO.com/post/80.html</guid><description><![CDATA[<p>在进入系统的时候经常提示You have new mail in /var/spool/mail/root该怎样解决呢：这是正常的，但是不要小视哦修改/usr/share/logwatch/default.conf/logwatch.conf配置文件下面为显示的配置文件[root@localhost mail]# cat&nbsp; /usr/share/logwatch/default.conf</p>]]></description><category>Linux技术与应用</category><comments>http://www.LinuxCTO.com/post/80.html#comment</comments><wfw:comment>http://www.LinuxCTO.com/</wfw:comment><wfw:commentRss>http://www.LinuxCTO.com/feed.asp?cmt=80</wfw:commentRss><trackback:ping>http://www.LinuxCTO.com/cmd.asp?act=tb&amp;id=80&amp;key=3621bf88</trackback:ping></item><item><title>svn客户端异常的处理：authorization failed </title><author>qianshoublog@126.com (LinuxCTO)</author><link>http://www.LinuxCTO.com/post/79.html</link><pubDate>Tue, 27 Dec 2011 15:00:07 +0800</pubDate><guid>http://www.LinuxCTO.com/post/79.html</guid><description><![CDATA[<p>svn客户端&nbsp; authorization failed近来在ubuntu上安装svn时发生了个错误，在客户端check时总是提示authorization failed后来终于找到了解决的方法：</p>]]></description><category>Linux技术与应用</category><comments>http://www.LinuxCTO.com/post/79.html#comment</comments><wfw:comment>http://www.LinuxCTO.com/</wfw:comment><wfw:commentRss>http://www.LinuxCTO.com/feed.asp?cmt=79</wfw:commentRss><trackback:ping>http://www.LinuxCTO.com/cmd.asp?act=tb&amp;id=79&amp;key=23f326ea</trackback:ping></item><item><title>linux时区的修改</title><author>qianshoublog@126.com (LinuxCTO)</author><link>http://www.LinuxCTO.com/post/78.html</link><pubDate>Tue, 27 Dec 2011 14:59:14 +0800</pubDate><guid>http://www.LinuxCTO.com/post/78.html</guid><description><![CDATA[<p>最近在虚拟机上做实验 然后遇到了时区的问题，先把修改方面的经验记录下来&nbsp;环境centos6 64bit&nbsp;1 修改配置文件vim&nbsp; /etc/sysconfig/clock&nbsp;ZONE=&quot;Asia/Chongqing&quot;&nbsp;2 命令选择tzselect&nbsp;3 修改生效tzdata-update&nbsp;不知道是不是centos</p>]]></description><category>Linux技术与应用</category><comments>http://www.LinuxCTO.com/post/78.html#comment</comments><wfw:comment>http://www.LinuxCTO.com/</wfw:comment><wfw:commentRss>http://www.LinuxCTO.com/feed.asp?cmt=78</wfw:commentRss><trackback:ping>http://www.LinuxCTO.com/cmd.asp?act=tb&amp;id=78&amp;key=15633a07</trackback:ping></item><item><title>Apache2.2+Tomact6配置集群、负载均衡、Session共享</title><author>qianshoublog@126.com (LinuxCTO)</author><link>http://www.LinuxCTO.com/post/77.html</link><pubDate>Tue, 27 Dec 2011 14:54:21 +0800</pubDate><guid>http://www.LinuxCTO.com/post/77.html</guid><description><![CDATA[<div>环境说明<br />Apache: apache_2.2.21 &nbsp; &nbsp; 1 个<br />Tomcat: apache-tomcat-6.0.29 (zip版) 2个<br />mod_jk: mod_jk.so &nbsp;1个 （tomcat-connectors-1.2.32-windows-i386-httpd-2.2.x）<br />mod_jk,注意和apache版本匹配</div><p>&nbsp;</p>]]></description><category>Linux技术与应用</category><comments>http://www.LinuxCTO.com/post/77.html#comment</comments><wfw:comment>http://www.LinuxCTO.com/</wfw:comment><wfw:commentRss>http://www.LinuxCTO.com/feed.asp?cmt=77</wfw:commentRss><trackback:ping>http://www.LinuxCTO.com/cmd.asp?act=tb&amp;id=77&amp;key=18e53306</trackback:ping></item><item><title>redhat下完全卸载Oracle10g </title><author>qianshoublog@126.com (LinuxCTO)</author><link>http://www.LinuxCTO.com/post/76.html</link><pubDate>Tue, 27 Dec 2011 14:52:53 +0800</pubDate><guid>http://www.LinuxCTO.com/post/76.html</guid><description><![CDATA[<p>1. 用 oracle 用户登录 【如果要重装， 最好先做一些备份工作。 比如用户的登录脚本，数据库自动启动关闭的脚本，和 Listener 自动启动的脚本。要是有可能连创建数据库的脚本也保存下来&nbsp; 】2. 使用 SQL*PLUS 停止数据库 [oracle@redhat oracle]$ sqlplus / as sysdbaSQL&gt; shutdown immediateSQL&amp;</p>]]></description><category>Linux技术与应用</category><comments>http://www.LinuxCTO.com/post/76.html#comment</comments><wfw:comment>http://www.LinuxCTO.com/</wfw:comment><wfw:commentRss>http://www.LinuxCTO.com/feed.asp?cmt=76</wfw:commentRss><trackback:ping>http://www.LinuxCTO.com/cmd.asp?act=tb&amp;id=76&amp;key=66d8e29a</trackback:ping></item><item><title>VNC无法连接主机-10065错误</title><author>qianshoublog@126.com (LinuxCTO)</author><link>http://www.LinuxCTO.com/post/75.html</link><pubDate>Tue, 27 Dec 2011 14:52:04 +0800</pubDate><guid>http://www.LinuxCTO.com/post/75.html</guid><description><![CDATA[<p>vnc viewer不能连接主机，错误代码是10065google之后发现是防火墙的问题1、如果是测试机的话可以用命令清除iptables所有规则，之后vnc可以连接01.[root@oracle ~]# iptables -F&nbsp; 2、如果是服务器，则开放5901端口，保留之前的规则01.iptables -I INPUT 1 -p TCP --dport 5901 -j ACCEPT&amp;</p>]]></description><category>Win系统与应用</category><comments>http://www.LinuxCTO.com/post/75.html#comment</comments><wfw:comment>http://www.LinuxCTO.com/</wfw:comment><wfw:commentRss>http://www.LinuxCTO.com/feed.asp?cmt=75</wfw:commentRss><trackback:ping>http://www.LinuxCTO.com/cmd.asp?act=tb&amp;id=75&amp;key=b422c89a</trackback:ping></item><item><title>Linux锁定和解锁用户</title><author>qianshoublog@126.com (LinuxCTO)</author><link>http://www.LinuxCTO.com/post/74.html</link><pubDate>Tue, 27 Dec 2011 14:51:21 +0800</pubDate><guid>http://www.LinuxCTO.com/post/74.html</guid><description><![CDATA[<p>1、禁止个别用户登录。比如禁止lynn用户登录。passwd -l test这就话的意思是锁定test用户，这样该用户就不能登录了。passwd -u test对锁定的用户lynn进行解锁，用户可登录了。&nbsp;2、我们通过修改/etc/passwd文件中用户登录的shellvi /etc/passwdtest:x:500:500::/home/test:/bin/bash更改为：test:x</p>]]></description><category>Linux技术与应用</category><comments>http://www.LinuxCTO.com/post/74.html#comment</comments><wfw:comment>http://www.LinuxCTO.com/</wfw:comment><wfw:commentRss>http://www.LinuxCTO.com/feed.asp?cmt=74</wfw:commentRss><trackback:ping>http://www.LinuxCTO.com/cmd.asp?act=tb&amp;id=74&amp;key=f7e23c82</trackback:ping></item></channel></rss>

