<?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>How To Ubuntu &#187; how to</title>
	<atom:link href="http://howto-ubuntu.net/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://howto-ubuntu.net</link>
	<description>Focusing on the Long Term Support release -- Lucid 10.04</description>
	<lastBuildDate>Fri, 30 Jul 2010 12:30:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to lock your screen from the command line</title>
		<link>http://howto-ubuntu.net/how-to-lock-your-screen-from-the-command-line/</link>
		<comments>http://howto-ubuntu.net/how-to-lock-your-screen-from-the-command-line/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 23:35:29 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[screensaver]]></category>

		<guid isPermaLink="false">http://howto-ubuntu.com/?p=185</guid>
		<description><![CDATA[<p>This could be very useful to you if you&#8217;re working in the terminal and need to step away for a moment. You can achieve a locked screen, just like when you do it the graphical way, with this command entered at the command line, or cli&#8230;


gnome-screensaver-command --lock

This will instantly launch your screensaver, and lock your [...]]]></description>
			<content:encoded><![CDATA[<p>This could be very useful to you if you&#8217;re working in the terminal and need to step away for a moment. You can achieve a locked screen, just like when you do it <a href="http://howto-ubuntu.com/2008/11/20/how-to-lock-your-screen/">the graphical way</a>, with this command entered at the command line, or cli&#8230;<br />
<span id="more-185"></span><br />
<br clear="none" /><br />
<code>gnome-screensaver-command --lock</code><br />
<br clear="none" /><br />
This will instantly launch your screensaver, and lock your computer&#8217;s screen. Your password will be required to gain access to your system once this is activated.</p>
<p>That command is pretty long, and typing it out would probably get on my nerves. You can use an alias to effectively shorten it. Here&#8217;s how we&#8217;ll do that, also at the command line&#8230;</p>
<p>Let&#8217;s say we want to be able to type in <em><strong>lock</strong></em>, to lock the screen. If I just type in lock, I get nothing. So I need to create an alias for this command. An alias is just like what it sounds like. It&#8217;s assigning another name to a certain command. At the command line enter&#8230;</p>
<p><code>gedit .bashrc</code><br />
<br clear="none" /><br />
There&#8217;s a certain section of this file that talks about aliases. You can add this line of text to that section of the file&#8230;<br />
<br clear="none" /><br />
<code>alias lock='gnome-screensaver-command --lock'</code><br />
<br clear="none" /><br />
This tells Ubuntu that when you type in <em><strong>lock</strong></em>, it executes <em><strong>gnome-screensaver-command &#8211;lock</strong></em>. Click the Save button and close the text editor. The next time you login, the change will have taken effect. Try it out and see how you like it.</p>
<p>Here&#8217;s what it should look like&#8230;</p>
<p><img class="alignleft size-full wp-image-192" title="screenshot-bashrc-gedit" src="http://howtoubuntu.files.wordpress.com/2008/12/screenshot-bashrc-gedit.png" alt="screenshot-bashrc-gedit" width="500" height="322" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-lock-your-screen-from-the-command-line%2F&amp;linkname=How%20to%20lock%20your%20screen%20from%20the%20command%20line"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-lock-your-screen-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to make your Evolution appointments appear in your desktop calender</title>
		<link>http://howto-ubuntu.net/how-to-make-your-evolution-appointments-appear-in-desktop-calender/</link>
		<comments>http://howto-ubuntu.net/how-to-make-your-evolution-appointments-appear-in-desktop-calender/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 12:50:28 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[calender]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=6</guid>
		<description><![CDATA[<p>In Ubuntu you can have the appointments in your calender appear in your desktop calender/clock.  If you&#8217;ve just come over from years of Microsoft Windows use, Evolution is the linux equivalent of Outlook.  Ubuntu works with the Evolution mail client to give you quick access to your appointments and tasks right on the desktop, [...]]]></description>
			<content:encoded><![CDATA[<p>In Ubuntu you can have the appointments in your calender appear in your desktop calender/clock.  If you&#8217;ve just come over from years of Microsoft Windows use, Evolution is the linux equivalent of Outlook.  Ubuntu works with the Evolution mail client to give you quick access to your appointments and tasks right on the desktop, without having to open your email program.  Here&#8217;s how it works&#8230;</p>
<p><span id="more-278"></span></p>
<p>Open Evolution from the  <strong>Applications &gt; Office</strong> menu.</p>
<p>Click on<strong><em> Calenders</em></strong> in the bottom left corner.</p>
<p>Double-click on a date and/or time where you want to place an appointment. A dialog box will open up, fill in the details and click <em><strong>Save</strong></em> to make an appointment.</p>
<p>Click on the time &amp; date on your upper toolbar, in the upper right hand corner of the screen. You&#8217;ll see a calender drop down. You&#8217;ll notice that whatever day you have put a calender event will be in <strong>bold</strong> text.</p>
<p>Click on that day, and you&#8217;ll get a little display of your appointments for that day.</p>
<p>That&#8217;s it, all very quick, and without having to open you calender application.</p>
<p>Here&#8217;s what it will look like when you click on a day that you have an appointment scheduled.</p>
<p><img class="alignleft size-full wp-image-180" title="calender" src="http://howtoubuntu.files.wordpress.com/2008/12/calender.png" alt="calender" width="274" height="279" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-make-your-evolution-appointments-appear-in-desktop-calender%2F&amp;linkname=How%20to%20make%20your%20Evolution%20appointments%20appear%20in%20your%20desktop%20calender"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-make-your-evolution-appointments-appear-in-desktop-calender/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to set up HP printing on Ubuntu &#8212; HP Laserjet P1005</title>
		<link>http://howto-ubuntu.net/how-to-set-up-hp-printing-on-ubuntu/</link>
		<comments>http://howto-ubuntu.net/how-to-set-up-hp-printing-on-ubuntu/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 11:40:27 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[hplip]]></category>
		<category><![CDATA[sourceforge]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=21</guid>
		<description><![CDATA[<p>Some HP printers can use one of the drivers already installed by default in Ubuntu. In those cases, all you usually need to do is plug your printer into your computer, and Ubuntu will recognize it and prompt you to set it up. It&#8217;s super quick &#38; easy. The HP Laserjet P1005 that I purchased [...]]]></description>
			<content:encoded><![CDATA[<p>Some HP printers can use one of the drivers already installed by default in Ubuntu. In those cases, all you usually need to do is plug your printer into your computer, and Ubuntu will recognize it and prompt you to set it up. It&#8217;s super quick &amp; easy. The HP Laserjet P1005 that I purchased needed something more. This is a good quality, small, quiet, and cheap ($75 shipped from Newegg) monochrome <em>laser</em> printer. It comes with drivers, Windows drivers of course, which do you no good with Ubuntu. I read that I needed <em><strong>hplip</strong></em>. Turns out that I already had <em>hplip</em> installed on my system by default (which will work for many HP printers), but it didn&#8217;t do me any good. I needed to download &amp; install the newest version. Here&#8217;s how I did it&#8230;</p>
<p><span id="more-21"></span></p>
<p>Download the automatic installer file <a href="http://hplip.sourceforge.net/downloads.html">here</a>, the sourceforge page for <em>hplip</em>. Once downloaded follow the instructions on the download page to complete the installation. It will download some more stuff, and then install everything. It will also configure your HP printer. Now you&#8217;ll have the <strong>HP Device Manager</strong> in the <strong>Accessories</strong> menu, and you&#8217;ll also have nice, smooth printing.</p>
<p><img class="alignnone size-full wp-image-177" title="screenshot-hp-device-manager-hp-laserjet-p1005" src="http://howtoubuntu.files.wordpress.com/2008/12/screenshot-hp-device-manager-hp-laserjet-p1005.png" alt="screenshot-hp-device-manager-hp-laserjet-p1005" width="500" height="278" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-set-up-hp-printing-on-ubuntu%2F&amp;linkname=How%20to%20set%20up%20HP%20printing%20on%20Ubuntu%20%26%238212%3B%20HP%20Laserjet%20P1005"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-set-up-hp-printing-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to back up your installed applications with APTonCD</title>
		<link>http://howto-ubuntu.net/how-to-back-up-your-installed-applications-with-aptoncd/</link>
		<comments>http://howto-ubuntu.net/how-to-back-up-your-installed-applications-with-aptoncd/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 06:14:14 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=65</guid>
		<description><![CDATA[<p>APTonCD is a very cool application that will backup the packages (software) on your system to a CD or DVD. This will not backup any personal, user created files. This is very handy for example, if you&#8217;re re-installing Ubuntu for whatever reason, but you don&#8217;t want to have to re-install every single peice of software [...]]]></description>
			<content:encoded><![CDATA[<p>APTonCD is a very cool application that will backup the packages (software) on your system to a CD or DVD. This will not backup any personal, user created files. This is very handy for example, if you&#8217;re re-installing Ubuntu for whatever reason, but you don&#8217;t want to have to re-install every single peice of software that you&#8217;ve accumulated over time. All you do is back them up with APTonCD, and then re-install them onto your new system. This could also be useful with setting up new machines, they can benefit from all the cool software that you&#8217;ve scoured the web to find. To install APTonCD you can&#8230;go to the<strong> Add/Remove</strong> menu, or you can go to <strong>System &gt; Administration &gt; Synaptic Package Manager</strong>, or you can install from the command line by opening a terminal and entering&#8230;</p>
<p style="padding-left:30px;"><strong><em><span style="color:#ff0000;">sudo apt-get install aptoncd</span></em></strong></p>
<p>Now that you have it installed you can find it in <strong>System &gt; Administration &gt; APTonCD.</strong></p>
<p><strong></p>
<div id="attachment_157" class="wp-caption alignnone" style="width: 310px"><a href="http://howtoubuntu.files.wordpress.com/2008/12/aptoncd1.png"><img class="size-full wp-image-157" title="aptoncd1" src="http://howtoubuntu.files.wordpress.com/2008/12/aptoncd1.png" alt="Upon opening it up you’re greeted with 2 options, to make a backup of your programs, click &lt;i&gt;Create&lt;/i&gt;." width="300" height="273" /></a><p class="wp-caption-text">Upon opening it up you’re greeted with 2 options. To make a backup of your programs, click Create.</p></div>
<p class="mceTemp"><span id="more-65"></span></p>
<p class="mceTemp">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><a href="http://howtoubuntu.files.wordpress.com/2008/12/aptoncd-create2.png"><img class="size-full wp-image-160" title="aptoncd-create2" src="http://howtoubuntu.files.wordpress.com/2008/12/aptoncd-create2.png" alt="Now you simply check everything you want to make a backup of. (everything is checked by default) A right-click gives check all, and uncheck all options. Click &lt;i&gt;Burn&lt;/i&gt; to begin the backup process." width="300" height="273" /></a></dt>
<dd class="wp-caption-dd">Now you simply check everything you want to make a backup of (everything is checked by default). A right-click gives <em>check all</em>, and <em>u</em><em>ncheck all</em> options. Click <em>Burn</em> to begin the backup process. </dd>
<dd class="wp-caption-dd"> </dd>
</dl>
<div class="wp-caption alignnone" style="width: 408px"><a href="http://howtoubuntu.files.wordpress.com/2008/12/image-is-ready3.png"><img class="size-full wp-image-165 " title="image-is-ready3" src="http://howtoubuntu.files.wordpress.com/2008/12/image-is-ready3.png" alt="image-is-ready3" width="398" height="292" /></a><p class="wp-caption-text">APTonCD has created an *.iso image of your packages ready to be burnt onto a CD or DVD. You can then choose your burning application. I just use the default nautilus cd burner.</p></div><br />
<div id="attachment_166" class="wp-caption alignleft" style="width: 348px"><a href="http://howtoubuntu.files.wordpress.com/2008/12/installation-disc-properties.png"><img class="size-full wp-image-166" title="installation-disc-properties" src="http://howtoubuntu.files.wordpress.com/2008/12/installation-disc-properties.png" alt="installation-disc-properties" width="338" height="368" /></a><p class="wp-caption-text">Now choose whether you want a CD, or DVD, and the name of your image. The box marked Create a meta-package is a useful tool. It will create a little package on the disc that you can then use upon installation to install every package at once without having to select each and every one of them.</p></div><br />
<div id="attachment_168" class="wp-caption alignleft" style="width: 401px"><a href="http://howtoubuntu.files.wordpress.com/2008/12/write-to-disc1.png"><img class="size-full wp-image-168" title="write-to-disc1" src="http://howtoubuntu.files.wordpress.com/2008/12/write-to-disc1.png" alt="write-to-disc1" width="391" height="279" /></a><p class="wp-caption-text">Choose your drive, and write speed. A lower speed will allow a greater chance for disc integrity, I always use 4x. That’s it, your backup disc will be done shortly. Later, we’ll cover how to install or restore from this disc.</p></div>
<p></strong></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-back-up-your-installed-applications-with-aptoncd%2F&amp;linkname=How%20to%20back%20up%20your%20installed%20applications%20with%20APTonCD"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-back-up-your-installed-applications-with-aptoncd/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Blocking websites using the hosts file</title>
		<link>http://howto-ubuntu.net/blocking-websites-using-the-hosts-file/</link>
		<comments>http://howto-ubuntu.net/blocking-websites-using-the-hosts-file/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 03:11:32 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=114</guid>
		<description><![CDATA[<p>Let&#8217;s say you want to block certain websites. Maybe to keep your kids off of myspace, for security reasons, or to block advertising from being loaded. You can do this by means of your hosts file. By modifying that little file, you can keep certain websites from being accessed from your computer. Here&#8217;s how to [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you want to block certain websites. Maybe to keep your kids off of myspace, for security reasons, or to block advertising from being loaded. You can do this by means of your <a href="http://en.wikipedia.org/wiki/Hosts_file">hosts file</a>. By modifying that little file, you can keep certain websites from being accessed from your computer. Here&#8217;s how to do it&#8230;</p>
<p><span id="more-114"></span></p>
<p>First of all, you must be logged in as a user with administrative privileges.</p>
<p>Then you need to open a text editor with administrative rights. Here&#8217;s a simple way to do it.</p>
<p style="padding-left:30px;"><strong>Hit <em>ALT+F2</em> to open a &#8216;Run Application&#8217; dialog box.</strong></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;"><strong>Type in&#8230; <em>gksudo gedit /etc/hosts</em></strong></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;"><strong>Press Enter, &amp; type in your password, and the file will open.</strong></p>
<p style="padding-left:30px;">
<p>Add one line to the end of the file for each site you want to block, like this&#8230;</p>
<p style="padding-left:30px;"><strong>0.0.0.0 www.example.com</strong></p>
<p style="padding-left:30px;">
<p>Note that there is a space between the 0.0.0.0 &amp; the web site address. This will tell you computer to look for www.example.com at the ip address of 0.0.0.0. It won&#8217;t be there of course, and they won&#8217;t be able to get to the website. This can be done with any site, and with any number of sites. Just keep adding lines to that file. Once you&#8217;re finished modifying the file, click the <strong>Save</strong> button. The changes will take effect upon your next boot up, and the changes will affect every user on the computer. You can even find pre-made hosts file online that will block a lot of advertising that pops up while online.</p>
<p>Here&#8217;s what the file should look like if you want to block MySpace &amp; Worldcat&#8230;</p>
<p><a href="http://howtoubuntu.files.wordpress.com/2008/11/hosts.png"><img class="alignnone size-full wp-image-116" title="hosts" src="http://howtoubuntu.files.wordpress.com/2008/11/hosts.png" alt="hosts" width="457" height="518" /></a></p>
<p>If you type a line that begins with a &#8220;#&#8221;, the computer will ignore that line, like my line &#8220;# Blocked web sites by How To Ubuntu&#8221;</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fblocking-websites-using-the-hosts-file%2F&amp;linkname=Blocking%20websites%20using%20the%20hosts%20file"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/blocking-websites-using-the-hosts-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to lock your screen</title>
		<link>http://howto-ubuntu.net/how-to-lock-your-screen/</link>
		<comments>http://howto-ubuntu.net/how-to-lock-your-screen/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 04:30:41 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[screensaver]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=92</guid>
		<description><![CDATA[<p>Locking your screen when you&#8217;re away from your computer is very important when there are other people around. You don&#8217;t want anyone messing around on your computer. In Ubuntu you can lock your screen very easily. Once your screen is locked, it will immediately start the screensaver. When someone tries to use the mouse or [...]]]></description>
			<content:encoded><![CDATA[<p>Locking your screen when you&#8217;re away from your computer is very important when there are other people around. You don&#8217;t want anyone messing around on your computer. In Ubuntu you can lock your screen very easily. Once your screen is locked, it will immediately start the screensaver. When someone tries to use the mouse or keyboard they are prompted for a password. If they don&#8217;t have the password, they can&#8217;t access your machine. This password is the same one you use to login with. Here&#8217;s how to lock your screen&#8230;</p>
<p><span id="more-92"></span></p>
<p>The quickest and easiest way to do this is to simply hit <strong>CTRL+ALT+L</strong>. This will automatically lock your screen, and start the screensaver. If, however, you don&#8217;t want to use that keyboard combination, there are other ways to do this. In this case, you&#8217;ll need to bring up this box, and choose the <strong>Lock Screen</strong> option.</p>
<p><a href="http://howtoubuntu.files.wordpress.com/2008/11/screenshot.png"><img class="alignnone size-medium wp-image-93" title="screenshot" src="http://howtoubuntu.files.wordpress.com/2008/11/screenshot.png?w=300" alt="screenshot" width="300" height="203" /></a></p>
<p>You can bring this box up a few different ways. You can also hit <strong>CTRL+ALT+DEL</strong>, or you can go to the <strong>System </strong>menu and select<strong> Quit</strong>, or you can click on the Exit icon on the taskbar. If someone tries to wake your computer up from the screensaver, this is what they&#8217;ll see&#8230;</p>
<p><a href="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-1.png"><img class="alignnone size-medium wp-image-94" title="screenshot-1" src="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-1.png?w=300" alt="screenshot-1" width="300" height="209" /></a></p>
<p>If they don&#8217;t have your password, they won&#8217;t get into your system. They can login as a different user, and this won&#8217;t affect what you&#8217;re doing. When that other user logs out, the machine will just go back to yourscreensaver. Another nice little feature is the ability for someone to leave you a message when your machine is locked. All they have to do is click the <strong>Leave Message</strong> box after they wake it from the screensaver. They type their message, hit <strong>Save</strong>, and leave. When you come back &amp; login, that message is displayed in the lower right hand corner of the screen until you close it. Very cool!</p>
<p><a href="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-3.png"><img class="alignnone size-full wp-image-95" title="screenshot-3" src="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-3.png" alt="screenshot-3" width="500" height="312" /> Notice the non-darkened area</a></p>
<p><a href="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-3.png"></a><a href="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-4.png"><img class="alignnone size-full wp-image-98" title="screenshot-41" src="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-41.png" alt="screenshot-41" width="310" height="61" />Zoomed in view</a></p>
<p>[digg=http://digg.com/linux_unix/How_to_lock_your_screen_in_Ubuntu]</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-lock-your-screen%2F&amp;linkname=How%20to%20lock%20your%20screen"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-lock-your-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Access MS Internet Explorer-only websites in Ubuntu</title>
		<link>http://howto-ubuntu.net/how-to-access-ms-internet-explorer-only-websites-in-ubuntu/</link>
		<comments>http://howto-ubuntu.net/how-to-access-ms-internet-explorer-only-websites-in-ubuntu/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 09:58:36 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[user agent switcher]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=22</guid>
		<description><![CDATA[<p>Problem is that you get to a website, or a page of a site and you&#8217;re told that you need to be using Internet Explorer to view this page. Great, now what do you do? Try the User Agent Switcher, a Firefox add-on. Here&#8217;s how to do it&#8230;</p>
<p>Open Firefox, go to Tools, then Add-ons. Under [...]]]></description>
			<content:encoded><![CDATA[<p>Problem is that you get to a website, or a page of a site and you&#8217;re told that you need to be using Internet Explorer to view this page. Great, now what do you do? Try the User Agent Switcher, a Firefox add-on. Here&#8217;s how to do it&#8230;<span id="more-22"></span></p>
<p>Open Firefox, go to <em><strong>Tools</strong></em>, then <strong><em>Add-ons</em></strong>. Under the <strong><em>Get Add-ons</em></strong> tab, enter <em>user agent switcher</em> into the search box. There you go, install it, &amp; restart Firefox. Now, as you approach a web site or page that requires Internet Explorer, just go to <em><strong>Tools</strong></em>, then <em><strong>User Agent Switcher</strong></em>, &amp; select <em><strong>Internet Explorer</strong></em>. That&#8217;s it!</p>
<p>You&#8217;ve probably just save yourself the headache of installing Internet Explorer onto your otherwise MS-free box.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-access-ms-internet-explorer-only-websites-in-ubuntu%2F&amp;linkname=How%20to%20Access%20MS%20Internet%20Explorer-only%20websites%20in%20Ubuntu"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-access-ms-internet-explorer-only-websites-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xubuntu screensaver fix</title>
		<link>http://howto-ubuntu.net/xubuntu-screensaver-fix/</link>
		<comments>http://howto-ubuntu.net/xubuntu-screensaver-fix/#comments</comments>
		<pubDate>Wed, 28 May 2008 22:38:23 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[Utility]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=10</guid>
		<description><![CDATA[<p>There are 2 ways of doing this.  One uses the already installed gnome-screensaver, and the other uses xscreensaver, which you&#8217;ll have to install.</p>
<p> </p>
<p>First option &#8212; gnome-screensaver</p>
<p> </p>
<p>Go to Applications &#62; Settings &#62; Settings Manager &#62; Autostarted apps</p>
<p> </p>
<p>Click on Add, and enter whatever name &#38; description you like, but enter gnome-screensaver in the [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#000000;">There are 2 ways of doing this.  One uses the already installed </span><em><span style="color:#000000;">gnome-screensaver</span></em><span style="color:#000000;">, and the other uses </span><em><strong><span style="color:#000000;">xscreensaver</span></strong></em><span style="color:#000000;">, which you&#8217;ll have to install.</span></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="text-decoration:underline;"><strong><span style="color:#000000;">First option</span></strong></span><span style="color:#000000;"> &#8212; </span><em><span style="color:#000000;">gnome-screensaver</span></em></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">Go to </span><strong><span style="color:#000000;">Applications &gt; Settings &gt; Settings Manager &gt; Autostarted apps</span></strong></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">Click on </span><strong><span style="color:#000000;">Add</span></strong><span style="color:#000000;">, and enter whatever name &amp; description you like, but enter </span><strong><em><span style="color:#000000;">gnome-screensaver</span></em></strong><span style="color:#000000;"> in the command box.  This fixes the problem of the screensaver not starting when it should.  This makes the screensaver app start when the computer boots up so that it will function correctly.</span></p>
<p><span style="color:#000000;"> </span><span id="more-10"></span></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="text-decoration:underline;"><strong><span style="color:#000000;">Second option &#8211;</span></strong></span><strong><span style="color:#000000;"> xscreensaver</span></strong></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">Open a terminal and enter</span></p>
<p><span style="color:#000000;"> </span></p>
<p><em><strong><span style="color:#000000;">sudo apt-get install xscreensaver</span></strong></em></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">This will install a screensaver application.  Now you must repeat the steps in the first option to make this thing start when the computer boots up.</span></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">Go to </span><strong><span style="color:#000000;">Applications &gt; Settings &gt; Settings Manager &gt; Autostarted apps</span></strong></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">Click on </span><strong><span style="color:#000000;">Add</span></strong><span style="color:#000000;">, and enter whatever name &amp; description you like, but enter </span><strong><em><span style="color:#000000;">xscreensaver</span></em></strong><span style="color:#000000;"> in the command box.</span></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">This was a very frustrating problem that shouldn&#8217;t exist, but does. Xubuntu has so many benefits that I think I can deal with this one little, easily fixed, bug just fine.</span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fxubuntu-screensaver-fix%2F&amp;linkname=Xubuntu%20screensaver%20fix"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/xubuntu-screensaver-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install rkhunter, root kit detection software</title>
		<link>http://howto-ubuntu.net/install-rkhunter-root-kit-detection-software/</link>
		<comments>http://howto-ubuntu.net/install-rkhunter-root-kit-detection-software/#comments</comments>
		<pubDate>Fri, 16 May 2008 22:31:31 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[rkhunter]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=8</guid>
		<description><![CDATA[<p>A rootkit is a program (or combination of several programs) designed to take  control of a computer system, without authorization.  It assumes administrative, or root level control of the system.  This control isn&#8217;t taken for your benefit, it&#8217;s malicious.  Antivurs software might not get these little buggers, so root kit detection software comes in. [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#000000;">A rootkit is a program (or combination of several programs) designed to take  control of a computer system, without authorization.  It assumes administrative, or root level control of the system.  This control isn&#8217;t taken for your benefit, it&#8217;s malicious.  Antivurs software might not get these little buggers, so root kit detection software comes in.  This one, </span><em><strong><span style="color:#000000;">rkhunter</span></strong></em><span style="color:#000000;">, will search for them, find them, and then do whatever you want with them. </span><span id="more-8"></span><span style="color:#000000;">Here&#8217;s how to get it.  Open a terminal and enter&#8230;</span></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">code</span></p>
<p><span style="color:#000000;"> </span></p>
<p><strong><em><span style="color:#000000;">sudo apt-get install rkhunter</span></em></strong></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">That&#8217;ll download &amp; install the software.  It gets run from the command line, and you can see how to use it by executing the help feature&#8230;</span></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">code</span></p>
<p><span style="color:#000000;"> </span></p>
<p><strong><em><span style="color:#000000;">rkhunter</span></em></strong></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">You will also want to update it&#8217;s definitions file&#8230;</span></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">code</span></p>
<p><span style="color:#000000;"> </span></p>
<p><em><strong><span style="color:#000000;">sudo rkhunter &#8211; -update</span></strong></em></p>
<p>Now you have an up to date, root kit detection application.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Finstall-rkhunter-root-kit-detection-software%2F&amp;linkname=Install%20rkhunter%2C%20root%20kit%20detection%20software"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/install-rkhunter-root-kit-detection-software/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to set up Dial Up internet on Ubuntu 7.10 &amp; 8.04 linux</title>
		<link>http://howto-ubuntu.net/how-to-dial-up-internet-on-ubuntu-with-gnome-ppp/</link>
		<comments>http://howto-ubuntu.net/how-to-dial-up-internet-on-ubuntu-with-gnome-ppp/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 10:35:47 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[Dial Up]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[modem]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=5</guid>
		<description><![CDATA[<p>This stumped me for a LONG time.  I had Ubuntu for a month or so before I got DSL service.  I was too much of a noob to compile a driver for my old internal dial up modem. Here&#8217;s how I finally made dial up work.</p>
<p>1. Get a true external modem.</p>
<p> </p>
<p> </p>
<p>I [...]]]></description>
			<content:encoded><![CDATA[<p>This stumped me for a LONG time.  I had Ubuntu for a month or so before I got DSL service.  I was too much of a noob to compile a driver for my old internal dial up modem. Here&#8217;s how I finally made dial up work.<span id="more-277"></span></p>
<p><span style="text-decoration:underline;"><strong><span style="color:#000000;">1. Get a true external modem.</span></strong></span></p>
<p><span style="color:#000000;"> </span></p>
<blockquote><p><span style="color:#000000;"> </span></p>
<blockquote><p><span style="color:#000000;">I used&#8230; </span><a href="http://www.amazon.com/TRENDnet-External-Data-Modem-Kflex56/dp/B00008AWKZ" target="_blank"><span style="color:#000000;">TRENDnet TFM-560X 56Kbps serial port modem</span></a><span style="color:#000000;">.</span></p></blockquote>
<p><span style="color:#000000;"> </span></p></blockquote>
<p><span style="color:#000000;"> </span></p>
<p><strong><span style="text-decoration:underline;"><span style="color:#000000;">2. Get Gnome PPP &#8211;</span></span><span style="color:#000000;"> </span><em><span style="color:#000000;">Applications &gt;  Add/Remove &gt; Gnome PPP</span></em></strong></p>
<p><span style="color:#000000;"> </span></p>
<blockquote><p><span style="color:#000000;"> </span></p>
<blockquote><p><span style="color:#000000;">Configure it as you would any dial up connection.  Enter your ISP&#8217;s phone #, your username, and password. That&#8217;s it.  All you need to do now is connect.</span></p></blockquote>
<p><span style="color:#000000;"> </span></p></blockquote>
<p><span style="color:#000000;"> </span><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">This method has worked for both me &amp; my mom, running Ubuntu Feisty 7.04,  Gutsy 7.10, and now Hardy 8.04 LTS.  This is by far the easiest solution to dial up internet problems with linux.  This works nicely with Firefox, which is configured by default for use with dial up service. Opera, however, is the best choice for a dial up browser.</span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-dial-up-internet-on-ubuntu-with-gnome-ppp%2F&amp;linkname=How%20to%20set%20up%20Dial%20Up%20internet%20on%20Ubuntu%207.10%20%26%23038%3B%208.04%20linux"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-dial-up-internet-on-ubuntu-with-gnome-ppp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
