<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Change unix password with Python</title>
	<atom:link href="http://dhika.cikul.or.id/change-unix-password-with-python.html/feed" rel="self" type="application/rss+xml" />
	<link>http://dhika.cikul.or.id/change-unix-password-with-python.html</link>
	<description>Just Want to Learn and Share</description>
	<lastBuildDate>Fri, 10 Feb 2012 01:12:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cikul</title>
		<link>http://dhika.cikul.or.id/change-unix-password-with-python.html/comment-page-1#comment-4976</link>
		<dc:creator>cikul</dc:creator>
		<pubDate>Sun, 22 Jun 2008 00:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://dhika.cikul.or.id/2007/01/11/change-unix-password-with-python/#comment-4976</guid>
		<description>i have try that code, but in some linux box does not work. Thank&#039;s for share</description>
		<content:encoded><![CDATA[<p>i have try that code, but in some linux box does not work. Thank&#8217;s for share</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cctv</title>
		<link>http://dhika.cikul.or.id/change-unix-password-with-python.html/comment-page-1#comment-3107</link>
		<dc:creator>cctv</dc:creator>
		<pubDate>Thu, 25 Oct 2007 07:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://dhika.cikul.or.id/2007/01/11/change-unix-password-with-python/#comment-3107</guid>
		<description>I have change successly use code below

#!/usr/bin/python

import os

p = os.popen(&#039;/usr/bin/passwd&#039;, &#039;w&#039;)
p.write(&#039;password\n&#039;)
p.write(&#039;password\n&#039;)
p.close()</description>
		<content:encoded><![CDATA[<p>I have change successly use code below</p>
<p>#!/usr/bin/python</p>
<p>import os</p>
<p>p = os.popen(&#8216;/usr/bin/passwd&#8217;, &#8216;w&#8217;)<br />
p.write(&#8216;password\n&#8217;)<br />
p.write(&#8216;password\n&#8217;)<br />
p.close()</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/9 queries in 0.065 seconds using disk: basic
Object Caching 289/293 objects using disk: basic

Served from: dhika.cikul.or.id @ 2012-02-10 12:01:43 -->
