<?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>the How-To Geek &#187; Ubuntu</title>
		<atom:link href="http://www.howtogeek.com/tag/linux/ubuntu/feed/" rel="self" type="application/rss+xml" />
		<link>http://www.howtogeek.com</link>
		<description>Computer Help from your Friendly How-To Geek</description>
		<pubDate>Sun, 08 Nov 2009 02:23:54 +0000</pubDate>
		<generator>http://wordpress.org/?v=2.8.5</generator>
		<language>en</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
						<item>
			<title>Backup Your Ubuntu Machine Easily with SBackup</title>
			<link>http://www.howtogeek.com/howto/5126/backup-your-ubuntu-machine-easily-with-sbbackup/</link>
			<comments>http://www.howtogeek.com/howto/5126/backup-your-ubuntu-machine-easily-with-sbbackup/#comments</comments>
			<pubDate>Fri, 06 Nov 2009 19:00:18 +0000</pubDate>
			<dc:creator>Vivek</dc:creator>
					<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=5126</guid>
						<description><![CDATA[<p>Your computer&#8217;s data is very critical and losing it can can occur due to variety of reasons. A complete (or even partial) backup of your system is always a good idea. SBackup is a tool that&#8217;ll help you backup and restore data on your Ubuntu machine with utmost ease.</p>
<p><strong>SB Backup</strong></p>
<p>SBackup is a simple backup solution for the Ubuntu desktop. It allows you to backup selected files and directories, define the file size limit, use regular expressions to exclude files and folders, and much more. These backups can then be saved locally, on removal media or even on remote directory. Let&#8217;s see how to install and configure SBackup for creating a backup and restore solution for an Ubuntu machine.</p>
<p><strong>Install SBackup</strong></p>
<p>Type the following command to install SBackup on your Ubuntu machine:</p>
<blockquote><p>sudo apt-get install sbackup</p>
</blockquote>
<p><img class="alignnone size-full wp-image-5134" alt="sbackup" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup.png" width="600" height="423"></p>
<p><strong>Backing up using SBackup</strong></p>
<p>Once installed SBackup will be available under System \ Administration \ Simple Backup Config.</p>
<p><img class="alignnone size-full wp-image-5133" alt="sbackup1" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup1.png" width="600" height="445"></p>
<p>SBackup window will look like the one below:</p>
<p><img class="alignnone size-full wp-image-5135" alt="sbackup2" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup2.png" width="585" height="409"></p>
<p>As you can see on the first tab &#8220;General&#8221;, there are 3 options for making backup. Depending on your need you can choose the one that you want to use. It can be used in 3 modes.</p>
<p>1. <strong>Use recommended backup settings</strong></p>
<p>&nbsp;&nbsp;&nbsp; Has all the default settings. All you have to do is click &#8220;Backup now&#8221; button to backup the default files and folders.</p>
<p>2. <strong>Use custom backup settings</strong></p>
<p>&nbsp;&nbsp;&nbsp; This one is for custom backups where the user can define what she/he wants to backup on a regular basis. This setting can be configured for automatic backups</p>
<p>3. <strong>Manual backups only</strong></p>
<p>&nbsp;&nbsp;&nbsp; This option should be used if you do not want to have regular automatic backups. You can backup manually whenever you think you need backups.</p>
<p>However, for the sake of this demo let&#8217;s use &#8220;Use custom backup settings&#8221;.</p>
<p>The next tab is &#8220;include&#8221; which let&#8217;s you define the folders and files you want to include while creating a backup. You can click add a file or folder by clicking the respective buttons.</p>
<p><img class="alignnone size-full wp-image-5136" alt="sbackup3" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup3.png" width="585" height="409"></p>
<p>The third tab is &#8220;exclude&#8221;. Here you can define, path, filetypes, regex and maximum size for exclusion criteria. For example you have added a directory included for backup, but you don&#8217;t want to backup files larger than 50 MB, you can use the exclude tab to define it.</p>
<p><img class="alignnone size-full wp-image-5137" alt="sbackup4" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup4.png" width="585" height="409"></p>
<p>The fourth tab is &#8220;Destination&#8221;. This one is used to define the destination location where you want to save the backup file.</p>
<p><img class="alignnone size-full wp-image-5138" alt="sbackup5" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup5.png" width="585" height="409"></p>
<p>As you can see there are 3 options for setting up destination backup location. The first one is the default location /var/backup/. The second option can be used to define the custom backup destination. The third option is used when you want the backup destination on a remote location.</p>
<p>The fifth tab is to set up schedule of backup. This one is pretty self explanatory.</p>
<p><img class="alignnone size-full wp-image-5139" alt="sbackup6" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup6.png" width="585" height="409"></p>
<p>The last tab &#8220;purging&#8221; is about how the old backup files will be handled. You can choose from one of the 2 options. In my case I am leaving it as the default selection which is <em>Logarithmic (Recommended).</em></p>
<p><img class="alignnone size-full wp-image-5140" alt="sbackup7" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup7.png" width="585" height="409"></p>
<p>We are done with configuring all the settings. All that is left is to click the &#8220;Save&#8221; button for the backup settings to be effective. However, you can also click &#8220;Backup Now !&#8221; button to make an instant backup.</p>
<p><img class="alignnone size-full wp-image-5141" alt="sbackup8" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup8.png" width="585" height="409"></p>
<p><strong>Restoring from a backup</strong></p>
<p>In order to restore from an existing backup go to System \ Administration \ System Backup Restore.</p>
<p><img class="alignnone size-full wp-image-5142" alt="sbackup9" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup9.png" width="600" height="466"></p>
<p>Select from the available backups, the one that you want to restore.</p>
<p><img class="alignnone size-full wp-image-5143" alt="sbackup10" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup10.png" width="503" height="564"></p>
<p>If you are looking for a quality backup app for your Linux desktop, SBackup is a great choice.</p>
<p><strong>Links</strong></p>
<p><a href="http://sourceforge.net/projects/sbackup/">http://sourceforge.net/projects/sbackup/</a></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/internet/firefox/backup-and-restore-firefox-profiles-easily/" rel="bookmark" title="Permanent Link: Backup and Restore Firefox Profiles Easily">Backup and Restore Firefox Profiles Easily</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/enable-copy-and-paste-from-ubuntu-vmware-guest/" rel="bookmark" title="Permanent Link: Enable Copy and Paste from Ubuntu VMware Guest">Enable Copy and Paste from Ubuntu VMware Guest</a></li><li><a href="http://www.howtogeek.com/howto/vmware/moving-a-linked-clones-base-virtual-machine-in-vmware/" rel="bookmark" title="Permanent Link: Moving a Linked Clone&#8217;s Base Virtual Machine in VMware">Moving a Linked Clone&#8217;s Base Virtual Machine in VMware</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/" rel="bookmark" title="Permanent Link: How to Share folders with your Ubuntu Virtual Machine (guest)">How to Share folders with your Ubuntu Virtual Machine (guest)</a></li><li><a href="http://www.howtogeek.com/howto/vmware/allow-access-to-a-vmware-virtual-machinenat-from-another-computer/" rel="bookmark" title="Permanent Link: Allow Access to a VMware Virtual Machine(NAT) From Another Computer">Allow Access to a VMware Virtual Machine(NAT) From Another Computer</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/do-i-need-vista-service-pack-2'>Do I need Vista Service Pack 2?</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/5126/backup-your-ubuntu-machine-easily-with-sbbackup/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
						</item>
				<item>
			<title>Exaile 0.3.0 is a Music Player for Ubuntu</title>
			<link>http://www.howtogeek.com/howto/3616/exaile-0.3.0-on-ubuntu/</link>
			<comments>http://www.howtogeek.com/howto/3616/exaile-0.3.0-on-ubuntu/#comments</comments>
			<pubDate>Tue, 06 Oct 2009 06:00:00 +0000</pubDate>
			<dc:creator>Vivek</dc:creator>
					<category><![CDATA[Adding Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=3616</guid>
						<description><![CDATA[<p>Multimedia is important component of an OS and Linux has plenty of options to handle multimedia, especially music. Exaile is a music manager and player for GTK+ written in Python and incorporates many features including support for several portable players. </p>
<p>Exaile is a solid choice for Ubuntu users to manage their music collections. It incorporates automatic fetching of album art, lyrics, artist/album information via Wikipedia, Last.fm scrobbling. It also supports Internet radio services like Shoutcast, includes tabbed playlists, and supports your iPod and other portable music players.</p>
<p><img alt="Exaile" src="http://www.howtogeek.com/wp-content/uploads/2009/08/exaile5.png"><br /><strong>Install Exaile 0.3.0 on Ubuntu</strong></p>
<p>Let&#8217;s take a look at how to install Exaile 0.3 on Ubuntu 9.04. The first step in the process is to get PPA added to your software sources list. Go to System \ Administration \ Software Sources.</p>
<p><font size="2"><br /></font><img alt="Software Sources ubuntu" src="http://www.howtogeek.com/wp-content/uploads/2009/08/exaile6.png"></p>
<p>Go the the tab that reads Third Party Software and add the following:</p>
<blockquote><p><em>deb http://ppa.launchpad.net/exaile-devel/ubuntu jaunty main</em></p>
</blockquote>
<p><em></em>
<p><img alt="Exaile PPA" src="http://www.howtogeek.com/wp-content/uploads/2009/08/exaile1.png"></p>
<p><strong>Adding the OpenPGP security key</strong></p>
<p>1. Go to the Exaile PPA page (At the end of the post)</p>
<p>2. Download the signing key 1024R/43CBFCC0 (At the end of the post) from the PPA page.</p>
<p>3. Copy the key information on to gedit and save the file as Exaile on your desktop.<br /><img alt="Exaile GPG" src="http://www.howtogeek.com/wp-content/uploads/2009/08/exaile2.png"><br />4. Import the Exaile OpenPGP key (that you saved on your desktop) by going to the Authentication tab on software sources window.</p>
<p><img alt="Exaile GPG key" src="http://www.howtogeek.com/wp-content/uploads/2009/08/exaile3.png"></p>
<p><strong>Install Exaile</strong></p>
<p>Drop down to terminal and type the following commands</p>
<blockquote><p><em>sudo apt-get update</em></p>
<p><em>sudo apt-get install exaile</em></p>
</blockquote>
<p>This should download and install Exaile 0.3.0 on your machine which takes a couple minutes.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="sshot-2009-09-30-[20-46-56]" border="0" alt="sshot-2009-09-30-[20-46-56]" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sshot20090930204656.png" width="581" height="398"> </p>
<p><strong>Running Exaile</strong></p>
<p>You can run Exaile by going to:</p>
<p><em>Applications &gt; Sounds &amp; Videos &gt; Exaile Music Player</em><br /><img alt="Exaile Menu" src="http://www.howtogeek.com/wp-content/uploads/2009/08/exaile4.png"></p>
<p>If you are a Linux user and want a cool way to play and manage your music collection, you might want to give Exaile a try. </p>
<p><a href="http://exaile.org/downloads"><strong>Download Exaile 0.3.0.1</strong></a></p>
<p><a href="http://exaile.org/"></a>&nbsp;</p>
<p>
<p><a href="http://keyserver.ubuntu.com:11371/pks/lookup?search=0xB79BBC58DE219687E584187AC174A7B143CBFCC0&amp;op=index"></a></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/ubuntu/adding-extra-repositories-on-ubuntu/" rel="bookmark" title="Permanent Link: Adding extra Repositories on Ubuntu">Adding extra Repositories on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/installing-php4-and-apache-on-ubuntu/" rel="bookmark" title="Permanent Link: Installing PHP4 and Apache on Ubuntu">Installing PHP4 and Apache on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/installing-php5-and-apache-on-ubuntu/" rel="bookmark" title="Permanent Link: Installing PHP5 and Apache on Ubuntu">Installing PHP5 and Apache on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/install-icewm-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Install IceWM on Ubuntu Linux">Install IceWM on Ubuntu Linux</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/how-to-tell-what-version-of-ubuntu-you-are-running/" rel="bookmark" title="Permanent Link: How to Tell What Version of Ubuntu You Are Running">How to Tell What Version of Ubuntu You Are Running</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/do-i-need-vista-service-pack-2'>Do I need Vista Service Pack 2?</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/3616/exaile-0.3.0-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
						</item>
				<item>
			<title>Scribus is an Art Desktop Publishing Tool for Linux</title>
			<link>http://www.howtogeek.com/howto/3881/scribus-is-a-an-art-desktop-publishing-tool-for-linux/</link>
			<comments>http://www.howtogeek.com/howto/3881/scribus-is-a-an-art-desktop-publishing-tool-for-linux/#comments</comments>
			<pubDate>Wed, 16 Sep 2009 06:00:58 +0000</pubDate>
			<dc:creator>Vivek</dc:creator>
					<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=3881</guid>
						<description><![CDATA[<p>Looking for a reliable desktop publishing application for Linux? Scribus is an exceptional solution for creating PDF documents and brings professional desktop printing to Linux systems. </p>
<p>Scribus is an Open Source program that brings award-winning professional page layout to Linux/UNIX, Mac OS X, OS/2 Warp 4/e ComStation and Windows desktops with a combination of &#8220;press-ready&#8221; output and new approaches to page layout. Underneath the modern and user friendly interface, Scribus supports professional publishing features, such as CMYK color, separations, Spot Colors, ICC color management and versatile PDF creation.</p>
<p><strong>Installation</strong></p>
<p>Here we take a look at installing Scribus on our Ubuntu system.</p>
<p>First, bring up the Synaptic Package Manager by going to System \ Administration \ Synaptic Package Manager.<br /><img alt="Synaptic Package Manager" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus1.png"><br /><img alt="Scribus Synaptic" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus2.png"></p>
<p><img alt="scribus4" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus3.png"><br />Search for the package called as scribus. Select the necessary packages that you want to install by Right-clicking them and hitting mark for installation. I selected the following packages.</p>
<ul>
<li><strong>scribus</strong> – Scribus 1.3.3.x (stable branch)
<li><strong>scribus-ng</strong> – Scribus 1.3.x (development branch) scribus-ng package can be installed paralelly to the scribus package
<li>s<strong>cribus-template </strong>– developer and user-contributed additional templates
<li><strong>scribus-doc</strong> – Scribus 1.3.3.x documentation
<li><strong>icc-profiles</strong> – a collection of common ICC profiles to use with Scribus and other color profile-aware software
<li><strong>lprof</strong> – hardware color profiler that can be used to create color profiles for your hardware to be used with Scribus
<li><strong>qt3-qtconfig</strong> – Ubuntu users are strongly advised to install this package for finetuning the Scribus GUI with their Gnome desktop </li>
</ul>
<p><img alt="scribus4" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus4.png"><br />Click the Apply Button to start installing the application.</p>
<p><img alt="scribus 5" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus5.png"></p>
<p>Depending on the speed of your Internet connection the package will be downloaded and installed.</p>
<p><img alt="scribus6" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus6.png"></p>
<p><strong>Using Scribus</strong></p>
<p>You can start Scribus by going to Applications \ Graphics \ Scribus.<br /><img alt="Scribus Menu" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus9.png"></p>
<p>The following is how the application looks. The interface is pretty intuitive to use.<br /><img alt="Scribus Menu" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus81.png"></p>
<p>Let’s quickly create a quick letter head and save the file as PDF.
<p>1. Open a new Scribus document.
<p>2. Click on Insert \ Shape to insert a rectangle as shown below. By default the color of the rectangle shape is black.
<p><img alt="scribus10" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus10.png" width="600" height="266">
<p>3. In order to change the color of the shape, right click on it and click properties to bring up the properties window.
<p><img alt="scribus11" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus111.png" width="600" height="476">
<p>4. Click color to change the color of the box. Following is how it looks:
<p><img alt="scribus13" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus13.png" width="586" height="456">
<p>5. Now let’s get the image for our letter head. Make sure you have your image ready. Click on Insert \ Image Frame to insert an Image frame. (Note: This does not inserts image, it only inserts the frame). It should look something like this:
<p><img alt="scribus17" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus17.png" width="587" height="384">
<p>6. In order to insert the image in the image frame right click the image frame you just created and click Get Image.
<p>7. Locate and select the image to insert it.
<p><img alt="scribus14" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus141.png" width="590" height="347">
<p>8. Now let’s create the title of the letter head. To do so click, Insert \ Text Frame. Right click on the frame and click Edit Text to bring up the text editing box. Enter the title of your letter head.
<p><img alt="scribus15" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus15.png" width="600" height="369">
<p><img alt="scribus16" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus16.png" width="547" height="362">
<p>9. Let’s save this letter head in PDF format. Click File \ Export \ Save as PDF. The PDF file looks like this:
<p><img alt="scribus18" src="http://www.howtogeek.com/wp-content/uploads/2009/09/scribus18.png" width="600" height="441">
<p>That’s it! The letter head is ready for use. If you are looking for a quality desktop publishing tool for Linux Scribus is definitely worth a look.
<p><a href="http://www.scribus.net/"><strong>Scribus Homepage</strong></a></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/ubuntu/install-icewm-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Install IceWM on Ubuntu Linux">Install IceWM on Ubuntu Linux</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/install-enlightenment-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Install Enlightenment on Ubuntu Linux">Install Enlightenment on Ubuntu Linux</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/install-blackbox-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Install Blackbox on Ubuntu Linux">Install Blackbox on Ubuntu Linux</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/install-afterstep-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Install AfterStep on Ubuntu Linux">Install AfterStep on Ubuntu Linux</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/check-your-disk-usage-on-ubuntu-with-disk-usage-analyzer/" rel="bookmark" title="Permanent Link: Check your Disk Usage on Ubuntu with Disk Usage Analyzer">Check your Disk Usage on Ubuntu with Disk Usage Analyzer</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/do-i-need-vista-service-pack-2'>Do I need Vista Service Pack 2?</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/3881/scribus-is-a-an-art-desktop-publishing-tool-for-linux/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
						</item>
				<item>
			<title>OpenShot is Video Editing Software for Ubuntu</title>
			<link>http://www.howtogeek.com/howto/3558/openshot-is-video-editing-software-for-ubuntu/</link>
			<comments>http://www.howtogeek.com/howto/3558/openshot-is-video-editing-software-for-ubuntu/#comments</comments>
			<pubDate>Fri, 28 Aug 2009 06:00:03 +0000</pubDate>
			<dc:creator>Vivek</dc:creator>
					<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=3558</guid>
						<description><![CDATA[<p>Video editing is an important aspect of our work. I was looking for some video editing solution for my Ubuntu machine and came across this useful piece of software which makes the editing of videos a very easy. The software is called OpenShot and is a free and open source solution for editing videos on Linux environment. </p>
<p>Earlier you had to compile the program on your Linux machine to be able to use it. However, the developer(s) have come out with an easy solution by releasing deb files for the same. </p>
<h3>Features of OpenShot</h3>
<ul>
<li>Support for many video, audio, and image formats (based on FFmpeg)
<li>Gnome integration (drag and drop support)
<li>Multiple tracks
<li>Clip resizing, trimming, snapping, and cutting
<li>Video transitions with real-time previews
<li>Compositing, image overlays, watermarks
<li>Title templates, title creation
<li>Solid color clips (including alpha compositing)
<li>Support for Rotoscoping / Image sequences
<li>Drag and drop timeline
<li>Frame stepping, key-mappings: J,K, and L keys
<li>Video encoding (based on FFmpeg) </li>
</ul>
<h3>Download and Install OpenShot on Ubuntu</h3>
<p>In order to run and start using OpenShot on Ubuntu we will have to download the respective deb file and install it. Download the respective deb file based on the version of your Ubuntu and CPU from the download page <em>(link below).</em> You&#8217;ll also have to download the dependency package from the same page (dependencies_32_904.tar.gz)</p>
<p><img class="alignnone size-full wp-image-3559" alt="Opebshot Download" src="http://www.howtogeek.com/wp-content/uploads/2009/08/Opebshot-Download.png" width="309" height="204"></p>
<h3>Install OpenShot On Ubuntu</h3>
<p>Once you have downloaded the respective deb files <em>(The main package and dependency files)</em> start the installation by installing the dependencies first. Double click the dependency package (dependencies_32_904.tar.gz) and install all the 4 deb files:</p>
<ol>
<li>openshot-ffmpeg_git-2623d8f-1_i386.deb
<li>openshot-frei0r_1.1.22-1_i386.deb
<li>openshot-mlt_0.4.3-1_i386.deb
<li>openshot-x264_0.67.1173-1_i386.deb </li>
</ol>
<p><img class="alignnone size-full wp-image-3560" alt="OpenShot_dependencies" src="http://www.howtogeek.com/wp-content/uploads/2009/08/OpenShot_dependencies.png" width="600" height="505"></p>
<p>Once you have installed all the dependency package we&#8217;ll install the main package <em>(openshot.deb).</em> Double click the package to install it.</p>
<p><img class="alignnone size-full wp-image-3567" alt="Opebshotdeb" src="http://www.howtogeek.com/wp-content/uploads/2009/08/Opebshotdeb.png" width="599" height="459"></p>
<h3>Running OpenShot</h3>
<p>Once installed you can run the OpenShot video editor by going to Applications \ Sound &amp; Video&nbsp; \ OpenShot Video Editor.</p>
<p><img class="alignnone size-full wp-image-3561" alt="OpenShotMenu" src="http://www.howtogeek.com/wp-content/uploads/2009/08/OpenShotMenu.png" width="478" height="405"></p>
<p>The main interface is nicely laid out and easy to use.</p>
<p><img class="alignnone size-full wp-image-3562" alt="OpenShot1" src="http://www.howtogeek.com/wp-content/uploads/2009/08/OpenShot1.png" width="600" height="395"></p>
<h3>Importing the video in OpenShot</h3>
<p>Importing videos for editing is very easy all you have to do is click File \ Import Files.</p>
<p><img class="alignnone size-full wp-image-3564" alt="OpenShot4" src="http://www.howtogeek.com/wp-content/uploads/2009/08/OpenShot4.png" width="452" height="391"></p>
<p><img class="alignnone size-full wp-image-3563" alt="OpenShot2" src="http://www.howtogeek.com/wp-content/uploads/2009/08/OpenShot2.png" width="600" height="395"></p>
<p>Exporting videos is very easy and you can export your video in multiple formats. Click the red button to export the edited video.</p>
<p><img class="alignnone size-full wp-image-3565" alt="OpenShot5" src="http://www.howtogeek.com/wp-content/uploads/2009/08/OpenShot5.png" width="286" height="118"></p>
<p>You can choose from several different effects and video settings.</p>
<p><img class="alignnone size-full wp-image-3566" alt="OpenShot3" src="http://www.howtogeek.com/wp-content/uploads/2009/08/OpenShot3.png" width="600" height="488"></p>
<p><strong>List of Features</strong></p>
<p>The following is an impressive full list of features for OpenShot:</p>
<ul>
<li>Support for many video, audio, and image formats (based on FFmpeg)
<li>Gnome integration (drag and drop support)
<li>Multiple tracks
<li>Clip resizing, trimming, snapping, and cutting
<li>Video transitions with real-time previews
<li>Compositing, image overlays, watermarks
<li>Title templates, title creation
<li>Solid color clips (including alpha compositing)
<li>Support for Rotoscoping / Image sequences
<li>Drag and drop timeline
<li>Frame stepping, key-mappings: J,K, and L keys
<li>Video encoding (based on FFmpeg)</li>
</ul>
<p>OpenShot is a stable and easy to use video editor for Ubuntu and is also available in Spanish, French, and Italian.</p>
<p><a href="http://www.openshotvideo.com/2008/04/download.html">Download OpenShot for Ubuntu Linux</a></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/ubuntu/change-ssh-welcome-banner-on-ubuntu/" rel="bookmark" title="Permanent Link: Change SSH Welcome Banner on Ubuntu">Change SSH Welcome Banner on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/adding-extra-repositories-on-ubuntu/" rel="bookmark" title="Permanent Link: Adding extra Repositories on Ubuntu">Adding extra Repositories on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/turn-off-auto-play-of-audio-and-video-cds-and-dvds-in-ubuntu/" rel="bookmark" title="Permanent Link: Turn Off Auto-Play of Audio and Video CDs and DVDs in Ubuntu">Turn Off Auto-Play of Audio and Video CDs and DVDs in Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/update-ubuntu-repository-list-using-software-sources-gui-tool/" rel="bookmark" title="Permanent Link: Update Ubuntu Repository list using Software Sources GUI Tool">Update Ubuntu Repository list using Software Sources GUI Tool</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/switch-ubuntu-server-to-use-internet-repositories-instead-of-cdrom/" rel="bookmark" title="Permanent Link: Switch Ubuntu Server to use Internet Repositories Instead of cdrom">Switch Ubuntu Server to use Internet Repositories Instead of cdrom</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/do-i-need-vista-service-pack-2'>Do I need Vista Service Pack 2?</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/3558/openshot-is-video-editing-software-for-ubuntu/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
						</item>
				<item>
			<title>Install Guest Additions to Windows and Linux VMs in VirtualBox</title>
			<link>http://www.howtogeek.com/howto/2845/install-guest-additions-to-windows-and-linux-vms-in-virtualbox/</link>
			<comments>http://www.howtogeek.com/howto/2845/install-guest-additions-to-windows-and-linux-vms-in-virtualbox/#comments</comments>
			<pubDate>Mon, 27 Jul 2009 06:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows 7]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/2845/install-guest-additions-to-windows-and-linux-vms-in-virtualbox/</guid>
						<description><![CDATA[<p>VirtualBox from Sun is a great free virtual machine that lets you run multiple operating systems on your PC.&nbsp; Today we take a look at installing the Guest Additions feature which provides enhanced performance of the guest operating system.</p>
<p><em>Note:&nbsp; For this article we are using version 3.0.2 on a Windows 7 (32-bit) guest OS.</em></p>
<p><strong>Install Guest Additions for Windows</strong></p>
<p>Guest Additions installs on the guest system and includes device drivers and system applications that optimize performance of the machine.&nbsp; Launch the guest OS in VirtualBox and click on Devices and Install Guest Additions.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="1 menu" border="0" alt="1 menu" src="http://www.howtogeek.com/wp-content/uploads/2009/07/1menu.png" width="298" height="307"> </p>
<p>The AutoPlay window opens on the guest OS and click on the Run VBox Windows Additions executable.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2 autoplay" border="0" alt="2 autoplay" src="http://www.howtogeek.com/wp-content/uploads/2009/07/2autoplay.png" width="355" height="314"> </p>
<p>Click yes when the UAC screen comes up.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="3 UAC" border="0" alt="3 UAC" src="http://www.howtogeek.com/wp-content/uploads/2009/07/3UAC.png" width="485" height="281"> </p>
<p>Now simply follow through the installation wizard.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="4 install Wizard" border="0" alt="4 install Wizard" src="http://www.howtogeek.com/wp-content/uploads/2009/07/4installWizard.png" width="504" height="390"> </p>
<p>During the installation wizard you can choose the Direct3D acceleration if you would like it.&nbsp; Remember this is going to take up more of your Host OS&#8217;s resources and is still experimental possibly making the guest unstable.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="5 install 3d support" border="0" alt="5 install 3d support" src="http://www.howtogeek.com/wp-content/uploads/2009/07/5install3dsupport.png" width="514" height="259"> </p>
<p>When the installation starts you will need to allow the Sun display adapters to be installed.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="6 confirm" border="0" alt="6 confirm" src="http://www.howtogeek.com/wp-content/uploads/2009/07/6confirm.png" width="544" height="237"> </p>
<p>After everything has completed a reboot is required.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="7 reboot required" border="0" alt="7 reboot required" src="http://www.howtogeek.com/wp-content/uploads/2009/07/7rebootrequired.png" width="343" height="374"> </p>
<p><strong>Install Guest Additions for Ubuntu</strong></p>
<p><em>Note:&nbsp; For this section we are using version 3.0.2 on Ubuntu 8.10</em>&nbsp;<em>(32-bit) version.</em></p>
<p>If you have Ubuntu running in a virtual machine installing the Guest Additions is easy as well.&nbsp; With the Ubuntu virtual machine running click on Devices and Install Guest Additions.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="8linux" border="0" alt="8linux" src="http://www.howtogeek.com/wp-content/uploads/2009/07/8linux.png" width="399" height="358"> </p>
<p>This will mount the ISO and show an icon on the desktop and give you the following message box where you just click Run.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="9run" border="0" alt="9run" src="http://www.howtogeek.com/wp-content/uploads/2009/07/9run.png" width="435" height="287"> </p>
<p>Enter in your admin password and click OK.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="10pw" border="0" alt="10pw" src="http://www.howtogeek.com/wp-content/uploads/2009/07/10pw.png" width="489" height="291"> </p>
<p>Next you will see the installation taking place and when done you&#8217;ll prompted to click on Enter.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="11installed" border="0" alt="11installed" src="http://www.howtogeek.com/wp-content/uploads/2009/07/11installed.png" width="521" height="369"> </p>
<p>A Reboot of the guest OS is required to complete the installation.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="12restart" border="0" alt="12restart" src="http://www.howtogeek.com/wp-content/uploads/2009/07/12restart.png" width="202" height="231"> </p>
<p><strong>Command Line Installation</strong></p>
<p>If the above process doesn&#8217;t work or you want to use the command line to install Guest Additions then first open up a Terminal session.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="14term" border="0" alt="14term" src="http://www.howtogeek.com/wp-content/uploads/2009/07/14term.png" width="417" height="304"> </p>
<p>Now type in the following commands.</p>
<blockquote><p>cd /media/cdrom</p>
<p>ls</p>
<p>sudo ./VBoxLinuxAdditions-x86.run</p>
</blockquote>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="15cmd" border="0" alt="15cmd" src="http://www.howtogeek.com/wp-content/uploads/2009/07/15cmd.png" width="637" height="465"> </p>
<p>Again a restart of Ubuntu is required from the GUI or type in <em>&#8220;sudo reboot&#8221;</em> <em>(without quotes)</em> in the command line.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="12restart" border="0" alt="12restart" src="http://www.howtogeek.com/wp-content/uploads/2009/07/12restart1.png" width="202" height="231">&nbsp;</p>
<p>There are a lot of cool features included with the Guest Additions such as clipboard and folder sharing, better video support, and mouse pointer integration which lets you navigate in the guest OS without having it capture the pointer.&nbsp; </p>
<p>Related VirtualBox articles:</p>
<p><a href="http://www.howtogeek.com/howto/2078/try-out-a-new-operating-system-the-easy-way-with-virtualbox/">Try Out a New Operating System the Easy Way with VirtualBox</a></p>
<p><a href="http://www.howtogeek.com/howto/2128/use-virtualbox-to-test-linux-on-your-windows-pc/">Use VirtualBox to Test Linux on Your Windows PC</a></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/4922/week-in-geek-the-fixing-slow-internet-in-virtualbox-xp-guest-edition/" rel="bookmark" title="Permanent Link: Week in Geek: The Fixing Slow Internet in VirtualBox XP Guest Edition">Week in Geek: The Fixing Slow Internet in VirtualBox XP Guest Edition</a></li><li><a href="http://www.howtogeek.com/howto/2078/try-out-a-new-operating-system-the-easy-way-with-virtualbox/" rel="bookmark" title="Permanent Link: Try Out a New Operating System the Easy Way with VirtualBox">Try Out a New Operating System the Easy Way with VirtualBox</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/install-icewm-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Install IceWM on Ubuntu Linux">Install IceWM on Ubuntu Linux</a></li><li><a href="http://www.howtogeek.com/howto/linux/how-to-install-windows-applications-on-linux-using-crossover/" rel="bookmark" title="Permanent Link: How to Install Windows Applications on Linux Using Crossover">How to Install Windows Applications on Linux Using Crossover</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/install-monodevelop-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Install Monodevelop on Ubuntu Linux">Install Monodevelop on Ubuntu Linux</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/do-i-need-vista-service-pack-2'>Do I need Vista Service Pack 2?</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/2845/install-guest-additions-to-windows-and-linux-vms-in-virtualbox/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
						</item>
				<item>
			<title>Installing Tomcat 6 on Ubuntu</title>
			<link>http://www.howtogeek.com/howto/linux/installing-tomcat-6-on-ubuntu/</link>
			<comments>http://www.howtogeek.com/howto/linux/installing-tomcat-6-on-ubuntu/#comments</comments>
			<pubDate>Thu, 11 Oct 2007 12:16:53 +0000</pubDate>
			<dc:creator>The Geek</dc:creator>
					<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/installing-tomcat-6-on-ubuntu/</guid>
						<description><![CDATA[<p>If you are running Ubuntu and want to use the Tomcat servlet container, you should not use the version from the repositories as it just doesn&#8217;t work correctly. Instead you&#8217;ll need to use the manual installation process that I&#8217;m outlining here.</p>
<p>Before you install Tomcat you&#8217;ll want to make sure that you&#8217;ve installed Java. I would assume if you are trying to install Tomcat you&#8217;ve already installed java, but if you aren&#8217;t sure you can check with the dpkg command like so:</p>
<blockquote><p>dpkg &#8211;get-selections | grep sun-java</p>
</blockquote>
<p>This should give you this output if you already installed java:</p>
<blockquote><pre>sun-java6-bin                                   install
sun-java6-jdk                                   install
sun-java6-jre                                   install
</pre>
</blockquote>
<p>If that command has no results, you&#8217;ll want to install the latest version with this command:</p>
<blockquote>
<p>sudo apt-get install sun-java6-jdk</p>
</blockquote>
<p><strong>Installation</strong></p>
<p>Now we&#8217;ll download and extract Tomcat from the <a href="http://tomcat.apache.org/">apache site</a>. You should check to make sure there&#8217;s not another version and adjust accordingly.</p>
<blockquote>
<p>wget http://apache.hoxt.com/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.tar.gz</p>
<p>tar xvzf apache-tomcat-6.0.14.tar.gz</p>
</blockquote>
<p>The best thing to do is move the tomcat folder to a permanent location. I chose /usr/local/tomcat, but you could move it somewhere else if you wanted to.</p>
<blockquote>
<p>sudo mv apache-tomcat-6.0.14 /usr/local/tomcat </p>
</blockquote>
<p>Tomcat requires setting the JAVA_HOME variable. The best way to do this is to set it in your .bashrc file. You could also edit your startup.sh file if you so chose.</p>
<p>The better method is editing your .bashrc file and adding the bolded line there. You&#8217;ll have to logout of the shell for the change to take effect.</p>
<blockquote>
<p>vi ~/.bashrc</p>
</blockquote>
<p>Add the following line:</p>
<blockquote>
<p>export JAVA_HOME=/usr/lib/jvm/java-6-sun </p>
</blockquote>
<p>At this point you can start tomcat by just executing the startup.sh script in the tomcat/bin folder.</p>
<p><strong>Automatic Starting</strong></p>
<p>To make tomcat automatically start when we boot up the computer, you can add a script to make it auto-start and shutdown.</p>
<blockquote>
<p>sudo vi /etc/init.d/tomcat</p>
</blockquote>
<p>Now paste in the following: </p>
<blockquote>
<p># Tomcat auto-start<br />#<br /># description: Auto-starts tomcat<br /># processname: tomcat<br /># pidfile: /var/run/tomcat.pid </p>
<p>export JAVA_HOME=/usr/lib/jvm/java-6-sun </p>
<p>case $1 in<br />start)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sh /usr/local/tomcat/bin/startup.sh<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;; <br />stop)&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sh /usr/local/tomcat/bin/shutdown.sh<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;; <br />restart)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sh /usr/local/tomcat/bin/shutdown.sh<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sh /usr/local/tomcat/bin/startup.sh<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;; <br />esac&nbsp;&nbsp;&nbsp; <br />exit 0</p>
</blockquote>
<p>You&#8217;ll need to make the script executable by running the chmod command: </p>
<blockquote>
<p>sudo chmod 755 /etc/init.d/tomcat</p>
</blockquote>
<p>The last step is actually linking this script to the startup folders with a symbolic link. Execute these two commands and we should be on our way. </p>
<blockquote>
<p>sudo ln -s /etc/init.d/tomcat /etc/rc1.d/K99tomcat<br />sudo ln -s /etc/init.d/tomcat /etc/rc2.d/S99tomcat</p>
</blockquote>
<p>Tomcat should now be fully installed and operational. Enjoy!</p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/ubuntu/installing-php4-and-apache-on-ubuntu/" rel="bookmark" title="Permanent Link: Installing PHP4 and Apache on Ubuntu">Installing PHP4 and Apache on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/install-blackbox-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Install Blackbox on Ubuntu Linux">Install Blackbox on Ubuntu Linux</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/installing-php5-and-apache-on-ubuntu/" rel="bookmark" title="Permanent Link: Installing PHP5 and Apache on Ubuntu">Installing PHP5 and Apache on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/install-icewm-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Install IceWM on Ubuntu Linux">Install IceWM on Ubuntu Linux</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/install-monodevelop-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Install Monodevelop on Ubuntu Linux">Install Monodevelop on Ubuntu Linux</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/do-i-need-vista-service-pack-2'>Do I need Vista Service Pack 2?</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/linux/installing-tomcat-6-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>84</slash:comments>
						</item>
				<item>
			<title>Prevent X.Org from Starting in Ubuntu</title>
			<link>http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/</link>
			<comments>http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/#comments</comments>
			<pubDate>Fri, 07 Sep 2007 09:09:16 +0000</pubDate>
			<dc:creator>The Geek</dc:creator>
					<category><![CDATA[Ubuntu]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/</guid>
						<description><![CDATA[<p>If you&#8217;ve got an Ubuntu machine that you initially installed with Ubuntu Desktop, but would like to run as a server, you can just disable the graphical environment from starting up in order to save resources. This is also useful for doing system maintenance from the command line that needs to be performed outside of the GUI.</p>
<p>The only reason to do this instead of removing the packages would be because you might want to still sometimes use the box through the GUI.</p>
<p><strong>Disable X.Org</strong></p>
<p>In order to disable the graphical environment, we&#8217;ll need to disable GDM, the Gnome Display Manager. In order to do this, you&#8217;ll need to run the following command at the terminal:</p>
<blockquote><p>sudo update-rc.d -f gdm remove</p>
</blockquote>
<p><img height="189" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2007/09/image62.png" width="440"> </p>
<p>When you restart your computer, you&#8217;ll be presented with a text-mode login prompt instead of the graphical environment.</p>
<p><img height="195" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2007/09/image63.png" width="640"></p>
<p><strong>Run X.Org While Disabled</strong></p>
<p>If you want to run the graphical environment, all you have to do is type the following command from the prompt, making sure to run it as your normal user account.</p>
<blockquote><p>startx</p>
</blockquote>
<p>The annoying gray screen will go away once Gnome is fully started.</p>
<p><strong>Enable X.Org</strong></p>
<p>If you want to re-enable X11 it&#8217;s a simple matter of running this command from the terminal:</p>
<blockquote><p>sudo update-rc.d -f gdm defaults</p>
</blockquote>
<p><img height="213" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2007/09/image64.png" width="523"> </p>
<p>When you restart, you&#8217;ll be presented with the graphical prompt again.</p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/ubuntu/install-kde-kubuntu-on-ubuntu/" rel="bookmark" title="Permanent Link: Install KDE (Kubuntu) on Ubuntu">Install KDE (Kubuntu) on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/linux/disable-ctrlaltbackspace-from-restarting-x-windows-on-linux/" rel="bookmark" title="Permanent Link: Disable Ctrl+Alt+Backspace from Restarting X Windows on Linux">Disable Ctrl+Alt+Backspace from Restarting X Windows on Linux</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/keep-the-display-from-turning-off-on-ubuntu/" rel="bookmark" title="Permanent Link: Keep the Display From Turning Off on Ubuntu">Keep the Display From Turning Off on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/adding-extra-repositories-on-ubuntu/" rel="bookmark" title="Permanent Link: Adding extra Repositories on Ubuntu">Adding extra Repositories on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/linux/upgrade-ubuntu-from-feisty-to-gutsy/" rel="bookmark" title="Permanent Link: Upgrade Ubuntu from Feisty to Gutsy">Upgrade Ubuntu from Feisty to Gutsy</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/do-i-need-vista-service-pack-2'>Do I need Vista Service Pack 2?</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/ubuntu/prevent-xorg-from-starting-in-ubuntu/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
						</item>
				<item>
			<title>Clean Up Ubuntu Grub Boot Menu After Upgrades</title>
			<link>http://www.howtogeek.com/howto/ubuntu/clean-up-ubuntu-grub-boot-menu-after-upgrades/</link>
			<comments>http://www.howtogeek.com/howto/ubuntu/clean-up-ubuntu-grub-boot-menu-after-upgrades/#comments</comments>
			<pubDate>Thu, 06 Sep 2007 08:00:30 +0000</pubDate>
			<dc:creator>The Geek</dc:creator>
					<category><![CDATA[Ubuntu]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/clean-up-ubuntu-grub-boot-menu-after-upgrades/</guid>
						<description><![CDATA[<p>One of the things in Ubuntu that has always driven me crazy is the addition of new items into the grub menu without removing the old entries that likely don&#8217;t even work anymore. I&#8217;m sure most experienced Ubuntu users already know how to do this, but here&#8217;s the method anyway.</p>
<p>I just installed this box recently, and then did an upgrade&#8230;. already there are 7 items in the menu.</p>
<p><img height="275" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2007/09/image55.png" width="640"> </p>
<p>To remove these entries, we&#8217;ll need to edit the file /boot/grub/menu.lst. You can do this by using Alt+F2 and then typing in the following command:</p>
<blockquote><p>gksu gedit /boot/grub/menu.lst</p>
</blockquote>
<p><img height="190" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2007/09/image56.png" width="432"> </p>
<p>Now that we&#8217;ve got the file open, scroll down to the bottom of the file where it says &#8220;End Default Options&#8221;, and you&#8217;ll find all the menu entries for the various kernels in here. You can just select and delete the ones you don&#8217;t want. </p>
<p><img height="538" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2007/09/image57.png" width="578"> </p>
<p>Save the file, and then the next time you boot up you&#8217;ll see a much nicer set of options.</p>
<p><img height="272" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2007/09/image58.png" width="640"></p>
<p>I&#8217;m guessing it would also be prudent to clean up the other unused kernel files that are sitting out there&#8230; I&#8217;m sure there&#8217;s some automated tool to do that, but I&#8217;ve not taken the time to figure it out yet.</p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/ubuntu/reinstall-ubuntu-grub-bootloader-after-windows-wipes-it-out/" rel="bookmark" title="Permanent Link: Reinstall Ubuntu Grub Bootloader After Windows Wipes it Out">Reinstall Ubuntu Grub Bootloader After Windows Wipes it Out</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/change-the-grub-menu-timeout-on-ubuntu/" rel="bookmark" title="Permanent Link: Change the GRUB Menu Timeout on Ubuntu">Change the GRUB Menu Timeout on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/show-the-grub-menu-by-default-on-ubuntu/" rel="bookmark" title="Permanent Link: Show the GRUB Menu by Default on Ubuntu">Show the GRUB Menu by Default on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/how-to-switch-to-console-mode-for-ubuntu-vmware-guest/" rel="bookmark" title="Permanent Link: How To Switch to Console Mode for Ubuntu VMware Guest">How To Switch to Console Mode for Ubuntu VMware Guest</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/set-windows-as-default-os-when-dual-booting-ubuntu/" rel="bookmark" title="Permanent Link: Set Windows as Default OS when Dual Booting Ubuntu">Set Windows as Default OS when Dual Booting Ubuntu</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/do-i-need-vista-service-pack-2'>Do I need Vista Service Pack 2?</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/ubuntu/clean-up-ubuntu-grub-boot-menu-after-upgrades/feed/</wfw:commentRss>
			<slash:comments>32</slash:comments>
						</item>
				<item>
			<title>Change SSH Welcome Banner on Ubuntu</title>
			<link>http://www.howtogeek.com/howto/ubuntu/change-ssh-welcome-banner-on-ubuntu/</link>
			<comments>http://www.howtogeek.com/howto/ubuntu/change-ssh-welcome-banner-on-ubuntu/#comments</comments>
			<pubDate>Mon, 13 Aug 2007 05:27:32 +0000</pubDate>
			<dc:creator>The Geek</dc:creator>
					<category><![CDATA[Ubuntu]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/change-ssh-welcome-banner-on-ubuntu/</guid>
						<description><![CDATA[<p>Every time I connect to my Ubuntu development server through my ssh client, I receive the same message and I&#8217;m getting tired of seeing it, so I decided to change the message to something else. </p>
<p>Here&#8217;s the message that I get every time:</p>
<blockquote><p>Linux superfast 2.6.20-16-generic #2 SMP Thu Jun 7 19:00:28 UTC 2007 x86_64</p>
<p>The programs included with the Ubuntu system are free software;<br />the exact distribution terms for each program are described in the<br />individual files in /usr/share/doc/*/copyright. </p>
<p>Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by<br />applicable law.</p>
<p>Last login: Mon Aug 13 01:05:46 2007 from ipaddress removed</p>
<p>geek@superfast:~$</p>
</blockquote>
<p>Changing this message requires editing two different files. The first three sections can be modified by editing the following file:</p>
<blockquote><p>/etc/motd</p>
</blockquote>
<p>This file contains the linux build number as well as the Ubuntu warranty message. I don&#8217;t find this particularly useful, so I removed all of it and replaced it with my own message.</p>
<p>To disable the last login message (which I don&#8217;t recommend doing), you will need to edit the following file in sudo mode:</p>
<blockquote><p>/etc/ssh/sshd_config</p>
</blockquote>
<p>Find this line in the file and change the yes to no as shown:</p>
<blockquote><p>PrintLastLog no</p>
</blockquote>
<p>Now when you login, you&#8217;ll get a blank prompt, although I wouldn&#8217;t necessarily recommend it because it&#8217;s useful to see the last login to the system for security reasons. This is my prompt now:</p>
<blockquote><p>This is a superfast system. Please max out the cpu accordingly. </p>
<p>Last login: Mon Aug 13 01:24:14 2007 from ipaddress removed<br />geek@superfast:~$</p>
</blockquote>
<p>Linux is really great.</p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/ubuntu/set-windows-as-default-os-when-dual-booting-ubuntu/" rel="bookmark" title="Permanent Link: Set Windows as Default OS when Dual Booting Ubuntu">Set Windows as Default OS when Dual Booting Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/internet/firefox/make-firefox-display-large-images-full-size/" rel="bookmark" title="Permanent Link: Make Firefox Display Large Images Full Size">Make Firefox Display Large Images Full Size</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/how-to-tell-what-version-of-ubuntu-you-are-running/" rel="bookmark" title="Permanent Link: How to Tell What Version of Ubuntu You Are Running">How to Tell What Version of Ubuntu You Are Running</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/adding-extra-repositories-on-ubuntu/" rel="bookmark" title="Permanent Link: Adding extra Repositories on Ubuntu">Adding extra Repositories on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/set-the-default-browser-and-email-client-in-ubuntu/" rel="bookmark" title="Permanent Link: Set the Default Browser and Email Client in Ubuntu">Set the Default Browser and Email Client in Ubuntu</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/do-i-need-vista-service-pack-2'>Do I need Vista Service Pack 2?</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/ubuntu/change-ssh-welcome-banner-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
						</item>
				<item>
			<title>Make Grub Bootloader Wait Indefinitely for OS Selection</title>
			<link>http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/</link>
			<comments>http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/#comments</comments>
			<pubDate>Wed, 25 Jul 2007 11:08:06 +0000</pubDate>
			<dc:creator>The Geek</dc:creator>
					<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/</guid>
						<description><![CDATA[<p>If you are doing a lot of testing of different builds, there&#8217;s nothing more annoying than rebooting and then having the system boot into the wrong choice on the grub menu before you have a chance to pick the one you want. Reader Victor wrote in with this tip: You can just comment out the timeout line entirely to stop grub from picking anything, giving you time to get your morning coffee.</p>
<p>All you need to do is open up the /boot/grub/menu.lst file in your favorite text editor (in sudo mode)</p>
<blockquote><p>sudo vi /boot/grub/menu.lst</p>
</blockquote>
<p>Find the section of the file that contains the timeout information</p>
<blockquote><p>## timeout sec<br /># Set a timeout, in SEC seconds, before automatically booting the default entry<br /># (normally the first entry defined)<br /># timeout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3</p>
</blockquote>
<p>Just put a # before the &#8220;timeout 3&#8243; line in the file, then save and restart your computer.</p>
<p><img alt="image" width="640" src="http://www.howtogeek.com/wp-content/uploads/2007/07/image86.png"></p>
<p>Now&nbsp;grub will wait forever until you make a choice. This is especially useful if you want to prevent your computer from ever booting into Windows&#8230;</p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/ubuntu/reinstall-ubuntu-grub-bootloader-after-windows-wipes-it-out/" rel="bookmark" title="Permanent Link: Reinstall Ubuntu Grub Bootloader After Windows Wipes it Out">Reinstall Ubuntu Grub Bootloader After Windows Wipes it Out</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/show-the-grub-menu-by-default-on-ubuntu/" rel="bookmark" title="Permanent Link: Show the GRUB Menu by Default on Ubuntu">Show the GRUB Menu by Default on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/change-the-grub-menu-timeout-on-ubuntu/" rel="bookmark" title="Permanent Link: Change the GRUB Menu Timeout on Ubuntu">Change the GRUB Menu Timeout on Ubuntu</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/clean-up-ubuntu-grub-boot-menu-after-upgrades/" rel="bookmark" title="Permanent Link: Clean Up Ubuntu Grub Boot Menu After Upgrades">Clean Up Ubuntu Grub Boot Menu After Upgrades</a></li><li><a href="http://www.howtogeek.com/howto/microsoft-office/select-text-vertically-in-microsoft-word/" rel="bookmark" title="Permanent Link: Select Text Vertically in Microsoft Word">Select Text Vertically in Microsoft Word</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/do-i-need-vista-service-pack-2'>Do I need Vista Service Pack 2?</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
						</item>
			</channel>
</rss>