<?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>Tips5 &#187; Linux</title>
	<atom:link href="http://www.tips5.com/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tips5.com</link>
	<description>Tips about Clearcase Unix Linux/Ubuntu and Others</description>
	<lastBuildDate>Sun, 05 Feb 2012 13:07:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fix copy / paste issue between vnc and windows</title>
		<link>http://www.tips5.com/fix-copy-post-issues-between-vnc-and-windows</link>
		<comments>http://www.tips5.com/fix-copy-post-issues-between-vnc-and-windows#comments</comments>
		<pubDate>Wed, 14 Sep 2011 05:16:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.tips5.com/?p=570</guid>
		<description><![CDATA[If you experience copy / paste issues between your vnc and windows,please see below checklist to troubleshoot. 1.Make sure you enable copy / paste feature in your vnc viewer options.(Send clipboard changes to server and Accept clipboard changes from server) 2.Make sure your have run process vncconfig on your linux /unix server .If not,just run [...]]]></description>
		<wfw:commentRss>http://www.tips5.com/fix-copy-post-issues-between-vnc-and-windows/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to fix backspace/delete mapping issue in vim</title>
		<link>http://www.tips5.com/how-to-fix-backspacedelete-mapping-issue-in-vim</link>
		<comments>http://www.tips5.com/how-to-fix-backspacedelete-mapping-issue-in-vim#comments</comments>
		<pubDate>Sat, 28 May 2011 09:16:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.tips5.com/?p=523</guid>
		<description><![CDATA[Several day&#8217;s ago,some of my clients switched from Solaris vnc server to Linux vnc server,and I was reported that the backspace did not work in vim.The symptom is when user press backspace,vim translate it to &#8220;^?&#8221;. Some suggestions from the linux forum is to &#8220;set backspace=2&#8243; and &#8220;set nocompatible&#8221;, but this does not work for [...]]]></description>
		<wfw:commentRss>http://www.tips5.com/how-to-fix-backspacedelete-mapping-issue-in-vim/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Modify/change gnome setting/configuration global/system-wide using gconftool-2</title>
		<link>http://www.tips5.com/modifychange-gnome-settingconfiguration-globalsystem-wide-using-gconftool-2</link>
		<comments>http://www.tips5.com/modifychange-gnome-settingconfiguration-globalsystem-wide-using-gconftool-2#comments</comments>
		<pubDate>Sat, 28 May 2011 09:01:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.tips5.com/?p=520</guid>
		<description><![CDATA[I am managing some linux servers,users access these server via VNC.By default ,some users complained that the gnome will lock screen with in 10 minutes and require user to input password to unlock. Actually user could change this setting of gnome themselves,but in order to avoid  new users meet this gnome issue again,it&#8217;s better to [...]]]></description>
		<wfw:commentRss>http://www.tips5.com/modifychange-gnome-settingconfiguration-globalsystem-wide-using-gconftool-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove blank empty lines in unix/linux</title>
		<link>http://www.tips5.com/how-to-remove-blank-empty-lines-in-unixlinux</link>
		<comments>http://www.tips5.com/how-to-remove-blank-empty-lines-in-unixlinux#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:05:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.tips5.com/?p=513</guid>
		<description><![CDATA[I found 6 ways can do it,if you know others ,pls let us know. Please see below code for detail. bash-2.05a$ cat test.txt aaaaaaa &#160; bbbbbb &#160; cccccc bash-2.05a$ grep '.' test.txt aaaaaaa bbbbbb cccccc bash-2.05a$ grep -v '^$' test.txt aaaaaaa bbbbbb cccccc bash-2.05a$ sed '/^$/d' test.txt aaaaaaa bbbbbb cccccc bash-2.05a$ sed -n '/^$/!p' test.txt [...]]]></description>
		<wfw:commentRss>http://www.tips5.com/how-to-remove-blank-empty-lines-in-unixlinux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix keyboard mapping issue of Gnome / Vnc in ubuntu</title>
		<link>http://www.tips5.com/how-to-fix-keyboard-mapping-issue-of-gnome-vnc-in-ubuntu</link>
		<comments>http://www.tips5.com/how-to-fix-keyboard-mapping-issue-of-gnome-vnc-in-ubuntu#comments</comments>
		<pubDate>Fri, 19 Jun 2009 02:46:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tips5.com/?p=504</guid>
		<description><![CDATA[Yesterday I just intalled an ubuntu 9.04 Server for my co-work.After installed VNC on this server I found the keyboard was messed up while I am connecting this server via vnc client from Windows.After search from internet I found there are 2 good solutions to fix this isssue. 1.In the terminal of this server ,type [...]]]></description>
		<wfw:commentRss>http://www.tips5.com/how-to-fix-keyboard-mapping-issue-of-gnome-vnc-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>To install graphics drivers on Ubuntu</title>
		<link>http://www.tips5.com/to-install-graphics-drivers-on-ubuntu</link>
		<comments>http://www.tips5.com/to-install-graphics-drivers-on-ubuntu#comments</comments>
		<pubDate>Fri, 10 Apr 2009 16:14:38 +0000</pubDate>
		<dc:creator>jmk</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tips5.com/?p=478</guid>
		<description><![CDATA[If you do not know whether graphics drivers been installed or not,type following in a terminal window ,and it will tell you and to find out the name of your graphics card,type code: 1.TO install graphics drivers If it is Nvidia type: For ATI card : press enter to install At last restart your computer [...]]]></description>
		<wfw:commentRss>http://www.tips5.com/to-install-graphics-drivers-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>3D Desktop switch on Ubuntu</title>
		<link>http://www.tips5.com/3d-desktop-switch-on-ubuntu</link>
		<comments>http://www.tips5.com/3d-desktop-switch-on-ubuntu#comments</comments>
		<pubDate>Fri, 10 Apr 2009 15:54:44 +0000</pubDate>
		<dc:creator>jmk</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tips5.com/?p=468</guid>
		<description><![CDATA[First,you need to install &#8220;3ddesktop&#8221; by typing the following in a terminal window: press enter then you can type 3ddesk ,press enter to run this after the installation You will see: And use the up and down or right and left arrow keys to change desktop,press enter to select that desktop Tips: You must make [...]]]></description>
		<wfw:commentRss>http://www.tips5.com/3d-desktop-switch-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use single click instead of double click in Ubuntu</title>
		<link>http://www.tips5.com/how-to-use-single-click-instead-of-double-clicking-in-ubuntu</link>
		<comments>http://www.tips5.com/how-to-use-single-click-instead-of-double-clicking-in-ubuntu#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:18:21 +0000</pubDate>
		<dc:creator>jmk</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tips5.com/?p=446</guid>
		<description><![CDATA[For single click,first open up the file browser . Open up trash,or start as shown in figure . Then go to Edit&#8211;&#62;Preferences Open the &#8220;Behaviour&#8221; tab in the next window,then set to single click]]></description>
		<wfw:commentRss>http://www.tips5.com/how-to-use-single-click-instead-of-double-clicking-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install .deb packages in ubuntu</title>
		<link>http://www.tips5.com/how-to-install-deb-packages-in-ubuntu</link>
		<comments>http://www.tips5.com/how-to-install-deb-packages-in-ubuntu#comments</comments>
		<pubDate>Thu, 15 Jan 2009 03:01:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tips5.com/?p=352</guid>
		<description><![CDATA[The .deb packages are packages that are often used in Ubuntu. You can install any .deb package onyour ubuntu. .deb files can generally be installed from the file manager (Nautilus) merely by clicking on them, since file associations with the default installer is already been set in Ubuntu. Below instructions are for those who wish [...]]]></description>
		<wfw:commentRss>http://www.tips5.com/how-to-install-deb-packages-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get distribution-specific information of your ubuntu</title>
		<link>http://www.tips5.com/get-distribution-specific-information-of-your-ubuntu</link>
		<comments>http://www.tips5.com/get-distribution-specific-information-of-your-ubuntu#comments</comments>
		<pubDate>Thu, 15 Jan 2009 02:55:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tips5.com/?p=351</guid>
		<description><![CDATA[The lsb_release command provides certain LSB (Linux Standard Base) and distribution-specific information. lsb_release -a Below is an example of the output of command lsb_release keeper@sdclx2:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 8.10 Release: 8.10 Codename: intrepid]]></description>
		<wfw:commentRss>http://www.tips5.com/get-distribution-specific-information-of-your-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

