<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Debian Admin</title>
	
	<link>http://www.debianadmin.com</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Sat, 26 May 2012 00:40:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/debiansystemadmin" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="debiansystemadmin" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How to redistribute routes in the configured OSPF area in Screenos (Juniper Firewall)</title>
		<link>http://www.debianadmin.com/how-to-redistribute-routes-in-the-configured-ospf-area-in-screenos-juniper-firewall.html</link>
		<comments>http://www.debianadmin.com/how-to-redistribute-routes-in-the-configured-ospf-area-in-screenos-juniper-firewall.html#comments</comments>
		<pubDate>Sat, 26 May 2012 00:40:38 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[redistribute routes in the configured OSPF area in juniper firewall]]></category>
		<category><![CDATA[redistribute routes in the configured OSPF area in netscreen firewall]]></category>
		<category><![CDATA[redistribute routes in the configured OSPF area in Screenos]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3246</guid>
		<description><![CDATA[This tutorial will explain How to redistribute routes in the configured OSPF area in Screenos (Juniper Firewall). Procedure to follow Configure an access list for the network to redistribute in OSPF: WebUI: Go to Network &#62; Routing &#62; Virtual Router &#62; Access Lists. CLI: Set vr set access-list set access-list Permit ip exit Configure a <a href='http://www.debianadmin.com/how-to-redistribute-routes-in-the-configured-ospf-area-in-screenos-juniper-firewall.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/vO8vX-7TDZ32H2I-L_vhWeeom64/0/da"><img src="http://feedads.g.doubleclick.net/~a/vO8vX-7TDZ32H2I-L_vhWeeom64/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vO8vX-7TDZ32H2I-L_vhWeeom64/1/da"><img src="http://feedads.g.doubleclick.net/~a/vO8vX-7TDZ32H2I-L_vhWeeom64/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-redistribute-routes-in-the-configured-ospf-area-in-screenos-juniper-firewall.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-redistribute-routes-in-the-configured-ospf-area-in-screenos-juniper-firewall.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This tutorial will explain How to redistribute routes in the configured OSPF area in Screenos (Juniper Firewall).<br />
<span id="more-3246"></span><br />
<strong>Procedure to follow</strong></p>
<p>Configure an access list for the network to redistribute in OSPF:</p>
<p>WebUI:</p>
<p>Go to Network &gt; Routing &gt; Virtual Router &gt; Access Lists.</p>
<p><a class="highslide img_3" href="http://www.debianadmin.com/wp-content/uploads/2012/05/11.png" onclick="return hs.expand(this)"><img class="alignnone  wp-image-3247" title="1" src="http://www.debianadmin.com/wp-content/uploads/2012/05/11.png" alt="" width="594" height="315" /></a></p>
<p>CLI:</p>
<p>Set vr<br />
set access-list<br />
set access-list Permit ip<br />
exit</p>
<p>Configure a Route Map and match the access-list to it:</p>
<p>WebUI:</p>
<p>Go to Network &gt; Routing &gt; Virtual Router &gt; Route Maps.</p>
<p><a class="highslide img_4" href="http://www.debianadmin.com/wp-content/uploads/2012/05/21.png" onclick="return hs.expand(this)"><img class="alignnone  wp-image-3248" title="2" src="http://www.debianadmin.com/wp-content/uploads/2012/05/21.png" alt="" width="593" height="314" /></a></p>
<p>CLI:</p>
<p>Set vr<br />
set route-map name permit<br />
set match ip<br />
exit</p>
<p>Apply this Route-Map to the OSPF instance, in Redistribution rules, which is under the virtual router:</p>
<p>WebUI:</p>
<p>Go to Network &gt; Routing &gt; Virtual Router (OSPF)&gt;Redistribution Rules and select the source protocol, from which the routes will be re-distributed to OSPF.</p>
<p>CLI:</p>
<p>Set vr<br />
set protocol ospf<br />
set redistribute route-map protocol exit</p>
<p><strong>Example</strong></p>
<p>Redistribute the 192.168.1.0/24 network to the 0 OSPF area. OSPF has to be correctly configured, prior to configuring the route export.</p>
<p>From the command line interface (CLI):</p>
<p>Define the access list to permit or deny specific network:</p>
<p>Lab-&gt;set vr untrust-vr [Enter]<br />
Lab(untrust-vr)-&gt; set access-list 10 permit ip 192.168.1.0/24 5 [Enter]</p>
<p>Define the route map to match the access list:</p>
<p>Lab(untrust-vr)-&gt; set route-map name REDIS-TR-ROUTES permit 5 [Enter]<br />
Lab(untrust-vr/Redis-tr-routes-5)-&gt; set match ip 10 [Enter]<br />
Lab(untrust-vr/Redis-tr-routes-5)-&gt;exit [Enter]<br />
Lab(untrust-vr)-&gt;</p>
<p>Apply the route map to the OSPF instance:</p>
<p>Lab(untrust-vr)-&gt; set protocol ospf redistribute route-map<br />
REDIS-TR-ROUTES protocol import [Enter]</p>
<p>192.168.1.0/24 is the route import from the trust-vr; so, the protocol type is imported. Other protocol types include BGP, connected, and static.</p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/how-to-enable-the-nsrp-dynamic-route-synchronisation-feature-in-netscreen-firewalls.html" title="Permanent link to How to enable the NSRP dynamic route synchronisation feature in netscreen firewalls">How to enable the NSRP dynamic route synchronisation feature in netscreen firewalls</a>  </li>
<li> <a href="http://www.debianadmin.com/fix-for-unable-to-delete-static-routes-in-cisco-catalyst-switch.html" title="Permanent link to Fix for Unable to delete static routes in Cisco catalyst switch">Fix for Unable to delete static routes in Cisco catalyst switch</a>  </li>
<li> <a href="http://www.debianadmin.com/network-interface-configuration-using-ifconfig.html" title="Permanent link to Network Interface Configuration Using ifconfig">Network Interface Configuration Using ifconfig</a>  </li>
<li> <a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="Permanent link to Juniper NSM Compatibility Matrix for Juneos/Screenos/IDP series">Juniper NSM Compatibility Matrix for Juneos/Screenos/IDP series</a>  </li>
<li> <a href="http://www.debianadmin.com/how-to-clear-arp-table-in-bluecoat-proxyav-devices.html" title="Permanent link to How to clear ARP table in bluecoat proxyAV devices">How to clear ARP table in bluecoat proxyAV devices</a>  </li>
</ol></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-redistribute-routes-in-the-configured-ospf-area-in-screenos-juniper-firewall.html&amp;title=How%20to%20redistribute%20routes%20in%20the%20configured%20OSPF%20area%20in%20Screenos%20%28Juniper%20Firewall%29" id="wpa2a_2"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=Y0xcLxUY6XM:QMOYzXuNtS4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=Y0xcLxUY6XM:QMOYzXuNtS4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=Y0xcLxUY6XM:QMOYzXuNtS4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=Y0xcLxUY6XM:QMOYzXuNtS4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=Y0xcLxUY6XM:QMOYzXuNtS4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=Y0xcLxUY6XM:QMOYzXuNtS4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=Y0xcLxUY6XM:QMOYzXuNtS4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=Y0xcLxUY6XM:QMOYzXuNtS4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/how-to-redistribute-routes-in-the-configured-ospf-area-in-screenos-juniper-firewall.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Essentials of IT Management Kit - 2012 Edition</title>
		<link>http://www.debianadmin.com/the-essentials-of-it-management-kit-2012-edition.html</link>
		<comments>http://www.debianadmin.com/the-essentials-of-it-management-kit-2012-edition.html#comments</comments>
		<pubDate>Thu, 24 May 2012 00:45:48 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Free-Tools]]></category>
		<category><![CDATA[Essentials of IT Management Kit]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3252</guid>
		<description><![CDATA[The Essentials of IT Management Kit - 2012 Edition, brings together the latest in information, coverage of important developments, and expert commentary to help with your IT Management related decisions. The following kit contents will help you get the most out of your IT Management research: The iPass Mobile Enterprise Research Report Best Practices for <a href='http://www.debianadmin.com/the-essentials-of-it-management-kit-2012-edition.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/8NYFNh55Zm8c3LWXSI_DCnKa5S0/0/da"><img src="http://feedads.g.doubleclick.net/~a/8NYFNh55Zm8c3LWXSI_DCnKa5S0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8NYFNh55Zm8c3LWXSI_DCnKa5S0/1/da"><img src="http://feedads.g.doubleclick.net/~a/8NYFNh55Zm8c3LWXSI_DCnKa5S0/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fthe-essentials-of-it-management-kit-2012-edition.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fthe-essentials-of-it-management-kit-2012-edition.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The Essentials of IT Management Kit - 2012 Edition, brings together the latest in information, coverage of important developments, and expert commentary to help with your IT Management related decisions.<br />
<span id="more-3252"></span><br />
The following kit contents will help you get the most out of your IT Management research:</p>
<p>The iPass Mobile Enterprise Research Report<br />
Best Practices for Successful Delivery of Email Through Your Web Application</p>
<div style="font-size: 12px;">
<h2 class="widgettitle"><a href="http://ubuntugeek.tradepub.com/free/w_bund01/" target="_blank">The Essentials of IT Management Kit</a></h2>
<p><a href="http://ubuntugeek.tradepub.com/free/w_bund01/" target="_blank"><img src="http://img.tradepub.com/free/w_bund01/images/w_bund01c.gif" alt="" width="160" height="198" border="0" /></a></p>
<blockquote><p><a href="http://ubuntugeek.tradepub.com/free/w_bund01/" target="_blank">Download Now</a></p></blockquote>
</div>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/the-principles-of-project-management.html" title="Permanent link to The Principles Of Project Management">The Principles Of Project Management</a>  </li>
<li> <a href="http://www.debianadmin.com/justifying-it-security-managing-risk-keeping-your-network-secure.html" title="Permanent link to Justifying IT Security: Managing Risk &#038; Keeping Your Network Secure">Justifying IT Security: Managing Risk &#038; Keeping Your Network Secure</a>  </li>
<li> <a href="http://www.debianadmin.com/managing-risk-keeping-your-network-secure.html" title="Permanent link to Managing Risk &#038; Keeping Your Network Secure">Managing Risk &#038; Keeping Your Network Secure</a>  </li>
<li> <a href="http://www.debianadmin.com/migrating-a-web-site-to-drupal.html" title="Permanent link to Migrating a Web Site to Drupal">Migrating a Web Site to Drupal</a>  </li>
<li> <a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="Permanent link to Unix/Linux Command Reference">Unix/Linux Command Reference</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/the-essentials-of-it-management-kit-2012-edition.html" title="snorting percocet 10mg">snorting percocet 10mg</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fthe-essentials-of-it-management-kit-2012-edition.html&amp;title=The%20Essentials%20of%20IT%20Management%20Kit%20-%202012%20Edition" id="wpa2a_4"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=dmj3TI-7kPo:i4x30DHws8Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=dmj3TI-7kPo:i4x30DHws8Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=dmj3TI-7kPo:i4x30DHws8Q:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=dmj3TI-7kPo:i4x30DHws8Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=dmj3TI-7kPo:i4x30DHws8Q:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=dmj3TI-7kPo:i4x30DHws8Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=dmj3TI-7kPo:i4x30DHws8Q:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=dmj3TI-7kPo:i4x30DHws8Q:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/the-essentials-of-it-management-kit-2012-edition.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to clear ARP table in bluecoat proxyAV devices</title>
		<link>http://www.debianadmin.com/how-to-clear-arp-table-in-bluecoat-proxyav-devices.html</link>
		<comments>http://www.debianadmin.com/how-to-clear-arp-table-in-bluecoat-proxyav-devices.html#comments</comments>
		<pubDate>Wed, 23 May 2012 00:36:02 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[clear ARP table in bluecoat proxyAV devices]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3240</guid>
		<description><![CDATA[This tutorial will explain how to clear ARP table in bluecoat proxyAV devices this is very useful if you change proxy device or any other devices which provides routing. Procedure to follow Login in to proxyav device Now you need to click on Advanced from left side menu Once it opens Advanced settings scree click <a href='http://www.debianadmin.com/how-to-clear-arp-table-in-bluecoat-proxyav-devices.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/4uJwzV8qALhNX849tWPK2Ts8xoo/0/da"><img src="http://feedads.g.doubleclick.net/~a/4uJwzV8qALhNX849tWPK2Ts8xoo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4uJwzV8qALhNX849tWPK2Ts8xoo/1/da"><img src="http://feedads.g.doubleclick.net/~a/4uJwzV8qALhNX849tWPK2Ts8xoo/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-clear-arp-table-in-bluecoat-proxyav-devices.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-clear-arp-table-in-bluecoat-proxyav-devices.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-3561711309083119";
/* New Debian Admin Bottom */
google_ad_slot = "7809669337";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>This tutorial will explain how to clear ARP table in bluecoat proxyAV devices this is very useful if you change proxy device or any other devices which provides routing.<br />
<span id="more-3240"></span><br />
<strong>Procedure to follow</strong></p>
<p>Login in to proxyav device</p>
<p>Now you need to click on Advanced from left side menu</p>
<p><a class="highslide img_8" href="http://www.debianadmin.com/wp-content/uploads/2012/05/1.png" onclick="return hs.expand(this)"><img src="http://www.debianadmin.com/wp-content/uploads/2012/05/1.png" alt="" title="1" width="389" height="411" class="alignnone size-full wp-image-3241" /></a></p>
<p>Once it opens Advanced settings scree click on ARP table</p>
<p><a class="highslide img_9" href="http://www.debianadmin.com/wp-content/uploads/2012/05/2.png" onclick="return hs.expand(this)"><img src="http://www.debianadmin.com/wp-content/uploads/2012/05/2.png" alt="" title="2" width="440" height="395" class="alignnone size-full wp-image-3242" /></a></p>
<p>In ARP table screen you can clear ARP table</p>
<p><a class="highslide img_10" href="http://www.debianadmin.com/wp-content/uploads/2012/05/3.png" onclick="return hs.expand(this)"><img src="http://www.debianadmin.com/wp-content/uploads/2012/05/3.png" alt="" title="3" width="549" height="207" class="alignnone size-full wp-image-3243" /></a></p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-3561711309083119";
/* New Debian Admin Bottom */
google_ad_slot = "7809669337";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="Permanent link to Juniper NSM Compatibility Matrix for Juneos/Screenos/IDP series">Juniper NSM Compatibility Matrix for Juneos/Screenos/IDP series</a>  </li>
<li> <a href="http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html" title="Permanent link to How to fix NSM 2011.1 S2 administration page not showing NSM configuration">How to fix NSM 2011.1 S2 administration page not showing NSM configuration</a>  </li>
<li> <a href="http://www.debianadmin.com/submin-subversion-web-administration.html" title="Permanent link to Submin - Subversion Web Administration">Submin - Subversion Web Administration</a>  </li>
<li> <a href="http://www.debianadmin.com/debian-sources-list-generator.html" title="Permanent link to Debian Sources List Generator">Debian Sources List Generator</a>  </li>
<li> <a href="http://www.debianadmin.com/dnx-simple-way-of-installing-debian-nonfree-extras.html" title="Permanent link to DNX - Simple way of installing Debian-nonFree-eXtras">DNX - Simple way of installing Debian-nonFree-eXtras</a>  </li>
</ol></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-clear-arp-table-in-bluecoat-proxyav-devices.html&amp;title=How%20to%20clear%20ARP%20table%20in%20bluecoat%20proxyAV%20devices" id="wpa2a_6"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JgxhYtlitZk:W-VqDBwy0ts:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JgxhYtlitZk:W-VqDBwy0ts:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=JgxhYtlitZk:W-VqDBwy0ts:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JgxhYtlitZk:W-VqDBwy0ts:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JgxhYtlitZk:W-VqDBwy0ts:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JgxhYtlitZk:W-VqDBwy0ts:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=JgxhYtlitZk:W-VqDBwy0ts:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JgxhYtlitZk:W-VqDBwy0ts:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/how-to-clear-arp-table-in-bluecoat-proxyav-devices.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Erase the Juniper firewall System Configuration Using the CLI</title>
		<link>http://www.debianadmin.com/how-to-erase-the-juniper-firewall-system-configuration-using-the-cli.html</link>
		<comments>http://www.debianadmin.com/how-to-erase-the-juniper-firewall-system-configuration-using-the-cli.html#comments</comments>
		<pubDate>Tue, 22 May 2012 15:28:19 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Erase the netscreen firewall System Configuration Using the CLI]]></category>
		<category><![CDATA[How to Erase the Juniper firewall System Configuration Using the CLI]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3238</guid>
		<description><![CDATA[This tutorial will explain How to Erase the Juniper firewallSystem Configuration Using the CLI.This solution applies to all Firewall ScreenOS versions. Note: Only the configuration file is reset to the default status. All other aspects of the system remain, such as port modes, license keys, AV and DI databases, and attack databases. Procedure to follow <a href='http://www.debianadmin.com/how-to-erase-the-juniper-firewall-system-configuration-using-the-cli.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/A4sBwg15EqtVIIpiq2AX6G6rfh8/0/da"><img src="http://feedads.g.doubleclick.net/~a/A4sBwg15EqtVIIpiq2AX6G6rfh8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/A4sBwg15EqtVIIpiq2AX6G6rfh8/1/da"><img src="http://feedads.g.doubleclick.net/~a/A4sBwg15EqtVIIpiq2AX6G6rfh8/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-erase-the-juniper-firewall-system-configuration-using-the-cli.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-erase-the-juniper-firewall-system-configuration-using-the-cli.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This tutorial will explain How to Erase the Juniper firewallSystem Configuration Using the CLI.This solution applies to all Firewall ScreenOS versions.<br />
<span id="more-3238"></span><br />
Note: Only the configuration file is reset to the default status. All other aspects of the system remain, such as port modes, license keys, AV and DI databases, and attack databases.</p>
<p><strong>Procedure to follow</strong></p>
<ul>
<li>Connect to the device with a console connection.</li>
</ul>
<ul>
<li>From the CLI, enter unset all; press ENTER.</li>
</ul>
<ul>
<li>When prompted for Erase all system config, are you sure y/[n]; press y.</li>
</ul>
<ul>
<li>Enter reset; press ENTER.</li>
</ul>
<ul>
<li>When prompted for Configuration Modifies, save; press n.</li>
</ul>
<ul>
<li>When prompted for System Reset, Are you sure; press y.</li>
</ul>
<p><strong>Note:</strong> Upon the system reboot, the configuration will be reverted to the factory default.</p>
<p><strong>Note:</strong> The default IP address of the NetScreen device is 192.168.1.1, the admin name is netscreen and the password is netscreen.</p>
<p><!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/howto-remove-nsm-configuration-from-a-juniper-firewall.html" title="Permanent link to Howto remove NSM Configuration from a Juniper Firewall">Howto remove NSM Configuration from a Juniper Firewall</a>  </li>
<li> <a href="http://www.debianadmin.com/howto-set-netscreen-ssg-model-firewall-into-transparent-mode.html" title="Permanent link to Howto set Netscreen SSG model firewall into Transparent Mode">Howto set Netscreen SSG model firewall into Transparent Mode</a>  </li>
<li> <a href="http://www.debianadmin.com/how-to-relocate-device-logs-on-juniper-nsm-server-to-a-different-directory.html" title="Permanent link to How to relocate device logs on juniper NSM server to a different directory">How to relocate device logs on juniper NSM server to a different directory</a>  </li>
<li> <a href="http://www.debianadmin.com/howto-recover-cisco-router-password.html" title="Permanent link to Howto Recover Cisco Router Password">Howto Recover Cisco Router Password</a>  </li>
<li> <a href="http://www.debianadmin.com/how-do-i-reset-the-enable-password-on-the-bluecoat-proxysg.html" title="Permanent link to How do I reset the enable password on the Bluecoat ProxySG">How do I reset the enable password on the Bluecoat ProxySG</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/how-to-erase-the-juniper-firewall-system-configuration-using-the-cli.html" title="how to erase netscreen firewall configuration">how to erase netscreen firewall configuration</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-erase-the-juniper-firewall-system-configuration-using-the-cli.html" title="juniper firewall config erase">juniper firewall config erase</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-erase-the-juniper-firewall-system-configuration-using-the-cli.html" title="juniper firewall how to clear config from cli">juniper firewall how to clear config from cli</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-erase-the-juniper-firewall-system-configuration-using-the-cli.html&amp;title=How%20to%20Erase%20the%20Juniper%20firewall%20System%20Configuration%20Using%20the%20CLI" id="wpa2a_8"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=o3o0A0r_hZY:ubs_4en_axE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=o3o0A0r_hZY:ubs_4en_axE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=o3o0A0r_hZY:ubs_4en_axE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=o3o0A0r_hZY:ubs_4en_axE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=o3o0A0r_hZY:ubs_4en_axE:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=o3o0A0r_hZY:ubs_4en_axE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=o3o0A0r_hZY:ubs_4en_axE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=o3o0A0r_hZY:ubs_4en_axE:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/how-to-erase-the-juniper-firewall-system-configuration-using-the-cli.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 12.04 (Precise) Installation Screenshots</title>
		<link>http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html</link>
		<comments>http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html#comments</comments>
		<pubDate>Sat, 19 May 2012 18:11:44 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Other Linux]]></category>
		<category><![CDATA[Ubuntu 12.04 desktop installation screenshots]]></category>
		<category><![CDATA[Ubuntu precise desktop installation screenshots]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3235</guid>
		<description><![CDATA[The Ubuntu team is very pleased to announce the release of Ubuntu 12.04 LTS (Long-Term Support) for Desktop, Server, Cloud, and Core products. Codenamed “Precise Pangolin”, 12.04 continues Ubuntu’s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution. The team has been hard at work through this <a href='http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/_Q4VrD520AXtpyhECoV4BPCjSZg/0/da"><img src="http://feedads.g.doubleclick.net/~a/_Q4VrD520AXtpyhECoV4BPCjSZg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_Q4VrD520AXtpyhECoV4BPCjSZg/1/da"><img src="http://feedads.g.doubleclick.net/~a/_Q4VrD520AXtpyhECoV4BPCjSZg/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fubuntu-12-04-precise-installation-screenshots.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fubuntu-12-04-precise-installation-screenshots.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The Ubuntu team is very pleased to announce the release of Ubuntu 12.04 LTS (Long-Term Support) for Desktop, Server, Cloud, and Core products.</p>
<p>Codenamed “Precise Pangolin”, 12.04 continues Ubuntu’s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution. The team has been hard at work through this cycle, introducing a few new features and improving quality control.<br />
<span id="more-3235"></span><br />
<strong>Ubuntu 12.04 desktop installation screenshots Gallery</strong></p>
<p>
<div class="ngg-galleryoverview" id="ngg-gallery-19-3235">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-645" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_11" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu1.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu1" alt="ubuntu1" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu1.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-646" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_12" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu10.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu10" alt="ubuntu10" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu10.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-647" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_13" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu11.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu11" alt="ubuntu11" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu11.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-648" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_14" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu12.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu12" alt="ubuntu12" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu12.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-649" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_15" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu13.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu13" alt="ubuntu13" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu13.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-650" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_16" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu14.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu14" alt="ubuntu14" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu14.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-651" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_17" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu15.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu15" alt="ubuntu15" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu15.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-652" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_18" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu16.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu16" alt="ubuntu16" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu16.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-653" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_19" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu17.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu17" alt="ubuntu17" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu17.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-654" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_20" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu18.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu18" alt="ubuntu18" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu18.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-655" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_21" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu19.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu19" alt="ubuntu19" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu19.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-656" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_22" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu2.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu2" alt="ubuntu2" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu2.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-657" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_23" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu20.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu20" alt="ubuntu20" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu20.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-658" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_24" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu21.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu21" alt="ubuntu21" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu21.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-659" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_25" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu22.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu22" alt="ubuntu22" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu22.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-660" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_26" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu23.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu23" alt="ubuntu23" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu23.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-661" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_27" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu24.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu24" alt="ubuntu24" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu24.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-662" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_28" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu3.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu3" alt="ubuntu3" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu3.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-663" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_29" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu4.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu4" alt="ubuntu4" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu4.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-664" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_30" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu5.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu5" alt="ubuntu5" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu5.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-665" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_31" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu6.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu6" alt="ubuntu6" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu6.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-666" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_32" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu7.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu7" alt="ubuntu7" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu7.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-667" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_33" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu8.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu8" alt="ubuntu8" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu8.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-668" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_34" href="http://www.debianadmin.com/wp-content/gallery/12-04int/ubuntu9.png" title=" "   onclick="return hs.expand(this)">
								<img title="ubuntu9" alt="ubuntu9" src="http://www.debianadmin.com/wp-content/gallery/12-04int/thumbs/thumbs_ubuntu9.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

<br />
<!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="Permanent link to Ubuntu 12.04 (Precise Pangolin) LTS Beta Screenshots Gallery">Ubuntu 12.04 (Precise Pangolin) LTS Beta Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-11-10-oneiric-ocelot-screenshots-gallery.html" title="Permanent link to Ubuntu 11.10 (Oneiric Ocelot) Screenshots Gallery">Ubuntu 11.10 (Oneiric Ocelot) Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="Permanent link to Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery">Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="Permanent link to Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery">Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-10-04-lucid-lynx-screenshots-gallery.html" title="Permanent link to Ubuntu 10.04 (Lucid Lynx) Screenshots Gallery">Ubuntu 10.04 (Lucid Lynx) Screenshots Gallery</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="ubuntu 12 04 installation screen shots">ubuntu 12 04 installation screen shots</a> (7)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="how to install ubuntu 12 04 linux with screenshots">how to install ubuntu 12 04 linux with screenshots</a> (5)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="ubuntu 12 04 install screenshots">ubuntu 12 04 install screenshots</a> (2)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="install screenshots of ubuntu 12 04">install screenshots of ubuntu 12 04</a> (2)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="ubuntu 12 install screenshots">ubuntu 12 install screenshots</a> (2)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="precise desktop">precise desktop</a> (2)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="ubuntu 12 04 installation screenshots">ubuntu 12 04 installation screenshots</a> (1)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="ubuntu 12 04 installationsprobleme">ubuntu 12 04 installationsprobleme</a> (1)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="ubuntu 12 installation">ubuntu 12 installation</a> (1)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="desktop screenshot ubuntu 12 04">desktop screenshot ubuntu 12 04</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fubuntu-12-04-precise-installation-screenshots.html&amp;title=Ubuntu%2012.04%20%28Precise%29%20Installation%20Screenshots" id="wpa2a_10"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=uvl2BHVetwY:gYILqKKUq4w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=uvl2BHVetwY:gYILqKKUq4w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=uvl2BHVetwY:gYILqKKUq4w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=uvl2BHVetwY:gYILqKKUq4w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=uvl2BHVetwY:gYILqKKUq4w:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=uvl2BHVetwY:gYILqKKUq4w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=uvl2BHVetwY:gYILqKKUq4w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=uvl2BHVetwY:gYILqKKUq4w:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MATE Desktop Screenshots in Ubuntu 12.04(Precise)</title>
		<link>http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html</link>
		<comments>http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html#comments</comments>
		<pubDate>Tue, 01 May 2012 16:24:51 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Other Linux]]></category>
		<category><![CDATA[MATE Desktop Screenshots gallery]]></category>
		<category><![CDATA[MATE Desktop Screenshots in ubuntu 12.04]]></category>
		<category><![CDATA[MATE Desktop Screenshots ubuntu precise]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3233</guid>
		<description><![CDATA[MATE is a fork of Gnome 2.It provides an intuitive and attractive desktop to Linux users using traditional metaphors. The name “MATE” comes from yerba maté, a species of holly native to subtropical South America. Its leaves contain caffeine and are used to make infusions and a beverage called mate. MATE desktop environment screenshots gallery <a href='http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/JnTe0kYhBz9CeiJg7Aw7Ada3Ow0/0/da"><img src="http://feedads.g.doubleclick.net/~a/JnTe0kYhBz9CeiJg7Aw7Ada3Ow0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JnTe0kYhBz9CeiJg7Aw7Ada3Ow0/1/da"><img src="http://feedads.g.doubleclick.net/~a/JnTe0kYhBz9CeiJg7Aw7Ada3Ow0/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fmate-desktop-screenshots-in-ubuntu-12-04precise.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fmate-desktop-screenshots-in-ubuntu-12-04precise.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><!--adsense#new-->MATE is a fork of Gnome 2.It provides an intuitive and attractive desktop to Linux users using traditional metaphors.</p>
<p>The name “MATE” comes from yerba maté, a species of holly native to subtropical South America. Its leaves contain caffeine and are used to make infusions and a beverage called mate.<br />
<span id="more-3233"></span></p>
<p><strong>MATE desktop environment screenshots gallery in ubuntu 12.04(precise)</strong></p>
<p>
<div class="ngg-galleryoverview" id="ngg-gallery-18-3233">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-627" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_35" href="http://www.debianadmin.com/wp-content/gallery/mate/1.png" title=" "   onclick="return hs.expand(this)">
								<img title="1" alt="1" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_1.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-637" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_36" href="http://www.debianadmin.com/wp-content/gallery/mate/2.png" title=" "   onclick="return hs.expand(this)">
								<img title="2" alt="2" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_2.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-638" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_37" href="http://www.debianadmin.com/wp-content/gallery/mate/3.png" title=" "   onclick="return hs.expand(this)">
								<img title="3" alt="3" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_3.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-639" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_38" href="http://www.debianadmin.com/wp-content/gallery/mate/4.png" title=" "   onclick="return hs.expand(this)">
								<img title="4" alt="4" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_4.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-640" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_39" href="http://www.debianadmin.com/wp-content/gallery/mate/5.png" title=" "   onclick="return hs.expand(this)">
								<img title="5" alt="5" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_5.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-641" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_40" href="http://www.debianadmin.com/wp-content/gallery/mate/6.png" title=" "   onclick="return hs.expand(this)">
								<img title="6" alt="6" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_6.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-642" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_41" href="http://www.debianadmin.com/wp-content/gallery/mate/7.png" title=" "   onclick="return hs.expand(this)">
								<img title="7" alt="7" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_7.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-643" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_42" href="http://www.debianadmin.com/wp-content/gallery/mate/8.png" title=" "   onclick="return hs.expand(this)">
								<img title="8" alt="8" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_8.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-644" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_43" href="http://www.debianadmin.com/wp-content/gallery/mate/9.png" title=" "   onclick="return hs.expand(this)">
								<img title="9" alt="9" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_9.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-628" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_44" href="http://www.debianadmin.com/wp-content/gallery/mate/10.png" title=" "   onclick="return hs.expand(this)">
								<img title="10" alt="10" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_10.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-629" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_45" href="http://www.debianadmin.com/wp-content/gallery/mate/11.png" title=" "   onclick="return hs.expand(this)">
								<img title="11" alt="11" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_11.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-630" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_46" href="http://www.debianadmin.com/wp-content/gallery/mate/12.png" title=" "   onclick="return hs.expand(this)">
								<img title="12" alt="12" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_12.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-631" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_47" href="http://www.debianadmin.com/wp-content/gallery/mate/13.png" title=" "   onclick="return hs.expand(this)">
								<img title="13" alt="13" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_13.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-632" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_48" href="http://www.debianadmin.com/wp-content/gallery/mate/14.png" title=" "   onclick="return hs.expand(this)">
								<img title="14" alt="14" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_14.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-633" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_49" href="http://www.debianadmin.com/wp-content/gallery/mate/15.png" title=" "   onclick="return hs.expand(this)">
								<img title="15" alt="15" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_15.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-634" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_50" href="http://www.debianadmin.com/wp-content/gallery/mate/16.png" title=" "   onclick="return hs.expand(this)">
								<img title="16" alt="16" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_16.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-635" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_51" href="http://www.debianadmin.com/wp-content/gallery/mate/17.png" title=" "   onclick="return hs.expand(this)">
								<img title="17" alt="17" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_17.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-636" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_52" href="http://www.debianadmin.com/wp-content/gallery/mate/18.png" title=" "   onclick="return hs.expand(this)">
								<img title="18" alt="18" src="http://www.debianadmin.com/wp-content/gallery/mate/thumbs/thumbs_18.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

<br />
<!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="Permanent link to Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery">Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="Permanent link to Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery">Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-enlightenmentdr17-or-e17-window-manager-screenshots-tour.html" title="Permanent link to Ubuntu Enlightenment(DR17 or E17) Window Manager Screenshots Tour">Ubuntu Enlightenment(DR17 or E17) Window Manager Screenshots Tour</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="Permanent link to Ubuntu 12.04 (Precise) Installation Screenshots">Ubuntu 12.04 (Precise) Installation Screenshots</a>  </li>
<li> <a href="http://www.debianadmin.com/xubuntu-804-hardy-heron-screenshots-tour.html" title="Permanent link to Xubuntu 8.04 (Hardy Heron) Screenshots Tour">Xubuntu 8.04 (Hardy Heron) Screenshots Tour</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html" title="ubuntu 12 04 mate">ubuntu 12 04 mate</a> (341)</li><li><a href="http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html" title="mate ubuntu 12 04">mate ubuntu 12 04</a> (256)</li><li><a href="http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html" title="ubuntu 12 04 mate desktop">ubuntu 12 04 mate desktop</a> (74)</li><li><a href="http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html" title="mate desktop ubuntu 12 04">mate desktop ubuntu 12 04</a> (65)</li><li><a href="http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html" title="ubuntu mate">ubuntu mate</a> (40)</li><li><a href="http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html" title="mate on ubuntu 12 04">mate on ubuntu 12 04</a> (33)</li><li><a href="http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html" title="mate for ubuntu 12 04">mate for ubuntu 12 04</a> (33)</li><li><a href="http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html" title="mate desktop screenshots">mate desktop screenshots</a> (31)</li><li><a href="http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html" title="www debianadmin com">www debianadmin com</a> (26)</li><li><a href="http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html" title="maté ubuntu">maté ubuntu</a> (19)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fmate-desktop-screenshots-in-ubuntu-12-04precise.html&amp;title=MATE%20Desktop%20Screenshots%20in%20Ubuntu%2012.04%28Precise%29" id="wpa2a_12"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=nVnSVuHwmf0:72-NZas1o80:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=nVnSVuHwmf0:72-NZas1o80:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=nVnSVuHwmf0:72-NZas1o80:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=nVnSVuHwmf0:72-NZas1o80:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=nVnSVuHwmf0:72-NZas1o80:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=nVnSVuHwmf0:72-NZas1o80:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=nVnSVuHwmf0:72-NZas1o80:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=nVnSVuHwmf0:72-NZas1o80:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/mate-desktop-screenshots-in-ubuntu-12-04precise.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install windows switch in debian 6.0 (Squeeze)</title>
		<link>http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html</link>
		<comments>http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html#comments</comments>
		<pubDate>Tue, 24 Apr 2012 14:57:27 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How to install windows switch in debian 6.0]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3217</guid>
		<description><![CDATA[Window Switch is a tool which allows you to display running applications on other computers than the one you start them on. Once an application has been started via a winswitch server, it can be displayed on other machines running winswitch client, as required. You no longer need to save and send documents to move <a href='http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/BItqClZtHCevSs7hHBYtlJ_hOEU/0/da"><img src="http://feedads.g.doubleclick.net/~a/BItqClZtHCevSs7hHBYtlJ_hOEU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BItqClZtHCevSs7hHBYtlJ_hOEU/1/da"><img src="http://feedads.g.doubleclick.net/~a/BItqClZtHCevSs7hHBYtlJ_hOEU/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-install-windows-switch-in-debian-6-0-squeeze.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-install-windows-switch-in-debian-6-0-squeeze.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><!--adsense#new-->Window Switch is a tool which allows you to display running applications on other computers than the one you start them on. Once an application has been started via a winswitch server, it can be displayed on other machines running winswitch client, as required.<br />
You no longer need to save and send documents to move them around, simply move the view of the application to the machine where you need to access it.<br />
<span id="more-3217"></span><br />
<strong>Key Features</strong></p>
<p>Shadow an existing display or another session<br />
Start sessions on remote (or local) machines using intuitive menus<br />
Disconnect from those sessions and re-connect when you need them again<br />
Send them to other machines with just one click<br />
Stays out of the way using a single icon in your system tray</p>
<p><strong>Install windows switch in debian squeeze</strong></p>
<p>Open the terminal and run the following commands as root</p>
<p>Import the packager&#8217;s key:</p>
<blockquote><p>curl https://winswitch.org/gpg.asc | apt-key add -</p></blockquote>
<p>Debian Squeeze installation</p>
<blockquote><p>echo &#8220;deb http://winswitch.org/ squeeze main&#8221; > /etc/apt/sources.list.d/winswitch.list;<br />
apt-get update;<br />
apt-get install winswitch</p></blockquote>
<p><!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/how-to-install-4pane-file-manager-in-debian-squeezelenny.html" title="Permanent link to How to install 4pane file manager in debian Squeeze/Lenny">How to install 4pane file manager in debian Squeeze/Lenny</a>  </li>
<li> <a href="http://www.debianadmin.com/remotely-manage-machines-using-vnc.html" title="Permanent link to Remotely Manage Machines Using VNC">Remotely Manage Machines Using VNC</a>  </li>
<li> <a href="http://www.debianadmin.com/upgrade-multiple-debian-systems-with-approx.html" title="Permanent link to Upgrade multiple debian systems with Approx">Upgrade multiple debian systems with Approx</a>  </li>
<li> <a href="http://www.debianadmin.com/howto-install-java6-on-debian-etch.html" title="Permanent link to Howto install Java6 on debian Etch">Howto install Java6 on debian Etch</a>  </li>
<li> <a href="http://www.debianadmin.com/virtualbox-4-1-8-released-and-debian-6-installation-instructions-included.html" title="Permanent link to VirtualBox 4.1.8 released and debian 6 installation instructions included">VirtualBox 4.1.8 released and debian 6 installation instructions included</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html" title="squeeze password complexity">squeeze password complexity</a> (2)</li><li><a href="http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html" title="tutorial debian load balancing">tutorial debian load balancing</a> (2)</li><li><a href="http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html" title="windows key on debian squeeze">windows key on debian squeeze</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html" title="ubuntu winswitch howto">ubuntu winswitch howto</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html" title="touch features in lubuntu 12 04">touch features in lubuntu 12 04</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html" title="approx howto squeeze">approx howto squeeze</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html" title="load balance squeeze">load balance squeeze</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html" title="how to install a -w-p-light switch">how to install a -w-p-light switch</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html" title="give use to windows key debian squeeze">give use to windows key debian squeeze</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html" title="debian load balancer">debian load balancer</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-install-windows-switch-in-debian-6-0-squeeze.html&amp;title=How%20to%20install%20windows%20switch%20in%20debian%206.0%20%28Squeeze%29" id="wpa2a_14"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=OlukKFqNsUA:-aBef6K8Acc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=OlukKFqNsUA:-aBef6K8Acc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=OlukKFqNsUA:-aBef6K8Acc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=OlukKFqNsUA:-aBef6K8Acc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=OlukKFqNsUA:-aBef6K8Acc:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=OlukKFqNsUA:-aBef6K8Acc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=OlukKFqNsUA:-aBef6K8Acc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=OlukKFqNsUA:-aBef6K8Acc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/how-to-install-windows-switch-in-debian-6-0-squeeze.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix “Cannot SSH to ScreenOS device from a Cisco Switch”</title>
		<link>http://www.debianadmin.com/how-to-fix-cannot-ssh-to-screenos-device-from-a-cisco-switch.html</link>
		<comments>http://www.debianadmin.com/how-to-fix-cannot-ssh-to-screenos-device-from-a-cisco-switch.html#comments</comments>
		<pubDate>Mon, 16 Apr 2012 00:27:41 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Cannot SSH to ScreenOS device from a Cisco Switch]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3134</guid>
		<description><![CDATA[Problem When attempting to SSH to a ScreenOS device from a Cisco switch, the following error is reported in the logs: Event Log on ScreenOS device (NetScreen): system error 00528 SSH: Failed to negotiate host key algorithm with host x.x.x.x. Cisco Switch Log: SSH2 CLIENT 0: hostkey algo not supported: client ssh-rsa, server ssh-dss Solution <a href='http://www.debianadmin.com/how-to-fix-cannot-ssh-to-screenos-device-from-a-cisco-switch.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/xUfj-JhNJzYGOpQ-c09e8BKSucE/0/da"><img src="http://feedads.g.doubleclick.net/~a/xUfj-JhNJzYGOpQ-c09e8BKSucE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/xUfj-JhNJzYGOpQ-c09e8BKSucE/1/da"><img src="http://feedads.g.doubleclick.net/~a/xUfj-JhNJzYGOpQ-c09e8BKSucE/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-fix-cannot-ssh-to-screenos-device-from-a-cisco-switch.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-fix-cannot-ssh-to-screenos-device-from-a-cisco-switch.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><!--adsense#new--><strong>Problem</strong></p>
<p>When attempting to SSH to a ScreenOS device from a Cisco switch, the following error is reported in the logs:<br />
<span id="more-3134"></span><br />
Event Log on ScreenOS device (NetScreen):</p>
<p><strong>system error 00528 SSH: Failed to negotiate host key algorithm with host x.x.x.x.</strong></p>
<p>Cisco Switch Log:</p>
<p><strong>SSH2 CLIENT 0: hostkey algo not supported: client ssh-rsa, server ssh-dss</strong></p>
<p><strong>Solution</strong></p>
<p>Cisco client is using SSH-RSA , and ScreenOS device is using SSH-DSA (same as DSS).</p>
<p>ScreenOS supports SSH-RSA in SSHv1, and it supports SSH-DSA in SSHv2.  </p>
<p>To find the version of the SSH and see the algorithm being used, run the following commands:</p>
<p>Example 1 DSA key:</p>
<p>    get ssh</p>
<p>    SSH V2 is active<br />
    SSH is NOT enabled<br />
    SSH is NOT ready for connections<br />
    Maximum sessions: 24<br />
    Active sessions: 0</p>
<p>    get ssh host-key</p>
<p>    DSA fingerprint:<br />
    finger_print = 37:23:74:ba:4c:a5:91:d1:ea:4e:a2:a8:46:58:4e:b1</p>
<p>Example 2 RSA Key:</p>
<p>    get ssh</p>
<p>    SSH V1 is active<br />
    SSH is enabled<br />
    SSH is ready for connections<br />
    Key regeneration time: 60 minutes<br />
    Maximum sessions: 24<br />
    Active sessions: 0</p>
<p>    get ssh host-key</p>
<p>    Length: 1024<br />
    Exponent: 65537<br />
    Modulus:</p>
<p>    Key ID: 0F96C0C2EE54B93A1BB6</p>
<p>    RSA1 key fingerprint:<br />
    15:07:33:d4:16:39:2b:cb:90:3b:4d:1d:b3:ef:67:22</p>
<p>In order to resolve this issue, the algorithm has to match. Therefore either set the firewall to SSHv1 or SSHv2 to match the Cisco unit, or you set the Cisco unit to match the firewall.</p>
<p>To change to SSHv1 you run the following commands:</p>
<blockquote><p>delete ssh device all<br />
set ssh version v1<br />
set ssh enable </p></blockquote>
<p><!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/howto-fix-ssh-connection-to-the-netscreen-firewall-does-not-work.html" title="Permanent link to Howto fix SSH connection to the netscreen firewall does not work">Howto fix SSH connection to the netscreen firewall does not work</a>  </li>
<li> <a href="http://www.debianadmin.com/how-to-configure-cisco-span-ports.html" title="Permanent link to How to configure Cisco SPAN Ports">How to configure Cisco SPAN Ports</a>  </li>
<li> <a href="http://www.debianadmin.com/how-to-enable-the-nsrp-dynamic-route-synchronisation-feature-in-netscreen-firewalls.html" title="Permanent link to How to enable the NSRP dynamic route synchronisation feature in netscreen firewalls">How to enable the NSRP dynamic route synchronisation feature in netscreen firewalls</a>  </li>
<li> <a href="http://www.debianadmin.com/setting-port-security-on-a-cisco-catalyst-switch.html" title="Permanent link to Setting Port Security on a Cisco Catalyst Switch">Setting Port Security on a Cisco Catalyst Switch</a>  </li>
<li> <a href="http://www.debianadmin.com/upgrade-cisco-ios-on-router-and-switche.html" title="Permanent link to Upgrade Cisco IOS in a Router or a Switch">Upgrade Cisco IOS in a Router or a Switch</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/how-to-fix-cannot-ssh-to-screenos-device-from-a-cisco-switch.html" title="juniper nsm user password complexity">juniper nsm user password complexity</a> (2)</li><li><a href="http://www.debianadmin.com/how-to-fix-cannot-ssh-to-screenos-device-from-a-cisco-switch.html" title="cannot within 1% cisco switch 58">cannot within 1% cisco switch 58</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-fix-cannot-ssh-to-screenos-device-from-a-cisco-switch.html" title="can\ t ssh to cisco switch">can\ t ssh to cisco switch</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-fix-cannot-ssh-to-screenos-device-from-a-cisco-switch.html" title="nsm cannot connect to device ssh">nsm cannot connect to device ssh</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-fix-cannot-ssh-to-screenos-device-from-a-cisco-switch.html&amp;title=How%20to%20fix%20%E2%80%9CCannot%20SSH%20to%20ScreenOS%20device%20from%20a%20Cisco%20Switch%E2%80%9D" id="wpa2a_16"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=4ztJ6Ec2UDE:QN3_SG5qC70:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=4ztJ6Ec2UDE:QN3_SG5qC70:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=4ztJ6Ec2UDE:QN3_SG5qC70:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=4ztJ6Ec2UDE:QN3_SG5qC70:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=4ztJ6Ec2UDE:QN3_SG5qC70:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=4ztJ6Ec2UDE:QN3_SG5qC70:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=4ztJ6Ec2UDE:QN3_SG5qC70:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=4ztJ6Ec2UDE:QN3_SG5qC70:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/how-to-fix-cannot-ssh-to-screenos-device-from-a-cisco-switch.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Different types of Administrator Levels available on NetScreen Firewalls</title>
		<link>http://www.debianadmin.com/different-types-of-administrator-levels-available-on-netscreen-firewalls.html</link>
		<comments>http://www.debianadmin.com/different-types-of-administrator-levels-available-on-netscreen-firewalls.html#comments</comments>
		<pubDate>Fri, 13 Apr 2012 00:23:41 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Different types of Administrator Levels available on NetScreen Firewalls]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3131</guid>
		<description><![CDATA[Currently the following types of Administrator Levels available on NetScreen Firewalls Root Administrator: Can perform all executable commands on the NetScreen device. Can create, edit, and delete other administrative accounts. Read/Write Administrator: Can perform read and write commands on the NetScreen device. Cannot create, edit, or delete other administrative accounts. Read-Only Administrator: Can perform read <a href='http://www.debianadmin.com/different-types-of-administrator-levels-available-on-netscreen-firewalls.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/RZttMHfyT7DPWG6fmXqDrWqJ-Vo/0/da"><img src="http://feedads.g.doubleclick.net/~a/RZttMHfyT7DPWG6fmXqDrWqJ-Vo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/RZttMHfyT7DPWG6fmXqDrWqJ-Vo/1/da"><img src="http://feedads.g.doubleclick.net/~a/RZttMHfyT7DPWG6fmXqDrWqJ-Vo/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fdifferent-types-of-administrator-levels-available-on-netscreen-firewalls.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fdifferent-types-of-administrator-levels-available-on-netscreen-firewalls.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Currently the following types of Administrator Levels available on NetScreen Firewalls<br />
<span id="more-3131"></span><br />
<strong>    Root Administrator:</strong></p>
<p>        Can perform all executable commands on the NetScreen device.<br />
        Can create, edit, and delete other administrative accounts.</p>
<p><strong>    Read/Write Administrator:</strong></p>
<p>        Can perform read and write commands on the NetScreen device.<br />
        Cannot create, edit, or delete other administrative accounts.</p>
<p>    <strong>Read-Only Administrator:</strong></p>
<p>        Can perform read only commands on the NetScreen device.<br />
        Cannot create, edit, or delete other administrative accounts.</p>
<p><!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/how-to-relocate-device-logs-on-juniper-nsm-server-to-a-different-directory.html" title="Permanent link to How to relocate device logs on juniper NSM server to a different directory">How to relocate device logs on juniper NSM server to a different directory</a>  </li>
<li> <a href="http://www.debianadmin.com/how-to-use-policy-to-control-bluecoat-proxysg-administrator-access.html" title="Permanent link to How to Use policy to control bluecoat ProxySG administrator access">How to Use policy to control bluecoat ProxySG administrator access</a>  </li>
<li> <a href="http://www.debianadmin.com/how-to-erase-the-juniper-firewall-system-configuration-using-the-cli.html" title="Permanent link to How to Erase the Juniper firewall System Configuration Using the CLI">How to Erase the Juniper firewall System Configuration Using the CLI</a>  </li>
<li> <a href="http://www.debianadmin.com/howto-export-juniper-nsm-logs-to-csv-file-from-the-nsm-cli.html" title="Permanent link to Howto Export Juniper NSM logs to CSV file from the NSM CLI">Howto Export Juniper NSM logs to CSV file from the NSM CLI</a>  </li>
<li> <a href="http://www.debianadmin.com/howto-remove-nsm-configuration-from-a-juniper-firewall.html" title="Permanent link to Howto remove NSM Configuration from a Juniper Firewall">Howto remove NSM Configuration from a Juniper Firewall</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/different-types-of-administrator-levels-available-on-netscreen-firewalls.html" title="types of administrator">types of administrator</a> (2)</li><li><a href="http://www.debianadmin.com/different-types-of-administrator-levels-available-on-netscreen-firewalls.html" title="juniper screenos read-write commands">juniper screenos read-write commands</a> (1)</li><li><a href="http://www.debianadmin.com/different-types-of-administrator-levels-available-on-netscreen-firewalls.html" title="netscreen command add account">netscreen command add account</a> (1)</li><li><a href="http://www.debianadmin.com/different-types-of-administrator-levels-available-on-netscreen-firewalls.html" title="rename netscreen admin account">rename netscreen admin account</a> (1)</li><li><a href="http://www.debianadmin.com/different-types-of-administrator-levels-available-on-netscreen-firewalls.html" title="what are the different types of server administrators">what are the different types of server administrators</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fdifferent-types-of-administrator-levels-available-on-netscreen-firewalls.html&amp;title=Different%20types%20of%20Administrator%20Levels%20available%20on%20NetScreen%20Firewalls" id="wpa2a_18"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=tO7YLLOrJe0:JYxqAHIW3R0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=tO7YLLOrJe0:JYxqAHIW3R0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=tO7YLLOrJe0:JYxqAHIW3R0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=tO7YLLOrJe0:JYxqAHIW3R0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=tO7YLLOrJe0:JYxqAHIW3R0:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=tO7YLLOrJe0:JYxqAHIW3R0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=tO7YLLOrJe0:JYxqAHIW3R0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=tO7YLLOrJe0:JYxqAHIW3R0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/different-types-of-administrator-levels-available-on-netscreen-firewalls.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set password complexity on juniper firewall</title>
		<link>http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html</link>
		<comments>http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html#comments</comments>
		<pubDate>Wed, 11 Apr 2012 13:20:19 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[How to set password complexity on juniper firewall]]></category>
		<category><![CDATA[netscreen firewall]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3128</guid>
		<description><![CDATA[We can configure password complexity on the firewall, for admin users configured on the firewall, i.e. such as all admin users created should have minimum length of 8 and complexity such as 2 Uppercase 2 lowercase 2 alphanumeric and 2 non-alphanumeric Password complexity means passwords must include at least two uppercase letters, two lowercase letters, <a href='http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/4GmSmq5fISR9OVOd7aUTT9RvYe8/0/da"><img src="http://feedads.g.doubleclick.net/~a/4GmSmq5fISR9OVOd7aUTT9RvYe8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4GmSmq5fISR9OVOd7aUTT9RvYe8/1/da"><img src="http://feedads.g.doubleclick.net/~a/4GmSmq5fISR9OVOd7aUTT9RvYe8/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-set-password-complexity-on-juniper-firewall.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-set-password-complexity-on-juniper-firewall.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>We can configure password complexity on the firewall, for admin users configured on the firewall, i.e. such as all admin users created should have minimum length of 8 and complexity such as 2 Uppercase 2 lowercase 2 alphanumeric and 2 non-alphanumeric<br />
<span id="more-3128"></span><br />
Password complexity means passwords must include at least two uppercase letters, two lowercase letters, and two </p>
<p>alphanumeric and two non-alphanumeric characters; for example: AAbb12@#. To require that passwords contain complexity, </p>
<p>you set complexity to 1. To unset the complexity requirement, set complexity to 0. </p>
<p>Run the following commands from the firewall terminal </p>
<blockquote><p>
set password-policy user-type admin minimum-length &lt;length&gt;<br />
set password-policy user-type admin complexity 1<br />
set password-policy user-type auth minimum-length &lt;length&gt;<br />
set password-policy user-type auth complexity 1
</p></blockquote>
<p><!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/how-to-use-policy-to-control-bluecoat-proxysg-administrator-access.html" title="Permanent link to How to Use policy to control bluecoat ProxySG administrator access">How to Use policy to control bluecoat ProxySG administrator access</a>  </li>
<li> <a href="http://www.debianadmin.com/howto-crack-zip-files-password-in-linux.html" title="Permanent link to Howto Crack Zip Files Password in Linux">Howto Crack Zip Files Password in Linux</a>  </li>
<li> <a href="http://www.debianadmin.com/howto-setup-cisco-router-enable-password.html" title="Permanent link to Howto Setup Cisco Router Enable Password">Howto Setup Cisco Router Enable Password</a>  </li>
<li> <a href="http://www.debianadmin.com/gip-ip-calculator-for-gnome-desktop-environment.html" title="Permanent link to Gip - IP calculator for GNOME desktop environment">Gip - IP calculator for GNOME desktop environment</a>  </li>
<li> <a href="http://www.debianadmin.com/how-to-block-activex-from-a-website-in-bluecoat-proxysg-device.html" title="Permanent link to How to block ActiveX from a website in bluecoat ProxySG device">How to block ActiveX from a website in bluecoat ProxySG device</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html" title="debian password complexity">debian password complexity</a> (2)</li><li><a href="http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html" title="change juniper password">change juniper password</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html" title="password length in juniper *netscreen">password length in juniper *netscreen</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html" title="netscreen password complexity">netscreen password complexity</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html" title="juniper user password types">juniper user password types</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html" title="juniper set telnet password">juniper set telnet password</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html" title="juniper firewall password policy">juniper firewall password policy</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html" title="juniper disable password complexity">juniper disable password complexity</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html" title="how to put password in firewall">how to put password in firewall</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html" title="firewall password rules">firewall password rules</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-set-password-complexity-on-juniper-firewall.html&amp;title=How%20to%20set%20password%20complexity%20on%20juniper%20firewall" id="wpa2a_20"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=6hTpDHiIfkc:DNiHICaCVAU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=6hTpDHiIfkc:DNiHICaCVAU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=6hTpDHiIfkc:DNiHICaCVAU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=6hTpDHiIfkc:DNiHICaCVAU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=6hTpDHiIfkc:DNiHICaCVAU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=6hTpDHiIfkc:DNiHICaCVAU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=6hTpDHiIfkc:DNiHICaCVAU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=6hTpDHiIfkc:DNiHICaCVAU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/how-to-set-password-complexity-on-juniper-firewall.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Consumer Preview Screenshots</title>
		<link>http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html</link>
		<comments>http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html#comments</comments>
		<pubDate>Fri, 06 Apr 2012 14:06:38 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Other Linux]]></category>
		<category><![CDATA[Windows 8 installation screenshots]]></category>
		<category><![CDATA[Windows 8 screenshot]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3124</guid>
		<description><![CDATA[Windows 8 Consumer Preview is a pre-release version of Windows 8 that focuses on people and apps and gives you powerful new ways to use social technologies to connect with the people who are important to you. It&#8217;s Windows reimagined. Windows 8 Consumer Preview is built on the rock-solid foundation of Windows 7 and has <a href='http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/48X2Iel-RsT2BwacdrdyxgjNm2U/0/da"><img src="http://feedads.g.doubleclick.net/~a/48X2Iel-RsT2BwacdrdyxgjNm2U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/48X2Iel-RsT2BwacdrdyxgjNm2U/1/da"><img src="http://feedads.g.doubleclick.net/~a/48X2Iel-RsT2BwacdrdyxgjNm2U/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fwindows-8-consumer-preview-screenshots.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fwindows-8-consumer-preview-screenshots.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Windows 8 Consumer Preview is a pre-release version of Windows 8 that focuses on people and apps and gives you powerful new ways to use social technologies to connect with the people who are important to you. It&#8217;s Windows reimagined. Windows 8 Consumer Preview is built on the rock-solid foundation of Windows 7 and has the security and reliability features you expect from Windows, but we’ve made it even better. It’s fast, and it’s made to work on a variety of form factors—especially the new generation of touch devices.<br />
<span id="more-3124"></span><br />
Here’s your chance to be one of the first to try it out. We&#8217;ll be using information from preview users to make the final product even better.</p>
<blockquote><p><strong>Windows 8 Consumer Preview installation and desktop screenshot</strong></p></blockquote>
<p>
<div class="ngg-galleryoverview" id="ngg-gallery-17-3124">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-604" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_53" href="http://www.debianadmin.com/wp-content/gallery/win8/0.png" title=" "   onclick="return hs.expand(this)">
								<img title=" " alt=" " src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_0.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-605" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_54" href="http://www.debianadmin.com/wp-content/gallery/win8/1.png" title=" "   onclick="return hs.expand(this)">
								<img title="1" alt="1" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_1.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-616" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_55" href="http://www.debianadmin.com/wp-content/gallery/win8/2.png" title=" "   onclick="return hs.expand(this)">
								<img title="2" alt="2" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_2.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-620" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_56" href="http://www.debianadmin.com/wp-content/gallery/win8/3.png" title=" "   onclick="return hs.expand(this)">
								<img title="3" alt="3" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_3.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-621" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_57" href="http://www.debianadmin.com/wp-content/gallery/win8/4.png" title=" "   onclick="return hs.expand(this)">
								<img title="4" alt="4" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_4.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-622" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_58" href="http://www.debianadmin.com/wp-content/gallery/win8/5.png" title=" "   onclick="return hs.expand(this)">
								<img title="5" alt="5" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_5.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-623" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_59" href="http://www.debianadmin.com/wp-content/gallery/win8/6.png" title=" "   onclick="return hs.expand(this)">
								<img title="6" alt="6" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_6.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-624" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_60" href="http://www.debianadmin.com/wp-content/gallery/win8/7.png" title=" "   onclick="return hs.expand(this)">
								<img title="7" alt="7" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_7.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-625" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_61" href="http://www.debianadmin.com/wp-content/gallery/win8/8.png" title=" "   onclick="return hs.expand(this)">
								<img title="8" alt="8" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_8.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-626" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_62" href="http://www.debianadmin.com/wp-content/gallery/win8/9.png" title=" "   onclick="return hs.expand(this)">
								<img title="9" alt="9" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_9.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-606" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_63" href="http://www.debianadmin.com/wp-content/gallery/win8/10.png" title=" "   onclick="return hs.expand(this)">
								<img title="10" alt="10" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_10.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-607" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_64" href="http://www.debianadmin.com/wp-content/gallery/win8/11.png" title=" "   onclick="return hs.expand(this)">
								<img title="11" alt="11" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_11.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-608" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_65" href="http://www.debianadmin.com/wp-content/gallery/win8/12.png" title=" "   onclick="return hs.expand(this)">
								<img title="12" alt="12" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_12.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-609" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_66" href="http://www.debianadmin.com/wp-content/gallery/win8/13.png" title=" "   onclick="return hs.expand(this)">
								<img title="13" alt="13" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_13.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-610" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_67" href="http://www.debianadmin.com/wp-content/gallery/win8/14.png" title=" "   onclick="return hs.expand(this)">
								<img title="14" alt="14" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_14.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-611" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_68" href="http://www.debianadmin.com/wp-content/gallery/win8/15.png" title=" "   onclick="return hs.expand(this)">
								<img title="15" alt="15" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_15.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-612" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_69" href="http://www.debianadmin.com/wp-content/gallery/win8/16.png" title=" "   onclick="return hs.expand(this)">
								<img title="16" alt="16" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_16.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-613" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_70" href="http://www.debianadmin.com/wp-content/gallery/win8/17.png" title=" "   onclick="return hs.expand(this)">
								<img title="17" alt="17" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_17.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-614" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_71" href="http://www.debianadmin.com/wp-content/gallery/win8/18.png" title=" "   onclick="return hs.expand(this)">
								<img title="18" alt="18" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_18.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-615" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_72" href="http://www.debianadmin.com/wp-content/gallery/win8/19.png" title=" "   onclick="return hs.expand(this)">
								<img title="19" alt="19" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_19.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-617" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_73" href="http://www.debianadmin.com/wp-content/gallery/win8/20.png" title=" "   onclick="return hs.expand(this)">
								<img title="20" alt="20" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_20.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-618" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_74" href="http://www.debianadmin.com/wp-content/gallery/win8/21.png" title=" "   onclick="return hs.expand(this)">
								<img title="21" alt="21" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_21.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-619" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_75" href="http://www.debianadmin.com/wp-content/gallery/win8/22.png" title=" "   onclick="return hs.expand(this)">
								<img title="22" alt="22" src="http://www.debianadmin.com/wp-content/gallery/win8/thumbs/thumbs_22.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

<br />
<!--adsense#new--></p>
<p>You can download windows consumer preview from <a href="http://windows.microsoft.com/en-GB/windows-8/iso" target="_blank">here</a> </p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/mount-your-widows-partitions-and-make-it-readwritable-in-ubuntu.html" title="Permanent link to Mount your widows Partitions and make it read/writable in ubuntu">Mount your widows Partitions and make it read/writable in ubuntu</a>  </li>
<li> <a href="http://www.debianadmin.com/install-vlc-media-player-in-ubuntu.html" title="Permanent link to Install VLC Media Player in Ubuntu">Install VLC Media Player in Ubuntu</a>  </li>
<li> <a href="http://www.debianadmin.com/install-microsoft-corewindows-truetypeubuntu-titlemacintosh-fonts-in-ubuntu.html" title="Permanent link to Install Microsoft Core,Windows Truetype,Ubuntu Title,Macintosh Fonts in Ubuntu">Install Microsoft Core,Windows Truetype,Ubuntu Title,Macintosh Fonts in Ubuntu</a>  </li>
<li> <a href="http://www.debianadmin.com/how-to-play-sexy-beach-3-on-debian-linux.html" title="Permanent link to How to play Sexy Beach 3 on Debian Linux!">How to play Sexy Beach 3 on Debian Linux!</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-enlightenmentdr17-or-e17-window-manager-screenshots-tour.html" title="Permanent link to Ubuntu Enlightenment(DR17 or E17) Window Manager Screenshots Tour">Ubuntu Enlightenment(DR17 or E17) Window Manager Screenshots Tour</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html" title="windows 8 consumer preview screenshot">windows 8 consumer preview screenshot</a> (6)</li><li><a href="http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html" title="windows 8 setup screenshots">windows 8 setup screenshots</a> (1)</li><li><a href="http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html" title="windows 8 consumer priewiew screenshots">windows 8 consumer priewiew screenshots</a> (1)</li><li><a href="http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html" title="windows 8 consumer priewiew download">windows 8 consumer priewiew download</a> (1)</li><li><a href="http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html" title="windows 8 consumer preview screenshots">windows 8 consumer preview screenshots</a> (1)</li><li><a href="http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html" title="free windows 8 installation screenshots">free windows 8 installation screenshots</a> (1)</li><li><a href="http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html" title="windows 8 consumer preview installation screenshots">windows 8 consumer preview installation screenshots</a> (1)</li><li><a href="http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html" title="windows 8 consumer preview">windows 8 consumer preview</a> (1)</li><li><a href="http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html" title="win 8 cp and debian">win 8 cp and debian</a> (1)</li><li><a href="http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html" title="install windows 8 consumer preview ubuntu">install windows 8 consumer preview ubuntu</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fwindows-8-consumer-preview-screenshots.html&amp;title=Windows%208%20Consumer%20Preview%20Screenshots" id="wpa2a_22"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=sgopk7u3XMg:Ssoj_TtzYtc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=sgopk7u3XMg:Ssoj_TtzYtc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=sgopk7u3XMg:Ssoj_TtzYtc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=sgopk7u3XMg:Ssoj_TtzYtc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=sgopk7u3XMg:Ssoj_TtzYtc:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=sgopk7u3XMg:Ssoj_TtzYtc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=sgopk7u3XMg:Ssoj_TtzYtc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=sgopk7u3XMg:Ssoj_TtzYtc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/windows-8-consumer-preview-screenshots.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery</title>
		<link>http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html</link>
		<comments>http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html#comments</comments>
		<pubDate>Wed, 04 Apr 2012 00:24:52 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Other Linux]]></category>
		<category><![CDATA[lubuntu 12 screenshots]]></category>
		<category><![CDATA[Lubuntu 12.04 screenshots]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3098</guid>
		<description><![CDATA[The Lubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer. The Precise Pangolin Beta 2 release of lubuntu 12.04 gives a preview of the next version of Lubuntu. This is Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery contains installation and applications screenshots <a href='http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/HLAlosYcCqLTroebs7J5UPjNmWw/0/da"><img src="http://feedads.g.doubleclick.net/~a/HLAlosYcCqLTroebs7J5UPjNmWw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HLAlosYcCqLTroebs7J5UPjNmWw/1/da"><img src="http://feedads.g.doubleclick.net/~a/HLAlosYcCqLTroebs7J5UPjNmWw/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Flubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Flubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The Lubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer. The Precise Pangolin Beta 2 release of lubuntu 12.04 gives a preview of the next version of Lubuntu.<br />
<span id="more-3098"></span><br />
This is Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery contains installation and applications screenshots<br />
<strong><br />
Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery</strong></p>
<p>
<div class="ngg-galleryoverview" id="ngg-gallery-16-3098">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-563" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_76" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/1.png" title=" "   onclick="return hs.expand(this)">
								<img title="1" alt="1" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_1.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-574" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_77" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/2.png" title=" "   onclick="return hs.expand(this)">
								<img title="2" alt="2" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_2.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-585" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_78" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/3.png" title=" "   onclick="return hs.expand(this)">
								<img title="3" alt="3" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_3.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-596" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_79" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/4.png" title=" "   onclick="return hs.expand(this)">
								<img title="4" alt="4" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_4.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-599" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_80" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/5.png" title=" "   onclick="return hs.expand(this)">
								<img title="5" alt="5" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_5.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-600" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_81" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/6.png" title=" "   onclick="return hs.expand(this)">
								<img title="6" alt="6" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_6.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-601" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_82" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/7.png" title=" "   onclick="return hs.expand(this)">
								<img title="7" alt="7" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_7.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-602" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_83" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/8.png" title=" "   onclick="return hs.expand(this)">
								<img title="8" alt="8" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_8.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-564" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_84" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/10.png" title=" "   onclick="return hs.expand(this)">
								<img title="10" alt="10" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_10.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-603" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_85" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/9.png" title=" "   onclick="return hs.expand(this)">
								<img title="9" alt="9" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_9.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-565" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_86" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/11.png" title=" "   onclick="return hs.expand(this)">
								<img title="11" alt="11" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_11.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-566" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_87" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/12.png" title=" "   onclick="return hs.expand(this)">
								<img title="12" alt="12" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_12.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-567" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_88" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/13.png" title=" "   onclick="return hs.expand(this)">
								<img title="13" alt="13" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_13.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-568" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_89" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/14.png" title=" "   onclick="return hs.expand(this)">
								<img title="14" alt="14" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_14.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-569" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_90" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/15.png" title=" "   onclick="return hs.expand(this)">
								<img title="15" alt="15" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_15.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-570" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_91" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/16.png" title=" "   onclick="return hs.expand(this)">
								<img title="16" alt="16" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_16.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-571" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_92" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/17.png" title=" "   onclick="return hs.expand(this)">
								<img title="17" alt="17" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_17.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-572" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_93" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/18.png" title=" "   onclick="return hs.expand(this)">
								<img title="18" alt="18" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_18.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-573" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_94" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/19.png" title=" "   onclick="return hs.expand(this)">
								<img title="19" alt="19" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_19.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-575" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_95" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/20.png" title=" "   onclick="return hs.expand(this)">
								<img title="20" alt="20" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_20.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-576" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_96" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/21.png" title=" "   onclick="return hs.expand(this)">
								<img title="21" alt="21" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_21.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-577" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_97" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/22.png" title=" "   onclick="return hs.expand(this)">
								<img title="22" alt="22" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_22.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-578" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_98" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/23.png" title=" "   onclick="return hs.expand(this)">
								<img title="23" alt="23" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_23.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-579" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_99" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/24.png" title=" "   onclick="return hs.expand(this)">
								<img title="24" alt="24" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_24.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-580" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_100" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/25.png" title=" "   onclick="return hs.expand(this)">
								<img title="25" alt="25" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_25.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-581" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_101" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/26.png" title=" "   onclick="return hs.expand(this)">
								<img title="26" alt="26" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_26.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-582" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_102" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/27.png" title=" "   onclick="return hs.expand(this)">
								<img title="27" alt="27" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_27.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-583" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_103" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/28.png" title=" "   onclick="return hs.expand(this)">
								<img title="28" alt="28" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_28.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-584" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_104" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/29.png" title=" "   onclick="return hs.expand(this)">
								<img title="29" alt="29" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_29.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-586" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_105" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/30.png" title=" "   onclick="return hs.expand(this)">
								<img title="30" alt="30" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_30.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-587" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_106" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/31.png" title=" "   onclick="return hs.expand(this)">
								<img title="31" alt="31" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_31.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-588" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_107" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/32.png" title=" "   onclick="return hs.expand(this)">
								<img title="32" alt="32" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_32.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-589" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_108" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/33.png" title=" "   onclick="return hs.expand(this)">
								<img title="33" alt="33" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_33.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-590" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_109" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/34.png" title=" "   onclick="return hs.expand(this)">
								<img title="34" alt="34" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_34.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-591" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_110" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/35.png" title=" "   onclick="return hs.expand(this)">
								<img title="35" alt="35" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_35.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-592" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_111" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/36.png" title=" "   onclick="return hs.expand(this)">
								<img title="36" alt="36" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_36.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-593" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_112" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/37.png" title=" "   onclick="return hs.expand(this)">
								<img title="37" alt="37" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_37.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-594" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_113" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/38.png" title=" "   onclick="return hs.expand(this)">
								<img title="38" alt="38" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_38.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-595" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_114" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/39.png" title=" "   onclick="return hs.expand(this)">
								<img title="39" alt="39" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_39.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-597" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_115" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/40.png" title=" "   onclick="return hs.expand(this)">
								<img title="40" alt="40" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_40.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-598" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_116" href="http://www.debianadmin.com/wp-content/gallery/lubuntu12/41.png" title=" "   onclick="return hs.expand(this)">
								<img title="41" alt="41" src="http://www.debianadmin.com/wp-content/gallery/lubuntu12/thumbs/thumbs_41.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

<br />
<!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="Permanent link to Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery">Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-10-10-maverick-meerkat-beta-screenshots-gallery.html" title="Permanent link to Ubuntu 10.10 (Maverick Meerkat) Beta Screenshots Gallery">Ubuntu 10.10 (Maverick Meerkat) Beta Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="Permanent link to Ubuntu 12.04 (Precise Pangolin) LTS Beta Screenshots Gallery">Ubuntu 12.04 (Precise Pangolin) LTS Beta Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/lubuntu-11-04-natty-installation-video.html" title="Permanent link to Lubuntu 11.04 (Natty) installation video">Lubuntu 11.04 (Natty) installation video</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-10-04-lucid-beta-1-screenshots-gallery.html" title="Permanent link to Ubuntu 10.04 (Lucid Lynx) Beta 1 Screenshots Gallery">Ubuntu 10.04 (Lucid Lynx) Beta 1 Screenshots Gallery</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="lubuntu 12 04 screenshots">lubuntu 12 04 screenshots</a> (42)</li><li><a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="lubuntu 12">lubuntu 12</a> (39)</li><li><a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="lubuntu screenshots">lubuntu screenshots</a> (28)</li><li><a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="lubuntu 12 screenshots">lubuntu 12 screenshots</a> (16)</li><li><a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="lubuntu 12 04">lubuntu 12 04</a> (14)</li><li><a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="lubuntu screen shots">lubuntu screen shots</a> (8)</li><li><a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="lubuntu mate">lubuntu mate</a> (7)</li><li><a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="lubuntu">lubuntu</a> (6)</li><li><a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="lubuntu12 04">lubuntu12 04</a> (6)</li><li><a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="lubuntu screenshots 12 04">lubuntu screenshots 12 04</a> (3)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Flubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html&amp;title=Lubuntu%2012.04%20%28Precise%20Pangolin%29%20Beta%202%20Screenshots%20Gallery" id="wpa2a_24"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=WiiF2_5o_0U:OCfOUluz21s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=WiiF2_5o_0U:OCfOUluz21s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=WiiF2_5o_0U:OCfOUluz21s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=WiiF2_5o_0U:OCfOUluz21s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=WiiF2_5o_0U:OCfOUluz21s:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=WiiF2_5o_0U:OCfOUluz21s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=WiiF2_5o_0U:OCfOUluz21s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=WiiF2_5o_0U:OCfOUluz21s:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery</title>
		<link>http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html</link>
		<comments>http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html#comments</comments>
		<pubDate>Mon, 02 Apr 2012 00:36:12 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Other Linux]]></category>
		<category><![CDATA[kubuntu 12.04 screenshots]]></category>
		<category><![CDATA[kubuntu 12.04 screenshots gallery]]></category>
		<category><![CDATA[kubuntu Precise screenshots gallery]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3093</guid>
		<description><![CDATA[The Kubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer. The Precise Pangolin Beta 2 release of Kubuntu 12.04 gives a preview of the next LTS version of Ubuntu. This is Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery contains installation and <a href='http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/-3d2NFxQofYIvd2QysyJJAhpSpk/0/da"><img src="http://feedads.g.doubleclick.net/~a/-3d2NFxQofYIvd2QysyJJAhpSpk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-3d2NFxQofYIvd2QysyJJAhpSpk/1/da"><img src="http://feedads.g.doubleclick.net/~a/-3d2NFxQofYIvd2QysyJJAhpSpk/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fkubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fkubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The Kubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer. The Precise Pangolin Beta 2 release of Kubuntu 12.04 gives a preview of the next LTS version of Ubuntu.<br />
<span id="more-3093"></span><br />
This is Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery contains installation and applications screenshots</p>
<p><strong>Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery</strong></p>
<p>
<div class="ngg-galleryoverview" id="ngg-gallery-15-3093">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-523" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_117" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/1.png" title=" "   onclick="return hs.expand(this)">
								<img title="1" alt="1" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_1.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-534" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_118" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/2.png" title=" "   onclick="return hs.expand(this)">
								<img title="2" alt="2" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_2.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-545" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_119" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/3.png" title=" "   onclick="return hs.expand(this)">
								<img title="3" alt="3" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_3.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-556" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_120" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/4.png" title=" "   onclick="return hs.expand(this)">
								<img title="4" alt="4" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_4.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-558" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_121" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/5.png" title=" "   onclick="return hs.expand(this)">
								<img title="5" alt="5" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_5.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-559" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_122" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/6.png" title=" "   onclick="return hs.expand(this)">
								<img title="6" alt="6" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_6.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-560" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_123" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/7.png" title=" "   onclick="return hs.expand(this)">
								<img title="7" alt="7" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_7.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-561" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_124" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/8.png" title=" "   onclick="return hs.expand(this)">
								<img title="8" alt="8" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_8.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-562" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_125" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/9.png" title=" "   onclick="return hs.expand(this)">
								<img title="9" alt="9" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_9.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-524" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_126" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/10.png" title=" "   onclick="return hs.expand(this)">
								<img title="10" alt="10" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_10.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-525" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_127" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/11.png" title=" "   onclick="return hs.expand(this)">
								<img title="11" alt="11" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_11.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-526" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_128" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/12.png" title=" "   onclick="return hs.expand(this)">
								<img title="12" alt="12" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_12.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-527" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_129" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/13.png" title=" "   onclick="return hs.expand(this)">
								<img title="13" alt="13" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_13.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-528" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_130" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/14.png" title=" "   onclick="return hs.expand(this)">
								<img title="14" alt="14" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_14.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-529" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_131" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/15.png" title=" "   onclick="return hs.expand(this)">
								<img title="15" alt="15" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_15.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-530" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_132" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/16.png" title=" "   onclick="return hs.expand(this)">
								<img title="16" alt="16" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_16.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-531" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_133" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/17.png" title=" "   onclick="return hs.expand(this)">
								<img title="17" alt="17" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_17.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-532" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_134" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/18.png" title=" "   onclick="return hs.expand(this)">
								<img title="18" alt="18" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_18.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-533" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_135" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/19.png" title=" "   onclick="return hs.expand(this)">
								<img title="19" alt="19" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_19.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-535" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_136" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/20.png" title=" "   onclick="return hs.expand(this)">
								<img title="20" alt="20" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_20.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-536" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_137" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/21.png" title=" "   onclick="return hs.expand(this)">
								<img title="21" alt="21" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_21.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-537" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_138" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/22.png" title=" "   onclick="return hs.expand(this)">
								<img title="22" alt="22" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_22.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-538" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_139" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/23.png" title=" "   onclick="return hs.expand(this)">
								<img title="23" alt="23" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_23.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-539" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_140" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/24.png" title=" "   onclick="return hs.expand(this)">
								<img title="24" alt="24" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_24.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-540" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_141" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/25.png" title=" "   onclick="return hs.expand(this)">
								<img title="25" alt="25" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_25.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-541" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_142" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/26.png" title=" "   onclick="return hs.expand(this)">
								<img title="26" alt="26" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_26.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-542" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_143" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/27.png" title=" "   onclick="return hs.expand(this)">
								<img title="27" alt="27" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_27.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-543" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_144" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/28.png" title=" "   onclick="return hs.expand(this)">
								<img title="28" alt="28" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_28.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-544" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_145" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/29.png" title=" "   onclick="return hs.expand(this)">
								<img title="29" alt="29" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_29.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-546" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_146" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/30.png" title=" "   onclick="return hs.expand(this)">
								<img title="30" alt="30" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_30.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-547" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_147" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/31.png" title=" "   onclick="return hs.expand(this)">
								<img title="31" alt="31" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_31.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-548" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_148" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/32.png" title=" "   onclick="return hs.expand(this)">
								<img title="32" alt="32" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_32.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-549" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_149" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/33.png" title=" "   onclick="return hs.expand(this)">
								<img title="33" alt="33" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_33.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-550" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_150" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/34.png" title=" "   onclick="return hs.expand(this)">
								<img title="34" alt="34" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_34.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-551" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_151" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/35.png" title=" "   onclick="return hs.expand(this)">
								<img title="35" alt="35" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_35.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-552" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_152" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/36.png" title=" "   onclick="return hs.expand(this)">
								<img title="36" alt="36" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_36.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-553" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_153" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/37.png" title=" "   onclick="return hs.expand(this)">
								<img title="37" alt="37" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_37.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-554" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_154" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/38.png" title=" "   onclick="return hs.expand(this)">
								<img title="38" alt="38" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_38.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-555" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_155" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/39.png" title=" "   onclick="return hs.expand(this)">
								<img title="39" alt="39" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_39.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-557" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_156" href="http://www.debianadmin.com/wp-content/gallery/kubuntu12/40.png" title=" "   onclick="return hs.expand(this)">
								<img title="40" alt="40" src="http://www.debianadmin.com/wp-content/gallery/kubuntu12/thumbs/thumbs_40.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

<br />
<!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="Permanent link to Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery">Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-10-10-maverick-meerkat-beta-screenshots-gallery.html" title="Permanent link to Ubuntu 10.10 (Maverick Meerkat) Beta Screenshots Gallery">Ubuntu 10.10 (Maverick Meerkat) Beta Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="Permanent link to Ubuntu 12.04 (Precise Pangolin) LTS Beta Screenshots Gallery">Ubuntu 12.04 (Precise Pangolin) LTS Beta Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/kubuntu-10-10-maverick-meerkat-beta-screenshots-gallery.html" title="Permanent link to Kubuntu 10.10 (Maverick Meerkat) Beta Screenshots Gallery">Kubuntu 10.10 (Maverick Meerkat) Beta Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-10-04-lucid-beta-1-screenshots-gallery.html" title="Permanent link to Ubuntu 10.04 (Lucid Lynx) Beta 1 Screenshots Gallery">Ubuntu 10.04 (Lucid Lynx) Beta 1 Screenshots Gallery</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="kubuntu 12 04">kubuntu 12 04</a> (50)</li><li><a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="kubuntu 12 04 screenshots">kubuntu 12 04 screenshots</a> (32)</li><li><a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="kubuntu 12 screenshots">kubuntu 12 screenshots</a> (9)</li><li><a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="kubuntu screenshots">kubuntu screenshots</a> (5)</li><li><a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="kubuntu 12 04 lts">kubuntu 12 04 lts</a> (4)</li><li><a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="Ubuntu/Kubuntu 12 04 Precise Pangolin po polsku">Ubuntu/Kubuntu 12 04 Precise Pangolin po polsku</a> (4)</li><li><a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="precise pangolin">precise pangolin</a> (3)</li><li><a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="kubuntu gallery">kubuntu gallery</a> (3)</li><li><a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="kubuntu precise pangolin">kubuntu precise pangolin</a> (3)</li><li><a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="kubuntu12 04">kubuntu12 04</a> (3)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fkubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html&amp;title=Kubuntu%2012.04%20%28Precise%20Pangolin%29%20LTS%20Beta%202%20Screenshots%20Gallery" id="wpa2a_26"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=FNTT6b0jP2Y:yRYdBJ6ag-o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=FNTT6b0jP2Y:yRYdBJ6ag-o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=FNTT6b0jP2Y:yRYdBJ6ag-o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=FNTT6b0jP2Y:yRYdBJ6ag-o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=FNTT6b0jP2Y:yRYdBJ6ag-o:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=FNTT6b0jP2Y:yRYdBJ6ag-o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=FNTT6b0jP2Y:yRYdBJ6ag-o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=FNTT6b0jP2Y:yRYdBJ6ag-o:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup FTP load balancing in bigip version 10.x.x</title>
		<link>http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html</link>
		<comments>http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html#comments</comments>
		<pubDate>Fri, 30 Mar 2012 16:16:09 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[How to setup FTP load balancing in bigip version 10.x.x]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=3088</guid>
		<description><![CDATA[You can set up the BIG-IP® system to load balance passive mode FTP traffic. To do this, you perform the following tasks: Create a custom FTP health monitor. Create a pool for load balancing FTP traffic. Create a virtual server for processing FTP traffic. When you create the virtual server, you can configure it to <a href='http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/rmoUm5Mhv0ZAZ9qIMqQNpkKVcVQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/rmoUm5Mhv0ZAZ9qIMqQNpkKVcVQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rmoUm5Mhv0ZAZ9qIMqQNpkKVcVQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/rmoUm5Mhv0ZAZ9qIMqQNpkKVcVQ/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><!--adsense-->You can set up the BIG-IP® system to load balance passive mode FTP traffic. To do this, you perform the following tasks:</p>
<p>Create a custom FTP health monitor.</p>
<p>Create a pool for load balancing FTP traffic.</p>
<p>Create a virtual server for processing FTP traffic.</p>
<p><span id="more-3088"></span>When you create the virtual server, you can configure it to use the default FTP profile. An FTP profile determines the way that the BIG-IP system processes FTP traffic.<br />
This chapter describes how to create the objects listed above, using the default FTP profile.</p>
<p><strong>Creating a custom FTP monitor</strong></p>
<p>You can create a custom FTP monitor to monitor files on your FTP server.<br />
To create a custom FTP monitor</p>
<p>1.On the Main tab of the navigation pane, expand Local Traffic, and click Monitors.This displays a list of existing health and performance monitors.</p>
<p>2.On the upper-right corner of the screen, click Create.This opens the New Monitor screen.</p>
<p>3.In the Name box, type a name for the custom monitor, such as my_ftp_monitor.</p>
<p>4.From the Type list, select FTP.This displays additional FTP monitor settings.</p>
<p>5.In the User Name box, type the logon name for the FTP server.</p>
<p>6.In the Password box, type the password for the logon name.</p>
<p>7.In the Path/Filename box, type the path and name for the file you want to monitor.</p>
<p>8.Verify that the Mode setting is set to Passive.</p>
<p>9.For all other settings, retain the default values.</p>
<p>10.Click Finished.</p>
<p>After you have created a custom FTP monitor, you can create a load balancing pool for your FTP traffic.</p>
<p><strong>Creating a pool</strong></p>
<p>To load balance passive mode FTP traffic, you create a load balancing pool. When you create the pool, you assign the custom FTP monitor that you created in the previous task.After creating the pool, you assign it to the virtual server that you create.</p>
<p>To create a pool for load balancing FTP traffic</p>
<p>1.On the Main tab of the navigation pane, expand Local Traffic, and click Pools.The Pools screen opens.</p>
<p>2.In the upper-right corner of the screen, click Create.</p>
<p>The New Pool screen opens.</p>
<p>Note: If the Create button is unavailable, this indicates that your user role does not grant you permission to create a pool.</p>
<p>3.In the Name box, type a name for the pool, such as ftp_pool.</p>
<p>4.For the Health Monitors setting, from the Available box select the name of the custom FTP monitor, such as my_ftp_monitor, and click the Move button (&lt;&lt;) to move the monitor name to the Active box.</p>
<p>5.Ensure that Priority Group Activation is set to Disabled.</p>
<p>6.For the New Members setting, add the pool members:</p>
<p>a)Click the New Address option.<br />
b)In the Address box, type the IP address of a server in the pool.<br />
c)From the Service Port list, select FTP.<br />
d)Click Add.<br />
e)Repeat steps b, c, and d for each server in the pool.</p>
<p>7.Click Finished.</p>
<p><strong>Creating a virtual server</strong></p>
<p>The next task in a basic configuration is to define a virtual server that references the FTP profile and the FTP pool.</p>
<p>To create a virtual server for FTP traffic</p>
<p>1.On the Main tab of the navigation pane, expand Local Traffic, and click Virtual Servers.The Virtual Servers screen opens.</p>
<p>2.In the upper-right corner of the screen, click Create.The New Virtual Server screen opens.</p>
<p>Note: If the Create button is unavailable, this indicates that your user role does not grant you permission to create a virtual server.</p>
<p>3.In the Name box, type a name for the virtual server, such as vs_ftp.</p>
<p>4.In the Destination box, verify that the type of virtual server is Host, and in the Address box, type an IP address for the virtual server.</p>
<p>5.From the Service Port list, select FTP.</p>
<p>6.From the FTP Profile list, select ftp.</p>
<p>This assigns the default FTP profile to the virtual server.</p>
<p>7.In the Resources area of the screen, locate the Default Pool setting and select the name of the FTP pool you created in the previous task (for example, ftp_pool).</p>
<p>8.From the Default Persistence Profile setting, select source_addr.</p>
<p>This implements simple persistence, using the default source address affinity profile.</p>
<p>9.Click Finished.<br />
<!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/load-balancing-http-traffic-with-cookie-persistence-in-f5-bigip.html" title="Permanent link to Load Balancing HTTP Traffic with Cookie Persistence in F5 BIGIP">Load Balancing HTTP Traffic with Cookie Persistence in F5 BIGIP</a>  </li>
<li> <a href="http://www.debianadmin.com/keeping-your-system-clock-current-automatically-via-network-time-protocol-ntp.html" title="Permanent link to Keeping your System clock current, automatically via Network Time Protocol (NTP)">Keeping your System clock current, automatically via Network Time Protocol (NTP)</a>  </li>
<li> <a href="http://www.debianadmin.com/how-to-configure-cisco-span-ports.html" title="Permanent link to How to configure Cisco SPAN Ports">How to configure Cisco SPAN Ports</a>  </li>
<li> <a href="http://www.debianadmin.com/ntp-server-and-client-configuration-in-debian.html" title="Permanent link to NTP Server and Client Configuration in debian">NTP Server and Client Configuration in debian</a>  </li>
<li> <a href="http://www.debianadmin.com/create-virtual-machines-using-virtualbox-in-debian.html" title="Permanent link to Create virtual Machines Using Virtualbox in Debian">Create virtual Machines Using Virtualbox in Debian</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html" title="BIG-IP FTP">BIG-IP FTP</a> (3)</li><li><a href="http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html" title="load balancing how to">load balancing how to</a> (2)</li><li><a href="http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html" title="a tool for processing frp profile">a tool for processing frp profile</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html" title="ftp pool">ftp pool</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html" title="how to create a load balancer in bigip">how to create a load balancer in bigip</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html" title="juniper nsm 기본 password">juniper nsm 기본 password</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html" title="load balancing ftp servers in linux">load balancing ftp servers in linux</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html" title="New BIG-IP password:">New BIG-IP password:</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html" title="nsm 2011 1 3 servers">nsm 2011 1 3 servers</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html" title="ftp load balancer">ftp load balancer</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html&amp;title=How%20to%20setup%20FTP%20load%20balancing%20in%20bigip%20version%2010.x.x" id="wpa2a_28"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=YyztVftHkAw:qz8BT9_aSbs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=YyztVftHkAw:qz8BT9_aSbs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=YyztVftHkAw:qz8BT9_aSbs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=YyztVftHkAw:qz8BT9_aSbs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=YyztVftHkAw:qz8BT9_aSbs:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=YyztVftHkAw:qz8BT9_aSbs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=YyztVftHkAw:qz8BT9_aSbs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=YyztVftHkAw:qz8BT9_aSbs:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/how-to-setup-ftp-load-balancing-in-bigip-version-10-x-x.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juniper NSM Compatibility Matrix for Juneos/Screenos/IDP series</title>
		<link>http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html</link>
		<comments>http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html#comments</comments>
		<pubDate>Thu, 15 Mar 2012 00:12:40 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Juniper NSM Compatibility Matrix for Juneos/Screenos/IDP series]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=2528</guid>
		<description><![CDATA[This tutorial is a reference to understand which devices and versions can be managed by the latest NSM versions. The table below is only for general NSM compatability information. Related content: How to fix NSM 2011.1 S2 administration page not showing NSM configuration Debian Sources List Generator Submin - Subversion Web Administration Howto clear DNS <a href='http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/jpLmrEZs3jUx1lt-ZMYYGMh-yfw/0/da"><img src="http://feedads.g.doubleclick.net/~a/jpLmrEZs3jUx1lt-ZMYYGMh-yfw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jpLmrEZs3jUx1lt-ZMYYGMh-yfw/1/da"><img src="http://feedads.g.doubleclick.net/~a/jpLmrEZs3jUx1lt-ZMYYGMh-yfw/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fjuniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fjuniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><!--adsense#new-->This tutorial is a reference to understand which devices and versions can be managed by the latest NSM versions.</p>
<p><span id="more-2528"></span></p>
<p>The table below is only for general NSM compatability information.</p>
<p><a class="highslide img_159" href="http://www.debianadmin.com/wp-content/uploads/2012/03/11.png" onclick="return hs.expand(this)"><img src="http://www.debianadmin.com/wp-content/uploads/2012/03/11.png" alt="" title="1" width="685" height="714" class="alignnone size-full wp-image-2529" /></a><br />
<a class="highslide img_160" href="http://www.debianadmin.com/wp-content/uploads/2012/03/21.png" onclick="return hs.expand(this)"><img src="http://www.debianadmin.com/wp-content/uploads/2012/03/21.png" alt="" title="2" width="678" height="712" class="alignnone size-full wp-image-2530" /></a></p>
<p><!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html" title="Permanent link to How to fix NSM 2011.1 S2 administration page not showing NSM configuration">How to fix NSM 2011.1 S2 administration page not showing NSM configuration</a>  </li>
<li> <a href="http://www.debianadmin.com/debian-sources-list-generator.html" title="Permanent link to Debian Sources List Generator">Debian Sources List Generator</a>  </li>
<li> <a href="http://www.debianadmin.com/submin-subversion-web-administration.html" title="Permanent link to Submin - Subversion Web Administration">Submin - Subversion Web Administration</a>  </li>
<li> <a href="http://www.debianadmin.com/howto-clear-dns-cache-in-bluecoat-proxy-server.html" title="Permanent link to Howto clear DNS cache in Bluecoat Proxy Server">Howto clear DNS cache in Bluecoat Proxy Server</a>  </li>
<li> <a href="http://www.debianadmin.com/howto-remove-nsm-configuration-from-a-juniper-firewall.html" title="Permanent link to Howto remove NSM Configuration from a Juniper Firewall">Howto remove NSM Configuration from a Juniper Firewall</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="juniper nsm">juniper nsm</a> (14)</li><li><a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="screenos nsm support matrix">screenos nsm support matrix</a> (3)</li><li><a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="nsm matrix">nsm matrix</a> (2)</li><li><a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="ubuntu 12-2 desk top">ubuntu 12-2 desk top</a> (1)</li><li><a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="ScreenOS">ScreenOS</a> (1)</li><li><a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="Run juniper nsm on ubuntu LTS">Run juniper nsm on ubuntu LTS</a> (1)</li><li><a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="nsm matrix screenos">nsm matrix screenos</a> (1)</li><li><a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="juneos">juneos</a> (1)</li><li><a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="nsm &amp; screenos">nsm &amp; screenos</a> (1)</li><li><a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="junipernsm">junipernsm</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fjuniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html&amp;title=Juniper%20NSM%20Compatibility%20Matrix%20for%20Juneos%2FScreenos%2FIDP%20series" id="wpa2a_30"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=7br1zhpC1UA:L3GDvbJnxcI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=7br1zhpC1UA:L3GDvbJnxcI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=7br1zhpC1UA:L3GDvbJnxcI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=7br1zhpC1UA:L3GDvbJnxcI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=7br1zhpC1UA:L3GDvbJnxcI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=7br1zhpC1UA:L3GDvbJnxcI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=7br1zhpC1UA:L3GDvbJnxcI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=7br1zhpC1UA:L3GDvbJnxcI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix NSM 2011.1 S2 administration page not showing NSM configuration</title>
		<link>http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html</link>
		<comments>http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html#comments</comments>
		<pubDate>Tue, 13 Mar 2012 12:56:43 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[How to fix NSM 2011.1 S2 administration page not showing NSM configuration]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=2520</guid>
		<description><![CDATA[Problem We have installed two Juniper NSM 3000 devices in HA cluster with NSM 2011.1 S2 and everything is working fine.The only problem we have is this NSM configuration is not detected through https://nsmserverip/administartion/   .You can see this in the following screen The reason for this issue is we didn&#8217;t use nsm_setup to install <a href='http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/zTXDnf0q4dzgDckk8WyPvtl0mec/0/da"><img src="http://feedads.g.doubleclick.net/~a/zTXDnf0q4dzgDckk8WyPvtl0mec/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zTXDnf0q4dzgDckk8WyPvtl0mec/1/da"><img src="http://feedads.g.doubleclick.net/~a/zTXDnf0q4dzgDckk8WyPvtl0mec/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><!--adsense#new--><strong>Problem</strong></p>
<p>We have installed two Juniper NSM 3000 devices in HA cluster with NSM 2011.1 S2 and everything is working fine.The only problem we have is this NSM configuration is not detected through https://nsmserverip/administartion/   .You can see this in the following screen<br />
<span id="more-2520"></span></p>
<p><a class="highslide img_163" href="http://www.debianadmin.com/wp-content/uploads/2012/03/1.png" onclick="return hs.expand(this)"><img class="alignnone size-medium wp-image-2522" title="1" src="http://www.debianadmin.com/wp-content/uploads/2012/03/1-300x142.png" alt="" width="300" height="142" /></a></p>
<p>The reason for this issue is we didn&#8217;t use nsm_setup to install NSM central manager or regional server.</p>
<p><strong>Solution</strong></p>
<p>Run the following command from your terminal after logging in as root</p>
<blockquote><p>#vi /usr/share/nsm-install-scripts/.mode</p></blockquote>
<p>Change from</p>
<blockquote><p>RS-unconfig</p></blockquote>
<p>to</p>
<blockquote><p>RS</p></blockquote>
<p>Save and exit the file.</p>
<p>Now you need to close your administration page and relogin in to administration page now you should see similar to the following screen marked with red</p>
<p><a class="highslide img_164" href="http://www.debianadmin.com/wp-content/uploads/2012/03/2.png" target="_blank" onclick="return hs.expand(this)"><img class="alignnone size-medium wp-image-2523" title="2" src="http://www.debianadmin.com/wp-content/uploads/2012/03/2-300x151.png" alt="" width="300" height="151" /></a><br />
<!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/juniper-nsm-compatibility-matrix-for-juneosscreenosidp-series.html" title="Permanent link to Juniper NSM Compatibility Matrix for Juneos/Screenos/IDP series">Juniper NSM Compatibility Matrix for Juneos/Screenos/IDP series</a>  </li>
<li> <a href="http://www.debianadmin.com/submin-subversion-web-administration.html" title="Permanent link to Submin - Subversion Web Administration">Submin - Subversion Web Administration</a>  </li>
<li> <a href="http://www.debianadmin.com/howto-remove-nsm-configuration-from-a-juniper-firewall.html" title="Permanent link to Howto remove NSM Configuration from a Juniper Firewall">Howto remove NSM Configuration from a Juniper Firewall</a>  </li>
<li> <a href="http://www.debianadmin.com/debian-sources-list-generator.html" title="Permanent link to Debian Sources List Generator">Debian Sources List Generator</a>  </li>
<li> <a href="http://www.debianadmin.com/howto-clear-dns-cache-in-bluecoat-proxy-server.html" title="Permanent link to Howto clear DNS cache in Bluecoat Proxy Server">Howto clear DNS cache in Bluecoat Proxy Server</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html" title="NSM Administration page not opening">NSM Administration page not opening</a> (5)</li><li><a href="http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html" title="installing NSM on Debian">installing NSM on Debian</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html" title="nsm admin web page">nsm admin web page</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html" title="nsm central manager torrent">nsm central manager torrent</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html" title="nsm no administration web page">nsm no administration web page</a> (1)</li><li><a href="http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html" title="nsm_setup">nsm_setup</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fhow-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html&amp;title=How%20to%20fix%20NSM%202011.1%20S2%20administration%20page%20not%20showing%20NSM%20configuration" id="wpa2a_32"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JDYcBRUe-MQ:mGuKXSi4ZdM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JDYcBRUe-MQ:mGuKXSi4ZdM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=JDYcBRUe-MQ:mGuKXSi4ZdM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JDYcBRUe-MQ:mGuKXSi4ZdM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JDYcBRUe-MQ:mGuKXSi4ZdM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JDYcBRUe-MQ:mGuKXSi4ZdM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=JDYcBRUe-MQ:mGuKXSi4ZdM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=JDYcBRUe-MQ:mGuKXSi4ZdM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/how-to-fix-nsm-2011-1-s2-administration-page-not-showing-nsm-configuration.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 12.04 (Precise Pangolin) LTS Beta Screenshots Gallery</title>
		<link>http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html</link>
		<comments>http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html#comments</comments>
		<pubDate>Sat, 10 Mar 2012 11:59:20 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Other Linux]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[ubuntu Precise Pangolin screenshots]]></category>
		<category><![CDATA[ubuntu Ubuntu 12.04 Screenshots Gallery]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=2502</guid>
		<description><![CDATA[The Ubuntu team is pleased to announce the first beta release of Ubuntu 12.04 LTS (Long-Term Support) Desktop, Server, Cloud, and Core products. Codenamed “Precise Pangolin”, 12.04 continues Ubuntu’s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution. The team has been hard at work throughout this <a href='http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/ci8StROajJg1LNvob0hXVmSlJYM/0/da"><img src="http://feedads.g.doubleclick.net/~a/ci8StROajJg1LNvob0hXVmSlJYM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ci8StROajJg1LNvob0hXVmSlJYM/1/da"><img src="http://feedads.g.doubleclick.net/~a/ci8StROajJg1LNvob0hXVmSlJYM/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The Ubuntu team is pleased to announce the first beta release of Ubuntu 12.04 LTS (Long-Term Support) Desktop, Server, Cloud, and Core products.</p>
<p>Codenamed “Precise Pangolin”, 12.04 continues Ubuntu’s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution. The team has been hard at work throughout this cycle, introducing new features and fixing bugs.</p>
<p>This release introduces a new set of images for the ARMv7 “hard float” ABI, denoted as armhf. There are still some armel images around, as we finish the migration, but 12.04 for ARM will be based on armhf.<br />
<span id="more-2502"></span><br />
The technology that allows GPUs to go into a very low power consumption state when the GPU is idle (RC6) is now enabled by default for Sandy Bridge systems, which should result in considerable power savings when this stage is activated.</p>
<p><strong>Ubuntu 12.04 (Precise Pangolin) LTS Beta Screenshots Gallery</strong></p>

<div class="ngg-galleryoverview" id="ngg-gallery-14-2502">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-492" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_165" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/1.png" title=" "   onclick="return hs.expand(this)">
								<img title="1" alt="1" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_1.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-503" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_166" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/2.png" title=" "   onclick="return hs.expand(this)">
								<img title="2" alt="2" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_2.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-514" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_167" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/3.png" title=" "   onclick="return hs.expand(this)">
								<img title="3" alt="3" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_3.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-517" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_168" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/4.png" title=" "   onclick="return hs.expand(this)">
								<img title="4" alt="4" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_4.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-518" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_169" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/5.png" title=" "   onclick="return hs.expand(this)">
								<img title="5" alt="5" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_5.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-519" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_170" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/6.png" title=" "   onclick="return hs.expand(this)">
								<img title="6" alt="6" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_6.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-520" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_171" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/7.png" title=" "   onclick="return hs.expand(this)">
								<img title="7" alt="7" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_7.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-521" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_172" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/8.png" title=" "   onclick="return hs.expand(this)">
								<img title="8" alt="8" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_8.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-522" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_173" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/9.png" title=" "   onclick="return hs.expand(this)">
								<img title="9" alt="9" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_9.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-493" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_174" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/10.png" title=" "   onclick="return hs.expand(this)">
								<img title="10" alt="10" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_10.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-494" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_175" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/11.png" title=" "   onclick="return hs.expand(this)">
								<img title="11" alt="11" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_11.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-495" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_176" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/12.png" title=" "   onclick="return hs.expand(this)">
								<img title="12" alt="12" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_12.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-496" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_177" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/13.png" title=" "   onclick="return hs.expand(this)">
								<img title="13" alt="13" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_13.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-497" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_178" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/14.png" title=" "   onclick="return hs.expand(this)">
								<img title="14" alt="14" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_14.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-498" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_179" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/15.png" title=" "   onclick="return hs.expand(this)">
								<img title="15" alt="15" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_15.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-499" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_180" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/16.png" title=" "   onclick="return hs.expand(this)">
								<img title="16" alt="16" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_16.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-500" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_181" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/17.png" title=" "   onclick="return hs.expand(this)">
								<img title="17" alt="17" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_17.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-501" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_182" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/18.png" title=" "   onclick="return hs.expand(this)">
								<img title="18" alt="18" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_18.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-502" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_183" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/19.png" title=" "   onclick="return hs.expand(this)">
								<img title="19" alt="19" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_19.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-504" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_184" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/20.png" title=" "   onclick="return hs.expand(this)">
								<img title="20" alt="20" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_20.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-505" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_185" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/21.png" title=" "   onclick="return hs.expand(this)">
								<img title="21" alt="21" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_21.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-506" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_186" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/22.png" title=" "   onclick="return hs.expand(this)">
								<img title="22" alt="22" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_22.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-507" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_187" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/23.png" title=" "   onclick="return hs.expand(this)">
								<img title="23" alt="23" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_23.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-508" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_188" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/24.png" title=" "   onclick="return hs.expand(this)">
								<img title="24" alt="24" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_24.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-509" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_189" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/25.png" title=" "   onclick="return hs.expand(this)">
								<img title="25" alt="25" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_25.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-510" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_190" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/26.png" title=" "   onclick="return hs.expand(this)">
								<img title="26" alt="26" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_26.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-511" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_191" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/27.png" title=" "   onclick="return hs.expand(this)">
								<img title="27" alt="27" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_27.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-512" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_192" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/28.png" title=" "   onclick="return hs.expand(this)">
								<img title="28" alt="28" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_28.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-513" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_193" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/29.png" title=" "   onclick="return hs.expand(this)">
								<img title="29" alt="29" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_29.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-515" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_194" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/30.png" title=" "   onclick="return hs.expand(this)">
								<img title="30" alt="30" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_30.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-516" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a class="highslide img_195" href="http://www.debianadmin.com/wp-content/gallery/ubuntu12/31.png" title=" "   onclick="return hs.expand(this)">
								<img title="31" alt="31" src="http://www.debianadmin.com/wp-content/gallery/ubuntu12/thumbs/thumbs_31.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


<p><!--adsense#new--></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/ubuntu-12-04-precise-installation-screenshots.html" title="Permanent link to Ubuntu 12.04 (Precise) Installation Screenshots">Ubuntu 12.04 (Precise) Installation Screenshots</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-11-10-oneiric-ocelot-screenshots-gallery.html" title="Permanent link to Ubuntu 11.10 (Oneiric Ocelot) Screenshots Gallery">Ubuntu 11.10 (Oneiric Ocelot) Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/kubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="Permanent link to Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery">Kubuntu 12.04 (Precise Pangolin) LTS Beta 2 Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/lubuntu-12-04-precise-pangolin-lts-beta-2-screenshots-gallery.html" title="Permanent link to Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery">Lubuntu 12.04 (Precise Pangolin) Beta 2 Screenshots Gallery</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-10-10-maverick-meerkat-beta-screenshots-gallery.html" title="Permanent link to Ubuntu 10.10 (Maverick Meerkat) Beta Screenshots Gallery">Ubuntu 10.10 (Maverick Meerkat) Beta Screenshots Gallery</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="ubuntu 12 04 screenshots">ubuntu 12 04 screenshots</a> (43)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="ubuntu 12 04">ubuntu 12 04</a> (26)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="ubuntu precise screenshots">ubuntu precise screenshots</a> (8)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="Ubuntu 12 04 screenshot">Ubuntu 12 04 screenshot</a> (7)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="ubuntu 12 administration">ubuntu 12 administration</a> (4)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="ubuntu 12 systm addmin">ubuntu 12 systm addmin</a> (3)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="ubuntu precise pangolin screenshots">ubuntu precise pangolin screenshots</a> (3)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="ubuntu precise pangolin">ubuntu precise pangolin</a> (3)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="ubuntu 12 04 gallery">ubuntu 12 04 gallery</a> (2)</li><li><a href="http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html" title="precise pangolin screenshot">precise pangolin screenshot</a> (2)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html&amp;title=Ubuntu%2012.04%20%28Precise%20Pangolin%29%20LTS%20Beta%20Screenshots%20Gallery" id="wpa2a_34"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=h6LhYN6_1T4:O8Lf0vMERvA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=h6LhYN6_1T4:O8Lf0vMERvA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=h6LhYN6_1T4:O8Lf0vMERvA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=h6LhYN6_1T4:O8Lf0vMERvA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=h6LhYN6_1T4:O8Lf0vMERvA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=h6LhYN6_1T4:O8Lf0vMERvA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=h6LhYN6_1T4:O8Lf0vMERvA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=h6LhYN6_1T4:O8Lf0vMERvA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/ubuntu-12-04-precise-pangolin-lts-beta-screenshots-gallery.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>GIMP Keyboard Shortcuts</title>
		<link>http://www.debianadmin.com/gimp-keyboard-shortcuts.html</link>
		<comments>http://www.debianadmin.com/gimp-keyboard-shortcuts.html#comments</comments>
		<pubDate>Wed, 29 Feb 2012 18:20:31 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Free-Tools]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[GIMP Keyboard Shortcuts]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=2452</guid>
		<description><![CDATA[This cheat sheet lists useful keyboard shortcuts for working on GIMP. GIMP (GNU Image Manipulation Program) is a free image editing and manipulation tool editor which is often tagged as a free Photoshop alternative. It can handle essential image editing tasks like image resizing, editing, cropping, photomontages, and converting images between different image file formats. <a href='http://www.debianadmin.com/gimp-keyboard-shortcuts.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/BLU-2FmeWS8xqk7ScUMxPXVivrU/0/da"><img src="http://feedads.g.doubleclick.net/~a/BLU-2FmeWS8xqk7ScUMxPXVivrU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BLU-2FmeWS8xqk7ScUMxPXVivrU/1/da"><img src="http://feedads.g.doubleclick.net/~a/BLU-2FmeWS8xqk7ScUMxPXVivrU/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fgimp-keyboard-shortcuts.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fgimp-keyboard-shortcuts.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This cheat sheet lists useful keyboard shortcuts for working on GIMP.</p>
<p> GIMP (GNU Image Manipulation Program) is a free image editing and manipulation tool editor which is often tagged as a free Photoshop alternative. It can handle essential image editing tasks like image resizing, editing, cropping, photomontages, and converting images between different image file formats. GIMP is freely available for most popular operating systems including Microsoft Windows, Apple Mac OS X, and Linux. Also with this free cheat sheet you will receive daily updates on new cool websites and programs in your email for free, courtesy of MakeUseOf.<br />
<span id="more-2452"></span></p>
<div style="font-size: 12px;">
<h2 class="widgettitle"><a href="http://ubuntugeek.tradepub.com/free/w_make59/" target="_blank">GIMP Keyboard Shortcuts</a></h2>
<p><a href="http://ubuntugeek.tradepub.com/free/w_make59/" target="_blank"><img src="http://img.tradepub.com/free/w_make59/images/w_make59c.gif" alt="" width="160" height="198" border="0" /></a></p>
<blockquote><p><a href="http://ubuntugeek.tradepub.com/free/w_make59/" target="_blank">Download Now</a></p></blockquote>
</div>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="Permanent link to Unix/Linux Command Reference">Unix/Linux Command Reference</a>  </li>
<li> <a href="http://www.debianadmin.com/50-uses-for-linux-live-cds.html" title="Permanent link to 50 Uses For Linux Live CDs">50 Uses For Linux Live CDs</a>  </li>
<li> <a href="http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html" title="Permanent link to Ubuntu: An Absolute Beginners Guide (PDF Guide)">Ubuntu: An Absolute Beginners Guide (PDF Guide)</a>  </li>
<li> <a href="http://www.debianadmin.com/secure-your-data-with-true-crypt.html" title="Permanent link to Secure Your Data With True Crypt">Secure Your Data With True Crypt</a>  </li>
<li> <a href="http://www.debianadmin.com/computer-inside-your-computer-how-to-use-virtualbox-pdf-guide.html" title="Permanent link to Computer Inside Your Computer: How To Use VirtualBox (PDF Guide)">Computer Inside Your Computer: How To Use VirtualBox (PDF Guide)</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/gimp-keyboard-shortcuts.html" title="gimp keyboard shortcuts">gimp keyboard shortcuts</a> (3)</li><li><a href="http://www.debianadmin.com/gimp-keyboard-shortcuts.html" title="gimp linux image program cheat sheet">gimp linux image program cheat sheet</a> (2)</li><li><a href="http://www.debianadmin.com/gimp-keyboard-shortcuts.html" title="Unix/Linux Command Referenc">Unix/Linux Command Referenc</a> (2)</li><li><a href="http://www.debianadmin.com/gimp-keyboard-shortcuts.html" title="gimp keyboard cheat sheet">gimp keyboard cheat sheet</a> (1)</li><li><a href="http://www.debianadmin.com/gimp-keyboard-shortcuts.html" title="gimp keyboard shortcuts pdf">gimp keyboard shortcuts pdf</a> (1)</li><li><a href="http://www.debianadmin.com/gimp-keyboard-shortcuts.html" title="Gimp Shortcuts pdf">Gimp Shortcuts pdf</a> (1)</li><li><a href="http://www.debianadmin.com/gimp-keyboard-shortcuts.html" title="osx keyboard shortcuts for gimp">osx keyboard shortcuts for gimp</a> (1)</li><li><a href="http://www.debianadmin.com/gimp-keyboard-shortcuts.html" title="qupzilla: keyboard shortcuts">qupzilla: keyboard shortcuts</a> (1)</li><li><a href="http://www.debianadmin.com/gimp-keyboard-shortcuts.html" title="virtualbox keyboard shortcuts cheat list">virtualbox keyboard shortcuts cheat list</a> (1)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fgimp-keyboard-shortcuts.html&amp;title=GIMP%20Keyboard%20Shortcuts" id="wpa2a_36"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=PrbBtPeCcY0:sVULoegtjmA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=PrbBtPeCcY0:sVULoegtjmA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=PrbBtPeCcY0:sVULoegtjmA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=PrbBtPeCcY0:sVULoegtjmA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=PrbBtPeCcY0:sVULoegtjmA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=PrbBtPeCcY0:sVULoegtjmA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=PrbBtPeCcY0:sVULoegtjmA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=PrbBtPeCcY0:sVULoegtjmA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/gimp-keyboard-shortcuts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix/Linux Command Reference</title>
		<link>http://www.debianadmin.com/unixlinux-command-reference.html</link>
		<comments>http://www.debianadmin.com/unixlinux-command-reference.html#comments</comments>
		<pubDate>Mon, 20 Feb 2012 18:29:24 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Free-Tools]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Unix/Linux Command Reference]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=2402</guid>
		<description><![CDATA[In this cheat sheet you will find a bunch of the most common Linux commands that you&#8217;re likely to use on a regular basis. On most systems you can lookup detailed information about any command by typing man command_name. You will need to be root user in order to use some of these commands. Be <a href='http://www.debianadmin.com/unixlinux-command-reference.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/IAoEHxolqW9XD90XMjKvh40XFqE/0/da"><img src="http://feedads.g.doubleclick.net/~a/IAoEHxolqW9XD90XMjKvh40XFqE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IAoEHxolqW9XD90XMjKvh40XFqE/1/da"><img src="http://feedads.g.doubleclick.net/~a/IAoEHxolqW9XD90XMjKvh40XFqE/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Funixlinux-command-reference.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Funixlinux-command-reference.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In this cheat sheet you will find a bunch of the most common Linux commands that you&#8217;re likely to use on a regular basis.</p>
<p>On most systems you can lookup detailed information about any command by typing man command_name. You will need to be root user in order to use some of these commands. Be extremely careful as root if you&#8217;re not 100% sure about what you&#8217;re doing. You can make your system unusable. Even if you have a dual boot setup you may not be able to access any of your installed operating systems. Also with this free cheat sheet you will receive daily updates on new cool websites and programs in your email for free, courtesy of MakeUseOf.<br />
<span id="more-2402"></span></p>
<div style="font-size: 12px;">
<h2 class="widgettitle"><a href="http://ubuntugeek.tradepub.com/free/w_make67/" target="_blank">Unix/Linux Command Reference</a></h2>
<p><a href="http://ubuntugeek.tradepub.com/free/w_make67/" target="_blank"><img src="http://img.tradepub.com/free/w_make67/images/w_make67c.gif" alt="" width="160" height="198" border="0" /></a></p>
<blockquote><p><a href="http://ubuntugeek.tradepub.com/free/w_make67/" target="_blank">Download Now</a></p></blockquote>
</div>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/the-php-anthology-101-essential-tips-tricks-hacks-download-free-pdf-guide.html" title="Permanent link to The PHP Anthology: 101 Essential Tips, Tricks &#038; Hacks (Download Free PDF Guide)">The PHP Anthology: 101 Essential Tips, Tricks &#038; Hacks (Download Free PDF Guide)</a>  </li>
<li> <a href="http://www.debianadmin.com/managing-linux-systems-with-webmin-system-administration-and-module-development.html" title="Permanent link to Managing Linux Systems with Webmin System Administration and Module Development">Managing Linux Systems with Webmin System Administration and Module Development</a>  </li>
<li> <a href="http://www.debianadmin.com/download-free-ubuntu-10-10-maverick-meerkat-pdf-guide.html" title="Permanent link to Download Free Ubuntu 10.10 (Maverick Meerkat) PDF Guide">Download Free Ubuntu 10.10 (Maverick Meerkat) PDF Guide</a>  </li>
<li> <a href="http://www.debianadmin.com/linux-quick-fix-notebook-pdf-guide.html" title="Permanent link to Linux Quick Fix Notebook (PDF Guide)">Linux Quick Fix Notebook (PDF Guide)</a>  </li>
<li> <a href="http://www.debianadmin.com/computer-inside-your-computer-how-to-use-virtualbox-pdf-guide.html" title="Permanent link to Computer Inside Your Computer: How To Use VirtualBox (PDF Guide)">Computer Inside Your Computer: How To Use VirtualBox (PDF Guide)</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="unix/linux command reference">unix/linux command reference</a> (25)</li><li><a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="linux command reference pdf">linux command reference pdf</a> (6)</li><li><a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="linux command reference">linux command reference</a> (5)</li><li><a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="linux commands reference pdf">linux commands reference pdf</a> (4)</li><li><a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="unix/linux command reference pdf makeuseof">unix/linux command reference pdf makeuseof</a> (3)</li><li><a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="Unix/Linux Command Reference download">Unix/Linux Command Reference download</a> (3)</li><li><a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="unix/linux command reference cheat sheet make use of com pdf">unix/linux command reference cheat sheet make use of com pdf</a> (2)</li><li><a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="linux command reference cheat sheet makeuseof">linux command reference cheat sheet makeuseof</a> (2)</li><li><a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="linux command reference download">linux command reference download</a> (2)</li><li><a href="http://www.debianadmin.com/unixlinux-command-reference.html" title="unix/linux command reference pdf">unix/linux command reference pdf</a> (2)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Funixlinux-command-reference.html&amp;title=Unix%2FLinux%20Command%20Reference" id="wpa2a_38"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=ytg97l18-hI:T7tT80dWrkY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=ytg97l18-hI:T7tT80dWrkY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=ytg97l18-hI:T7tT80dWrkY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=ytg97l18-hI:T7tT80dWrkY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=ytg97l18-hI:T7tT80dWrkY:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=ytg97l18-hI:T7tT80dWrkY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=ytg97l18-hI:T7tT80dWrkY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=ytg97l18-hI:T7tT80dWrkY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/unixlinux-command-reference.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: An Absolute Beginners Guide (PDF Guide)</title>
		<link>http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html</link>
		<comments>http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 06:36:42 +0000</pubDate>
		<dc:creator>ruchi</dc:creator>
				<category><![CDATA[Free-Tools]]></category>
		<category><![CDATA[Ubuntu: An Absolute Beginners Guide]]></category>

		<guid isPermaLink="false">http://www.debianadmin.com/?p=2273</guid>
		<description><![CDATA[Ubuntu is a free, open-source computer operating system with 20 million users worldwide. This 30 page guide was written for beginners and will tell you everything you need to know about the Ubuntu experience. You will learn how to install and setup Ubuntu on your computer, find technical support in your community, understand the Ubuntu <a href='http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/qZumWl_WFo0g43VwY1X3-k1Ry7o/0/da"><img src="http://feedads.g.doubleclick.net/~a/qZumWl_WFo0g43VwY1X3-k1Ry7o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qZumWl_WFo0g43VwY1X3-k1Ry7o/1/da"><img src="http://feedads.g.doubleclick.net/~a/qZumWl_WFo0g43VwY1X3-k1Ry7o/1/di" border="0" ismap="true"></img></a></p><div class="KonaBody"><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.debianadmin.com%2Fubuntu-an-absolute-beginners-guide-pdf-guide.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.debianadmin.com%2Fubuntu-an-absolute-beginners-guide-pdf-guide.html&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Ubuntu is a free, open-source computer operating system with 20 million users worldwide.</p>
<p> This 30 page guide was written for beginners and will tell you everything you need to know about the Ubuntu experience. You will learn how to install and setup Ubuntu on your computer, find technical support in your community, understand the Ubuntu philosophy, navigate the Unity desktop interface and use Ubuntu compatible software programs. Also with this free guide you will receive daily updates on new cool websites and programs in your email for free courtesy of MakeUseOf.<br />
<span id="more-2273"></span></p>
<div style="font-size: 12px;">
<h2 class="widgettitle"><a href="http://ubuntugeek.tradepub.com/free/w_make72/" target="_blank">Ubuntu: An Absolute Beginners Guide (PDF Guide)</a></h2>
<p><a href="http://ubuntugeek.tradepub.com/free/w_make72/" target="_blank"><img src="http://img.tradepub.com/free/w_make72/images/w_make72c.gif" border="0" alt="" width="160" height="198" /></a></p>
<blockquote><p><a href="http://ubuntugeek.tradepub.com/free/w_make72/" target="_blank">Download Now</a>
</div>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.debianadmin.com/50-uses-for-linux-live-cds.html" title="Permanent link to 50 Uses For Linux Live CDs">50 Uses For Linux Live CDs</a>  </li>
<li> <a href="http://www.debianadmin.com/computer-inside-your-computer-how-to-use-virtualbox-pdf-guide.html" title="Permanent link to Computer Inside Your Computer: How To Use VirtualBox (PDF Guide)">Computer Inside Your Computer: How To Use VirtualBox (PDF Guide)</a>  </li>
<li> <a href="http://www.debianadmin.com/download-free-ubuntu-10-10-maverick-meerkat-pdf-guide.html" title="Permanent link to Download Free Ubuntu 10.10 (Maverick Meerkat) PDF Guide">Download Free Ubuntu 10.10 (Maverick Meerkat) PDF Guide</a>  </li>
<li> <a href="http://www.debianadmin.com/the-easy-guide-to-computer-networks-download-free-pdf.html" title="Permanent link to The Easy Guide To Computer Networks (Download Free PDF)">The Easy Guide To Computer Networks (Download Free PDF)</a>  </li>
<li> <a href="http://www.debianadmin.com/download-free-dropbox-user-guide-pdf.html" title="Permanent link to Download free Dropbox user guide (PDF)">Download free Dropbox user guide (PDF)</a>  </li>
</ol></div><h4>Incoming search terms:</h4><ul><li><a href="http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html" title="ubuntu tutorial pdf beginner">ubuntu tutorial pdf beginner</a> (36)</li><li><a href="http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html" title="ubuntu guide pdf">ubuntu guide pdf</a> (14)</li><li><a href="http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html" title="ubuntu beginners guide pdf">ubuntu beginners guide pdf</a> (10)</li><li><a href="http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html" title="ubuntu tutorial for beginners pdf">ubuntu tutorial for beginners pdf</a> (9)</li><li><a href="http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html" title="ubuntu for beginners pdf">ubuntu for beginners pdf</a> (9)</li><li><a href="http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html" title="ubuntu guide for beginners pdf">ubuntu guide for beginners pdf</a> (5)</li><li><a href="http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html" title="ubuntu guides pdf">ubuntu guides pdf</a> (3)</li><li><a href="http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html" title="ubuntu 12 tutorial for beginners">ubuntu 12 tutorial for beginners</a> (3)</li><li><a href="http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html" title="ubuntu tutorial for beginners pdf free download">ubuntu tutorial for beginners pdf free download</a> (3)</li><li><a href="http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html" title="ubuntu 12 for beginners pdf">ubuntu 12 for beginners pdf</a> (2)</li></ul><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.debianadmin.com%2Fubuntu-an-absolute-beginners-guide-pdf-guide.html&amp;title=Ubuntu%3A%20An%20Absolute%20Beginners%20Guide%20%28PDF%20Guide%29" id="wpa2a_40"><img src="http://www.debianadmin.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p></div><!-- KonaBody --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=mZN4Q3X8eKg:H_6K34vxjaA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=mZN4Q3X8eKg:H_6K34vxjaA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=mZN4Q3X8eKg:H_6K34vxjaA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=mZN4Q3X8eKg:H_6K34vxjaA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=mZN4Q3X8eKg:H_6K34vxjaA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=mZN4Q3X8eKg:H_6K34vxjaA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?i=mZN4Q3X8eKg:H_6K34vxjaA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/debiansystemadmin?a=mZN4Q3X8eKg:H_6K34vxjaA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/debiansystemadmin?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.debianadmin.com/ubuntu-an-absolute-beginners-guide-pdf-guide.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

