<?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>Ubuntu Sharing &#187; tips</title>
	<atom:link href="http://ubuntuguide.net/tag/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguide.net</link>
	<description>Ubuntu Tips &#124; Ubuntu Howtos &#124; Ubuntu Tutorials</description>
	<lastBuildDate>Tue, 22 May 2012 07:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Enable Number pad NumLock at startup in Ubuntu Login Window</title>
		<link>http://ubuntuguide.net/enable-number-pad-numlock-at-startup-in-ubuntu-login-window</link>
		<comments>http://ubuntuguide.net/enable-number-pad-numlock-at-startup-in-ubuntu-login-window#comments</comments>
		<pubDate>Sun, 13 Dec 2009 05:54:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2272</guid>
		<description><![CDATA[If you need to input password to login ubuntu and there are numbers in the password,it&#8217;s very annoying that you need to press NumLock key to enable number pad every time you login. Here&#8217;s how to enable NumLock when startup into login window. For Ubuntu Gnome and Xubuntu XFCE (GDM) Install numlockx by this command [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-turn-offdownup-login-sound-when-ubuntu-gnome-startup' rel='bookmark' title='How to Turn off/down/up login sound when Ubuntu Gnome startup'>How to Turn off/down/up login sound when Ubuntu Gnome startup</a></li>
<li><a href='http://ubuntuguide.net/change-login-window-theme-in-ubuntu-9-1010-04-and-higher' rel='bookmark' title='Change Login window theme in Ubuntu 9.10/10.04 and higher'>Change Login window theme in Ubuntu 9.10/10.04 and higher</a></li>
<li><a href='http://ubuntuguide.net/change-ubuntu-login-window-theme' rel='bookmark' title='Change ubuntu login window theme'>Change ubuntu login window theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you need to input password to login ubuntu and there are numbers in the password,it&#8217;s very annoying that you need to press NumLock key to enable number pad every time you login.<br />
Here&#8217;s how to enable NumLock when startup into login window.<br />
<strong>For Ubuntu Gnome and Xubuntu XFCE (GDM)</strong><br />
Install numlockx by this command in terminal(Applications/Accessories/Terminal):</p>
<blockquote><p>sudo apt-get install numlockx</p></blockquote>
<p>edit /etc/gdm/Init/Default with your favourite editor:</p>
<blockquote><p>sudo gedit /etc/gdm/Init/Default</p></blockquote>
<p>add following above the last line which says <strong>exit 0</strong>:</p>
<blockquote><p>if [ -x /usr/bin/numlockx ]; then<br />
/usr/bin/numlockx on<br />
fi</p></blockquote>
<p><strong>For KDE</strong><br />
Similar to GDM,edit <em>/etc/kde4/kdm/Xsetup</em> (if you are still running kde3 you will want to edit <em>/etc/kde3/kdm/Xsetup</em> instead) and add the following code to it:</p>
<blockquote><p>if [ -x /usr/bin/numlockx ]; then<br />
/usr/bin/numlockx on<br />
fi</p></blockquote>
<p>For more,see:<a href="https://help.ubuntu.com/community/NumLock">https://help.ubuntu.com/community/NumLock</a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-turn-offdownup-login-sound-when-ubuntu-gnome-startup' rel='bookmark' title='How to Turn off/down/up login sound when Ubuntu Gnome startup'>How to Turn off/down/up login sound when Ubuntu Gnome startup</a></li>
<li><a href='http://ubuntuguide.net/change-login-window-theme-in-ubuntu-9-1010-04-and-higher' rel='bookmark' title='Change Login window theme in Ubuntu 9.10/10.04 and higher'>Change Login window theme in Ubuntu 9.10/10.04 and higher</a></li>
<li><a href='http://ubuntuguide.net/change-ubuntu-login-window-theme' rel='bookmark' title='Change ubuntu login window theme'>Change ubuntu login window theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/enable-number-pad-numlock-at-startup-in-ubuntu-login-window/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>List of commands determine system info/resources/partitions/process in Ubuntu Linux</title>
		<link>http://ubuntuguide.net/list-of-commands-determine-system-inforesourcespartitionsprocess-in-ubuntu-linux</link>
		<comments>http://ubuntuguide.net/list-of-commands-determine-system-inforesourcespartitionsprocess-in-ubuntu-linux#comments</comments>
		<pubDate>Thu, 26 Nov 2009 02:34:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2115</guid>
		<description><![CDATA[Following lists frequently-used commands to determine ubuntu info,resources,partitions,network,process and so on.First,open terminal from Applications/Accessories/Terminal and type the commands. System infomation uname -a #kernel/operating system/CPU info in brief. head -n 1 /etc/issue #see the ubuntu version,same tocat /etc/issue hostname #hostname lspci -tv #list all PCI devices lsusb -tv #list all USB devices lsmod #list loaded kernel [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/malformed-line-62-in-source-list-etcaptsourceslist-dist-parse' rel='bookmark' title='Malformed line 62 in source list /etc/apt/sources.list (dist parse)'>Malformed line 62 in source list /etc/apt/sources.list (dist parse)</a></li>
<li><a href='http://ubuntuguide.net/howto-view-and-limit-process-cpu-usage-in-ubuntu-linux' rel='bookmark' title='Howto View and Limit Process CPU usage in Ubuntu Linux'>Howto View and Limit Process CPU usage in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/determine-hard-diskcpu-infomationtemperature-in-ubuntu' rel='bookmark' title='Determine Hard disk,CPU infomation/temperature in Ubuntu'>Determine Hard disk,CPU infomation/temperature in Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Following lists frequently-used commands to determine ubuntu info,resources,partitions,network,process and so on.First,open terminal from <em>Applications/Accessories/Terminal</em> and type the commands.</p>
<p><strong>System infomation</strong></p>
<p><code>uname -a</code><br />
#kernel/operating system/CPU info in brief.<br />
<code>head -n 1 /etc/issue</code><br />
 #see the ubuntu version,same to<code>cat /etc/issue</code><br />
<code>hostname</code><br />
 #hostname<br />
<code>lspci -tv </code><br />
#list all PCI devices<br />
<code>lsusb -tv</code><br />
 #list all USB devices<br />
<code>lsmod</code><br />
#list loaded kernel modes<br />
<code>env</code><br />
#environment variable</p>
<p><strong>Resources</strong></p>
<p><code>free -m</code><br />
#see the usage of memory and swap<br />
<code>df -h</code><br />
#the usage of partitions<br />
<code>du -sh </code><br />
#see the size of the directory in M.<br />
<code>grep MemTotal /proc/meminfo</code><br />
#total size of RAM<br />
<code>grep MemFree /proc/meminfo</code><br />
 #free size of RAM<br />
<code>uptime </code><br />
#system running time,users,load average<br />
<code>cat /proc/loadavg</code><br />
#load average</p>
<p><strong>Disk and Partition</strong></p>
<p><code>mount | column -t</code><br />
#mount info about partitions<br />
<code>fdisk -l</code><br />
#list all partitions,need root permission<br />
<code>swapon -s</code><br />
#list all swap partitions<br />
<code>hdparm -i /dev/sda</code><br />
#list disk info (only for IDE)</p>
<p><strong>Network</strong></p>
<p><code>ifconfig</code><br />
#list IP informations<br />
<code>route -n </code><br />
#list route tables<br />
<code> netstat -lntp</code><br />
#list listening ports<br />
<code> netstat -antp</code><br />
#list established links</p>
<p><strong>Process</strong></p>
<p><code>ps -ef</code><br />
#list all processes<br />
<code>top</code><br />
#list processes and usage of system resource</p>
<p><strong>User</strong></p>
<p><code> id username</code><br />
#list the user info.<br />
<code> last </code><br />
#list login record<br />
<code>cut -d: -f1 /etc/passwd </code><br />
#list all users<br />
<code> cut -d: -f1 /etc/group</code><br />
#list all groups<br />
<code>crontab -l </code><br />
#list scheduled tasks of current user</p>
<p><strong>Service</strong></p>
<p><code>chkconfig --list</code><br />
#list all services<br />
<code> chkconfig --list | grep on</code><br />
#list all running services</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/malformed-line-62-in-source-list-etcaptsourceslist-dist-parse' rel='bookmark' title='Malformed line 62 in source list /etc/apt/sources.list (dist parse)'>Malformed line 62 in source list /etc/apt/sources.list (dist parse)</a></li>
<li><a href='http://ubuntuguide.net/howto-view-and-limit-process-cpu-usage-in-ubuntu-linux' rel='bookmark' title='Howto View and Limit Process CPU usage in Ubuntu Linux'>Howto View and Limit Process CPU usage in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/determine-hard-diskcpu-infomationtemperature-in-ubuntu' rel='bookmark' title='Determine Hard disk,CPU infomation/temperature in Ubuntu'>Determine Hard disk,CPU infomation/temperature in Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/list-of-commands-determine-system-inforesourcespartitionsprocess-in-ubuntu-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable and Disable Notebook PC&#8217;s touch tablet in Ubuntu</title>
		<link>http://ubuntuguide.net/enable-and-disable-notebook-pcs-touch-tablet-in-ubuntu</link>
		<comments>http://ubuntuguide.net/enable-and-disable-notebook-pcs-touch-tablet-in-ubuntu#comments</comments>
		<pubDate>Fri, 20 Nov 2009 02:44:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2062</guid>
		<description><![CDATA[Disable and enable laptop touchpad in Ubuntu is very easy,just one command in terminal(Applications/Accessories/Terminal): synclient touchpadoff=1 this will disable the touchpad.To enable this again,use this command: synclient touchpadoff=0 Related posts: Quickly Enable/Disable Laptop Touchpad with Touchpad-Indicator in Ubuntu 10.10 Touchpad Indicator update with Auto-Disable touchpad when mouse plugged How to Disable DELL N4050 ALPS touchpad [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/quickly-enabledisable-laptop-touchpad-with-touchpad-indicator-in-ubuntu-10-10' rel='bookmark' title='Quickly Enable/Disable Laptop Touchpad with Touchpad-Indicator in Ubuntu 10.10'>Quickly Enable/Disable Laptop Touchpad with Touchpad-Indicator in Ubuntu 10.10</a></li>
<li><a href='http://ubuntuguide.net/touchpad-indicator-update-auto-disable-touchpad-when-mouse-plugged' rel='bookmark' title='Touchpad Indicator update with Auto-Disable touchpad when mouse plugged'>Touchpad Indicator update with Auto-Disable touchpad when mouse plugged</a></li>
<li><a href='http://ubuntuguide.net/how-to-disable-dell-n4050-alps-touchpad-in-ubuntu' rel='bookmark' title='How to Disable DELL N4050 ALPS touchpad in Ubuntu'>How to Disable DELL N4050 ALPS touchpad in Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Disable and enable laptop touchpad in Ubuntu is very easy,just one command in terminal(Applications/Accessories/Terminal):</p>
<pre lang="bash">synclient touchpadoff=1</pre>
<p>this will disable the touchpad.To enable this again,use this command:</p>
<pre lang="bash">synclient touchpadoff=0</pre>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/quickly-enabledisable-laptop-touchpad-with-touchpad-indicator-in-ubuntu-10-10' rel='bookmark' title='Quickly Enable/Disable Laptop Touchpad with Touchpad-Indicator in Ubuntu 10.10'>Quickly Enable/Disable Laptop Touchpad with Touchpad-Indicator in Ubuntu 10.10</a></li>
<li><a href='http://ubuntuguide.net/touchpad-indicator-update-auto-disable-touchpad-when-mouse-plugged' rel='bookmark' title='Touchpad Indicator update with Auto-Disable touchpad when mouse plugged'>Touchpad Indicator update with Auto-Disable touchpad when mouse plugged</a></li>
<li><a href='http://ubuntuguide.net/how-to-disable-dell-n4050-alps-touchpad-in-ubuntu' rel='bookmark' title='How to Disable DELL N4050 ALPS touchpad in Ubuntu'>How to Disable DELL N4050 ALPS touchpad in Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/enable-and-disable-notebook-pcs-touch-tablet-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Delete the package mis-configured or install failed in Ubuntu</title>
		<link>http://ubuntuguide.net/delete-the-package-mis-configured-or-install-failed-in-ubuntu</link>
		<comments>http://ubuntuguide.net/delete-the-package-mis-configured-or-install-failed-in-ubuntu#comments</comments>
		<pubDate>Thu, 19 Nov 2009 05:43:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2052</guid>
		<description><![CDATA[If you encountered configuration error when installing a package in Ubuntu,you will get this error message every time when you installing an other package.It&#8217;s very annoying and there is a command to delete this mis-configured package. Run this in terminal(Applications/Accessories/Terminal): sudo aptitude purge $(dpkg -l&#124;grep ^rc&#124;awk '{ print $2 }') this will delete all packages [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-know-where-the-package-been-installed-in-ubuntu' rel='bookmark' title='How to know where the package been installed in Ubuntu'>How to know where the package been installed in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-an-rpm-package-on-ubuntu-linux' rel='bookmark' title='How to install an RPM Package on ubuntu linux'>How to install an RPM Package on ubuntu linux</a></li>
<li><a href='http://ubuntuguide.net/save-ubuntu-space-auto-delete-downloaded-packages-after-installation' rel='bookmark' title='Save Ubuntu space-auto-delete downloaded packages after installation'>Save Ubuntu space-auto-delete downloaded packages after installation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you encountered configuration error when installing a package in Ubuntu,you will get this error message every time when you installing an other package.It&#8217;s very annoying and there is a command to delete this mis-configured package.<br />
Run this in terminal(Applications/Accessories/Terminal):</p>
<pre>sudo aptitude purge $(dpkg -l|grep ^rc|awk '{ print $2 }')</pre>
<p>this will delete all packages the mis-configured or install failed in ubuntu.</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-know-where-the-package-been-installed-in-ubuntu' rel='bookmark' title='How to know where the package been installed in Ubuntu'>How to know where the package been installed in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-an-rpm-package-on-ubuntu-linux' rel='bookmark' title='How to install an RPM Package on ubuntu linux'>How to install an RPM Package on ubuntu linux</a></li>
<li><a href='http://ubuntuguide.net/save-ubuntu-space-auto-delete-downloaded-packages-after-installation' rel='bookmark' title='Save Ubuntu space-auto-delete downloaded packages after installation'>Save Ubuntu space-auto-delete downloaded packages after installation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/delete-the-package-mis-configured-or-install-failed-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to show weather information in clock</title>
		<link>http://ubuntuguide.net/how-to-show-weather-information-in-clock</link>
		<comments>http://ubuntuguide.net/how-to-show-weather-information-in-clock#comments</comments>
		<pubDate>Sun, 15 Nov 2009 02:15:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2000</guid>
		<description><![CDATA[First,right click on clock area and select preferences Check show weather in General tab. In locations tab,click on Add,input your location and timezone.Select display unit in weather tab. click OK,see effect: Related posts: Show Weather and Set Date/Time in Ubuntu Clock panel applet TZClock-A desktop time zone clock gadget in Ubuntu Linux Synchronise different time [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/show-weather-and-set-datetime-in-ubuntu-clock-panel-applet' rel='bookmark' title='Show Weather and Set Date/Time in Ubuntu Clock panel applet'>Show Weather and Set Date/Time in Ubuntu Clock panel applet</a></li>
<li><a href='http://ubuntuguide.net/tzclock-a-desktop-time-zone-clock-gadget-in-ubuntu-linux' rel='bookmark' title='TZClock-A desktop time zone clock gadget in Ubuntu Linux'>TZClock-A desktop time zone clock gadget in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/fix-different-time-clock-between-windows-and-ubuntu' rel='bookmark' title='Synchronise different time clock in Windows and Ubuntu dual-boot system'>Synchronise different time clock in Windows and Ubuntu dual-boot system</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>First,right click on clock area and select <code>preferences</code></p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/11/weather.png"><img class="alignnone size-full wp-image-2002" title="weather" src="http://ubuntuguide.net/wp-content/uploads/2009/11/weather.png" alt="weather" width="211" height="149" /></a></p>
<p>Check <code>show weather</code> in General tab.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/11/weather1.png"><img class="alignnone size-full wp-image-2003" title="weather1" src="http://ubuntuguide.net/wp-content/uploads/2009/11/weather1.png" alt="weather1" width="371" height="336" /></a></p>
<p>In <code>locations</code> tab,click on <code>Add</code>,input your location and timezone.Select display unit in <code>weather</code> tab.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/11/weather2.png"><img class="alignnone size-medium wp-image-2004" title="weather2" src="http://ubuntuguide.net/wp-content/uploads/2009/11/weather2-500x256.png" alt="weather2" width="500" height="256" /></a></p>
<p>click <code>OK</code>,see effect:<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/11/weather3.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/11/weather3.png" alt="weather3" title="weather3" width="255" height="108" class="alignnone size-full wp-image-2005" /></a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/show-weather-and-set-datetime-in-ubuntu-clock-panel-applet' rel='bookmark' title='Show Weather and Set Date/Time in Ubuntu Clock panel applet'>Show Weather and Set Date/Time in Ubuntu Clock panel applet</a></li>
<li><a href='http://ubuntuguide.net/tzclock-a-desktop-time-zone-clock-gadget-in-ubuntu-linux' rel='bookmark' title='TZClock-A desktop time zone clock gadget in Ubuntu Linux'>TZClock-A desktop time zone clock gadget in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/fix-different-time-clock-between-windows-and-ubuntu' rel='bookmark' title='Synchronise different time clock in Windows and Ubuntu dual-boot system'>Synchronise different time clock in Windows and Ubuntu dual-boot system</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-show-weather-information-in-clock/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to know where the package been installed in Ubuntu</title>
		<link>http://ubuntuguide.net/how-to-know-where-the-package-been-installed-in-ubuntu</link>
		<comments>http://ubuntuguide.net/how-to-know-where-the-package-been-installed-in-ubuntu#comments</comments>
		<pubDate>Sun, 08 Nov 2009 06:43:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1931</guid>
		<description><![CDATA[If you want to customize installed packages in ubuntu,and forget where you have the packages installed.You can use dpkg command to find out where the packages installed. dpkg -L package-name This will list files installed to your system from package-name. Search for a filename from installed packages,use: dpkg -S filename More about dpkg command,type: man [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-install-an-rpm-package-on-ubuntu-linux' rel='bookmark' title='How to install an RPM Package on ubuntu linux'>How to install an RPM Package on ubuntu linux</a></li>
<li><a href='http://ubuntuguide.net/delete-the-package-mis-configured-or-install-failed-in-ubuntu' rel='bookmark' title='Delete the package mis-configured or install failed in Ubuntu'>Delete the package mis-configured or install failed in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/one-key-to-quick-setup-fresh-installed-ubuntu-with-ailurus' rel='bookmark' title='One key to Quick Setup fresh installed Ubuntu with Ailurus'>One key to Quick Setup fresh installed Ubuntu with Ailurus</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you want to customize installed packages in ubuntu,and forget where you have the packages installed.You can use <em>dpkg</em> command to find out where the packages installed.</p>
<pre lang="bash">dpkg -L package-name</pre>
<p>This will list files installed to your system from package-name.<br />
Search for a filename from installed packages,use:</p>
<pre lang="bash">dpkg -S filename</pre>
<p>More about dpkg command,type:</p>
<pre lang="bash">man dpkg</pre>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-install-an-rpm-package-on-ubuntu-linux' rel='bookmark' title='How to install an RPM Package on ubuntu linux'>How to install an RPM Package on ubuntu linux</a></li>
<li><a href='http://ubuntuguide.net/delete-the-package-mis-configured-or-install-failed-in-ubuntu' rel='bookmark' title='Delete the package mis-configured or install failed in Ubuntu'>Delete the package mis-configured or install failed in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/one-key-to-quick-setup-fresh-installed-ubuntu-with-ailurus' rel='bookmark' title='One key to Quick Setup fresh installed Ubuntu with Ailurus'>One key to Quick Setup fresh installed Ubuntu with Ailurus</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-know-where-the-package-been-installed-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine Hard disk,CPU infomation/temperature in Ubuntu</title>
		<link>http://ubuntuguide.net/determine-hard-diskcpu-infomationtemperature-in-ubuntu</link>
		<comments>http://ubuntuguide.net/determine-hard-diskcpu-infomationtemperature-in-ubuntu#comments</comments>
		<pubDate>Sat, 07 Nov 2009 12:37:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1923</guid>
		<description><![CDATA[Hard Disk info. First,open up terminal from Applications/Accessories/Terminal,and run: sudo hdparm /dev/sda Output: /dev/sda: multcount = 16 (on) IO_support = 0 (default) readonly = 0 (off) readahead = 256 (on) geometry = 19457/255/63, sectors = 312581808, start = 0 CPU info. cat /proc/cpuinfo Output example: processor : 0 vendor_id : AuthenticAMD cpu family : 15 [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/monitor-cpunvdia-gpushard-disk-temperature-in-ubuntu-using-psensor' rel='bookmark' title='Monitor CPU/NVdia GPUs/Hard Disk temperature in Ubuntu using Psensor'>Monitor CPU/NVdia GPUs/Hard Disk temperature in Ubuntu using Psensor</a></li>
<li><a href='http://ubuntuguide.net/backup-and-restore-entire-hard-disk-with-dd-command' rel='bookmark' title='Backup and Restore entire hard disk with dd command'>Backup and Restore entire hard disk with dd command</a></li>
<li><a href='http://ubuntuguide.net/list-of-commands-determine-system-inforesourcespartitionsprocess-in-ubuntu-linux' rel='bookmark' title='List of commands determine system info/resources/partitions/process in Ubuntu Linux'>List of commands determine system info/resources/partitions/process in Ubuntu Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Hard Disk info.</strong><br />
First,open up terminal from Applications/Accessories/Terminal,and run:</p>
<pre lang="bash">sudo hdparm /dev/sda</pre>
<p>Output:</p>
<pre>/dev/sda:
 multcount     = 16 (on)
 IO_support    =  0 (default)
 readonly      =  0 (off)
 readahead     = 256 (on)
 geometry      = 19457/255/63, sectors = 312581808, start = 0</pre>
<p><strong>CPU info.</strong></p>
<pre lang="bash">cat /proc/cpuinfo</pre>
<p>Output example:</p>
<pre>processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 95
model name	: AMD Athlon(tm) 64 Processor 3000+
stepping	: 2
cpu MHz		: 1799.564
cache size	: 512 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow up rep_good extd_apicid pni cx16 lahf_lm svm extapic cr8_legacy
bogomips	: 3599.12
TLB size	: 1024 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc</pre>
<p><strong>CPU Temperature</strong><br />
Option 1:</p>
<pre lang="bash">cat /proc/acpi/thermal_zone/THRM/temperature</pre>
<p>This requires kernel modules support,and enable this in kernel option.<br />
Option 2:<br />
Install<em> lm-sensors</em>:</p>
<pre lang="bash">sudo apt-get install lm-sensors</pre>
<p>Then run:</p>
<pre lang="bash">sensors-detect</pre>
<p>there will be some questions and you can answer them all <em>YES</em>.<br />
Now,use this command and you will get cpu temperature:</p>
<pre lang="bash">sensors</pre>
<pre>k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:  +44.0°C
Core1 Temp:  +34.0°C</pre>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/monitor-cpunvdia-gpushard-disk-temperature-in-ubuntu-using-psensor' rel='bookmark' title='Monitor CPU/NVdia GPUs/Hard Disk temperature in Ubuntu using Psensor'>Monitor CPU/NVdia GPUs/Hard Disk temperature in Ubuntu using Psensor</a></li>
<li><a href='http://ubuntuguide.net/backup-and-restore-entire-hard-disk-with-dd-command' rel='bookmark' title='Backup and Restore entire hard disk with dd command'>Backup and Restore entire hard disk with dd command</a></li>
<li><a href='http://ubuntuguide.net/list-of-commands-determine-system-inforesourcespartitionsprocess-in-ubuntu-linux' rel='bookmark' title='List of commands determine system info/resources/partitions/process in Ubuntu Linux'>List of commands determine system info/resources/partitions/process in Ubuntu Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/determine-hard-diskcpu-infomationtemperature-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set Ubuntu Server System Clock</title>
		<link>http://ubuntuguide.net/how-to-set-ubuntu-server-system-clock</link>
		<comments>http://ubuntuguide.net/how-to-set-ubuntu-server-system-clock#comments</comments>
		<pubDate>Fri, 23 Oct 2009 05:57:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1792</guid>
		<description><![CDATA[1.Show system date and time: [root@****~]# clock --show 2.Set system date and time: [root@**** ~]# clock --set --date="10/23/2009 11:26:00" 3.Keep synchronal with network time: [root@****~]# rdate time.join.uni-muenster.de Related posts: Synchronise different time clock in Windows and Ubuntu dual-boot system How to Create your own Wallpaper Clock on Ubuntu Show Weather and Set Date/Time in Ubuntu [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/fix-different-time-clock-between-windows-and-ubuntu' rel='bookmark' title='Synchronise different time clock in Windows and Ubuntu dual-boot system'>Synchronise different time clock in Windows and Ubuntu dual-boot system</a></li>
<li><a href='http://ubuntuguide.net/how-to-create-your-own-wallpaper-clock-on-ubuntu' rel='bookmark' title='How to Create your own Wallpaper Clock on Ubuntu'>How to Create your own Wallpaper Clock on Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/show-weather-and-set-datetime-in-ubuntu-clock-panel-applet' rel='bookmark' title='Show Weather and Set Date/Time in Ubuntu Clock panel applet'>Show Weather and Set Date/Time in Ubuntu Clock panel applet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>1.Show system date and time:</p>
<pre>[root@****~]# clock --show</pre>
<p>2.Set system date and time:</p>
<pre>[root@**** ~]# clock --set --date="10/23/2009 11:26:00"</pre>
<p>3.Keep synchronal with network time:</p>
<pre>[root@****~]# rdate time.join.uni-muenster.de</pre>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/fix-different-time-clock-between-windows-and-ubuntu' rel='bookmark' title='Synchronise different time clock in Windows and Ubuntu dual-boot system'>Synchronise different time clock in Windows and Ubuntu dual-boot system</a></li>
<li><a href='http://ubuntuguide.net/how-to-create-your-own-wallpaper-clock-on-ubuntu' rel='bookmark' title='How to Create your own Wallpaper Clock on Ubuntu'>How to Create your own Wallpaper Clock on Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/show-weather-and-set-datetime-in-ubuntu-clock-panel-applet' rel='bookmark' title='Show Weather and Set Date/Time in Ubuntu Clock panel applet'>Show Weather and Set Date/Time in Ubuntu Clock panel applet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-set-ubuntu-server-system-clock/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to uncompress and install tar.gz/tar.bz2/rar packages in Ubuntu</title>
		<link>http://ubuntuguide.net/how-to-uncompress-and-install-targztarbz2rar-packages-in-ubuntu</link>
		<comments>http://ubuntuguide.net/how-to-uncompress-and-install-targztarbz2rar-packages-in-ubuntu#comments</comments>
		<pubDate>Sun, 18 Oct 2009 05:19:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1740</guid>
		<description><![CDATA[This tutorial shows how to uncompress and install tar packages in ubuntu. Uncompress: First,open up terminal(Applications/Accessories/Terminal). For tar.gz packages: sudo tar zxvf file.tar.gz For tar.bz2 packages: sudo tar jxvf file.tar.bz2 For rar packages sudo rar a file.rar For tar.Z packages sudo uncompress file.tar.Z If uncompress packages in user folder(/home/user),omit &#8220;sudo&#8221; in previous commands. Install After [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/save-ubuntu-space-auto-delete-downloaded-packages-after-installation' rel='bookmark' title='Save Ubuntu space-auto-delete downloaded packages after installation'>Save Ubuntu space-auto-delete downloaded packages after installation</a></li>
<li><a href='http://ubuntuguide.net/how-to-enable-moodbar-in-amarok-music-player' rel='bookmark' title='How to enable Moodbar in Amarok music player'>How to enable Moodbar in Amarok music player</a></li>
<li><a href='http://ubuntuguide.net/reinstall-all-of-currently-installed-packages-in-fresh-ubuntu-install' rel='bookmark' title='Reinstall all of currently installed packages in fresh ubuntu install'>Reinstall all of currently installed packages in fresh ubuntu install</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how to uncompress and install tar packages in ubuntu.</p>
<p><strong>Uncompress:</strong><br />
First,open up terminal(Applications/Accessories/Terminal).<br />
<em>For tar.gz packages:</em></p>
<pre>sudo tar zxvf file.tar.gz</pre>
<p><em>For tar.bz2 packages:</em></p>
<pre>sudo tar jxvf file.tar.bz2</pre>
<p><em>For rar packages</em></p>
<pre>sudo rar a file.rar</pre>
<p><em>For tar.Z packages</em></p>
<pre>sudo uncompress file.tar.Z</pre>
<p>If uncompress packages in user folder(/home/user),omit &#8220;sudo&#8221; in previous commands.<br />
<strong>Install</strong><br />
After uncompress a tar package,commonly you can read the <em>&#8220;readme&#8221;</em> file in folder for how to install.Following are often used:<br />
<em>option 1:</em></p>
<pre>sudo ./configure
make
make install</pre>
<p><em>option 2:</em></p>
<pre>sudo ./configure --prefix=/path
make
make install</pre>
<p><em>option 3:</em></p>
<pre>sudo ./configure --enable-static-link \
--prefix=$XXX/static --with-curses &#038;&#038;
make &#038;&#038;
make install</pre>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/save-ubuntu-space-auto-delete-downloaded-packages-after-installation' rel='bookmark' title='Save Ubuntu space-auto-delete downloaded packages after installation'>Save Ubuntu space-auto-delete downloaded packages after installation</a></li>
<li><a href='http://ubuntuguide.net/how-to-enable-moodbar-in-amarok-music-player' rel='bookmark' title='How to enable Moodbar in Amarok music player'>How to enable Moodbar in Amarok music player</a></li>
<li><a href='http://ubuntuguide.net/reinstall-all-of-currently-installed-packages-in-fresh-ubuntu-install' rel='bookmark' title='Reinstall all of currently installed packages in fresh ubuntu install'>Reinstall all of currently installed packages in fresh ubuntu install</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-uncompress-and-install-targztarbz2rar-packages-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Check Gmail Unread messages in terminal</title>
		<link>http://ubuntuguide.net/check-gmail-unread-messages-in-terminal</link>
		<comments>http://ubuntuguide.net/check-gmail-unread-messages-in-terminal#comments</comments>
		<pubDate>Tue, 13 Oct 2009 02:00:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1678</guid>
		<description><![CDATA[Today I found a command to check unread gmail&#8217;s messages in terminal. But it just lists these messages&#8217; names without contents. Following is the command: curl -u gmail_account --silent "https://mail.google.com/mail/feed/atom" &#124; perl -ne 'print "\t" if //; print "$2\n" if /(.*)/;' For example,xiangxianni is my gmail account: wraith@wraith-desktop:~$ curl -u xiangxianni --silent "https://mail.google.com/mail/feed/atom" &#124; perl [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/check-your-new-gmail-messages-with-gmail-notifier' rel='bookmark' title='Check your new gmail messages with gmail notifier'>Check your new gmail messages with gmail notifier</a></li>
<li><a href='http://ubuntuguide.net/set-gmail-as-ubuntu-default-mail-reader-using-gnome-gmail' rel='bookmark' title='Set Gmail as Ubuntu default Mail Reader using Gnome-gmail'>Set Gmail as Ubuntu default Mail Reader using Gnome-gmail</a></li>
<li><a href='http://ubuntuguide.net/set-gmail-as-default-mail-client-in-ubuntu' rel='bookmark' title='Set Gmail as default Mail Client in ubuntu'>Set Gmail as default Mail Client in ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I found a command to check unread gmail&#8217;s messages in terminal. But it just lists these messages&#8217; names without contents.</p>
<p>Following is the command:</p>
<pre> curl -u gmail_account --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if //; print "$2\n" if /<(title|name)>(.*)<\/\1>/;'</pre>
<p>For example,<em>xiangxianni</em> is my gmail account:</p>
<pre>wraith@wraith-desktop:~$ curl -u xiangxianni --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if //; print "$2\n" if /<(title|name)>(.*)<\/\1>/;'
Enter host password for user 'xiangxianni':
			Gmail - Inbox for xiangxianni@gmail.com
	[Windows 7 Home] Please moderate: &quot;How to set time zone in command line in windows 7&quot;
	WordPress</pre>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/check-your-new-gmail-messages-with-gmail-notifier' rel='bookmark' title='Check your new gmail messages with gmail notifier'>Check your new gmail messages with gmail notifier</a></li>
<li><a href='http://ubuntuguide.net/set-gmail-as-ubuntu-default-mail-reader-using-gnome-gmail' rel='bookmark' title='Set Gmail as Ubuntu default Mail Reader using Gnome-gmail'>Set Gmail as Ubuntu default Mail Reader using Gnome-gmail</a></li>
<li><a href='http://ubuntuguide.net/set-gmail-as-default-mail-client-in-ubuntu' rel='bookmark' title='Set Gmail as default Mail Client in ubuntu'>Set Gmail as default Mail Client in ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/check-gmail-unread-messages-in-terminal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

