<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu Hacker &#187; Linux</title>
	<atom:link href="http://www.ubuntuhacker.com/index.php/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntuhacker.com</link>
	<description>Ubuntu Linux Tips, Tricks, and Hacks</description>
	<lastBuildDate>Wed, 28 Jan 2009 16:31:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Time to Update &#8211; Now!</title>
		<link>http://www.ubuntuhacker.com/index.php/2008/02/13/time-to-update-now/</link>
		<comments>http://www.ubuntuhacker.com/index.php/2008/02/13/time-to-update-now/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 16:31:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dapper Drake]]></category>
		<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ubuntuhacker.com/index.php/2008/02/13/time-to-update-now/</guid>
		<description><![CDATA[I can&#8217;t add anymore than wonderful Mackenzie already did: A new kernel update just went out yesterday or the day before (not sure), but it fixes the vmsplice proof-of-concept exploit that was released two days ago. The exploit would allow someone at a non-root console to elevate themself to root without using sudo or su [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t add anymore than wonderful Mackenzie already did:</p>
<p><em>A new kernel update just went out yesterday or the day before (not<br />
sure), but it fixes the vmsplice proof-of-concept exploit that was<br />
released two days ago. The exploit would allow someone at a non-root<br />
console to elevate themself to root without using sudo or su or knowing<br />
any passwords at all.</em></p>
<p>Check out Mackenzie&#8217;s site: <a href="http://ubuntulinuxtipstricks.blogspot.com/2008/02/please-update.html">Ubuntu Linux Tips &amp; Tricks</a></p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/update" rel="tag">update</a>, <a class="performancingtags" href="http://technorati.com/tag/vulnerability" rel="tag">vulnerability</a></p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.ubuntuhacker.com/index.php/2007/09/24/webmin-vulnerability/" rel="bookmark" class="crp_title">Webmin Vulnerability</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/14/how-to-update-ubuntu/" rel="bookmark" class="crp_title">How to Update Ubuntu</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2008/05/14/how-to-patch-ubuntu-for-openssl-and-openssh-vulnerability/" rel="bookmark" class="crp_title">How to Patch Ubuntu for openSSL and openSSH Vulnerability</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/18/linux-commands-permissions/" rel="bookmark" class="crp_title">Linux Commands &#8211; Permissions</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/11/26/cool-ubuntu-wallpapers/" rel="bookmark" class="crp_title">Cool Ubuntu Wallpapers</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.ubuntuhacker.com/index.php/2008/02/13/time-to-update-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Connect To Linux Hosts Without a Password (Key Authentication)</title>
		<link>http://www.ubuntuhacker.com/index.php/2007/12/17/how-to-connect-to-linux-hosts-without-a-password-key-authentication/</link>
		<comments>http://www.ubuntuhacker.com/index.php/2007/12/17/how-to-connect-to-linux-hosts-without-a-password-key-authentication/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 22:45:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ubuntuhacker.com/index.php/2007/12/17/how-to-connect-to-linux-hosts-without-a-password-key-authentication/</guid>
		<description><![CDATA[This how-to will show you how to connect to a Linux machine via SSH using a key rather than entering your password. This comes in very handy to build scripts that connect to machines for file transfer, backup and more and also saves you the hassle of entering your password every time you SSH into [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin: 3px;"><script type="text/javascript"><!--
google_ad_client = "pub-2379632312816710";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
//2007-05-11: ubuntuhacker
google_ad_channel = "4281120205";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "3D81EE";
google_color_text = "000000";
google_color_url = "efefef";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>This how-to will show you how to connect to a Linux machine via SSH using a key rather than entering your password. This comes in very handy to build scripts that connect to machines for file transfer, backup and more and also saves you the hassle of entering your password every time you SSH into a machine.</p>
<p>This guide assumes that you have an SSH server setup on your &#8220;server&#8221; and an SSH client set up on your client. (<b><em>sudo apt-get install openssh-server</em></b> &amp; <em><b>sudo apt-get install openssh-clien</b>t</em> respectively)</p>
<p>First from the client run the following command logged in as your normal user account:</p>
<p><b>ssh-keygen</p>
<p></b>(Leave the password blank if you do not want to supply it on login, but remember to guard the created cert with your life as it opens the door to anyone that finds it&#8230;)</p>
<p>This creates <i>id_rsa</i> and <i>id_rsa.pub</i> in the <i>~/.ssh</i> directory.</p>
<p>Next we want to upload the pub file to the remote server/host that you want to connect to:</p>
<p><b>scp ~/.ssh/id_rsa.pub remoteuser@remotehost:~/</p>
<p></b>Now that it is uploaded we have to authorize it by connecting to the remote machine (<b><i>ssh user@remotehost</i></b>) and running the following on the remote host:</p>
<p><b>cat id_rsa.pub &gt;&gt; ~/.ssh/authorized_keys</p>
<p></b>and then:<b></p>
<p>rm id_rsa.pub<br /></b><br />to delete the uploaded file.</p>
<p>If the remote host does not have key authentication enabled (should be by default), ssh the machine and edit the config file like such:</p>
<p><b>nano <span class="tech">/etc/ssh/sshd_config</span></b> </p>
<p>and add/change the following to options as such:<br /><b><br />RSAAuthentication yes<br />PubkeyAuthentication yes</p>
<p></b>then reload the config:<b></p>
<p>/etc/init.d/ssh reload</p>
<p></b>At this point you can check to make sure that you are allowed to log in via your key and if that is the case you can disable password authentication.<b></p>
<p></b>Edit the config again:<b></p>
<p></b><b>nano <span class="tech">/etc/ssh/sshd_config</span></b> </p>
<p>and set the following:</p>
<p><b> ChallengeResponseAuthentication no<br />PasswordAuthentication no<br />UsePAM no</b><br /><b><br /></b>reload the config:</p>
<p><b> /etc/init.d/ssh reload<br /></b><br />That it. You are now on your way to more secure/hassle free SSH authentication.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/SSH" rel="tag">SSH</a>, <a class="performancingtags" href="http://technorati.com/tag/key" rel="tag">key</a>, <a class="performancingtags" href="http://technorati.com/tag/authentication" rel="tag">authentication</a></p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.ubuntuhacker.com/index.php/2007/11/17/how-to-install-vmware-server-on-gutsy-gibbon/" rel="bookmark" class="crp_title">How-To Install VMware Server on Gutsy Gibbon</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2008/05/14/how-to-patch-ubuntu-for-openssl-and-openssh-vulnerability/" rel="bookmark" class="crp_title">How to Patch Ubuntu for openSSL and openSSH Vulnerability</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/22/correct-syntax-for-using-ssh-and-sftp-on-irregular-ports/" rel="bookmark" class="crp_title">Correct syntax for using SSH and SFTP on irregular ports</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/06/18/adding-terminal-aliases-to-ubuntu/" rel="bookmark" class="crp_title">Adding Terminal Aliases to Ubuntu</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/11/ubuntu-linux-explained/" rel="bookmark" class="crp_title">Ubuntu Linux Explained</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.ubuntuhacker.com/index.php/2007/12/17/how-to-connect-to-linux-hosts-without-a-password-key-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cool Ubuntu Wallpapers</title>
		<link>http://www.ubuntuhacker.com/index.php/2007/11/26/cool-ubuntu-wallpapers/</link>
		<comments>http://www.ubuntuhacker.com/index.php/2007/11/26/cool-ubuntu-wallpapers/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 22:23:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dapper Drake]]></category>
		<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ubuntuhacker.com/index.php/2007/11/26/cool-ubuntu-wallpapers/</guid>
		<description><![CDATA[If you are looking to score some cool Ubuntu wallpapers, look no further. Technorati Tags: wallpapers Related Posts:Time to Update &#8211; Now!How-To: Migrating Amarok Playlists and Collection Data to a New ComputerHow to Unzip a Directory Filled with Zip FilesLinux Commands &#8211; PermissionsUbuntu Linux ExplainedPowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p>If you are looking to score some cool Ubuntu wallpapers, <a href="http://ubuntucorner.blogspot.com/2007/08/ubuntu-wallpapers-collection.html">look no further</a>.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/wallpapers" rel="tag">wallpapers</a></p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.ubuntuhacker.com/index.php/2008/02/13/time-to-update-now/" rel="bookmark" class="crp_title">Time to Update &#8211; Now!</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2008/02/09/how-to-migrating-amarok-playlists-and-collection-data-to-a-new-computer/" rel="bookmark" class="crp_title">How-To: Migrating Amarok Playlists and Collection Data to a New Computer</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/30/how-to-unzip-a-directory-filled-with-zip-files/" rel="bookmark" class="crp_title">How to Unzip a Directory Filled with Zip Files</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/18/linux-commands-permissions/" rel="bookmark" class="crp_title">Linux Commands &#8211; Permissions</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/11/ubuntu-linux-explained/" rel="bookmark" class="crp_title">Ubuntu Linux Explained</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.ubuntuhacker.com/index.php/2007/11/26/cool-ubuntu-wallpapers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How-To Install VMware Server on Gutsy Gibbon</title>
		<link>http://www.ubuntuhacker.com/index.php/2007/11/17/how-to-install-vmware-server-on-gutsy-gibbon/</link>
		<comments>http://www.ubuntuhacker.com/index.php/2007/11/17/how-to-install-vmware-server-on-gutsy-gibbon/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 17:02:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ubuntuhacker.com/index.php/2007/11/17/how-to-install-vmware-server-on-gutsy-gibbon/</guid>
		<description><![CDATA[So you want to create a VMware Server on Ubuntu Gutsy Gibbon 7.10? And you want to run it without the graphical user interface (GUI)? Well today you are in luck. VMware Server (free), allows you to connect graphically to administer a VMware&#160; Server so there is no need to install a GUI on your [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin: 3px;"><script type="text/javascript"><!--
google_ad_client = "pub-2379632312816710";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
//2007-05-11: ubuntuhacker
google_ad_channel = "4281120205";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "3D81EE";
google_color_text = "000000";
google_color_url = "efefef";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>So you want to create a VMware Server on Ubuntu Gutsy Gibbon 7.10? And you want to run it without the graphical user interface (GUI)?</p>
<p>Well today you are in luck. VMware Server (free), allows you to connect graphically to administer a VMware&nbsp; Server so there is no need to install a GUI on your VMware Server and waste precious RAM.</p>
<p>Let&#8217;s get started.</p>
<p>First off, I assume that you already have an install of Gutsy Gibbon server version installed and set to a static IP address. From here on out it is pretty easy.</p>
<p>All we have to do is run the following command to install a few prerequisites before we get started.</p>
<p>First jump to the root account:</p>
<p><b>sudo su</b></p>
<p>then:</p>
<p><b>apt-get install build-essential linux-headers-`uname -r` xinetd xorg-dev<br /></b><br />After that is installed we grab the install tar file from VMware.com:</p>
<p><b>wget http://vmware.com/whatever-the-current-release-url-is</b></p>
<p>extract the tar:</p>
<p><b>tar xfz VMware-server-1.*</b></p>
<p>then move into the newly created directory:</p>
<p><b>cd vmware-server-distrib</b></p>
<p>Then run the install script:</p>
<p><b>./vmware-install.pl</b></p>
<p>Accept all the default options (unless you have reason not to) and you will return back to the command prompt after installation is complete.</p>
<p>At this point you can connect to the server via the VMware console by entering the IP address of your new VMware Server and the login credentials.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/VMware" rel="tag">VMware</a>, <a class="performancingtags" href="http://technorati.com/tag/server" rel="tag">server</a>, <a class="performancingtags" href="http://technorati.com/tag/Gutsy" rel="tag">Gutsy</a>, <a class="performancingtags" href="http://technorati.com/tag/Gibbon" rel="tag">Gibbon</a>, <a class="performancingtags" href="http://technorati.com/tag/Ubuntu" rel="tag">Ubuntu</a></p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.ubuntuhacker.com/index.php/2007/12/17/how-to-connect-to-linux-hosts-without-a-password-key-authentication/" rel="bookmark" class="crp_title">How to Connect To Linux Hosts Without a Password (Key Authentication)</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/22/correct-syntax-for-using-ssh-and-sftp-on-irregular-ports/" rel="bookmark" class="crp_title">Correct syntax for using SSH and SFTP on irregular ports</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/11/ubuntu-linux-explained/" rel="bookmark" class="crp_title">Ubuntu Linux Explained</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2008/05/14/how-to-patch-ubuntu-for-openssl-and-openssh-vulnerability/" rel="bookmark" class="crp_title">How to Patch Ubuntu for openSSL and openSSH Vulnerability</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/06/20/how-to-run-internet-explorer-on-linux/" rel="bookmark" class="crp_title">How to Run Internet Explorer on Linux</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.ubuntuhacker.com/index.php/2007/11/17/how-to-install-vmware-server-on-gutsy-gibbon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Hide Partition Volumes</title>
		<link>http://www.ubuntuhacker.com/index.php/2007/10/30/how-to-hide-partition-volumes/</link>
		<comments>http://www.ubuntuhacker.com/index.php/2007/10/30/how-to-hide-partition-volumes/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 15:12:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dapper Drake]]></category>
		<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ubuntuhacker.com/index.php/2007/10/30/how-to-hide-partition-volumes/</guid>
		<description><![CDATA[Gnome users only&#8230; Run gconf-editor (by hitting Alt+F2 or from terminal). Browse to apps-&#62;nautilus-&#62;desktop in the left-hand folders window Uncheck the &#8220;volumes_visible&#8221; option Careful, as this will also hide portable storage volumes also&#8230; Related Posts:How to Patch Ubuntu for openSSL and openSSH VulnerabilityHow to refresh Gnome PanelGoogle Releases Desktop Search for LinuxHow to Update UbuntuHow-To: [...]]]></description>
			<content:encoded><![CDATA[<p>Gnome users only&#8230;</p>
<blockquote><ul>
<li>Run <em>gconf-editor</em> (by hitting Alt+F2 or from terminal).</li>
<li>Browse to <em>apps-&gt;nautilus-&gt;desktop</em> in the left-hand folders window</li>
<li>Uncheck the &#8220;volumes_visible&#8221; option</li>
</ul>
</blockquote>
<p>Careful, as this will also hide portable storage volumes also&#8230;</p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.ubuntuhacker.com/index.php/2008/05/14/how-to-patch-ubuntu-for-openssl-and-openssh-vulnerability/" rel="bookmark" class="crp_title">How to Patch Ubuntu for openSSL and openSSH Vulnerability</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/23/how-to-refresh-gnome-panel/" rel="bookmark" class="crp_title">How to refresh Gnome Panel</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/06/28/google-releases-desktop-search-for-linux/" rel="bookmark" class="crp_title">Google Releases Desktop Search for Linux</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/14/how-to-update-ubuntu/" rel="bookmark" class="crp_title">How to Update Ubuntu</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2008/02/09/how-to-migrating-amarok-playlists-and-collection-data-to-a-new-computer/" rel="bookmark" class="crp_title">How-To: Migrating Amarok Playlists and Collection Data to a New Computer</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.ubuntuhacker.com/index.php/2007/10/30/how-to-hide-partition-volumes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webmin Vulnerability</title>
		<link>http://www.ubuntuhacker.com/index.php/2007/09/24/webmin-vulnerability/</link>
		<comments>http://www.ubuntuhacker.com/index.php/2007/09/24/webmin-vulnerability/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 14:03:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ubuntuhacker.com/index.php/2007/09/24/webmin-vulnerability/</guid>
		<description><![CDATA[If you use Webmin for administration of your Linux servers (as I do), you may want to grab the latest release according to this alert: http://secunia.com/advisories/26885/ If you have it downloaded into the /usr/local/webmin directory, the following commands should get you upgraded (while logged in as root): cd /usr/local/webminwget http://prdownloads.sourceforge.net/webadmin/webmin-1.370.tar.gztar xzvf webmin-1.370.tar.gzcd webmin-1.370sh setup.sh then [...]]]></description>
			<content:encoded><![CDATA[<p>If you use Webmin for administration of your Linux servers (as I do), you may want to grab the latest release according to this alert:</p>
<p><a href="http://secunia.com/advisories/26885/">http://secunia.com/advisories/26885/</a></p>
<p>If you have it downloaded into the /usr/local/webmin directory, the following commands should get you upgraded (while logged in as root):</p>
<p>cd /usr/local/webmin<br />wget  http://prdownloads.sourceforge.net/webadmin/webmin-1.370.tar.gz<br />tar xzvf webmin-1.370.tar.gz<br />cd webmin-1.370<br />sh setup.sh</p>
<p>then follow the prompts&#8230;</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/Linux" rel="tag">Linux</a>, <a class="performancingtags" href="http://technorati.com/tag/webmin" rel="tag">webmin</a>, <a class="performancingtags" href="http://technorati.com/tag/update" rel="tag">update</a>, <a class="performancingtags" href="http://technorati.com/tag/vulnerability" rel="tag">vulnerability</a>, <a class="performancingtags" href="http://technorati.com/tag/alert" rel="tag">alert</a></p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.ubuntuhacker.com/index.php/2008/02/13/time-to-update-now/" rel="bookmark" class="crp_title">Time to Update &#8211; Now!</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2008/02/09/how-to-migrating-amarok-playlists-and-collection-data-to-a-new-computer/" rel="bookmark" class="crp_title">How-To: Migrating Amarok Playlists and Collection Data to a New Computer</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2008/05/14/how-to-patch-ubuntu-for-openssl-and-openssh-vulnerability/" rel="bookmark" class="crp_title">How to Patch Ubuntu for openSSL and openSSH Vulnerability</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/14/how-to-update-ubuntu/" rel="bookmark" class="crp_title">How to Update Ubuntu</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/18/linux-commands-permissions/" rel="bookmark" class="crp_title">Linux Commands &#8211; Permissions</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.ubuntuhacker.com/index.php/2007/09/24/webmin-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Releases Desktop Search for Linux</title>
		<link>http://www.ubuntuhacker.com/index.php/2007/06/28/google-releases-desktop-search-for-linux/</link>
		<comments>http://www.ubuntuhacker.com/index.php/2007/06/28/google-releases-desktop-search-for-linux/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 21:06:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dapper Drake]]></category>
		<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ubuntuhacker.com/index.php/2007/06/28/google-releases-desktop-search-for-linux/</guid>
		<description><![CDATA[Today Google announced the release of their desktop search engine &#8220;Google Desktop&#8221; for the Linux platform. Ubuntu is fully supported. Get it here: http://desktop.google.com/linux/ Related Posts:How to refresh Gnome PanelUbuntu Search EngineHow to Hide Partition VolumesUbuntu Linux ExplainedHow to Update UbuntuPowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p>Today Google announced the release of their desktop search engine &#8220;Google Desktop&#8221; for the Linux platform.</p>
<p>Ubuntu is fully supported.</p>
<p>Get it here:</p>
<p><a href="http://desktop.google.com/linux/">http://desktop.google.com/linux/</a></p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/23/how-to-refresh-gnome-panel/" rel="bookmark" class="crp_title">How to refresh Gnome Panel</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/06/06/ubuntu-search-engine/" rel="bookmark" class="crp_title">Ubuntu Search Engine</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/10/30/how-to-hide-partition-volumes/" rel="bookmark" class="crp_title">How to Hide Partition Volumes</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/11/ubuntu-linux-explained/" rel="bookmark" class="crp_title">Ubuntu Linux Explained</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/14/how-to-update-ubuntu/" rel="bookmark" class="crp_title">How to Update Ubuntu</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.ubuntuhacker.com/index.php/2007/06/28/google-releases-desktop-search-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Run Internet Explorer on Linux</title>
		<link>http://www.ubuntuhacker.com/index.php/2007/06/20/how-to-run-internet-explorer-on-linux/</link>
		<comments>http://www.ubuntuhacker.com/index.php/2007/06/20/how-to-run-internet-explorer-on-linux/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 21:42:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dapper Drake]]></category>
		<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ubuntuhacker.com/index.php/2007/06/20/how-to-run-internet-explorer-on-linux/</guid>
		<description><![CDATA[If you have a website or two that doesn&#8217;t play nice with Firefox, all is not lost. IEs 4 Linux offers a free solution to run IE 6 and releases before 6 with a simply install utilizing wine. Their install instructions are for edgy but by changing the relevant code areas to feisty, it works [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->If you have a website or two that doesn&#8217;t play nice with Firefox, all is not lost.</p>
<p>IEs 4 Linux offers a free solution to run IE 6 and releases before 6 with a simply install utilizing wine.</p>
<p>Their install instructions are for edgy but by changing the relevant code areas to feisty, it works just fine in the latest release of Ubuntu.</p>
<p>Head over to their site for detailed install instructions and happy surfing!</p>
<p><a href="http://www.tatanka.com.br/ies4linux/page/Installation">IEs for Linux</a></p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/Internet%20Explorer" rel="tag">Internet Explorer</a>, <a class="performancingtags" href="http://technorati.com/tag/Linux" rel="tag">Linux</a>, <a class="performancingtags" href="http://technorati.com/tag/IE" rel="tag">IE</a></p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/17/ubuntu-and-automatix/" rel="bookmark" class="crp_title">Ubuntu and Automatix</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/11/17/how-to-install-vmware-server-on-gutsy-gibbon/" rel="bookmark" class="crp_title">How-To Install VMware Server on Gutsy Gibbon</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/11/ubuntu-linux-explained/" rel="bookmark" class="crp_title">Ubuntu Linux Explained</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/06/21/free-ubuntu-usage-videos/" rel="bookmark" class="crp_title">Free Ubuntu Usage Videos</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2008/05/14/how-to-patch-ubuntu-for-openssl-and-openssh-vulnerability/" rel="bookmark" class="crp_title">How to Patch Ubuntu for openSSL and openSSH Vulnerability</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.ubuntuhacker.com/index.php/2007/06/20/how-to-run-internet-explorer-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Terminal Aliases to Ubuntu</title>
		<link>http://www.ubuntuhacker.com/index.php/2007/06/18/adding-terminal-aliases-to-ubuntu/</link>
		<comments>http://www.ubuntuhacker.com/index.php/2007/06/18/adding-terminal-aliases-to-ubuntu/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 21:42:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dapper Drake]]></category>
		<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ubuntuhacker.com/index.php/2007/06/18/adding-terminal-aliases-to-ubuntu/</guid>
		<description><![CDATA[If you spend any time at all in the terminal you will soon discover that re-typing common commands gets old very quickly. Linux has come up with a great solution to an age old problem. The alias command. This command allows you to create an alias or shortcut if you will to calling a longer [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />If you spend any time at all in the terminal you will soon discover that re-typing common commands gets old very quickly.</p>
<p>Linux has come up with a great solution to an age old problem.</p>
<p>The alias command.</p>
<p>This command allows you to create an alias or shortcut if you will to calling a longer command.</p>
<p>Let&#8217;s say you vnc another machine a lot. That machine happens to not have a DNS host name associated with it. You are always trying to remember the IP of that machine so you can VNC it.</p>
<p>The command to VNC our imaginary machine goes something like this:</p>
<p><b>vncviewer admin@192.168.245.231</p>
<p></b>That is a lot of typing for a common task.</p>
<p>Let&#8217;s simplify that. Type the following:<br /><b><br />alias vncmybox=&#8217;</b><b>vncviewer admin@192.168.245.231&#8242;</p>
<p></b>Now you have created your first alias. Anytime during the session you type <b>vncmybox </b>it will run the command we assigned to that alias.</p>
<p>Here is the catch, as soon as you close the terminal all is lost.</p>
<p>Let&#8217;s make this change permanent.</p>
<p>Go to you home folder and create a file named:</p>
<p><b>.bash_aliases</p>
<p></b>(This can also be done via the terminal like so:</p>
<p><b>touch ~/.bash_aliases</b></p>
<p>Then add the alias we created earlier on the first line of this text file as so: (Remember to open this file from your home folder you will have to show hidden files by pressing ctrl + h when in your home directory)</p>
<p><b>alias vncmybox=&#8217;</b><b>vncviewer admin@192.168.245.231&#8242;</p>
<p></b>Save the file and open the file named:</p>
<p><b>.bashrc</p>
<p></b>Find the section that is commented out (lines preceded with #&#8217;s) to looks like this:</p>
<p><b>if [ -f ~/.bash_aliases ]; then<br />&nbsp;&nbsp;&nbsp; . ~/.bash_aliases<br />fi</b></p>
<p>Uncomment those lines. Save and close and then open a new terminal window.</p>
<p>Now type:</p>
<p><b>alias</p>
<p></b>It will list your aliases including the one we just added. Now you can go back and add other commonly used commands to your .bash_aliases file to ease your terminal tasks.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/alias" rel="tag">alias</a>, <a class="performancingtags" href="http://technorati.com/tag/Ubuntu" rel="tag">Ubuntu</a>, <a class="performancingtags" href="http://technorati.com/tag/Linux" rel="tag">Linux</a>, <a class="performancingtags" href="http://technorati.com/tag/terminal" rel="tag">terminal</a></p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/16/linux-commands-working-with-files/" rel="bookmark" class="crp_title">Linux Commands &#8211; Working with Files</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/15/linux-commands-working-with-directories/" rel="bookmark" class="crp_title">Linux Commands &#8211; Working with Directories</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/14/how-to-update-ubuntu/" rel="bookmark" class="crp_title">How to Update Ubuntu</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2008/02/09/how-to-migrating-amarok-playlists-and-collection-data-to-a-new-computer/" rel="bookmark" class="crp_title">How-To: Migrating Amarok Playlists and Collection Data to a New Computer</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/12/17/how-to-connect-to-linux-hosts-without-a-password-key-authentication/" rel="bookmark" class="crp_title">How to Connect To Linux Hosts Without a Password (Key Authentication)</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.ubuntuhacker.com/index.php/2007/06/18/adding-terminal-aliases-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Unzip a Directory Filled with Zip Files</title>
		<link>http://www.ubuntuhacker.com/index.php/2007/05/30/how-to-unzip-a-directory-filled-with-zip-files/</link>
		<comments>http://www.ubuntuhacker.com/index.php/2007/05/30/how-to-unzip-a-directory-filled-with-zip-files/#comments</comments>
		<pubDate>Wed, 30 May 2007 19:58:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ubuntuhacker.com/index.php/2007/05/30/how-to-unzip-a-directory-filled-with-zip-files/</guid>
		<description><![CDATA[I know I find myself in this predicament quite often. I download a bunch of new WordPress themes or any other collection of zip files and place them into a folder.Then I want to unzip all of them into their respective folders in one swift motion. The code to do so from the terminal? First [...]]]></description>
			<content:encoded><![CDATA[<p>I know I find myself in this predicament quite often. I download a bunch of new WordPress themes or any other collection of zip files and place them into a folder.<br /><!--adsense--><br />Then I want to unzip all of them into their respective folders in one swift motion.</p>
<p>The code to do so from the terminal?</p>
<p>First browse to the directory containing all the zip files and then issue this command:</p>
<p><b>unzip \*.zip</b></p>
<p>Simple huh?</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/linux" rel="tag">linux</a>, <a class="performancingtags" href="http://technorati.com/tag/unzip" rel="tag">unzip</a>, <a class="performancingtags" href="http://technorati.com/tag/commands" rel="tag">commands</a></p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/15/linux-commands-working-with-directories/" rel="bookmark" class="crp_title">Linux Commands &#8211; Working with Directories</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/16/linux-commands-working-with-files/" rel="bookmark" class="crp_title">Linux Commands &#8211; Working with Files</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/05/18/linux-commands-permissions/" rel="bookmark" class="crp_title">Linux Commands &#8211; Permissions</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2008/02/09/how-to-migrating-amarok-playlists-and-collection-data-to-a-new-computer/" rel="bookmark" class="crp_title">How-To: Migrating Amarok Playlists and Collection Data to a New Computer</a></li><li><a href="http://www.ubuntuhacker.com/index.php/2007/06/18/adding-terminal-aliases-to-ubuntu/" rel="bookmark" class="crp_title">Adding Terminal Aliases to Ubuntu</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.ubuntuhacker.com/index.php/2007/05/30/how-to-unzip-a-directory-filled-with-zip-files/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
