<?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; ubuntu terminal</title>
	<atom:link href="http://ubuntuguide.net/tag/ubuntu-terminal/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguide.net</link>
	<description>Ubuntu Tips &#124; Ubuntu Howtos &#124; Ubuntu Tutorials</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:21:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Log terminal commands and outputs in Ubuntu</title>
		<link>http://ubuntuguide.net/how-to-log-terminal-commands-and-outputs-in-ubuntu</link>
		<comments>http://ubuntuguide.net/how-to-log-terminal-commands-and-outputs-in-ubuntu#comments</comments>
		<pubDate>Thu, 10 Dec 2009 12:59:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu terminal]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2257</guid>
		<description><![CDATA[Use the two command:
cat /dev/vcs1 >screenshot
script screen.log
this will start record what you input and what it outputs in the first opened terminal window.
If you have opened several terminal windows you can change the number 1 to 2 or 3 which means the second terminal window or the third terminal window.
When you type:
exit
this stops record,and you [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/clicompanion-run-and-store-terminal-commands-from-a-gui' rel='bookmark' title='Permanent Link: CLIcompanion-Run and Store terminal commands from a GUI'>CLIcompanion-Run and Store terminal commands from a GUI</a></li>
<li><a href='http://ubuntuguide.net/change-gnome-terminal-default-startup-size-in-ubuntu' rel='bookmark' title='Permanent Link: Change Gnome-terminal default startup size in Ubuntu'>Change Gnome-terminal default startup size in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/frequently-used-keyboard-shortcuts-in-ubuntu-linux' rel='bookmark' title='Permanent Link: Frequently-used Keyboard shortcuts in Ubuntu Linux'>Frequently-used Keyboard shortcuts in Ubuntu Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Use the two command:</p>
<blockquote><p>cat /dev/vcs1 >screenshot<br />
script screen.log</p></blockquote>
<p>this will start record what you input and what it outputs in the first opened terminal window.<br />
If you have opened several terminal windows you can change the number 1 to 2 or 3 which means the second terminal window or the third terminal window.</p>
<p>When you type:</p>
<blockquote><p>exit</p></blockquote>
<p>this stops record,and you can see the file &#8220;screen.log&#8221; for what you did.</p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/clicompanion-run-and-store-terminal-commands-from-a-gui' rel='bookmark' title='Permanent Link: CLIcompanion-Run and Store terminal commands from a GUI'>CLIcompanion-Run and Store terminal commands from a GUI</a></li>
<li><a href='http://ubuntuguide.net/change-gnome-terminal-default-startup-size-in-ubuntu' rel='bookmark' title='Permanent Link: Change Gnome-terminal default startup size in Ubuntu'>Change Gnome-terminal default startup size in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/frequently-used-keyboard-shortcuts-in-ubuntu-linux' rel='bookmark' title='Permanent Link: Frequently-used Keyboard shortcuts in Ubuntu Linux'>Frequently-used Keyboard shortcuts in Ubuntu Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-log-terminal-commands-and-outputs-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Multiple Ubuntu Terminals in one window using Terminator</title>
		<link>http://ubuntuguide.net/multiple-ubuntu-terminals-in-one-window-using-terminator</link>
		<comments>http://ubuntuguide.net/multiple-ubuntu-terminals-in-one-window-using-terminator#comments</comments>
		<pubDate>Mon, 30 Nov 2009 01:40:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu terminal]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2163</guid>
		<description><![CDATA[Terminator is a little program in ubuntu gnome that the user can have multiple terminals in one window and use key bindings to switch between them.
The goal of this project is to produce a useful tool for arranging terminals.
It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/substitute-maximized-window-title-and-buttons-with-gnome-panel-applets' rel='bookmark' title='Permanent Link: Substitute maximized window title and buttons with GNOME Panel applets'>Substitute maximized window title and buttons with GNOME Panel applets</a></li>
<li><a href='http://ubuntuguide.net/download-multiple-files-using-wget-command' rel='bookmark' title='Permanent Link: Download Multiple files using wget command'>Download Multiple files using wget command</a></li>
<li><a href='http://ubuntuguide.net/save-current-windows-and-tabs-when-restarting-firefox' rel='bookmark' title='Permanent Link: Save current Windows and Tabs when restarting Firefox'>Save current Windows and Tabs when restarting Firefox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Terminator is a little program in ubuntu gnome that the user can have multiple terminals in one window and use key bindings to switch between them.</p>
<blockquote><p>The goal of this project is to produce a useful tool for arranging terminals.<br />
It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging terminals in grids (tabs is the most common default method, which Terminator also supports).</p>
<p>Much of the behaviour of Terminator is based on GNOME Terminal, and we are adding more features from that as time goes by, but we also want to extend out in different directions with useful features for sysadmins and other users. If you have any suggestions, please file wishlist bugs! (see below for the address)</p></blockquote>
<p><strong>Terminator Features:</strong><br />
* Arrange terminals in a grid<br />
* Tabs<br />
* Drag and drop re-ordering of terminals<br />
* Lots of keyboard shortcuts<br />
* Config file to override gnome-terminal settings<br />
* Simultaneous typing to arbitrary groups of terminals</p>
<p><strong>Install Terminator</strong></p>
<p>Terminator is available from ubuntu repository,search &#8220;terminator&#8221;(without quotes) in <em>Applications/Ubuntu Software Center</em> and click to install.<br />
Alternatively,just type following command in terminal:</p>
<pre lang="bash">sudo apt-get install terminator</pre>
<p><strong>Using Terminator</strong></p>
<p>Terminator can be launch from <em>Applications-&gt;Accessories-&gt;Terminator</em>.<br />
In right-click menu you can split terminal window by &#8220;Split Horizontally&#8221; and &#8220;Split Vertically&#8221; options.<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/11/terminator.png"><img class="alignnone size-medium wp-image-2164" title="terminator" src="http://ubuntuguide.net/wp-content/uploads/2009/11/terminator-499x315.png" alt="terminator" width="499" height="315" /></a></p>
<p>Run this in terminal to see all of Terminator’s keybindings and config options:</p>
<pre lang="bash">man terminator
man terminator_config</pre>
<p>For more,see terminator&#8217;s mainpage:<a href="http://www.tenshu.net/terminator/">http://www.tenshu.net/terminator/</a></p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/substitute-maximized-window-title-and-buttons-with-gnome-panel-applets' rel='bookmark' title='Permanent Link: Substitute maximized window title and buttons with GNOME Panel applets'>Substitute maximized window title and buttons with GNOME Panel applets</a></li>
<li><a href='http://ubuntuguide.net/download-multiple-files-using-wget-command' rel='bookmark' title='Permanent Link: Download Multiple files using wget command'>Download Multiple files using wget command</a></li>
<li><a href='http://ubuntuguide.net/save-current-windows-and-tabs-when-restarting-firefox' rel='bookmark' title='Permanent Link: Save current Windows and Tabs when restarting Firefox'>Save current Windows and Tabs when restarting Firefox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/multiple-ubuntu-terminals-in-one-window-using-terminator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Gnome-terminal default startup size in Ubuntu</title>
		<link>http://ubuntuguide.net/change-gnome-terminal-default-startup-size-in-ubuntu</link>
		<comments>http://ubuntuguide.net/change-gnome-terminal-default-startup-size-in-ubuntu#comments</comments>
		<pubDate>Sun, 29 Nov 2009 02:21:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu terminal]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2152</guid>
		<description><![CDATA[In ubuntu gnome the default terminal size is 80*24 which is unsuitable for widescreen-display.This tutorail shows how to change this default startup size in ubuntu gnome.
In terminal,type this command to edit /usr/share/vte/termcap/xterm: 
sudo gedit /usr/share/vte/termcap/xterm 
Find out following and change the two numbers:
:co#80:it#8:li#24\
change 80 and 24 to the number as you want (here 80 is [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/how-to-restore-the-default-gnome-desktop-panels-in-ubuntu' rel='bookmark' title='Permanent Link: How to restore the default gnome-desktop-panels in Ubuntu'>How to restore the default gnome-desktop-panels in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/install-gnome-shell-and-set-default-at-start-up-in-ubuntu-10-04' rel='bookmark' title='Permanent Link: Install gnome-shell and set default at start-up in ubuntu 10.04'>Install gnome-shell and set default at start-up in ubuntu 10.04</a></li>
<li><a href='http://ubuntuguide.net/enable-number-pad-numlock-at-startup-in-ubuntu-login-window' rel='bookmark' title='Permanent Link: Enable Number pad NumLock at startup in Ubuntu Login Window'>Enable Number pad NumLock at startup in Ubuntu Login Window</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In ubuntu gnome the default terminal size is 80*24 which is unsuitable for widescreen-display.This tutorail shows how to change this default startup size in ubuntu gnome.<br />
In terminal,type this command to edit <em>/usr/share/vte/termcap/xterm</em>: </p>
<pre lang="bash">sudo gedit /usr/share/vte/termcap/xterm </pre>
<p>Find out following and change the two numbers:</p>
<pre>:co#80:it#8:li#24\</pre>
<p>change 80 and 24 to the number as you want (here 80 is the width,24 is the height)</p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/how-to-restore-the-default-gnome-desktop-panels-in-ubuntu' rel='bookmark' title='Permanent Link: How to restore the default gnome-desktop-panels in Ubuntu'>How to restore the default gnome-desktop-panels in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/install-gnome-shell-and-set-default-at-start-up-in-ubuntu-10-04' rel='bookmark' title='Permanent Link: Install gnome-shell and set default at start-up in ubuntu 10.04'>Install gnome-shell and set default at start-up in ubuntu 10.04</a></li>
<li><a href='http://ubuntuguide.net/enable-number-pad-numlock-at-startup-in-ubuntu-login-window' rel='bookmark' title='Permanent Link: Enable Number pad NumLock at startup in Ubuntu Login Window'>Enable Number pad NumLock at startup in Ubuntu Login Window</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/change-gnome-terminal-default-startup-size-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Multiple files using wget command</title>
		<link>http://ubuntuguide.net/download-multiple-files-using-wget-command</link>
		<comments>http://ubuntuguide.net/download-multiple-files-using-wget-command#comments</comments>
		<pubDate>Sat, 21 Nov 2009 09:42:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu terminal]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2069</guid>
		<description><![CDATA[Open terminal from Applications/Accessories/Terminal,create a file
gedit filename
copy and paste all URLs into this file(one url as one line).


http://img.feedsky.com/images/icon_sub_c1s17_d.gif

http://img.feedsky.com/images/icon_subshot01_zhuaxia.gif

http://img.feedsky.com/images/icon_subshot01_pageflakes.gif

http://img.feedsky.com/images/icon_subshot01_rojo.gif

http://img.feedsky.com/images/icon_subshot01_google.gif

http://img.feedsky.com/images/icon_subshot01_netvibes.gif

http://img.feedsky.com/images/icon_subshot01_yahoo.gif

http://img.feedsky.com/images/icon_subshot01_newsgator.gif

http://img.feedsky.com/images/icon_subshot01_bloglines.gif

http://img.feedsky.com/images/icon_subshot01_xianguo.gif

http://img.feedsky.com/images/icon_subshot01_nazha.gif

http://img.feedsky.com/images/icon_subshot01_youdao.gif

http://img.feedsky.com/images/icon_subshot01_qq.gif

http://img.feedsky.com/images/icon_subshot01_douban.gif
Then run this command to download from all URLs:
wget -i filename


Related posts:Choose Top-mirror (apt download source) from Ubuntu-Night for Ubuntu
Multiple Ubuntu Terminals in one window using Terminator
GPRename-A complete batch renamer for files and directories(GUI)



Related posts:<ol><li><a href='http://ubuntuguide.net/choose-top-mirror-apt-download-source-from-ubuntu-night-for-ubuntu' rel='bookmark' title='Permanent Link: Choose Top-mirror (apt download source) from Ubuntu-Night for Ubuntu'>Choose Top-mirror (apt download source) from Ubuntu-Night for Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/multiple-ubuntu-terminals-in-one-window-using-terminator' rel='bookmark' title='Permanent Link: Multiple Ubuntu Terminals in one window using Terminator'>Multiple Ubuntu Terminals in one window using Terminator</a></li>
<li><a href='http://ubuntuguide.net/gprename-a-complete-batch-renamer-for-files-and-directoriesgui' rel='bookmark' title='Permanent Link: GPRename-A complete batch renamer for files and directories(GUI)'>GPRename-A complete batch renamer for files and directories(GUI)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Open terminal from Applications/Accessories/Terminal,create a file</p>
<pre lang="bash">gedit filename</pre>
<p>copy and paste all URLs into this file(one url as one line).</p>
<pre>

http://img.feedsky.com/images/icon_sub_c1s17_d.gif

http://img.feedsky.com/images/icon_subshot01_zhuaxia.gif

http://img.feedsky.com/images/icon_subshot01_pageflakes.gif

http://img.feedsky.com/images/icon_subshot01_rojo.gif

http://img.feedsky.com/images/icon_subshot01_google.gif

http://img.feedsky.com/images/icon_subshot01_netvibes.gif

http://img.feedsky.com/images/icon_subshot01_yahoo.gif

http://img.feedsky.com/images/icon_subshot01_newsgator.gif

http://img.feedsky.com/images/icon_subshot01_bloglines.gif

http://img.feedsky.com/images/icon_subshot01_xianguo.gif

http://img.feedsky.com/images/icon_subshot01_nazha.gif

http://img.feedsky.com/images/icon_subshot01_youdao.gif

http://img.feedsky.com/images/icon_subshot01_qq.gif

http://img.feedsky.com/images/icon_subshot01_douban.gif</pre>
<p>Then run this command to download from all URLs:</p>
<pre lang="bash">wget -i filename</pre>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/choose-top-mirror-apt-download-source-from-ubuntu-night-for-ubuntu' rel='bookmark' title='Permanent Link: Choose Top-mirror (apt download source) from Ubuntu-Night for Ubuntu'>Choose Top-mirror (apt download source) from Ubuntu-Night for Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/multiple-ubuntu-terminals-in-one-window-using-terminator' rel='bookmark' title='Permanent Link: Multiple Ubuntu Terminals in one window using Terminator'>Multiple Ubuntu Terminals in one window using Terminator</a></li>
<li><a href='http://ubuntuguide.net/gprename-a-complete-batch-renamer-for-files-and-directoriesgui' rel='bookmark' title='Permanent Link: GPRename-A complete batch renamer for files and directories(GUI)'>GPRename-A complete batch renamer for files and directories(GUI)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/download-multiple-files-using-wget-command/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get line number count and auto-indent in VIM</title>
		<link>http://ubuntuguide.net/how-to-get-line-number-count-and-auto-indent-in-vim</link>
		<comments>http://ubuntuguide.net/how-to-get-line-number-count-and-auto-indent-in-vim#comments</comments>
		<pubDate>Mon, 09 Nov 2009 01:06:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu terminal]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1947</guid>
		<description><![CDATA[It becomes really tough while editing file using vim without knowing which line there is.This tutorial shows this howto in Ubuntu/Feroda.
Edit vimrc file:
sudo gedit /etc/vim/vimrc
or (in Feroda) use:
sudo gedit /etc/vimrc
1.Add this line to the end of file.
set nu
This will get the line number count to appear in the vim screen.
2.To enable auto-indent,you can add following [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/malformed-line-62-in-source-list-etcaptsourceslist-dist-parse' rel='bookmark' title='Permanent Link: 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/boot-into-consolecommand-line-when-startup-ubuntu-9-10' rel='bookmark' title='Permanent Link: Boot into console/command line when startup Ubuntu 9.10'>Boot into console/command line when startup Ubuntu 9.10</a></li>
<li><a href='http://ubuntuguide.net/auto-mount-ntfs-driver-in-ubuntu' rel='bookmark' title='Permanent Link: Auto mount ntfs drive when login your ubuntu'>Auto mount ntfs drive when login your ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It becomes really tough while editing file using <em>vim</em> without knowing which line there is.This tutorial shows this howto in Ubuntu/Feroda.<br />
Edit <em>vimrc</em> file:</p>
<pre lang='bash'>sudo gedit /etc/vim/vimrc</pre>
<p>or (in Feroda) use:</p>
<pre lang="bash">sudo gedit /etc/vimrc</pre>
<p><em>1</em>.Add this line to the end of file.</p>
<pre>set nu</pre>
<p>This will get the line number count to appear in the <em>vim</em> screen.<br />
<em>2.</em>To enable auto-indent,you can add following into the file:</p>
<pre>set autoindent
set cindent</pre>
<p>The second line is specially for C.</p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/malformed-line-62-in-source-list-etcaptsourceslist-dist-parse' rel='bookmark' title='Permanent Link: 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/boot-into-consolecommand-line-when-startup-ubuntu-9-10' rel='bookmark' title='Permanent Link: Boot into console/command line when startup Ubuntu 9.10'>Boot into console/command line when startup Ubuntu 9.10</a></li>
<li><a href='http://ubuntuguide.net/auto-mount-ntfs-driver-in-ubuntu' rel='bookmark' title='Permanent Link: Auto mount ntfs drive when login your ubuntu'>Auto mount ntfs drive when login your ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-get-line-number-count-and-auto-indent-in-vim/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All manner of Shut down modes in Ubuntu Linux</title>
		<link>http://ubuntuguide.net/all-manner-of-shut-down-modes-in-ubuntu-linux</link>
		<comments>http://ubuntuguide.net/all-manner-of-shut-down-modes-in-ubuntu-linux#comments</comments>
		<pubDate>Wed, 28 Oct 2009 11:03:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu terminal]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1825</guid>
		<description><![CDATA[In Ubuntu,there are a couple of ways  to shut down the system.This tutorial lists all manner of them(test on Ubuntu 9.04 Gnome).
1.As all we know,ubuntu desktop version provides shutdown,restart options in top right.

2.Use &#8220;shutdown&#8221; command to shutdown with a little time delayed.
sudo shutdown -h 3600
When you run this command in terminal(Applications/Accessories/Terminal),system will shutdown 3600 seconds [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/gshutdown-gui-tool-for-scheduled-shutdownrestart-in-ubuntu' rel='bookmark' title='Permanent Link: GShutdown-GUI Tool for scheduled shutdown/restart in Ubuntu'>GShutdown-GUI Tool for scheduled shutdown/restart in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/howto-enable-thinkpad-hotkeys-in-ubuntu-10' rel='bookmark' title='Permanent Link: Howto enable thinkpad hotkeys in Ubuntu 10'>Howto enable thinkpad hotkeys in Ubuntu 10</a></li>
<li><a href='http://ubuntuguide.net/create-an-iso-image-from-live-cd-in-ubuntu-linux' rel='bookmark' title='Permanent Link: Create an ISO image from Live-CD in Ubuntu Linux'>Create an ISO image from Live-CD in Ubuntu Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In Ubuntu,there are a couple of ways  to shut down the system.This tutorial lists all manner of them(test on Ubuntu 9.04 Gnome).</p>
<p>1.As all we know,ubuntu desktop version provides shutdown,restart options in top right.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/10/shutdown.png"><img class="alignnone size-full wp-image-1826" title="shutdown" src="http://ubuntuguide.net/wp-content/uploads/2009/10/shutdown.png" alt="shutdown" width="267" height="200" /></a></p>
<p>2.Use &#8220;shutdown&#8221; command to shutdown with a little time delayed.</p>
<pre lang="bash">sudo shutdown -h 3600</pre>
<p>When you run this command in terminal(Applications/Accessories/Terminal),system will shutdown 3600 seconds later.If want to restart,use  &#8220;-r&#8221; instead of &#8220;-h&#8221;.<br />
3.Quick shutdown with &#8220;poweroff&#8221;,&#8221;halt&#8221; command.</p>
<pre lang="bash">sudo poweroff
sudo halt</pre>
<p>4.Ultimate shutdown with &#8220;init&#8221;,&#8221;telinit&#8221;</p>
<pre lang="bash">sudo init 0</pre>
<p>This will stop the system &#8220;top-level&#8221; process,so user processes and other processes will stop,system down.<br />
&#8220;sudo init 1&#8243; :single user mode. Equivalent to Windows safe mode.<br />
&#8220;sudo init 2&#8243; :multiple user mode.(without NFS)<br />
&#8220;sudo init 3&#8243; : global multiple user mode(include NFS).<br />
&#8220;sudo init 6&#8243; : restart.<br />
for more use:</p>
<pre lang="bash">man init</pre>
<p>5.Remote shutdown using SSH.<br />
Log into remote system and use previous methods.Or use this command:</p>
<pre lang="bash">ssh –l user remotehost sudo shutdown –h now</pre>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/gshutdown-gui-tool-for-scheduled-shutdownrestart-in-ubuntu' rel='bookmark' title='Permanent Link: GShutdown-GUI Tool for scheduled shutdown/restart in Ubuntu'>GShutdown-GUI Tool for scheduled shutdown/restart in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/howto-enable-thinkpad-hotkeys-in-ubuntu-10' rel='bookmark' title='Permanent Link: Howto enable thinkpad hotkeys in Ubuntu 10'>Howto enable thinkpad hotkeys in Ubuntu 10</a></li>
<li><a href='http://ubuntuguide.net/create-an-iso-image-from-live-cd-in-ubuntu-linux' rel='bookmark' title='Permanent Link: Create an ISO image from Live-CD in Ubuntu Linux'>Create an ISO image from Live-CD in Ubuntu Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/all-manner-of-shut-down-modes-in-ubuntu-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frequently-used Bash shell Keyboard shortcuts in Ubuntu</title>
		<link>http://ubuntuguide.net/frequently-used-bash-shell-keyboard-shortcuts-in-ubuntu</link>
		<comments>http://ubuntuguide.net/frequently-used-bash-shell-keyboard-shortcuts-in-ubuntu#comments</comments>
		<pubDate>Tue, 27 Oct 2009 12:28:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[ubuntu terminal]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1822</guid>
		<description><![CDATA[There are a couple of keyboard shortcuts in Ubuntu shell which will save a lot of time if you are comfortable with them.
Delete

ctrl+d  elete the character on the cursor
ctrl + h : Delete the character before the cursor
ctrl + k : Delete the character after the cursor
ctrl + u: Delete all characters before the [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/frequently-used-keyboard-shortcuts-in-ubuntu-linux' rel='bookmark' title='Permanent Link: Frequently-used Keyboard shortcuts in Ubuntu Linux'>Frequently-used Keyboard shortcuts in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/hack-indicator-applet-in-ubuntu-10-04-replace-default-keyboard-shortcuts' rel='bookmark' title='Permanent Link: Hack Indicator applet in Ubuntu 10.04-Replace default keyboard shortcuts'>Hack Indicator applet in Ubuntu 10.04-Replace default keyboard shortcuts</a></li>
<li><a href='http://ubuntuguide.net/assign-custom-keyboard-shortcuts-on-ubuntu' rel='bookmark' title='Permanent Link: Assign Custom keyboard shortcuts on ubuntu'>Assign Custom keyboard shortcuts on ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are a couple of keyboard shortcuts in Ubuntu shell which will save a lot of time if you are comfortable with them.<br />
<strong>Delete</strong></p>
<ul>
<li>ctrl+d <img src='http://ubuntuguide.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> elete the character on the cursor</li>
<li>ctrl + h : Delete the character before the cursor</li>
<li>ctrl + k : Delete the character after the cursor</li>
<li>ctrl + u: Delete all characters before the cursor</li>
<li>ctrl + w : Delete the word before the cursor</li>
<li>ctrl + y: Restore the deleted characters by <em>ctrl+u</em> .</li>
<li>ctrl + ? : Undo the last input</li>
<li>alt  + r : Undo the last action</li>
<li>alt  + d : Delete the word after the cursor</li>
</ul>
<p><strong>Move the cursor</strong></p>
<ul>
<li>ctrl + a : Move the cursor to the beginning of the current line.</li>
<li>ctrl + e : Move the cursor to the end of the current line.</li>
<li>ctrl + left arrow key: Move the cursor to  the beginning of  last word.</li>
<li>ctrl+ right arrow key: Move the cursor to the end of  next  word.</li>
<li>ctrl + f :Move the cursor to the end of current word.</li>
</ul>
<p><strong>Others: </strong></p>
<ul>
<li>alt  + u : Change the current word to capital.</li>
<li>alt  + l : Change the current word to small letter.</li>
<li>alt  + c : Change the first letter of current word to capital.</li>
<li>ctrl + r : Input keywords and search command in history.</li>
<li>alt  + &gt; : back to the last command.</li>
<li>ctrl + l : clear current screen,same to &#8220;clear&#8221; command</li>
<li>ctrl + o : Run command repeatly.</li>
<li>alt+number : Run command n times.(n is the number)</li>
</ul>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/frequently-used-keyboard-shortcuts-in-ubuntu-linux' rel='bookmark' title='Permanent Link: Frequently-used Keyboard shortcuts in Ubuntu Linux'>Frequently-used Keyboard shortcuts in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/hack-indicator-applet-in-ubuntu-10-04-replace-default-keyboard-shortcuts' rel='bookmark' title='Permanent Link: Hack Indicator applet in Ubuntu 10.04-Replace default keyboard shortcuts'>Hack Indicator applet in Ubuntu 10.04-Replace default keyboard shortcuts</a></li>
<li><a href='http://ubuntuguide.net/assign-custom-keyboard-shortcuts-on-ubuntu' rel='bookmark' title='Permanent Link: Assign Custom keyboard shortcuts on ubuntu'>Assign Custom keyboard shortcuts on ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/frequently-used-bash-shell-keyboard-shortcuts-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Yakuake -terminal in a Quake-style</title>
		<link>http://ubuntuguide.net/install-yakuake-terminal-in-a-quake-style</link>
		<comments>http://ubuntuguide.net/install-yakuake-terminal-in-a-quake-style#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:01:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu terminal]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=699</guid>
		<description><![CDATA[Yakuake is a  quake-style terminal  emulator based on KDE Konsole technology.Running yakuake is faster than launching a new terminal.It&#8217;s useful for people who frequently  open and close terminals for odd tasks.
To install yakuake just running following command in terminal:
sudo apt-get install yakuake
Make it auto run when login,navigate to System&#8211;&#62;Preferences&#8211;&#62;Startup Applications,click add and type something [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/install-google-sketchup-cad-style-app-in-ubuntu-using-wine' rel='bookmark' title='Permanent Link: Install Google SketchUp (CAD style app) in Ubuntu using Wine'>Install Google SketchUp (CAD style app) in Ubuntu using Wine</a></li>
<li><a href='http://ubuntuguide.net/enable-tabupdown-functional-key-in-new-users-terminal' rel='bookmark' title='Permanent Link: Enable Tab/up/down functional key in new user&#8217;s terminal'>Enable Tab/up/down functional key in new user&#8217;s terminal</a></li>
<li><a href='http://ubuntuguide.net/manager-your-ubuntu-sources-more-easily-with-ubuntu-tweak' rel='bookmark' title='Permanent Link: Manager your Ubuntu sources more easily with Ubuntu Tweak'>Manager your Ubuntu sources more easily with Ubuntu Tweak</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yakuake <span id="main" style="visibility: visible;"><span id="search" style="visibility: visible;">is a  quake-style terminal  emulator based on KDE Konsole technology.Running yakuake is faster than launching a new terminal.It&#8217;s useful for people </span></span>who frequently  open and close terminals for odd tasks.</p>
<p>To install yakuake just running following command in terminal:</p>
<pre lang="bash">sudo apt-get install yakuake</pre>
<p>Make it auto run when login,navigate to <em>System&#8211;&gt;Preferences&#8211;&gt;Startup Applications</em>,click add and type something like following</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/07/snapshot128.png"><img class="alignnone size-full wp-image-700" title="snapshot128" src="http://ubuntuguide.net/wp-content/uploads/2009/07/snapshot128.png" alt="snapshot128" width="486" height="378" /></a></p>
<p>Next time you login,press F12 to show yakuake and press F12 again to hide.</p>
<p>For settings,just right click on it.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/07/snapshot129.png"><img class="alignnone size-medium wp-image-701" title="snapshot129" src="http://ubuntuguide.net/wp-content/uploads/2009/07/snapshot129-450x360.png" alt="snapshot129" width="450" height="360" /></a></p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/install-google-sketchup-cad-style-app-in-ubuntu-using-wine' rel='bookmark' title='Permanent Link: Install Google SketchUp (CAD style app) in Ubuntu using Wine'>Install Google SketchUp (CAD style app) in Ubuntu using Wine</a></li>
<li><a href='http://ubuntuguide.net/enable-tabupdown-functional-key-in-new-users-terminal' rel='bookmark' title='Permanent Link: Enable Tab/up/down functional key in new user&#8217;s terminal'>Enable Tab/up/down functional key in new user&#8217;s terminal</a></li>
<li><a href='http://ubuntuguide.net/manager-your-ubuntu-sources-more-easily-with-ubuntu-tweak' rel='bookmark' title='Permanent Link: Manager your Ubuntu sources more easily with Ubuntu Tweak'>Manager your Ubuntu sources more easily with Ubuntu Tweak</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/install-yakuake-terminal-in-a-quake-style/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>