<?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>Web Oom &#187; linux</title>
	<atom:link href="http://web.pyncus.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.pyncus.com</link>
	<description>Build and Share Web Technology</description>
	<lastBuildDate>Mon, 25 Jan 2010 18:19:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>How to kill vnc session</title>
		<link>http://web.pyncus.com/2010/01/25/how-to-kill-vnc-session/</link>
		<comments>http://web.pyncus.com/2010/01/25/how-to-kill-vnc-session/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:19:56 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=587</guid>
		<description><![CDATA[$vncserver -kill :1 1 is the session number]]></description>
			<content:encoded><![CDATA[<p>$vncserver -kill :1</p>
<p>1 is the session number</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2010/01/25/how-to-kill-vnc-session/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>How to start vnc</title>
		<link>http://web.pyncus.com/2010/01/25/how-to-start-vnc/</link>
		<comments>http://web.pyncus.com/2010/01/25/how-to-start-vnc/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:16:00 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[vncserver]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=585</guid>
		<description><![CDATA[$ vncserver -geometry 1024&#215;798 -depth 24]]></description>
			<content:encoded><![CDATA[<p>$ vncserver -geometry 1024&#215;798 -depth 24</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2010/01/25/how-to-start-vnc/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
		<item>
		<title>How to install Django in linux</title>
		<link>http://web.pyncus.com/2009/12/01/how-to-install-django-in-linux/</link>
		<comments>http://web.pyncus.com/2009/12/01/how-to-install-django-in-linux/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:33:01 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=555</guid>
		<description><![CDATA[First, download Django-1.1.1.tar.gz. Then: tar xzvf Django-1.1.1.tar.gz cd Django-1.1.1 sudo python setup.py install]]></description>
			<content:encoded><![CDATA[<p>First, download <a href="http://www.djangoproject.com/download/1.1.1/tarball/">Django-1.1.1.tar.gz</a>. Then:</p>
<pre><code>tar xzvf Django-1.1.1.tar.gz
cd Django-1.1.1
sudo python setup.py install</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/12/01/how-to-install-django-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fuse: mountpoint is not empty error</title>
		<link>http://web.pyncus.com/2009/11/30/fuse-mountpoint-is-not-empty-error/</link>
		<comments>http://web.pyncus.com/2009/11/30/fuse-mountpoint-is-not-empty-error/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 04:53:37 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[not empty]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=552</guid>
		<description><![CDATA[$ sshfs pyncus@pyncus.com:/home/pyncus /mnt/remote-fs fuse: mountpoint is not empty fuse: if you are sure this is safe, use the &#8216;nonempty&#8217; mount option If you see this error, try the below as suggested. $ sshfs -o nonempty pyncus@pyncus.com:/home/pyncus /mnt/remote-fs]]></description>
			<content:encoded><![CDATA[<p>$ sshfs pyncus@pyncus.com:/home/pyncus /mnt/remote-fs</p>
<p>fuse: mountpoint is not empty<br />
fuse: if you are sure this is safe, use the &#8216;nonempty&#8217; mount option</p>
<p>If you see this error, try the below as suggested.</p>
<p>$ sshfs -o nonempty pyncus@pyncus.com:/home/pyncus /mnt/remote-fs</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/11/30/fuse-mountpoint-is-not-empty-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Notepad++ in linux?</title>
		<link>http://web.pyncus.com/2009/11/30/how-to-install-notepad-in-linux/</link>
		<comments>http://web.pyncus.com/2009/11/30/how-to-install-notepad-in-linux/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 07:34:30 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=546</guid>
		<description><![CDATA[Use WINE. Follow direction: http://notepad-plus.sourceforge.net/uk/nppLinux.php]]></description>
			<content:encoded><![CDATA[<p>Use WINE.</p>
<p>Follow direction:</p>
<p><a href="http://notepad-plus.sourceforge.net/uk/nppLinux.php">http://notepad-plus.sourceforge.net/uk/nppLinux.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/11/30/how-to-install-notepad-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is WINE?</title>
		<link>http://web.pyncus.com/2009/11/30/what-is-wine/</link>
		<comments>http://web.pyncus.com/2009/11/30/what-is-wine/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 07:21:59 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=544</guid>
		<description><![CDATA[Wine lets you run Windows software on other operating systems. With Wine, you can install and run these applications just like you would in Windows.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.winehq.org/">Wine</a> lets you run Windows software on other operating systems. With Wine, you can install and run these applications just like you would in Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/11/30/what-is-wine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to list only directories in linux?</title>
		<link>http://web.pyncus.com/2009/11/27/how-to-list-only-directories-in-linux/</link>
		<comments>http://web.pyncus.com/2009/11/27/how-to-list-only-directories-in-linux/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 02:26:11 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[list directory]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=524</guid>
		<description><![CDATA[&#62;ls -d */]]></description>
			<content:encoded><![CDATA[<p>&gt;ls -d */</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/11/27/how-to-list-only-directories-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I login as root user in ubuntu?</title>
		<link>http://web.pyncus.com/2009/11/27/how-do-i-login-as-root-user-in-ubuntu/</link>
		<comments>http://web.pyncus.com/2009/11/27/how-do-i-login-as-root-user-in-ubuntu/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 07:23:19 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[su]]></category>
		<category><![CDATA[super user]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=521</guid>
		<description><![CDATA[Open terminal and simply type the following command: $ sudo bash Then, enter your password.]]></description>
			<content:encoded><![CDATA[<p>Open terminal and simply type the following command:</p>
<p><code>$ sudo bash</code></p>
<p>Then, enter your password.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/11/27/how-do-i-login-as-root-user-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to cut and paste from emacs to firefox</title>
		<link>http://web.pyncus.com/2009/11/26/how-to-cut-and-paste-from-emacs-to-firefox/</link>
		<comments>http://web.pyncus.com/2009/11/26/how-to-cut-and-paste-from-emacs-to-firefox/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 18:51:12 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[cut and paste]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=518</guid>
		<description><![CDATA[Add the below in .emacs (under your home directory) ;; make emacs use the clipboard (setq x-select-enable-clipboard t) (setq interprogram-paste-function &#8216;x-cut-buffer-or-selection-value)]]></description>
			<content:encoded><![CDATA[<p>Add the below in .emacs (under your home directory)</p>
<p>;; make emacs use the clipboard<br />
(setq x-select-enable-clipboard t)<br />
(setq interprogram-paste-function &#8216;x-cut-buffer-or-selection-value)</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/11/26/how-to-cut-and-paste-from-emacs-to-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to list all files in a hard drive in linux</title>
		<link>http://web.pyncus.com/2009/11/26/how-to-list-all-files-in-a-hard-drive-in-linux/</link>
		<comments>http://web.pyncus.com/2009/11/26/how-to-list-all-files-in-a-hard-drive-in-linux/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 18:39:55 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[list file name]]></category>
		<category><![CDATA[ls]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=515</guid>
		<description><![CDATA[Use ls &#62;ls -R It will recursively show all directories and files within them. &#62;ls -R &#62; filelist.txt You can save it to filelist.txt file.]]></description>
			<content:encoded><![CDATA[<p>Use ls</p>
<p>&gt;ls -R</p>
<p>It will recursively show all directories and files within them.</p>
<p>&gt;ls -R &gt; filelist.txt</p>
<p>You can save it to filelist.txt file.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/11/26/how-to-list-all-files-in-a-hard-drive-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

