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

<channel>
	<title>Suse &#38; OpenSuse Tips &#187; admin</title>
	<atom:link href="http://www.susetips.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susetips.com</link>
	<description>Tricks, Guides, Tutorials, How Tos and Troubleshooting suse linux</description>
	<lastBuildDate>Tue, 30 Nov 2010 09:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Installing SysBench on OpenSuSE 11.3</title>
		<link>http://www.susetips.com/2010/11/30/installing-sysbench-on-opensuse-11-3/</link>
		<comments>http://www.susetips.com/2010/11/30/installing-sysbench-on-opensuse-11-3/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 09:33:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2010/11/30/installing-sysbench-on-opensuse-11-3/</guid>
		<description><![CDATA[SysBench is a system performance benchmark that is available on sourceforge.net.&#160; You can download it from sysbench.sourceforge.net and currently on version 0.4.12.&#160; It is currently not in the OpenSuSE nor SuSE software repository and you will have to download the sources and build it. The main objective of SysBench was for evaluating the Operating System’s [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/11/30/installing-sysbench-on-opensuse-11-3/">Installing SysBench on OpenSuSE 11.3</a></p>
]]></description>
			<content:encoded><![CDATA[<p>SysBench is a system performance benchmark that is available on sourceforge.net.&#160; You can download it from <a href="http://sysbench.sourceforge.net/">sysbench.sourceforge.net</a> and currently on version 0.4.12.&#160; It is currently not in the OpenSuSE nor SuSE software repository and you will have to download the sources and build it.</p>
<p><a href="http://www.susetips.com/wp-content/uploads/2010/11/openSUSElogo.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="OpenSuSE" border="0" alt="OpenSuSE" src="http://www.susetips.com/wp-content/uploads/2010/11/openSUSElogo_thumb.png" width="320" height="200" /></a> </p>
<p> <span id="more-245"></span>
<p>The main objective of SysBench was for evaluating the Operating System’s parameters that are considered important for a system that is running a database.&#160; It is designed to be modular, cross platform and is a multi-threaded application.&#160; The benchmarks includes:</p>
<ul>
<li>File I/O performance </li>
<li>Operating Systems scheduler performance </li>
<li>Memory allocation and transfer speed </li>
<li>POSIX threads implementation performance </li>
<li>Database server performance (OLTP benchmark) </li>
</ul>
<p>It comes well documented for the installation but on debian based systems (and OpenSuSE), you will need to edit a parameter in <font face="Courier New">configure.ac</font>&#160; the&#160; file.&#160; I am really not sure why they don’t just have an automatic detection of the OS distribution and select the right parameters.&#160; Anyway, after you download it, you can <font face="Courier New">untar</font> it using <font face="Courier New">tar –xvzf sysbench-0.4.12.tar.gz</font>. Then follow the instructions below;</p>
<ol>
<li>Edit <font face="Courier New">configure.ac</font> and replace the <font face="Courier New">LIBTOOL</font> with <font face="Courier New">RANLIB</font> </li>
<li>Run <font face="Courier New">./autogen.sh</font> </li>
<li>Run <font face="Courier New">./configure &#8211;without-mysql </font><font face="v">(This is because my machine doesn’t have MySQL installed) </font></li>
<li>Run <font face="Courier New">make</font> </li>
<li>Run <font face="Courier New">sudo make install</font> </li>
</ol>
<p><font face="ver">There, you are done!</font></p>
<p> <script type="text/javascript"><!--
google_ad_client = "pub-4709064562032853";
/* 300x250, created 5/8/09 */
google_ad_slot = "9311445083";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/11/30/installing-sysbench-on-opensuse-11-3/">Installing SysBench on OpenSuSE 11.3</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/07/20/installing-hp-laserjet-1020-printer-for-opensuse/" rel="bookmark" title="Permanent Link: Installing HP LaserJet 1020 Printer for OpenSuSE">Installing HP LaserJet 1020 Printer for OpenSuSE</a></li><li><a href="http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/" rel="bookmark" title="Permanent Link: How to run Windows software on OpenSuse">How to run Windows software on OpenSuse</a></li><li><a href="http://www.susetips.com/2010/11/03/installing-google-chromium-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Installing Google Chromium on OpenSuSE 11.3">Installing Google Chromium on OpenSuSE 11.3</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/" rel="bookmark" title="Permanent Link: Opensuse 11.1 KDE4 Reloaded">Opensuse 11.1 KDE4 Reloaded</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2010/11/30/installing-sysbench-on-opensuse-11-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Novell Agrees to be Acquired by Attachmate Corporation</title>
		<link>http://www.susetips.com/2010/11/23/novell-agrees-to-be-acquired-by-attachmate-corporation/</link>
		<comments>http://www.susetips.com/2010/11/23/novell-agrees-to-be-acquired-by-attachmate-corporation/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 14:56:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2010/11/23/novell-agrees-to-be-acquired-by-attachmate-corporation/</guid>
		<description><![CDATA[WALTHAM, Mass., 22 Nov 2010: Novell, Inc. (NASDAQ: NOVL), the leader in intelligent workload management, today announced that it has entered into a definitive merger agreement under which Attachmate Corporation would acquire Novell for $6.10 per share in cash in a transaction valued at approximately $2.2 billion. Attachmate Corporation is owned by an investment group [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/11/23/novell-agrees-to-be-acquired-by-attachmate-corporation/">Novell Agrees to be Acquired by Attachmate Corporation</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2010/11/novell_logo.gif"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Novell Logo" border="0" alt="Novell Logo" src="http://www.susetips.com/wp-content/uploads/2010/11/novell_logo_thumb.gif" width="220" height="265" /></a> </p>
<p align="justify">WALTHAM, Mass., 22 Nov 2010: Novell, Inc. (NASDAQ: NOVL), the leader in intelligent workload management, today announced that it has entered into a definitive merger agreement under which Attachmate Corporation would acquire Novell for $6.10 per share in cash in a transaction valued at approximately $2.2 billion. Attachmate Corporation is owned by an investment group led by Francisco Partners, Golden Gate Capital and Thoma Bravo. Novell also announced it has entered into a definitive agreement for the concurrent sale of certain intellectual property assets to CPTN Holdings LLC, a consortium of technology companies organized by Microsoft Corporation, for $450 million in cash, which cash payment is reflected in the merger consideration to be paid by Attachmate Corporation.</p>
<p>  <span id="more-241"></span>
<p align="justify">The $6.10 per share consideration represents a premium of 28% to Novell&#8217;s closing share price on March 2, 2010, the last trading day prior to the public disclosure of Elliott Associates, L.P.&#8217;s proposal to acquire all of the outstanding shares of Novell for $5.75 per share and a 9% premium to Novell&#8217;s closing stock price on November 19, 2010.</p>
<p align="justify">&quot;After a thorough review of a broad range of alternatives to enhance stockholder value, our Board of Directors concluded that the best available alternative was the combination of a merger with Attachmate Corporation and a sale of certain intellectual property assets to the consortium,&quot; said Ron Hovsepian, president and CEO of Novell. &quot;We are pleased that these transactions appropriately recognize the value of Novell&#8217;s relationships, technology and solutions, while providing our stockholders with an attractive cash premium for their investment.&quot;</p>
<p align="justify">Mr. Hovsepian continued, &quot;We also believe the transaction with Attachmate Corporation will deliver important benefits to Novell&#8217;s customers, partners and employees by providing opportunities for building on Novell&#8217;s brands, innovation and market leadership.&quot;</p>
<p align="justify">&quot;We are very excited about this transaction as it greatly complements our existing portfolio,&quot; said Jeff Hawn, chairman and CEO of Attachmate Corporation. &quot;Novell has an established record of innovation, impressive technology and brand assets, and a leading ecosystem of partnerships and talented employees. The addition of Novell to our Attachmate and NetIQ businesses will enhance the spectrum of solutions we can offer to customers. We fully support Novell&#8217;s commitment to its customers and we look forward to continuing to invest for the benefit of Novell&#8217;s customers and partners.&quot;</p>
<p align="justify"><a href="http://www.susetips.com/wp-content/uploads/2010/11/suse_logo.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="SuSE Logo" border="0" alt="SuSE Logo" src="http://www.susetips.com/wp-content/uploads/2010/11/suse_logo_thumb.png" width="320" height="292" /></a></p>
<p align="justify"><strong><font color="#000080">Attachmate Corporation plans to operate Novell as two business units: Novell and SUSE</font></strong>; and will join them with its other holdings, Attachmate and NetIQ.</p>
<p align="justify">Attachmate Corporation&#8217;s acquisition of Novell is subject to customary closing conditions, including regulatory approvals and clearance under the Hart-Scott-Rodino Act, and is also conditioned upon the closing of the proposed sale of certain intellectual property assets to CPTN Holdings LLC. In addition, the transaction is subject to approval by Novell&#8217;s stockholders. The sale of the intellectual property assets to the consortium is subject to customary closing conditions, including regulatory approvals and clearance under the Hart-Scott-Rodino Act, and is also conditioned upon the closing of the merger with Attachmate Corporation. Novell currently expects these transactions to close in the first quarter of 2011.</p>
<p align="justify">J.P. Morgan is serving as financial advisor and Skadden, Arps, Slate, Meagher &amp; Flom LLP is acting as legal advisor to Novell. Credit Suisse and RBC Capital Markets are serving as financial advisors and Jones Day is acting as legal advisor to Attachmate Corporation. [<a href="http://www.novell.com/news/press/novell-agrees-to-be-acquired-by-attachmate-corporation?nov_gaevent=Homepage|Banner|Attachmate">via</a>]</p>
<p>  <script type="text/javascript"><!--
google_ad_client = "pub-4709064562032853";
/* 300x250, created 5/8/09 */
google_ad_slot = "9311445083";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/11/23/novell-agrees-to-be-acquired-by-attachmate-corporation/">Novell Agrees to be Acquired by Attachmate Corporation</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/03/23/novell-launches-suse-11/" rel="bookmark" title="Permanent Link: Novell Launches SuSE 11">Novell Launches SuSE 11</a></li><li><a href="http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/" rel="bookmark" title="Permanent Link: SUSE Studio : Create your own customized Linux OS">SUSE Studio : Create your own customized Linux OS</a></li><li><a href="http://www.susetips.com/2010/06/05/meego-v1-0-preview-to-suse-meego/" rel="bookmark" title="Permanent Link: MeeGo v1.0: Preview to SuSE MeeGo">MeeGo v1.0: Preview to SuSE MeeGo</a></li><li><a href="http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/" rel="bookmark" title="Permanent Link: OpenSuse 11.2 is ready for release">OpenSuse 11.2 is ready for release</a></li><li><a href="http://www.susetips.com/2009/03/30/how-to-install-openofficeorg-in-sles-from-a-suse-linux-enterprise-desktop-iso-file/" rel="bookmark" title="Permanent Link: How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file">How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2010/11/23/novell-agrees-to-be-acquired-by-attachmate-corporation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginners Guide to Compiling Kernel on OpenSuSE 11.3</title>
		<link>http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/</link>
		<comments>http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 07:51:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/</guid>
		<description><![CDATA[Often, we move from a laboratory to another or from an organization to another, we are task with making changes to the Linux system’s kernel.&#160; One thing to note is that each Linux distribution has a different “recommended” method for making changes.&#160; Here, I will document a quick and easy method to compiling the kernel [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/">Beginners Guide to Compiling Kernel on OpenSuSE 11.3</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2010/11/YaSTSoftwareManager.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="YaST Software Manager" border="0" alt="YaST Software Manager" src="http://www.susetips.com/wp-content/uploads/2010/11/YaSTSoftwareManager_thumb.png" width="235" height="244" /></a></p>
<p>Often, we move from a laboratory to another or from an organization to another, we are task with making changes to the Linux system’s kernel.&#160; One thing to note is that each Linux distribution has a different “recommended” method for making changes.&#160; Here, I will document a quick and easy method to compiling the kernel on OpenSuSE 11.3.</p>
<p><span id="more-234"></span></p>
<p>Firstly, you will need the development tools, such as gcc and also the Linux sources.&#160; You can use the YaST Software Management to install the necessary.&#160; For my OpenSuSE 11.3 system, the kernel sources are for version 2.6.34-12.</p>
<p>As superuser (<font face="Courier New">root</font>), go to <font face="Courier New">/usr/src/linux</font>.&#160; You can skip the <font face="Courier New">make menuconfig</font> if you just want to try it out.&#160; But it would be a good idea&#160; to enter it and change the kernel name (in case it messes it up!)&#160; Next, make a distributable rpm.</p>
<blockquote><p><font face="Courier New"># make rpm</font></p>
</blockquote>
<p>This will take some time depending on your config.&#160; This process is also smart enough to use up all my 4 cores on my machine for the compilation.&#160; Assuming that you have a 32-bit x86 machine (like me);</p>
<blockquote><p><font face="Courier New"># cd /usr/src/packages/RPMS/i386</font></p>
</blockquote>
<p>Install the newly created rpm (I renamed mine to have a test extension) using;</p>
<blockquote><p><font face="Courier New"># zypper install kernel-2.6.34test-1.i386.rpm</font></p>
</blockquote>
<p>Ok, all done … not quite.&#160; For those who are slightly more experienced, you will immediately ask what about the initrd file?</p>
<blockquote><p><font face="Courier New"># cd /boot       <br /># make initrd</font></p>
</blockquote>
<p>That’s it … oh, you need to edit your GRUB boot file.</p>
<p><!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/">Beginners Guide to Compiling Kernel on OpenSuSE 11.3</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/" rel="bookmark" title="Permanent Link: OpenSuse 11.2 is ready for release">OpenSuse 11.2 is ready for release</a></li><li><a href="http://www.susetips.com/2009/03/12/compiling-c-code-using-iostream-in-g-version-43-and-above/" rel="bookmark" title="Permanent Link: Compiling C++ code using iostream in G++ version 4.3 and above">Compiling C++ code using iostream in G++ version 4.3 and above</a></li><li><a href="http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/" rel="bookmark" title="Permanent Link: Opensuse 11.1 KDE4 Reloaded">Opensuse 11.1 KDE4 Reloaded</a></li><li><a href="http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/" rel="bookmark" title="Permanent Link: How to remove GRUB from MBR of Hard Drive">How to remove GRUB from MBR of Hard Drive</a></li><li><a href="http://www.susetips.com/about/" rel="bookmark" title="Permanent Link: About Us">About Us</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Google Chromium on OpenSuSE 11.3</title>
		<link>http://www.susetips.com/2010/11/03/installing-google-chromium-on-opensuse-11-3/</link>
		<comments>http://www.susetips.com/2010/11/03/installing-google-chromium-on-opensuse-11-3/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 06:14:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2010/11/03/installing-google-chromium-on-opensuse-11-3/</guid>
		<description><![CDATA[If you are a fan of Google’s Chrome web browser, you can get their Open Source version called Chromium for OpenSuSE 11.3.&#160; Although there is a Chrome Beta version, some prefer the Chromium version due to it being Open Source! Firstly, you can download it from http://en.opensuse.org/Chromium and once downloaded, simply run sudo rpm –ivh [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/11/03/installing-google-chromium-on-opensuse-11-3/">Installing Google Chromium on OpenSuSE 11.3</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="chromium-logo" border="0" alt="chromium-logo" src="http://www.susetips.com/wp-content/uploads/2010/11/chromium.png" width="220" height="220" /> </p>
<p>If you are a fan of Google’s Chrome web browser, you can get their Open Source version called Chromium for OpenSuSE 11.3.&#160; Although there is a Chrome Beta version, some prefer the Chromium version due to it being Open Source!</p>
<p> <span id="more-231"></span>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="opensuse-chromium-download" border="0" alt="opensuse-chromium-download" src="http://www.susetips.com/wp-content/uploads/2010/11/opensusechromiumdownload.jpg" width="420" height="307" /> </p>
<p>Firstly, you can download it from <a href="http://software.opensuse.org/search?q=chromium&amp;baseproject=openSUSE:11.3&amp;exclude_filter=home:&amp;exclude_debug=true">http://en.opensuse.org/Chromium</a> and once downloaded, simply run</p>
<blockquote><p><font face="Courier New">sudo rpm –ivh Download/chromium-7.0.528.0-29.3.i586.rpm</font></p>
</blockquote>
<p>It should install in a few seconds and off you go!</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="chromium-start-page" border="0" alt="chromium-start-page" src="http://www.susetips.com/wp-content/uploads/2010/11/chromium2.png" width="420" height="445" /> </p>
<p>Have fun! (Note, if you use the Google Chrome Beta version, you would likely have some dependencies requirements which you need to resolve).</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/11/03/installing-google-chromium-on-opensuse-11-3/">Installing Google Chromium on OpenSuSE 11.3</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/feeds/" rel="bookmark" title="Permanent Link: Subscribe RSS">Subscribe RSS</a></li><li><a href="http://www.susetips.com/2009/07/20/installing-hp-laserjet-1020-printer-for-opensuse/" rel="bookmark" title="Permanent Link: Installing HP LaserJet 1020 Printer for OpenSuSE">Installing HP LaserJet 1020 Printer for OpenSuSE</a></li><li><a href="http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/" rel="bookmark" title="Permanent Link: How to run Windows software on OpenSuse">How to run Windows software on OpenSuse</a></li><li><a href="http://www.susetips.com/2010/11/30/installing-sysbench-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Installing SysBench on OpenSuSE 11.3">Installing SysBench on OpenSuSE 11.3</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2010/11/03/installing-google-chromium-on-opensuse-11-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MeeGo v1.0: Preview to SuSE MeeGo</title>
		<link>http://www.susetips.com/2010/06/05/meego-v1-0-preview-to-suse-meego/</link>
		<comments>http://www.susetips.com/2010/06/05/meego-v1-0-preview-to-suse-meego/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 17:55:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2010/06/05/meego-v1-0-preview-to-suse-meego/</guid>
		<description><![CDATA[This is kinda old news since it was announced late last year that Novell will support Moblin and being the lead developer of Moblin for netbooks, they have obviously also adopted the merged effort by Nokia and Intel (Maemo and Moblin) resulting in MeeGo. Having just installed it on my Acer AspireOne, I must say [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/06/05/meego-v1-0-preview-to-suse-meego/">MeeGo v1.0: Preview to SuSE MeeGo</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This is kinda old news since it was announced late last year that Novell will support Moblin and being the lead developer of Moblin for netbooks, they have obviously also adopted the merged effort by Nokia and Intel (Maemo and Moblin) resulting in MeeGo.</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="MeeGo-v1.0" border="0" alt="MeeGo-v1.0" src="http://www.susetips.com/wp-content/uploads/2010/06/MeeGov1.0.jpg" width="380" height="222" /> </p>
<p> <span id="more-225"></span>
<p>Having just installed it on my Acer AspireOne, I must say that it works like a dream!&#160; Even sound and my built-in webcam works!&#160; Installation was one of the cleanest and almost effortless.&#160; Once installed, you will be greeted with a pleasant and colourful screen.</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="meego-aspire1-home" border="0" alt="meego-aspire1-home" src="http://www.susetips.com/wp-content/uploads/2010/06/meegonetbookhome.png" width="380" height="290" /> </p>
<p>I haven’t had time to try it out extensively but from first impressions, it works well, it is quite fast, there is a version that comes with Google’s Chrome web browser and it is basically a MID (Mobile Internet Device).</p>
<p>However, my flash within the google chrome did crash and there are times when the response from MeeGo was slower than acceptable (but that’s still better than other OSes I ran on that netbook), there’s no OpenOffice but I guess it is not for office productivity (however, a viewer may be handy, haven’t tried it out yet although there’s a useable PDF viewer).&#160; Overall, I believe this is a great effort and with this initial version of MeeGo out, I would like to see what Novell will offer in their “SuSE MeeGo” version … Microsoft integration?</p>
<p>Oh, I think there’s no “shutdown” button, just press the physical on button on the netbook.&#160; It really does make things simpler.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/06/05/meego-v1-0-preview-to-suse-meego/">MeeGo v1.0: Preview to SuSE MeeGo</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/" rel="bookmark" title="Permanent Link: SUSE Studio : Create your own customized Linux OS">SUSE Studio : Create your own customized Linux OS</a></li><li><a href="http://www.susetips.com/about/" rel="bookmark" title="Permanent Link: About Us">About Us</a></li><li><a href="http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/" rel="bookmark" title="Permanent Link: Opensuse 11.1 KDE4 Reloaded">Opensuse 11.1 KDE4 Reloaded</a></li><li><a href="http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/" rel="bookmark" title="Permanent Link: How to setup and enable OpenSSH">How to setup and enable OpenSSH</a></li><li><a href="http://www.susetips.com/2009/03/23/novell-launches-suse-11/" rel="bookmark" title="Permanent Link: Novell Launches SuSE 11">Novell Launches SuSE 11</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2010/06/05/meego-v1-0-preview-to-suse-meego/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Image Editing in OpenSuSE: GraphicsMagick</title>
		<link>http://www.susetips.com/2010/03/01/simple-image-editing-in-opensuse-graphicsmagick/</link>
		<comments>http://www.susetips.com/2010/03/01/simple-image-editing-in-opensuse-graphicsmagick/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 03:38:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[multimedia]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2010/03/01/simple-image-editing-in-opensuse-graphicsmagick/</guid>
		<description><![CDATA[Personal multimedia content such as images and videos seem to be taking up most of our disk space and hence the ever increasing amount of Gigabytes and soon to be Terabytes on our desktop.&#160; Having OpenSuSE as your main desktop environment would also mean that in addition to having Office Productivity, Instant Messaging and Web [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/03/01/simple-image-editing-in-opensuse-graphicsmagick/">Simple Image Editing in OpenSuSE: GraphicsMagick</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Personal multimedia content such as images and videos seem to be taking up most of our disk space and hence the ever increasing amount of Gigabytes and soon to be Terabytes on our desktop.&#160; Having OpenSuSE as your main desktop environment would also mean that in addition to having Office Productivity, Instant Messaging and Web Browsers, you would probably be looking for a simple to use image editing tool; if I may say, something like MS-Paint on Windows!</p>
<p><img title="Gaphics-Applications" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="322" alt="Gaphics-Applications" src="http://www.susetips.com/wp-content/uploads/2010/03/GaphicsApplications.png" width="380" border="0" /> </p>
<p> <span id="more-213"></span>
<p>OpenSuSE always had GIMP, which is a very powerful tool and is targeted as an alternative to Adobe Photoshop.&#160; GraphicMagick is a simple to use tool that is small in size and is able to support most common image formats such as GIF, JPEG, PNG and TIFF.&#160; Some of the functions include resize, rotate, sharpen, colour reduction and some image effects and even create a composite of image from combining several images.&#160; HOWEVER, it has a very and I repeat, very primitive look and feel to it!&#160; But it works.</p>
<p>There is also a version that runs on Windows.</p>
<h3>Installation of GraphicsMagick </h3>
<p>You can use YaSt –&gt; Software Management and search for the GraphicsMagick.&#160; It is a package under the OpenSuSE repository. Search for “GraphicsMagick” and it will show up in your YaST Software Management</p>
<p><img title="SoftwareMgr" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="416" alt="SoftwareMgr" src="http://www.susetips.com/wp-content/uploads/2010/03/SoftwareMgr.png" width="380" border="0" /> </p>
<p>Click on “Install” and then “Apply”.&#160; After installation, it somehow does not show up in your list of applications. Run a terminal session and type in “gm display” for the graphical interface.</p>
<p><img title="gm-display" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="290" alt="gm-display" src="http://www.susetips.com/wp-content/uploads/2010/03/gmdisplay.png" width="380" border="0" /> </p>
<p>Didn’t I say it was primitive! It works well for simple editing such as sharpening, viewing at the image histogram, saturation and so on.&#160; Give it a try, the interface may not be your cup of tea but maybe it is …</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/03/01/simple-image-editing-in-opensuse-graphicsmagick/">Simple Image Editing in OpenSuSE: GraphicsMagick</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/02/26/burning-iso-image-onto-cd-dvd/" rel="bookmark" title="Permanent Link: How to Burn ISO image onto CD / DVD">How to Burn ISO image onto CD / DVD</a></li><li><a href="http://www.susetips.com/2009/03/06/whats-the-difference-between-su-and-su/" rel="bookmark" title="Permanent Link: What’s the difference between “su” and “su –”?">What’s the difference between “su” and “su –”?</a></li><li><a href="http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/" rel="bookmark" title="Permanent Link: SUSE Studio : Create your own customized Linux OS">SUSE Studio : Create your own customized Linux OS</a></li><li><a href="http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/" rel="bookmark" title="Permanent Link: OpenSuse 11.2 is ready for release">OpenSuse 11.2 is ready for release</a></li><li><a href="http://www.susetips.com/2009/03/30/how-to-install-openofficeorg-in-sles-from-a-suse-linux-enterprise-desktop-iso-file/" rel="bookmark" title="Permanent Link: How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file">How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2010/03/01/simple-image-editing-in-opensuse-graphicsmagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install VirtualBox Guest Additions in OpenSuse 11.2</title>
		<link>http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/</link>
		<comments>http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 05:41:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/</guid>
		<description><![CDATA[VirtualBox Guest Additions allows users to get some excellent features like &#34;seamless mouse integration&#34;, shared folder access etc, between my host (Windows 7) and guest (OpenSuse 11.2), and increase the screen resolution from 800 X 600 to 1024×768. Besides that, the Guest Additions also improve its performance and cooperation with the rest of the Product. [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/">How to install VirtualBox Guest Additions in OpenSuse 11.2</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/virtualboxopensuse.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="virtualbox-opensuse" border="0" alt="virtualbox-opensuse" src="http://www.susetips.com/wp-content/uploads/2010/02/virtualboxopensuse_thumb.png" width="420" height="330" /></a> </p>
<p>VirtualBox Guest Additions allows users to get some excellent features like &quot;seamless mouse integration&quot;, shared folder access etc, between my host (Windows 7) and guest (OpenSuse 11.2), and increase the screen resolution from 800 X 600 to 1024×768. Besides that, the Guest Additions also improve its performance and cooperation with the rest of the Product. </p>
<p> <span id="more-209"></span>
<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/virtualboxopensuseguestaddition.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="virtualbox-opensuse-guest-addition" border="0" alt="virtualbox-opensuse-guest-addition" src="http://www.susetips.com/wp-content/uploads/2010/02/virtualboxopensuseguestaddition_thumb.jpg" width="420" height="262" /></a> </p>
<p>In order to install Virtual Box Guest Additions, firstly you should mount the VBoxGuestAdditions.iso from within the VirtualBox window. From the menu bar, go to Devices &gt; CD/DVD Devices and select VBoxGuestAdditions.iso. </p>
<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/virtualboxopensuseguestaddition2a.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="virtualbox-opensuse-guest-addition-2a" border="0" alt="virtualbox-opensuse-guest-addition-2a" src="http://www.susetips.com/wp-content/uploads/2010/02/virtualboxopensuseguestaddition2a_thumb.jpg" width="420" height="327" /></a> </p>
<p>Next, you will be presented a Window asking whether you want to run the software automatically. Click Run. </p>
<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/virtualboxopensuseguestaddition1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="virtualbox-opensuse-guest-addition-1" border="0" alt="virtualbox-opensuse-guest-addition-1" src="http://www.susetips.com/wp-content/uploads/2010/02/virtualboxopensuseguestaddition1_thumb.jpg" width="420" height="275" /></a> </p>
<p>Then, you will see the VBoxAdditions_3 icon displayed on your desktop.</p>
<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/virtualboxopensuseguestaddition2.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="virtualbox-opensuse-guest-addition-2" border="0" alt="virtualbox-opensuse-guest-addition-2" src="http://www.susetips.com/wp-content/uploads/2010/02/virtualboxopensuseguestaddition2_thumb.jpg" width="420" height="128" /></a> </p>
<p>In order to install VirtualBox Guest Additions, you got to be in the Root mode. In the console, type “<font size="2" face="Courier New">su –</font>“ followed by the administrator password. Then navigate to the media folder and type</p>
<p> “<font size="2" face="Courier New">./ VBoxLinuxAdditions-x86.run install</font>”</p>
<p>This should install the VirtualBox Guest Additions. In order for it to take effect, restart the openSUSE guest OS. You may notice right away after you restarted, your screen resolution has increased to 1024 X 768.</p>
<p>You can download VirtualBox from <a href="http://www.virtualbox.org/wiki/Downloads">here</a>.</p>
<p> <!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/">How to install VirtualBox Guest Additions in OpenSuse 11.2</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/" rel="bookmark" title="Permanent Link: How to run Windows software on OpenSuse">How to run Windows software on OpenSuse</a></li><li><a href="http://www.susetips.com/2009/07/20/installing-hp-laserjet-1020-printer-for-opensuse/" rel="bookmark" title="Permanent Link: Installing HP LaserJet 1020 Printer for OpenSuSE">Installing HP LaserJet 1020 Printer for OpenSuSE</a></li><li><a href="http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/" rel="bookmark" title="Permanent Link: OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop">OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Beginners Guide to Compiling Kernel on OpenSuSE 11.3">Beginners Guide to Compiling Kernel on OpenSuSE 11.3</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop</title>
		<link>http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/</link>
		<comments>http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 02:12:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/</guid>
		<description><![CDATA[OpenSuse project has released the latest milestone &#8211; Milestone 2 of its OpenSuse 11.3 which features Linux 2.6.33 and also the new KDE 4.4 Desktop. This new KDE desktop introduces a new netbook interface, native window tabbing and the KAuth authentication Framework, among other improvements and new applications. KDE 4.4’s Plasma Desktop Besides that, there [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/">OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/opensuse_43_digikam.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="opensuse_43_digikam" border="0" alt="opensuse_43_digikam" src="http://www.susetips.com/wp-content/uploads/2010/02/opensuse_43_digikam_thumb.jpg" width="420" height="320" /></a> </p>
<p>OpenSuse project has <a href="http://news.opensuse.org/2010/02/17/number-two-always-tries-harder-opensuse-milestone-2/">released</a> the latest milestone &#8211; Milestone 2 of its OpenSuse 11.3 which features Linux 2.6.33 and also the new KDE 4.4 Desktop. This new KDE desktop introduces a new netbook interface, native window tabbing and the KAuth authentication Framework, among other improvements and new applications.</p>
<p> <span id="more-188"></span>
<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/kde_44_plasma_main.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="kde_44_plasma_main" border="0" alt="kde_44_plasma_main" src="http://www.susetips.com/wp-content/uploads/2010/02/kde_44_plasma_main_thumb.jpg" width="420" height="270" /></a> </p>
<p align="center">KDE 4.4’s Plasma Desktop</p>
<p>Besides that, there are also updates to NetworkManager, ModemManager and other network related plug-ins which do not add features, but support more hardware and include bug fixes. Other updated packages include DigiKam, evolution, Mono, GnuTLS and libgphoto2. Developers will also find Bootchart 2.0.0.9, a tool for analysing slow system booting, included.</p>
<p>As per <a href="http://www.desktoplinux.com/news/NS7565943305.html">DesktopLinux</a>:</p>
<blockquote><p>The Novell-sponsored OpenSUSE project released Milestone 2 of its OpenSUSE 11.3, featuring Linux 2.6.33, GNOME 2.3 beta, and a new network security stack. OpenSUSE 11.3 Milestone 2 also debuts the new KDE 4.4 desktop, which adds a netbook interface, plus new tabbing and social networking features.</p>
<p>The OpenSUSE project, which acts as the community upstream source for Novell&#8217;s SUSE Linux, released Milestone 1 of version 11.3 in late January. OpenSUSE 11.3, which is scheduled for final release in July, offers upgraded versions of open source software including Linux 2.6.33, OpenOffice 3.2 Beta4, VirtualBox 3.1 beta 1, and Mono 2.6.</p>
<p>The release also includes the major new 4.4 release of the KDE desktop (see farther below), as well as the 2.30 beta 1 of the GNOME desktop. Live CDs with either environment are now said to be available. Plans for the upcoming Milestone 3, meanwhile, include the switch to GCC 4.5.0 as the default compiler, says the OpenSUSE project.</p>
</blockquote>
<p>To learn more about testing openSUSE, visit the<a href="http://en.opensuse.org/Testing"> Testing pages</a> on the openSUSE wiki.</p>
<p> <!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/">OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/" rel="bookmark" title="Permanent Link: OpenSuse 11.2 is ready for release">OpenSuse 11.2 is ready for release</a></li><li><a href="http://www.susetips.com/2010/02/23/how-to-install-gnome-desktop-environment-theme-in-opensuse-11-1/" rel="bookmark" title="Permanent Link: How to install GNOME desktop environment theme in OpenSuse 11.1">How to install GNOME desktop environment theme in OpenSuse 11.1</a></li><li><a href="http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/" rel="bookmark" title="Permanent Link: How to install VirtualBox Guest Additions in OpenSuse 11.2">How to install VirtualBox Guest Additions in OpenSuse 11.2</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/" rel="bookmark" title="Permanent Link: How to create shortcuts on Gnome desktop">How to create shortcuts on Gnome desktop</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install GNOME desktop environment theme in OpenSuse 11.1</title>
		<link>http://www.susetips.com/2010/02/23/how-to-install-gnome-desktop-environment-theme-in-opensuse-11-1/</link>
		<comments>http://www.susetips.com/2010/02/23/how-to-install-gnome-desktop-environment-theme-in-opensuse-11-1/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:43:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2010/02/23/how-to-install-gnome-desktop-environment-theme-in-opensuse-11-1/</guid>
		<description><![CDATA[Linux desktops in general offers users the capabilities to customize the operating system to meet any particular preferences. The OpenSUSE implementation of the GNOME desktop environment is no exception to this rule. The theme of a desktop defines how various aspects of the desktop appear such as Controls, Window Borders, Colors, Icons and Pointers. In [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/02/23/how-to-install-gnome-desktop-environment-theme-in-opensuse-11-1/">How to install GNOME desktop environment theme in OpenSuse 11.1</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/opensuse_theme.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="opensuse_theme" border="0" alt="opensuse_theme" src="http://www.susetips.com/wp-content/uploads/2010/02/opensuse_theme_thumb.jpg" width="420" height="320" /></a> </p>
<p>Linux desktops in general offers users the capabilities to customize the operating system to meet any particular preferences. The OpenSUSE implementation of the GNOME desktop environment is no exception to this rule.</p>
<p> <span id="more-182"></span>
<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/Opensuse_desktop_themes.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Opensuse_desktop_themes" border="0" alt="Opensuse_desktop_themes" src="http://www.susetips.com/wp-content/uploads/2010/02/Opensuse_desktop_themes_thumb.jpg" width="420" height="427" /></a> </p>
<p>The <i>theme</i> of a desktop defines how various aspects of the desktop appear such as Controls, Window Borders, Colors, Icons and Pointers. In order to change the GNOME desktop environment theme, Theme settings are configured from the <i>Appearance Preferences</i> screen accessed from the <i>Computer-&gt;Control Center-&gt;Appearance</i> option.</p>
<p>If you would like to download and install other themes via the Internet, a wide range of themes are available for download from <a href="http://art.gnome.org/themes">http://art.gnome.org/themes</a>. </p>
<p>The new theme can be installed one of two ways.</p>
<ol>
<li>Either click and drag the theme package from the desktop to the <i>Appearance Preferences</i> dialog to add the theme,</li>
<li>or click on the <i>Install&#8230;</i> button in <i>Appearance Preferences</i> and navigate to the location where the theme is installed.</li>
</ol>
<p>Once the theme has been added you will be asked if you wish to apply the new theme to the current desktop. Good luck trying it out! <img src='http://www.susetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p> <!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/02/23/how-to-install-gnome-desktop-environment-theme-in-opensuse-11-1/">How to install GNOME desktop environment theme in OpenSuse 11.1</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/" rel="bookmark" title="Permanent Link: OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop">OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop</a></li><li><a href="http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/" rel="bookmark" title="Permanent Link: How to create shortcuts on Gnome desktop">How to create shortcuts on Gnome desktop</a></li><li><a href="http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/" rel="bookmark" title="Permanent Link: How to run Windows software on OpenSuse">How to run Windows software on OpenSuse</a></li><li><a href="http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/" rel="bookmark" title="Permanent Link: How to install VirtualBox Guest Additions in OpenSuse 11.2">How to install VirtualBox Guest Additions in OpenSuse 11.2</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2010/02/23/how-to-install-gnome-desktop-environment-theme-in-opensuse-11-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install Gnome/KDE Desktop Environment on OpenSuse 11</title>
		<link>http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/</link>
		<comments>http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 09:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/</guid>
		<description><![CDATA[If you using OpenSuse and would like to switch from GNOME Desktop environment to KDE Desktop environment or vice versa, then this is a simple blog post for you. In general, you can install GNOME/KDE Desktop Environment during installing of OpenSuse or after installation of OpenSuse. You can also switch from one desktop environment to [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/opensusegnome.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="opensuse-gnome" border="0" alt="opensuse-gnome" src="http://www.susetips.com/wp-content/uploads/2010/02/opensusegnome_thumb.png" width="420" height="320" /></a> </p>
<p>If you using OpenSuse and would like to switch from GNOME Desktop environment to KDE Desktop environment or vice versa, then this is a simple blog post for you. </p>
<p> <span id="more-195"></span>
<p>In general, you can install GNOME/KDE Desktop Environment during installing of OpenSuse or after installation of OpenSuse. You can also switch from one desktop environment to another desktop environment easily.</p>
<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/Opensusedvdinstall.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Opensuse-dvd-install" border="0" alt="Opensuse-dvd-install" src="http://www.susetips.com/wp-content/uploads/2010/02/Opensusedvdinstall_thumb.png" width="420" height="343" /></a> </p>
<p><strong>During Installation :</strong>     <br />During installation process for OpenSuse, you can select which desktop environment you want as your default, or which one will automatically load when you log into OpenSUSE 11.0, at the &quot;Desktop Selection&quot; section.&#160; Continue through the installation and you will come to a section called &quot;Installation Overview&quot; (check the left column for this heading). On this screen, you will see all of the hardware, settings, configurations and software that is about to be installed (since it is the last step before installation). Click on the &quot;Change&#8230;&quot; button and the software packages will load. Once they load, scroll down in the left column until you find the heading &quot;Graphical Environments.&quot; Once you get there, check the following 2 packages:</p>
<p>To install Gnome:&#160; </p>
<ul>
<li>GNOME Base System </li>
<li>GNOME Desktop Environment </li>
</ul>
<p>To install KDE3:</p>
<ul>
<li>KDE3 Base System </li>
<li>KDE3 Desktop Environment </li>
</ul>
<p>To install KDE4:</p>
<ul>
<li>KDE4 Base System </li>
<li>KDE4 Desktop Environment </li>
</ul>
<p>Once you have checked them, click &quot;OK&quot; and finish the installation.</p>
<p><b>After Installation</b> </p>
<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/yastpackagemanager.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="yast-package-manager" border="0" alt="yast-package-manager" src="http://www.susetips.com/wp-content/uploads/2010/02/yastpackagemanager_thumb.jpg" width="420" height="253" /></a>     <br />The other method is after you have installed OpenSUSE 11.0. In order to install a new desktop environment, open YaST Package Manager, either by going into YaST (enter root password), go the &quot;Software&quot; section and then select &quot;Software Management&quot; or through the terminal by issuing the command: <font size="3" face="Courier New">su</font>, enter the root password, and then issuing the command: <font size="3" face="Courier New">yast2 –install</font>. Once you have YaST Package Manager open, the repositories will refresh. Once they finish, click the dropdown menu in the bottom-left of the window labeled: &quot;Groups.&quot; Select &quot;Patterns&quot; instead and wait for the left column to refresh. Now, scroll down in left menu until you find the heading &quot;Graphical Environments,&quot; select the following packages, and then press &quot;Install All&quot;: </p>
<p>To install Gnome: </p>
<ul>
<li>GNOME Base System</li>
<li>GNOME Desktop Environment </li>
</ul>
<p>To install KDE3:</p>
<ul>
<li>KDE3 Base System</li>
<li>KDE3 Desktop Environment</li>
</ul>
<p>To install KDE4:</p>
<ul>
<li>KDE4 Base System</li>
<li>KDE4 Desktop Environment</li>
</ul>
<p><b>Switching Between Environments</b>    <br />Switching between desktop environments is fairly easy. For example, if you would like to switch GNOME to KDE, before you login, you will see a link in the bottom-left of the screen labeled: &quot;Sessions.&quot; Click this, and a prompt will appear. Select the desktop environment you want to boot into and then enter your username and password. Once you do this, you will be asked if you want to make this session the default session: this means that if you make this session the default (weather you selected Gnome or KDE), that desktop environment will automatically load when you login, rather than having to into the session prompt and selecting it.</p>
<p>If you set OpenSUSE 11.0 to automatically log you in when it boots, this option will not appear. To disable the auto-login, open YaST and enter the root password in the prompt. Find the heading: &quot;Security and Users&quot; (you can jump to this heading by clicking the link the left column with the name &quot;Security and Users&quot;). Once the window loads, you will see the users on your OpenSUSE system. Click the dropdown labeled &quot;Expert Options&quot; and select the &quot;Login Settings.&quot; In this new window, uncheck &quot;Auto Login&quot; (you can also uncheck &quot;Passwordless Logins&quot; if you want OpenSUSE 11.0 to prompt you for your password when you enter your username; this is suggested for security reasons, so if it is checked, it is suggested that you uncheck it) and then press the &quot;OK&quot; button. Now, click the &quot;Finish&quot; button in the bottom-right. Now, when you boot your OpenSUSE 11.0 system, you will be prompted to enter your username and password (if you unchecked &quot;Passwordless Logins&quot; in the Expert User option window [see middle of the paragraph]) and you can click the &quot;Sessions&quot; link to change your desktop environment. [<a href="http://forums.opensuse.org/applications/391868-gnome-kde-opensuse-11-a.html">via</a>]</p>
<p> <!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2010/02/23/how-to-install-gnome-desktop-environment-theme-in-opensuse-11-1/" rel="bookmark" title="Permanent Link: How to install GNOME desktop environment theme in OpenSuse 11.1">How to install GNOME desktop environment theme in OpenSuse 11.1</a></li><li><a href="http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/" rel="bookmark" title="Permanent Link: OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop">OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop</a></li><li><a href="http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/" rel="bookmark" title="Permanent Link: How to run Windows software on OpenSuse">How to run Windows software on OpenSuse</a></li><li><a href="http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/" rel="bookmark" title="Permanent Link: How to install VirtualBox Guest Additions in OpenSuse 11.2">How to install VirtualBox Guest Additions in OpenSuse 11.2</a></li><li><a href="http://www.susetips.com/2010/03/01/simple-image-editing-in-opensuse-graphicsmagick/" rel="bookmark" title="Permanent Link: Simple Image Editing in OpenSuSE: GraphicsMagick">Simple Image Editing in OpenSuSE: GraphicsMagick</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to run Windows software on OpenSuse</title>
		<link>http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/</link>
		<comments>http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 12:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/</guid>
		<description><![CDATA[Wine is a free software application that aims to allow Unix-like computer operating systems to execute programs written for Microsoft Windows. Installation To install Wine in OpenSuse, go to Yast software search for wine and install it. You can also install Wine from the terminal as su type zypper in wine. If you want to [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/">How to run Windows software on OpenSuse</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2010/02/wineopensuse.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="wine-opensuse" border="0" alt="wine-opensuse" src="http://www.susetips.com/wp-content/uploads/2010/02/wineopensuse_thumb.jpg" width="420" height="300" /></a> </p>
<p>Wine is a free software application that aims to allow Unix-like computer operating systems to execute programs written for Microsoft Windows. </p>
<p> <span id="more-198"></span>
<p><strong>Installation</strong></p>
<p>To install Wine in OpenSuse, go to Yast software search for wine and install it. You can also install Wine from the terminal as su type zypper in wine. If you want to get the latest updates you need to add the wine repository <a href="http://en.opensuse.org/Additional_YaST_Package_Repositories#Wine">here</a></p>
<p><b>General setup up</b>     <br />For general setup of Wine, firstly you need to install wine. You may refer to the post above. Once it is installed press Allt+F2 and enter winecfg in the text field (you can do the same by entering it in a console)</p>
<ol>
<li>The first window shows the general settings. In the versions field </li>
<li>select Windows XP if it is not already selected Under about enter your name, you can leave the organization field empty if you want. You can enter your initials. </li>
<li>Set the sounds settings so that only AlSA is selected </li>
<li>In the Application tab you can add the applications you often use and set the default windows version for this i use &quot;global settings&quot; but feel free to experiment. </li>
<li>You can also add custom paths in the Desktop integration tab </li>
</ol>
<p><b>Installing Programs with wine</b>   <br />Installing programs with wine is almost exactly the same as in windows. You just click on the installer .exe file. The first time you do this it is a good idea to right click and choose other enter wine in the field and check remember application choice. Quite often you will not be able to run the latest version with wine. For example the latest version of Photoshop is CS4 but wine will only run up to CS2. [<a href="http://forums.opensuse.org/new-user-how-faq-read-only/advanced-how-faq-read-only/409110-wine-windows-apps-linux.html">via</a>] <!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/">How to run Windows software on OpenSuse</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2010/03/01/simple-image-editing-in-opensuse-graphicsmagick/" rel="bookmark" title="Permanent Link: Simple Image Editing in OpenSuSE: GraphicsMagick">Simple Image Editing in OpenSuSE: GraphicsMagick</a></li><li><a href="http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/" rel="bookmark" title="Permanent Link: How to create shortcuts on Gnome desktop">How to create shortcuts on Gnome desktop</a></li><li><a href="http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/" rel="bookmark" title="Permanent Link: How to install VirtualBox Guest Additions in OpenSuse 11.2">How to install VirtualBox Guest Additions in OpenSuse 11.2</a></li><li><a href="http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Beginners Guide to Compiling Kernel on OpenSuSE 11.3">Beginners Guide to Compiling Kernel on OpenSuSE 11.3</a></li><li><a href="http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/" rel="bookmark" title="Permanent Link: OpenSuse 11.2 is ready for release">OpenSuse 11.2 is ready for release</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSuse 11.2 is ready for release</title>
		<link>http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/</link>
		<comments>http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 12:13:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/</guid>
		<description><![CDATA[The much anticipated OpenSUSE 11.2 is scheduled for the final release in November. The last milestone for OpenSUSE was the OpenSUSE 11.2 Milestone 8 (M8) which features numerous bug fixes, Linux kernel 2.6.31, improved partioning, social networking clients, and new versions of packages including GNOME 2.28, says the project. OpenSUSE which was launched in 2005 [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/">OpenSuse 11.2 is ready for release</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/10/opensuse112_gnome.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="opensuse112_gnome" border="0" alt="opensuse112_gnome" src="http://www.susetips.com/wp-content/uploads/2009/10/opensuse112_gnome_thumb.jpg" width="420" height="340" /></a> </p>
<p>The much anticipated OpenSUSE 11.2 is scheduled for the final release in November. The last milestone for OpenSUSE was the <a href="http://news.opensuse.org/2009/10/01/opensuse-11-2-milestone-8-released/">OpenSUSE 11.2 Milestone 8 (M8)</a> which features numerous bug fixes, Linux kernel 2.6.31, improved partioning, social networking clients, and new versions of packages including GNOME 2.28, says the project.</p>
<p> <span id="more-177"></span>
<p><a href="http://www.susetips.com/wp-content/uploads/2009/10/opensuse112_yast.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="opensuse112_yast" border="0" alt="opensuse112_yast" src="http://www.susetips.com/wp-content/uploads/2009/10/opensuse112_yast_thumb.jpg" width="420" height="320" /></a> </p>
<p>OpenSUSE which was launched in 2005 by Novell as a community version of SUSE Linux, had its last major release in June 2008 with version 11.0, which was issued in final form in June 2008. Version 11.0 featured 200 new features, a redesigned installer, KDE 4.0, GNOME 2.2.2, and the Compiz Fusion 3D window manager.</p>
<p>OpenSUSE 11.2 offers partitioning and filesystems enhancements, as well as the coronation of ext4 as the default file system, and early support for the Btrfs filesystem. Other OpenSUSE improvements include interface enhancements to the YaST partioner interface, improved package management and mirror handling, and Zypper command line enhancements. Besides that, OpenSUSE 11.2 also offers improved social networking clients, with GNOME&#8217;s Gwibber supporting Facebook, Twitter and Identi.ca., and KDE&#8217;s Choqok client supporting Twitter and Identi.ca.</p>
<p>OpenSUSE 11.2 Milestone 8 is available to download for 32 and 64 bit x86 systems as a DVD or LiveCD image, <a href="http://software.opensuse.org/developer"><u>here</u></a>, with the final release expected in November 2009.</p>
<p> <!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/">OpenSuse 11.2 is ready for release</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/" rel="bookmark" title="Permanent Link: OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop">OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop</a></li><li><a href="http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/" rel="bookmark" title="Permanent Link: SUSE Studio : Create your own customized Linux OS">SUSE Studio : Create your own customized Linux OS</a></li><li><a href="http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/" rel="bookmark" title="Permanent Link: How to create shortcuts on Gnome desktop">How to create shortcuts on Gnome desktop</a></li><li><a href="http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/" rel="bookmark" title="Permanent Link: Opensuse 11.1 KDE4 Reloaded">Opensuse 11.1 KDE4 Reloaded</a></li><li><a href="http://www.susetips.com/about/" rel="bookmark" title="Permanent Link: About Us">About Us</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opensuse 11.1 KDE4 Reloaded</title>
		<link>http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/</link>
		<comments>http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 03:47:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/</guid>
		<description><![CDATA[OpenSUSE 11.2 will be released in two months, however the recently released of OpenSUSE 11.1 KDE4 Reloaded images allows us to have a good preview of the upcoming 11.2 version. openSUSE 11.1 KDE4 Reloaded includes KDE 4.3.1, Firefox 3.5 and all the online updates which have been released for openSUSE 11.1. Also included are applications [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/">Opensuse 11.1 KDE4 Reloaded</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/09/openSUSE_11_2.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="openSUSE_11_2" border="0" alt="openSUSE_11_2" src="http://www.susetips.com/wp-content/uploads/2009/09/openSUSE_11_2_thumb.jpg" width="420" height="320" /></a> </p>
<p>OpenSUSE 11.2 will be released in two months, however the recently released of OpenSUSE 11.1 KDE4 Reloaded images allows us to have a good preview of the upcoming 11.2 version.</p>
<p> <span id="more-172"></span>
<p><embed src="http://blip.tv/play/hIsigZW3agI" type="application/x-shockwave-flash" width="400" height="390" allowscriptaccess="always" allowfullscreen="true"></embed> </p>
<p>openSUSE 11.1 <a href="http://www.kde.org/announcements/4.3/">KDE4</a> Reloaded includes KDE 4.3.1, Firefox 3.5 and all the online updates which have been released for openSUSE 11.1. Also included are applications like Amarok, Digikam, KNetworkManager &amp; the new Qt4-based YaST Control Center. Other additional applications are like Choqok, Kompare, Marble &amp; Okteta could be added with a new and more efficient compression algorithm.</p>
<p>These installable Live-CDs are useful for people who want to test out KDE 4.3 and users who are doing new installs and want the most recent openSUSE updates straight out of the box, saving a lot of installation time. New in this version is that the images <a href="http://lizards.opensuse.org/2009/08/05/hybrid-live-systems/">can be also dumped to a USB stick</a> and booted from there.</p>
<p> <!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/">Opensuse 11.1 KDE4 Reloaded</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2009/10/04/opensuse-11-2-is-ready-for-release/" rel="bookmark" title="Permanent Link: OpenSuse 11.2 is ready for release">OpenSuse 11.2 is ready for release</a></li><li><a href="http://www.susetips.com/about/" rel="bookmark" title="Permanent Link: About Us">About Us</a></li><li><a href="http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/" rel="bookmark" title="Permanent Link: OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop">OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop</a></li><li><a href="http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/" rel="bookmark" title="Permanent Link: How to install VirtualBox Guest Additions in OpenSuse 11.2">How to install VirtualBox Guest Additions in OpenSuse 11.2</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing HP LaserJet 1020 Printer for OpenSuSE</title>
		<link>http://www.susetips.com/2009/07/20/installing-hp-laserjet-1020-printer-for-opensuse/</link>
		<comments>http://www.susetips.com/2009/07/20/installing-hp-laserjet-1020-printer-for-opensuse/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 03:41:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/07/20/installing-hp-laserjet-1020-printer-for-opensuse/</guid>
		<description><![CDATA[Printers such as the HP LaserJet 1020 (1000, 1005, 1018, 1022 inclusive) are usually detected by the various Linux distribution.&#160; However, there seem to have little success in ensuring that the printer drivers installed works. Luckily for us, there is a driver that works very well with OpenSuSE (I have also tried it with Ubuntu [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/07/20/installing-hp-laserjet-1020-printer-for-opensuse/">Installing HP LaserJet 1020 Printer for OpenSuSE</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Printers such as the HP LaserJet 1020 (1000, 1005, 1018, 1022 inclusive) are usually detected by the various Linux distribution.&#160; However, there seem to have little success in ensuring that the printer drivers installed works.</p>
<p><img title="foo2zjs" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="287" alt="foo2zjs" src="http://www.susetips.com/wp-content/uploads/2009/07/foo2zjs.jpg" width="380" border="0" /> </p>
<p> <span id="more-169"></span>
<p>Luckily for us, there is a driver that works very well with OpenSuSE (I have also tried it with Ubuntu and SuSE Enterprise) and it can be found <a href="http://foo2zjs.rkkda.com/">here</a>.</p>
<p>Installing has never failed for me and the steps are basically (detailed instructions can be found at that site),</p>
<ul>
<li>Download it </li>
<li>Untar it </li>
<li>make </li>
<li>sudo make install </li>
<li>sudo make install-hotplug </li>
<li>make cups </li>
<li>yast2 printer </li>
</ul>
<p><img title="Printer Configurations - YaST" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="336" alt="Printer Configurations - YaST" src="http://www.susetips.com/wp-content/uploads/2009/07/PrinterConfigurationsYaST.png" width="380" border="0" /> </p>
<p>It has been working for me each time I install a new PC/Server with SuSE or OpenSuSE.&#160; Great tool and please do donate to their effort.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/07/20/installing-hp-laserjet-1020-printer-for-opensuse/">Installing HP LaserJet 1020 Printer for OpenSuSE</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/" rel="bookmark" title="Permanent Link: How to run Windows software on OpenSuse">How to run Windows software on OpenSuse</a></li><li><a href="http://www.susetips.com/2010/11/03/installing-google-chromium-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Installing Google Chromium on OpenSuSE 11.3">Installing Google Chromium on OpenSuSE 11.3</a></li><li><a href="http://www.susetips.com/2010/11/30/installing-sysbench-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Installing SysBench on OpenSuSE 11.3">Installing SysBench on OpenSuSE 11.3</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/" rel="bookmark" title="Permanent Link: Opensuse 11.1 KDE4 Reloaded">Opensuse 11.1 KDE4 Reloaded</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/07/20/installing-hp-laserjet-1020-printer-for-opensuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to start services automatically at boot?</title>
		<link>http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/</link>
		<comments>http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 02:56:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/</guid>
		<description><![CDATA[In the traditional sense, when we want to include a new service at boot time, we looked into the /etc/init.d/ directory and figure out where to put it.&#160; (I tend to look and figure it out as it changes over the years). In many other distribution, they provide various ways to do this and to [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/">How to start services automatically at boot?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In the traditional sense, when we want to include a new service at boot time, we looked into the <font face="Courier New">/etc/init.d/</font> directory and figure out where to put it.&#160; (I tend to look and figure it out as it changes over the years).</p>
<p> <span id="more-166"></span>
<p>In many other distribution, they provide various ways to do this and to ensure that it is correctly configured.&#160; In SuSE and OpenSuSE, they provided the command <font face="Courier New">insserv</font> for this purpose.</p>
<blockquote><p><font face="Courier New"># insserv –r hwscan</font></p>
</blockquote>
<p>If you would like to stop the scanning of hardware configuration at boot time.&#160; Normally, this is turned on but when you have the server configured and running optimally, you may want to disable it to ensure a faster boot up time.&#160; To start it again at boot up time, just</p>
<blockquote><p><font face="Courier New"># insserv hwscan</font></p>
</blockquote>
<p>Of course, YAST also provide this, go to YaST Control Center –&gt; System –&gt; System Services (Runlevel).</p>
<p><img title="Screenshot-System Services (Runlevel)_ Services - YaST" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="330" alt="Screenshot-System Services (Runlevel)_ Services - YaST" src="http://www.susetips.com/wp-content/uploads/2009/06/screenshotsystemservicesrunlevel-servicesyast.png" width="320" border="0" /> </p>
<p>Where you can enable/disable the services.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/">How to start services automatically at boot?</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/" rel="bookmark" title="Permanent Link: Manually Starting and Stopping Services in Suse/OpenSuse">Manually Starting and Stopping Services in Suse/OpenSuse</a></li><li><a href="http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/" rel="bookmark" title="Permanent Link: How to mount NFS Filesystems at Boot Time">How to mount NFS Filesystems at Boot Time</a></li><li><a href="http://www.susetips.com/2009/04/09/adding-applications-to-favorites-applications/" rel="bookmark" title="Permanent Link: Adding applications to “Favorites Applications”">Adding applications to “Favorites Applications”</a></li><li><a href="http://www.susetips.com/2009/02/24/how-to-configure-yast-firewall-for-bittorrent/" rel="bookmark" title="Permanent Link: How to configure YaST firewall for BitTorrent">How to configure YaST firewall for BitTorrent</a></li><li><a href="http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/" rel="bookmark" title="Permanent Link: How to setup and enable OpenSSH">How to setup and enable OpenSSH</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Differential backup script sample</title>
		<link>http://www.susetips.com/2009/05/29/differential-backup-script-sample/</link>
		<comments>http://www.susetips.com/2009/05/29/differential-backup-script-sample/#comments</comments>
		<pubDate>Fri, 29 May 2009 15:01:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/05/29/differential-backup-script-sample/</guid>
		<description><![CDATA[We should regularly backup our servers (and PCs and notebooks) and if you are running a production server, backing up as regularly as possible should be considered.  However, backing corporate servers which are full of emails or shared documents can take hours.  We can probably only do so on the weekends.  So, what happens when [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/05/29/differential-backup-script-sample/">Differential backup script sample</a></p>
]]></description>
			<content:encoded><![CDATA[<p>We should regularly backup our servers (and PCs and notebooks) and if you are running a production server, backing up as regularly as possible should be considered.  However, backing corporate servers which are full of emails or shared documents can take hours.  We can probably only do so on the weekends.  So, what happens when we need to restore some data at the end of the work week?  Does it mean that we will loose all our data that we created or modified earlier on in the week, since we only have last week’s backup?<br />
<span id="more-162"></span><br />
<img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="TDK4170" src="http://www.susetips.com/wp-content/uploads/2009/05/tdk4170.jpg" border="0" alt="TDK4170" width="320" height="278" /></p>
<p>In reality, we don’t need to do a “full” backup each time we backup our servers, we can do “differential” backups.  Differential backups are basically backups of of all the changes since the last “full” backup.  In other words, only the difference since the last “full” backup.</p>
<p>A simple script to do differential backups for users’ home directory from Monday to Thursday and full backups on a Friday is as below.</p>
<p align="left"><span style="font-family: 'Courier New'; color: #2c89a0;">#!/bin/bash<br />
if [ `date +%w` -eq 5 ] ; then<br />
if tar -cf /tmp/bck-full-`date +%F`.tar /home ; then<br />
touch /var/log/bck/last-bck<br />
tar -tf /tmp/bck-full-`date +%F`.tar &gt; \<br />
</span><span style="font-family: 'Courier New'; color: #2c89a0;"> /var/log/bck/bck-`date +%F`.log<br />
else<br />
mail -s &#8220;Backup failed&#8221; root &lt; ~<br />
fi<br />
elif [ `date +%w` -gt 0 ] &amp;&amp; [ `date +%w` -lt 5 ] ; then<br />
find /home -type f -newer /var/log/bck/last-bck | \<br />
tar -cf /tmp/bck-diff-`date +%F`.tar -T -<br />
if [ $? ] ; then<br />
tar -tf /tmp/bck-diff-`date +%F`.tar &gt; \<br />
/var/log/bck/bck-`date +%F`.log<br />
else<br />
mail -s &#8220;Backup failed&#8221; root &lt; ~<br />
fi<br />
fi</span></p>
<p>Of course, you will need to ensure that those directories used are already there and run the backups as root.  (Note, script edited to fit the width of this posting, so if you have errors, please leave a comment).<br />
<!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/05/29/differential-backup-script-sample/">Differential backup script sample</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/05/05/automatically-dating-your-tar-backups/" rel="bookmark" title="Permanent Link: Automatically dating your tar backups">Automatically dating your tar backups</a></li><li><a href="http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/" rel="bookmark" title="Permanent Link: How to create user with password assigned">How to create user with password assigned</a></li><li><a href="http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/" rel="bookmark" title="Permanent Link: How to remove GRUB from MBR of Hard Drive">How to remove GRUB from MBR of Hard Drive</a></li><li><a href="http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/" rel="bookmark" title="Permanent Link: Manually Starting and Stopping Services in Suse/OpenSuse">Manually Starting and Stopping Services in Suse/OpenSuse</a></li><li><a href="http://www.susetips.com/2009/04/04/tripwire-open-source-security-utility/" rel="bookmark" title="Permanent Link: Tripwire : Open Source Security Utility">Tripwire : Open Source Security Utility</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/05/29/differential-backup-script-sample/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automatically dating your tar backups</title>
		<link>http://www.susetips.com/2009/05/05/automatically-dating-your-tar-backups/</link>
		<comments>http://www.susetips.com/2009/05/05/automatically-dating-your-tar-backups/#comments</comments>
		<pubDate>Wed, 06 May 2009 05:38:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compression]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/05/05/automatically-dating-your-tar-backups/</guid>
		<description><![CDATA[Normally, we use the tar command coupled with some compression program such as gzip to create a backup of our directories. I.e. # tar -cf /var/log/backup/tux.tar /home/tux to backup the home directory of the user tux into the directory&#160; /var/log/backup. However, if we are going to do this on a regular basis, we will be [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/05/05/automatically-dating-your-tar-backups/">Automatically dating your tar backups</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Normally, we use the <font face="Courier New">tar</font> command coupled with some compression program such as <font face="Courier New">gzip</font> to create a backup of our directories. I.e.</p>
<blockquote><p># tar -cf /var/log/backup/tux.tar /home/tux</p>
</blockquote>
<p>to backup the home directory of the user <font face="Courier New">tux</font> into the directory&#160; <font face="Courier New">/var/log/backup</font>. </p>
<p> <span id="more-159"></span>
<p>However, if we are going to do this on a regular basis, we will be overwriting the file <font face="Courier New">tux.tar</font>.&#160; This would mean that we will only have one snapshot of the user <font face="Courier New">tux</font> home directory.</p>
<p>To keep copies of backups from different times, you will need to use different filenames, preferably with a date indicator.&#160; You can easily do this by,</p>
<blockquote><p><font face="Courier New"># tar –cf /var/log/backup/tux-<strong>`date +%F`</strong>.tar /home/tux</font></p>
</blockquote>
<p>Of course, if you backup a few times within the day, then you may want to use a different option from the <font face="Courier New"><strong>+%F</strong></font> format option.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/05/05/automatically-dating-your-tar-backups/">Automatically dating your tar backups</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/05/29/differential-backup-script-sample/" rel="bookmark" title="Permanent Link: Differential backup script sample">Differential backup script sample</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/" rel="bookmark" title="Permanent Link: How to start services automatically at boot?">How to start services automatically at boot?</a></li><li><a href="http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/" rel="bookmark" title="Permanent Link: How to mount NFS Filesystems at Boot Time">How to mount NFS Filesystems at Boot Time</a></li><li><a href="http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/" rel="bookmark" title="Permanent Link: How to create shortcuts on Gnome desktop">How to create shortcuts on Gnome desktop</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/05/05/automatically-dating-your-tar-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short and quick tutorial for the command “touch”</title>
		<link>http://www.susetips.com/2009/05/05/short-and-quick-tutorial-for-the-command-touch/</link>
		<comments>http://www.susetips.com/2009/05/05/short-and-quick-tutorial-for-the-command-touch/#comments</comments>
		<pubDate>Wed, 06 May 2009 05:19:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/05/05/short-and-quick-tutorial-for-the-command-touch/</guid>
		<description><![CDATA[The touch command is typically used for 2 purposes, to create a new file and to modify the access and modification times of the file.&#160; If the file already exist, it will update the&#160; both the access and modification times of the file and if it does not exist, it will create a new file.&#160; [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/05/05/short-and-quick-tutorial-for-the-command-touch/">Short and quick tutorial for the command “touch”</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The <font face="Courier New">touch</font> command is typically used for 2 purposes, to create a new file and to modify the access and modification times of the file.&#160; If the file already exist, it will update the&#160; both the access and modification times of the file and if it does not exist, it will create a new file.&#160; The latter is probably the most common usage of the command.</p>
<p><img title="touch" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="85" alt="touch" src="http://www.susetips.com/wp-content/uploads/2009/05/touch.jpg" width="320" border="0" /> </p>
<p> <span id="more-157"></span>
<p>For example, to update the access and modification time stamp on a file to the current time;</p>
<blockquote><p><font face="Courier New"># touch helloworld.c</font></p>
</blockquote>
<p>You can also use a specific time by using the <font face="Courier New"><strong>–t</strong></font> option or just modify either the access or modification time only, using the <font face="Courier New"><strong>–a</strong></font> and <font face="Courier New"><strong>–m</strong></font> options respectively.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/05/05/short-and-quick-tutorial-for-the-command-touch/">Short and quick tutorial for the command “touch”</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “find”">Short and quick tutorial for the command “find”</a></li><li><a href="http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “tar”">Short and quick tutorial for the command “tar”</a></li><li><a href="http://www.susetips.com/2009/04/17/using-the-date-command-and-its-options/" rel="bookmark" title="Permanent Link: Using the “date” command and it’s % options">Using the “date” command and it’s % options</a></li><li><a href="http://www.susetips.com/2009/05/29/differential-backup-script-sample/" rel="bookmark" title="Permanent Link: Differential backup script sample">Differential backup script sample</a></li><li><a href="http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/" rel="bookmark" title="Permanent Link: Using command output with backquotes">Using command output with backquotes</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/05/05/short-and-quick-tutorial-for-the-command-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using command output with backquotes</title>
		<link>http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/</link>
		<comments>http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/#comments</comments>
		<pubDate>Wed, 06 May 2009 03:43:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/</guid>
		<description><![CDATA[The backquote (`), which is quite alien to most Windows users, is the key just below the top left hand side ESC key on your keyboard.  This is a useful key to use when you want to use the standard output of a UNIX/LINUX command as part of another command. For example, if you want [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/">Using command output with backquotes</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The backquote (`), which is quite alien to most Windows users, is the key just below the top left hand side ESC key on your keyboard.  This is a useful key to use when you want to use the standard output of a UNIX/LINUX command as part of another command.</p>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="DSC00380-1" src="http://www.susetips.com/wp-content/uploads/2009/05/dsc003801.jpg" border="0" alt="DSC00380-1" width="320" height="497" /></p>
<p><span id="more-154"></span></p>
<p>For example, if you want to output the results of an addition.</p>
<blockquote><p><span style="font-family: Courier New;"># expr 10 + 42<br />
# 52</span></p></blockquote>
<p>If you would like to make it fancier,</p>
<blockquote><p><span style="font-family: Courier New;"># echo “The sum is <span style="color: #ff0000;">`</span>expr 10 + 42<span style="color: #ff0000;">`</span>”<br />
The sum is 52</span></p></blockquote>
<p>Note the backquotes (in <span style="color: #ff0000;">red</span>).</p>
<p><!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/">Using command output with backquotes</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/17/using-the-date-command-and-its-options/" rel="bookmark" title="Permanent Link: Using the “date” command and it’s % options">Using the “date” command and it’s % options</a></li><li><a href="http://www.susetips.com/2009/04/19/using-redirections-21-part-2-of-2/" rel="bookmark" title="Permanent Link: Using redirections: 2>&#038;1 (Part 2 of 2)">Using redirections: 2>&#038;1 (Part 2 of 2)</a></li><li><a href="http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “tar”">Short and quick tutorial for the command “tar”</a></li><li><a href="http://www.susetips.com/2009/04/19/using-redirections-part-1-of-2/" rel="bookmark" title="Permanent Link: Using redirections; <, >, >> (Part 1 of 2)">Using redirections; <, >, >> (Part 1 of 2)</a></li><li><a href="http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “find”">Short and quick tutorial for the command “find”</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create shortcuts on Gnome desktop</title>
		<link>http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/</link>
		<comments>http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 01:51:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/</guid>
		<description><![CDATA[Shortcuts on Linux is known as soft links and traditionally, this can be achieved by using the “ln –s” command and option.&#160; You can also achieve this on the Gnome desktop using the mouse only.&#160; However, unlike the Windows way to create a shortcut where you right click on the folder/file and near the bottom [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/">How to create shortcuts on Gnome desktop</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Shortcuts on Linux is known as soft links and traditionally, this can be achieved by using the “<font face="Courier New">ln –s</font>” command and option.&#160; You can also achieve this on the Gnome desktop using the mouse only.&#160; However, unlike the Windows way to create a shortcut where you right click on the folder/file and near the bottom of the list there is the option to “Create Shortcut”.</p>
<p><img title="windows-part" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="278" alt="windows-part" src="http://www.susetips.com/wp-content/uploads/2009/04/windowspart.png" width="380" border="0" /> </p>
<p> <span id="more-151"></span>
<p>In Gnome, the middle mouse button is used for this purposes (if you have a mouse that’s only 2 buttons, you can generally click on both to simulate the middle mouse button).&#160; As an example, OpenSuSE and SuSE both automatically mounts the Windows partition and assuming that you want to create a shortcut to these Windows partition on your desktop, you first select the Windows partition (as above).</p>
<p><img title="dragged" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="234" alt="dragged" src="http://www.susetips.com/wp-content/uploads/2009/04/dragged.jpg" width="380" border="0" /> </p>
<p>Click (using the middle mouse button) and drag the mounted Windows directory to your desktop.&#160; Release the mouse button and select the “Link Here” option.</p>
<p><img title="Link-Here" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="238" alt="Link-Here" src="http://www.susetips.com/wp-content/uploads/2009/04/linkhere.jpg" width="220" border="0" /> </p>
<p>The shortcut to your selected Windows partition will be on your desktop.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/">How to create shortcuts on Gnome desktop</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2010/02/23/how-to-install-gnome-desktop-environment-theme-in-opensuse-11-1/" rel="bookmark" title="Permanent Link: How to install GNOME desktop environment theme in OpenSuse 11.1">How to install GNOME desktop environment theme in OpenSuse 11.1</a></li><li><a href="http://www.susetips.com/2009/04/09/adding-applications-to-favorites-applications/" rel="bookmark" title="Permanent Link: Adding applications to “Favorites Applications”">Adding applications to “Favorites Applications”</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2009/02/25/open-special-locations-in-nautilus-with-uri/" rel="bookmark" title="Permanent Link: Open Special Locations in Nautilus with URI">Open Special Locations in Nautilus with URI</a></li><li><a href="http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/" rel="bookmark" title="Permanent Link: OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop">OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mount NFS Filesystems at Boot Time</title>
		<link>http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/</link>
		<comments>http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 12:42:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[NFS]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/</guid>
		<description><![CDATA[Network File System (NFS) is a network file system protocol originally developed by Sun Microsystems in 1984. With NFS, clients can mount filesystems across the network that are being offered by NFS servers and can work with them as if they were filesystems mounted from local disks. NFS is a simple and widely used method [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/">How to mount NFS Filesystems at Boot Time</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Network File System (NFS) is a network file system protocol originally developed by Sun Microsystems in 1984. With NFS, clients can mount filesystems across the network that are being offered by NFS servers and can work with them as if they were filesystems mounted from local disks. NFS is a simple and widely used method of sharing files across the network.</p>
<p><span id="more-146"></span>
<p>It is possible that you may want to mount particular NFS filesystems at boot time. You may also want to allow non-root users on the client to mount NFS shares themselves. In either of these cases, you will need to include a suitable entry in the file <font face="Courier New">/etc/fstab</font>. Just as this file controls the local filesystems that are to be mounted, it can also control the mounting of NFS shares.
<p>For example, with this entry in <font face="Courier New">/etc/fstab</font> on the client:</p>
<blockquote><p><font face="Courier New">susetips:/test /testmount nfs user,noauto,ro 0 0</font></p>
</blockquote>
<p>any user on the client can mount (read-only) the specified directory from susetips on the specified mount point simply by issuing the command mount /testmount.</p>
<p>To force the directory to be mounted automatically, you might use the following:</p>
<blockquote><p><font face="Courier New">susetips:/test /testmount nfs rw 0 0</font></p>
</blockquote>
<p>This line in <font face="Courier New">/etc/fstab</font> ensures that the NFS share is mounted read-write whenever the system boots, provided that the service <font face="Courier New">nfs </font>is set to start in runlevel 3 on the client.</p>
<p><!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/">How to mount NFS Filesystems at Boot Time</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/" rel="bookmark" title="Permanent Link: How to start services automatically at boot?">How to start services automatically at boot?</a></li><li><a href="http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/" rel="bookmark" title="Permanent Link: How to reset forgotten root password in SuSE Enterprise Server">How to reset forgotten root password in SuSE Enterprise Server</a></li><li><a href="http://www.susetips.com/2009/02/16/recover-opensuse-lost-root-password/" rel="bookmark" title="Permanent Link: How to recover OpenSuse Lost Root Password">How to recover OpenSuse Lost Root Password</a></li><li><a href="http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/" rel="bookmark" title="Permanent Link: How to remove GRUB from MBR of Hard Drive">How to remove GRUB from MBR of Hard Drive</a></li><li><a href="http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Beginners Guide to Compiling Kernel on OpenSuSE 11.3">Beginners Guide to Compiling Kernel on OpenSuSE 11.3</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking screenshots in SuSE</title>
		<link>http://www.susetips.com/2009/04/19/taking-screenshots-in-suse/</link>
		<comments>http://www.susetips.com/2009/04/19/taking-screenshots-in-suse/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 05:51:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[utility]]></category>
		<category><![CDATA[desktop]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/19/taking-screenshots-in-suse/</guid>
		<description><![CDATA[SuSE Enterprise Linux Server comes with this simple yet effective tool to assist you to take screenshots.&#160; This is basically the same as using the “Print Screen” button and it can also be used to take a shot of the windows only, like using “Alt-Print Screen”. The application has a camera as the icon and [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/19/taking-screenshots-in-suse/">Taking screenshots in SuSE</a></p>
]]></description>
			<content:encoded><![CDATA[<p>SuSE Enterprise Linux Server comes with this simple yet effective tool to assist you to take screenshots.&#160; This is basically the same as using the “Print Screen” button and it can also be used to take a shot of the windows only, like using “Alt-Print Screen”.</p>
<p><img title="take-screenshot" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="332" alt="take-screenshot" src="http://www.susetips.com/wp-content/uploads/2009/04/takescreenshot.png" width="380" border="0" /> </p>
<p> <span id="more-142"></span>
<p>The application has a camera as the icon and is called “Take Screenshot”.&#160; It can be found through the Application browser under the System category.&#160; The advantage of using this over the “Print Screen” button method is that <strong><em>you can specify the time lag</em></strong> before the system takes a screen shot.</p>
<p><img title="take-screenshot-2" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="320" alt="take-screenshot-2" src="http://www.susetips.com/wp-content/uploads/2009/04/takescreenshot2.png" width="380" border="0" /> </p>
<p>It is also able to produce simple effects such as applying a drop shadow or a border.&#160; This is only available if you select “Grab the current window” option.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/19/taking-screenshots-in-suse/">Taking screenshots in SuSE</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/" rel="bookmark" title="Permanent Link: SUSE Studio : Create your own customized Linux OS">SUSE Studio : Create your own customized Linux OS</a></li><li><a href="http://www.susetips.com/about/" rel="bookmark" title="Permanent Link: About Us">About Us</a></li><li><a href="http://www.susetips.com/2010/03/01/simple-image-editing-in-opensuse-graphicsmagick/" rel="bookmark" title="Permanent Link: Simple Image Editing in OpenSuSE: GraphicsMagick">Simple Image Editing in OpenSuSE: GraphicsMagick</a></li><li><a href="http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/" rel="bookmark" title="Permanent Link: How to setup and enable OpenSSH">How to setup and enable OpenSSH</a></li><li><a href="http://www.susetips.com/2009/03/23/novell-launches-suse-11/" rel="bookmark" title="Permanent Link: Novell Launches SuSE 11">Novell Launches SuSE 11</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/19/taking-screenshots-in-suse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using redirections: 2&gt;&amp;1 (Part 2 of 2)</title>
		<link>http://www.susetips.com/2009/04/19/using-redirections-21-part-2-of-2/</link>
		<comments>http://www.susetips.com/2009/04/19/using-redirections-21-part-2-of-2/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 05:21:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/19/using-redirections-21-part-2-of-2/</guid>
		<description><![CDATA[If you go through enough shell scripts, you will notice the frequent use of 2&#62;&#38;1.&#160; What does it mean and how it works? We have briefly introduced standard in (stdin) and standard out (stdout).&#160; In the command line interface and also in shell programming, these are represented as follows: 0 Standard In (STDIN) 1 Standard [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/19/using-redirections-21-part-2-of-2/">Using redirections: 2>&#038;1 (Part 2 of 2)</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you go through enough shell scripts, you will notice the frequent use of 2&gt;&amp;1.&#160; What does it mean and how it works?</p>
<p>We have briefly introduced standard in (stdin) and standard out (stdout).&#160; In the command line interface and also in shell programming, these are represented as follows:</p>
<ul>
<li>0 Standard In (STDIN) </li>
<li>1 Standard Out (STDOUT) </li>
<li>2 Standard Error (STDERR) </li>
</ul>
<p> <span id="more-139"></span>
<p>The <font face="Courier New">2&gt;&amp;1</font> basically means that to redirect standard error (STDERR) to standard out (STDOUT).&#160; We use <font face="Courier New">tar</font> to archive the home directory of the user <font face="Courier New">susetips</font> and redirect the verbose output to a file <font face="Courier New">bak.log</font> as an example;</p>
<blockquote><p><font face="Courier New"># tar cvf susetips.bak /home/susetips &gt;&gt; bak.log        <br />tar: Removing leading ‘/’ from member names</font></p>
</blockquote>
<p>The command above basically kept a listing of the files that were backed up in the file <font face="Courier New">bak.log</font>.&#160; This file can be kept as a reference to know what files were actually backed up.&#160; However, there’s a message from the <font face="Courier New">tar</font> command that still appeared on the terminal.&#160; This message is a warning/error message that outputs to STDERR, which in this case is the terminal.&#160; The <font face="Courier New">&gt;&gt;</font> redirection just puts the STDOUT to the file but not the STDERR.&#160; To redirect the STDERR to the same place as the STDOUT;</p>
<blockquote><p><font face="Courier New"># tar cvf susetips.bak /home/susetips &gt;&gt; bak.log 2&gt;&amp;1        <br />#</font></p>
</blockquote>
<p>Where the <font face="Courier New">2</font> represented STDERR, <font face="Courier New">&gt;</font> means redirect to and <font face="Courier New">&amp;1</font> is the variable name for STDOUT.&#160; You can check the content of the file <font face="Courier New">bak.log</font> by using the <font face="Courier New">cat </font>command. </p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/19/using-redirections-21-part-2-of-2/">Using redirections: 2>&#038;1 (Part 2 of 2)</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/19/using-redirections-part-1-of-2/" rel="bookmark" title="Permanent Link: Using redirections; <, >, >> (Part 1 of 2)">Using redirections; <, >, >> (Part 1 of 2)</a></li><li><a href="http://www.susetips.com/about/" rel="bookmark" title="Permanent Link: About Us">About Us</a></li><li><a href="http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/" rel="bookmark" title="Permanent Link: How to create shortcuts on Gnome desktop">How to create shortcuts on Gnome desktop</a></li><li><a href="http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/" rel="bookmark" title="Permanent Link: Using command output with backquotes">Using command output with backquotes</a></li><li><a href="http://www.susetips.com/2009/04/15/what-are-z-gz-and-bz2-files/" rel="bookmark" title="Permanent Link: What are .Z, .gz and .bz2 files?">What are .Z, .gz and .bz2 files?</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/19/using-redirections-21-part-2-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using redirections; , &gt;&gt; (Part 1 of 2)</title>
		<link>http://www.susetips.com/2009/04/19/using-redirections-part-1-of-2/</link>
		<comments>http://www.susetips.com/2009/04/19/using-redirections-part-1-of-2/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 04:51:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/19/using-redirections-part-1-of-2/</guid>
		<description><![CDATA[Redirections can be sometimes confusing to learn and utilize effectively.&#160; We will try to explain it in the simplest possible way that we think is effective.&#160; Please feel free to suggests a better approach to explaining it. Firstly, the 3 basic redirections. &#60; ; this less than symbol is to instruct the shell to read [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/19/using-redirections-part-1-of-2/">Using redirections; <, >, >> (Part 1 of 2)</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Redirections can be sometimes confusing to learn and utilize effectively.&#160; We will try to explain it in the simplest possible way that we think is effective.&#160; Please feel free to suggests a better approach to explaining it.</p>
<p>Firstly, the 3 basic redirections.</p>
<ul>
<li><strong>&lt;</strong> ; this less than symbol is to instruct the shell to read from a file instead of the standard input (stdin) which is generally the keyboard. As an example, assuming that you have a file <font face="Courier New">2compute </font>and using the command <font face="Courier New">bc</font> (basic calculator), you can redirect the content of <font face="Courier New">2compute</font> for <font face="Courier New">bc</font>. </li>
</ul>
<blockquote><p><font face="Courier New"># cat 2compute        <br />1 + 1         <br />2 / 2         <br /># bc &lt; 2compute         <br />2         <br />1         <br />#</font></p>
</blockquote>
<p> <span id="more-138"></span>
<ul>
<li><strong>&gt;</strong> ; the greater than symbol is to redirect the standard out (stdout) to a file instead of the screen/monitor (depending on what stdout is defined as). As an example, the <font face="Courier New">ls</font> command which list the content of your directory will display it on your terminal.&#160; We can redirect the output into a file (we use mydirectory as an example) </li>
</ul>
<blockquote><p><font face="Courier New"># ls        <br />bin&#160; Desktop&#160; Distribution&#160; Documents&#160; susetips         <br /># ls &gt; mydirectory         <br /># cat mydirectory         <br />bin         <br />Desktop         <br />Distribution         <br />Documents         <br />mydirectory         <br />susetips</font></p>
</blockquote>
<ul>
<li><strong>&gt;&gt;</strong> ; similarly to the &gt; symbol, using double greater than will append to the specified file as oppose to overwriting the file (if it exists).&#160; Following our previous example, if you use the single &gt;, it will overwrite the old file.&#160; Using the double &gt;, it will append to it. </li>
</ul>
<blockquote><p># cat mydirectory      <br />bin       <br />Desktop       <br />Distribution       <br />Documents       <br />mydirectory       <br />susetips       <br /># ls &gt; mydirectory       <br /># cat mydirectory       <br />bin       <br />Desktop       <br />Distribution       <br />Documents       <br />mydirectory       <br />susetips       <br />#ls &gt;&gt; mydirectory       <br /># cat mydirectory       <br />bin       <br />Desktop       <br />Distribution       <br />Documents       <br />mydirectory       <br />susetips       <br />bin       <br />Desktop       <br />Distribution       <br />Documents       <br />mydirectory       <br />susetips       <br />#</p>
</blockquote>
<p>Next, the puzzling <font face="Courier New"><strong>2&gt;&amp;1</strong></font></p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/19/using-redirections-part-1-of-2/">Using redirections; <, >, >> (Part 1 of 2)</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/19/using-redirections-21-part-2-of-2/" rel="bookmark" title="Permanent Link: Using redirections: 2>&#038;1 (Part 2 of 2)">Using redirections: 2>&#038;1 (Part 2 of 2)</a></li><li><a href="http://www.susetips.com/about/" rel="bookmark" title="Permanent Link: About Us">About Us</a></li><li><a href="http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/" rel="bookmark" title="Permanent Link: How to create shortcuts on Gnome desktop">How to create shortcuts on Gnome desktop</a></li><li><a href="http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/" rel="bookmark" title="Permanent Link: Using command output with backquotes">Using command output with backquotes</a></li><li><a href="http://www.susetips.com/2009/04/15/what-are-z-gz-and-bz2-files/" rel="bookmark" title="Permanent Link: What are .Z, .gz and .bz2 files?">What are .Z, .gz and .bz2 files?</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/19/using-redirections-part-1-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the “date” command and it’s % options</title>
		<link>http://www.susetips.com/2009/04/17/using-the-date-command-and-its-options/</link>
		<comments>http://www.susetips.com/2009/04/17/using-the-date-command-and-its-options/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 07:03:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/17/using-the-date-command-and-its-options/</guid>
		<description><![CDATA[Well, you can’t really get a date with this command but it is a very useful command to know for administrative tasks as well as for automatic documentation through scripting. However, the date command’s options often baffles a lot of people (well, in my administering SuSE Linux class anyway) especially when they read about the [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/17/using-the-date-command-and-its-options/">Using the “date” command and it’s % options</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Well, you can’t really get a <strong>date</strong> with this command but it is a very useful command to know for administrative tasks as well as for automatic documentation through scripting.</p>
<p>However, the <font face="Courier New">date</font> command’s options often baffles a lot of people (well, in my administering SuSE Linux class anyway) especially when they read about the formatting using the % symbol on the man pages.</p>
<p> <span id="more-132"></span>
<p>Let me briefly extract what the man pages say;</p>
<blockquote><p><font face="Courier New">NAME        <br />&#160;&#160;&#160; date – print or set the system date and time         </p>
<p>SYNOPSIS         <br />&#160;&#160;&#160; date [OPTION] … [+FORMAT]         <br />&#160;&#160;&#160; date [-u|—utc|—universal] [MMDDhhmm[[CC]YY][.ss]]         </p>
<p>DESCRIPTION         <br />&#160;&#160;&#160; … blah blah …         </p>
<p>&#160;&#160;&#160; FORMAT controls the output. The only valid option         <br />&#160;&#160;&#160; for the second form specifies Coordinated         <br />&#160;&#160;&#160; Universal Time.&#160; Interpreted sequences are:         </p>
<p>&#160;&#160;&#160; %%&#160;&#160;&#160; a literal %         <br />&#160;&#160;&#160; …         <br />&#160;&#160;&#160; %F&#160;&#160;&#160; full date; same as %Y-%m-%d</font></p>
</blockquote>
<p>I have seen many different attempts at trying to understand how to use the %F, e.g.</p>
<blockquote><p><font face="Courier New"># date %F</font></p>
</blockquote>
<p>or</p>
<blockquote><p><font face="Courier New"># date –F</font></p>
</blockquote>
<p>However, it is actually quite clear but somehow it is not the usual UNIX/LINUX command option format.&#160; To get the date in the format 2009-04-17 (today’s date), you simply do</p>
<blockquote><p><font face="Courier New"># date +%F        <br />2009-04-17</font></p>
</blockquote>
<p>It becomes obvious after you read the man page again.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/17/using-the-date-command-and-its-options/">Using the “date” command and it’s % options</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/05/29/differential-backup-script-sample/" rel="bookmark" title="Permanent Link: Differential backup script sample">Differential backup script sample</a></li><li><a href="http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “tar”">Short and quick tutorial for the command “tar”</a></li><li><a href="http://www.susetips.com/2009/05/05/automatically-dating-your-tar-backups/" rel="bookmark" title="Permanent Link: Automatically dating your tar backups">Automatically dating your tar backups</a></li><li><a href="http://www.susetips.com/2009/05/05/short-and-quick-tutorial-for-the-command-touch/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “touch”">Short and quick tutorial for the command “touch”</a></li><li><a href="http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “find”">Short and quick tutorial for the command “find”</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/17/using-the-date-command-and-its-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short and quick tutorial for the command “tar”</title>
		<link>http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/</link>
		<comments>http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 10:00:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[utility]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compression]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/</guid>
		<description><![CDATA[We have recently posted about tarball and the use of tar coupled with compression programs to create it.&#160; Here, we will go through three (3) short tutorial on using tar. To compress a list of files To compress (the c in the options) a list of files into a specific file (the f in the [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/">Short and quick tutorial for the command “tar”</a></p>
]]></description>
			<content:encoded><![CDATA[<p>We have recently posted about tarball and the use of <font face="Courier New">tar</font> coupled with compression programs to create it.&#160; Here, we will go through three (3) short tutorial on using <font face="Courier New">tar</font>.</p>
<h3>To compress a list of files</h3>
<p>To compress (the <strong>c</strong> in the options) a list of files into a specific file (the <strong>f</strong> in the options) whilst having the tar program to provide progress of it (verbose mode, the <strong>v</strong> in the option), we use</p>
<p> <span id="more-131"></span><br />
<blockquote>
<p><font face="Courier New"># tar cvf &lt;tarfile&gt;.tar &lt;list of files&gt;</font></p>
</blockquote>
<p>Leading / will be removed from the archived listing as this will prevent accidental replacement of system files if the file is uncompressed by root.</p>
<h3>To uncompress a file</h3>
<p>Similarly, we use the same command options where we replace the <strong>c</strong> with <strong>x</strong> (for e<strong>X</strong>tract).</p>
<blockquote><p><font face="Courier New"># tar xvf tarfile.tar</font></p>
</blockquote>
<p>This will extract all the files from the archive and recreate the directories and files in the location where the user is in.&#160; Note that, it is good practice to create a new directory, change directory into it before you extract from a tar archive.&#160; This is to prevent overwriting of existing files, unless that is the intention.</p>
<h3>To view content of a file</h3>
<p>Sometimes, we just want to check if we have a specific file in an archive.&#160; For example, if we are accessing a tape drive (at <font face="Courier New">/dev/st0</font>), we can lis<strong>t</strong> (the <strong>t</strong> in the option) the content using</p>
<blockquote><p><font face="Courier New"># tar tvf /dev/st0</font></p>
</blockquote>
<p>More often than not, the listing will be too long for us.&#160; We can pipe the output to grep.</p>
<blockquote><p><font face="Courier New"># tar tvf /dev/st0 | grep &lt;string-to-match&gt;</font></p>
</blockquote>
<p>Hope this is short enough.&#160; Leave a comment if you want to ask questions pertaining to <font face="Courier New">tar</font>.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/">Short and quick tutorial for the command “tar”</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “find”">Short and quick tutorial for the command “find”</a></li><li><a href="http://www.susetips.com/2009/05/05/short-and-quick-tutorial-for-the-command-touch/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “touch”">Short and quick tutorial for the command “touch”</a></li><li><a href="http://www.susetips.com/2009/04/17/using-the-date-command-and-its-options/" rel="bookmark" title="Permanent Link: Using the “date” command and it’s % options">Using the “date” command and it’s % options</a></li><li><a href="http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/" rel="bookmark" title="Permanent Link: Using command output with backquotes">Using command output with backquotes</a></li><li><a href="http://www.susetips.com/2009/04/19/using-redirections-21-part-2-of-2/" rel="bookmark" title="Permanent Link: Using redirections: 2>&#038;1 (Part 2 of 2)">Using redirections: 2>&#038;1 (Part 2 of 2)</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are .Z, .gz and .bz2 files?</title>
		<link>http://www.susetips.com/2009/04/15/what-are-z-gz-and-bz2-files/</link>
		<comments>http://www.susetips.com/2009/04/15/what-are-z-gz-and-bz2-files/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 07:04:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[utility]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compression]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/15/what-are-z-gz-and-bz2-files/</guid>
		<description><![CDATA[As part of a tarball distribution and also other compressed files, you will come across files with the .Z, .gz and .bz2 extensions.&#160; These are basically files that have been compressed using different applications, much like the .zip files predominantly found in the Windows environment. compress for .Z files The UNIX command compress is used [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/15/what-are-z-gz-and-bz2-files/">What are .Z, .gz and .bz2 files?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>As part of a tarball distribution and also other compressed files, you will come across files with the <font face="Courier New">.Z</font>, <font face="Courier New">.gz</font> and <font face="Courier New">.bz2</font> extensions.&#160; These are basically files that have been compressed using different applications, much like the .zip files predominantly found in the Windows environment.</p>
<p><img title="file-compression" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="220" alt="file-compression" src="http://www.susetips.com/wp-content/uploads/2009/04/filecompression.jpg" width="220" border="0" /> </p>
<p> <span id="more-130"></span><br />
<h3><font face="Courier New">compress</font> for <font face="Courier New">.Z</font> files</h3>
<p>The UNIX command <font face="Courier New">compress</font> is used to create and extract files with the <font face="Courier New">.Z</font> extension.&#160; Unfortunately, this is not available on SuSE.&#160; If you need to uncompress <font face="Courier New">.Z</font> files that you downloaded, you can use the command <font face="Courier New">zcat</font>.</p>
<h3><font face="Courier New">gzip</font> and <font face="Courier New">gunzip</font> for <font face="Courier New">.gz</font> files</h3>
<p>This is the more common compression program and algorithm that’s used with Linux.</p>
<blockquote><p><font face="Courier New"># gzip &lt;filename&gt;        <br /># gunzip &lt;filename&gt;.gz</font></p>
</blockquote>
<h3><font face="Courier New">bzip2</font> and <font face="Courier New">bunzip2</font> for <font face="Courier New">.bz2</font> files</h3>
<p>Known to have a more superior compression ratio than <font face="Courier New">gzip</font> but less frequently used.</p>
<blockquote><p><font face="Courier New"># bzip2 &lt;filename&gt;        <br /># bunzip2 &lt;filename&gt;.bz2</font></p>
</blockquote>
<h3><font face="Courier New">zip</font> and <font face="Courier New">unzip</font> for <font face="Courier New">.zip</font> files</h3>
<p>Being in a world where Windows seems to be the norm, we can’t avoid receiving file that’s compressed with WinZIP or other tools that create <font face="Courier New">.zip</font> file.&#160; Luckily for us, we have zip and unzip for these files.</p>
<blockquote><p><font face="Courier New"># zip &lt;archive&gt;.ZIP &lt;filenames&gt;        <br /># unzip &lt;archive&gt;.ZIP</font></p>
</blockquote>
<p>Please comment if you have any further questions.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/15/what-are-z-gz-and-bz2-files/">What are .Z, .gz and .bz2 files?</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “tar”">Short and quick tutorial for the command “tar”</a></li><li><a href="http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “find”">Short and quick tutorial for the command “find”</a></li><li><a href="http://www.susetips.com/2009/04/04/tripwire-open-source-security-utility/" rel="bookmark" title="Permanent Link: Tripwire : Open Source Security Utility">Tripwire : Open Source Security Utility</a></li><li><a href="http://www.susetips.com/2009/04/19/using-redirections-21-part-2-of-2/" rel="bookmark" title="Permanent Link: Using redirections: 2>&#038;1 (Part 2 of 2)">Using redirections: 2>&#038;1 (Part 2 of 2)</a></li><li><a href="http://www.susetips.com/2009/04/13/what-is-a-tarball/" rel="bookmark" title="Permanent Link: What is a tarball?">What is a tarball?</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/15/what-are-z-gz-and-bz2-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a tarball?</title>
		<link>http://www.susetips.com/2009/04/13/what-is-a-tarball/</link>
		<comments>http://www.susetips.com/2009/04/13/what-is-a-tarball/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 02:22:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[utility]]></category>
		<category><![CDATA[desktop]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/13/what-is-a-tarball/</guid>
		<description><![CDATA[OpenSuSE and SuSE uses the Redhat Package Manager (rpm) for the distribution of software applications.&#160; However, from time to time, we will also be asked to download the tarball as oppose to the rpm package.&#160; So what is this tarball? A tarball generally refers to a compressed archive file that contains the source codes for [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/13/what-is-a-tarball/">What is a tarball?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>OpenSuSE and SuSE uses the Redhat Package Manager (rpm) for the distribution of software applications.&#160; However, from time to time, we will also be asked to download the tarball as oppose to the rpm package.&#160; So what is this tarball?</p>
<p><img title="tar-ball" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="148" alt="tar-ball" src="http://www.susetips.com/wp-content/uploads/2009/04/tarball.png" width="148" border="0" /> </p>
<p> <span id="more-127"></span>
<p>A tarball generally refers to a compressed archive file that contains the source codes for the software application. This is generally preferred method for source codes that are highly portable and have very little dependencies on the Linux distribution.&#160; In addition to the source codes, the tarball will generally also contain the necessary compilation instructions (documentation) and the Makefile.</p>
<p>The tarball file is made using the UNIX <font face="Courier New">tar</font> command which basically appends all the files into a single file.&#160; It is then compressed (using one of the various compression programs) resulting in either a <font face="Courier New">.Z</font>, <font face="Courier New">.gz</font> or a <font face="Courier New">.bz2</font> extension.&#160; The current common format of a tarball has a file extension <font face="Courier New">.tar.gz</font> or <font face="Courier New">.tgz</font>.</p>
<p>More on the <font face="Courier New">.Z</font>, <font face="Courier New">.gz</font> and <font face="Courier New">.bz2</font> extensions later.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/13/what-is-a-tarball/">What is a tarball?</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “tar”">Short and quick tutorial for the command “tar”</a></li><li><a href="http://www.susetips.com/2009/04/15/what-are-z-gz-and-bz2-files/" rel="bookmark" title="Permanent Link: What are .Z, .gz and .bz2 files?">What are .Z, .gz and .bz2 files?</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/13/what-is-a-tarball/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing Gnome Terminal fonts and colors</title>
		<link>http://www.susetips.com/2009/04/09/customizing-gnome-terminal-fonts-and-colors/</link>
		<comments>http://www.susetips.com/2009/04/09/customizing-gnome-terminal-fonts-and-colors/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 02:30:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/09/customizing-gnome-terminal-fonts-and-colors/</guid>
		<description><![CDATA[By default, most SuSE and OpenSuse distribution selects Gnome as the window manager, KDE being the other option.&#160; Under Gnome, the terminal application is called the Gnome Terminal which has a better look and feel than the plain Terminal application (which is also available).&#160; The default size of the terminal may be too small for [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/09/customizing-gnome-terminal-fonts-and-colors/">Customizing Gnome Terminal fonts and colors</a></p>
]]></description>
			<content:encoded><![CDATA[<p>By default, most SuSE and OpenSuse distribution selects Gnome as the window manager, KDE being the other option.&#160; Under Gnome, the terminal application is called the Gnome Terminal which has a better look and feel than the plain Terminal application (which is also available).&#160; The default size of the terminal may be too small for some of us, especially those who are using really large screens with very fine resolution.</p>
<p><img title="gnome-terminal-profile" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="278" alt="gnome-terminal-profile" src="http://www.susetips.com/wp-content/uploads/2009/04/gnometerminalprofile.png" width="400" border="0" /> </p>
<p> <span id="more-123"></span>
<p>To change the font and color settings, go to the “Edit” menu and select “Profile Preferences”.</p>
<p><img title="edit-gterm-profile" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="305" alt="edit-gterm-profile" src="http://www.susetips.com/wp-content/uploads/2009/04/editgtermprofile.png" width="400" border="0" /> </p>
<p>You can deselect the “Use the system fixed width font” and click on the font selection “Monospace | 12”, to change the font size to whatever is suitable.&#160; The changes are instant and you can actually see it when you are selecting it.</p>
<p><img title="edit-gterm-colours" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="305" alt="edit-gterm-colours" src="http://www.susetips.com/wp-content/uploads/2009/04/editgtermcolours.png" width="400" border="0" /> </p>
<p>To change the color combination, select the tab “Colors” (3rd tab on top).&#160; You need to de-select the “Use colors from system theme” and my personal preference for the moment is to have bright green text on a black background.</p>
<p><img title="edit-gterm-font" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="250" alt="edit-gterm-font" src="http://www.susetips.com/wp-content/uploads/2009/04/editgtermfont.png" width="400" border="0" /> </p>
<p>The screen above is from a 22” wide screen LCD. By enlarging the fonts and also matching the colors makes it easier to work.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/09/customizing-gnome-terminal-fonts-and-colors/">Customizing Gnome Terminal fonts and colors</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/06/how-to-change-font-size-for-yast-and-sax2/" rel="bookmark" title="Permanent Link: How to change font size for Yast and Sax2">How to change font size for Yast and Sax2</a></li><li><a href="http://www.susetips.com/2009/02/25/open-special-locations-in-nautilus-with-uri/" rel="bookmark" title="Permanent Link: Open Special Locations in Nautilus with URI">Open Special Locations in Nautilus with URI</a></li><li><a href="http://www.susetips.com/2010/02/23/how-to-install-gnome-desktop-environment-theme-in-opensuse-11-1/" rel="bookmark" title="Permanent Link: How to install GNOME desktop environment theme in OpenSuse 11.1">How to install GNOME desktop environment theme in OpenSuse 11.1</a></li><li><a href="http://www.susetips.com/2009/03/06/whats-the-difference-between-su-and-su/" rel="bookmark" title="Permanent Link: What’s the difference between “su” and “su –”?">What’s the difference between “su” and “su –”?</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/09/customizing-gnome-terminal-fonts-and-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding applications to “Favorites Applications”</title>
		<link>http://www.susetips.com/2009/04/09/adding-applications-to-favorites-applications/</link>
		<comments>http://www.susetips.com/2009/04/09/adding-applications-to-favorites-applications/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 02:19:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[application]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/09/adding-applications-to-favorites-applications/</guid>
		<description><![CDATA[Having your regularly used applications on the Start Menu under the “Favorites Applications” section will come in handy as it will enable you to quickly launch the application.&#160; You can also create shortcuts (or technically speaking, links) on your Desktop to your favorite applications but some of us prefer a cleaner desktop. To add an [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/09/adding-applications-to-favorites-applications/">Adding applications to “Favorites Applications”</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Having your regularly used applications on the Start Menu under the “Favorites Applications” section will come in handy as it will enable you to quickly launch the application.&#160; You can also create shortcuts (or technically speaking, links) on your Desktop to your favorite applications but some of us prefer a cleaner desktop.</p>
<p><img title="start-menu" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="270" alt="start-menu" src="http://www.susetips.com/wp-content/uploads/2009/04/startmenu.png" width="420" border="0" /> </p>
<p> <span id="more-118"></span>
<p>To add an application to your “Favorite Applications” section of the start menu, select the application.&#160; You can use the “More Applications…” button on the start menu to select it.</p>
<p><a href="http://www.susetips.com/wp-content/uploads/2009/04/add2fav.png"><img title="add-2-fav" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="180" alt="add-2-fav" src="http://www.susetips.com/wp-content/uploads/2009/04/add2fav-thumb.png" width="420" border="0" /></a> </p>
<p>Once you have identified the application that you regularly use, right click on the icon and select “Add to Favorites”.&#160; It’s as simple as that.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/09/adding-applications-to-favorites-applications/">Adding applications to “Favorites Applications”</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/" rel="bookmark" title="Permanent Link: Opensuse 11.1 KDE4 Reloaded">Opensuse 11.1 KDE4 Reloaded</a></li><li><a href="http://www.susetips.com/2010/03/01/simple-image-editing-in-opensuse-graphicsmagick/" rel="bookmark" title="Permanent Link: Simple Image Editing in OpenSuSE: GraphicsMagick">Simple Image Editing in OpenSuSE: GraphicsMagick</a></li><li><a href="http://www.susetips.com/2009/03/23/novell-launches-suse-11/" rel="bookmark" title="Permanent Link: Novell Launches SuSE 11">Novell Launches SuSE 11</a></li><li><a href="http://www.susetips.com/2009/03/13/how-to-remove-corrupted-gvfs-directory/" rel="bookmark" title="Permanent Link: How to remove corrupted .gvfs directory">How to remove corrupted .gvfs directory</a></li><li><a href="http://www.susetips.com/2009/04/13/what-is-a-tarball/" rel="bookmark" title="Permanent Link: What is a tarball?">What is a tarball?</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/09/adding-applications-to-favorites-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to temporary disable users</title>
		<link>http://www.susetips.com/2009/04/09/how-to-temporary-disable-users/</link>
		<comments>http://www.susetips.com/2009/04/09/how-to-temporary-disable-users/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 13:05:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/09/how-to-temporary-disable-users/</guid>
		<description><![CDATA[From time to time, we will need to disable users.&#160; This may be prior to the permanent deletion of the user account or just as a precautionary step. As root, you can easily disable a user account by # usermod –L &#60;username&#62; Or you can just add an ! in front of the 2nd field [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/09/how-to-temporary-disable-users/">How to temporary disable users</a></p>
]]></description>
			<content:encoded><![CDATA[<p>From time to time, we will need to disable users.&#160; This may be prior to the permanent deletion of the user account or just as a precautionary step. </p>
<p>As root, you can easily disable a user account by</p>
<blockquote><p># usermod –L &lt;username&gt;</p>
</blockquote>
<p>Or you can just add an ! in front of the 2nd field (the encrypted password) in the /etc/shadow entry of the user.</p>
<p> <span id="more-112"></span>
<p>To re-enable the user, you can</p>
<blockquote><p># usermod –U &lt;username&gt;</p>
</blockquote>
<p>This will unlock the user, or simply put, remove the ! in front the password field of /etc/shadow.</p>
<p> <!--adsense#1-->
<p>If you would like to permanently delete a user, you should use</p>
<blockquote><p>userdel –r &lt;username&gt;</p>
</blockquote>
<p>to also remove their home directories.&#160; Note that in a typical administration, you would usually keep the home directory in case of the need for their data.</p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/09/how-to-temporary-disable-users/">How to temporary disable users</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/" rel="bookmark" title="Permanent Link: How to start services automatically at boot?">How to start services automatically at boot?</a></li><li><a href="http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/" rel="bookmark" title="Permanent Link: How to create user with password assigned">How to create user with password assigned</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2009/03/13/how-to-remove-corrupted-gvfs-directory/" rel="bookmark" title="Permanent Link: How to remove corrupted .gvfs directory">How to remove corrupted .gvfs directory</a></li><li><a href="http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/" rel="bookmark" title="Permanent Link: How to setup and enable OpenSSH">How to setup and enable OpenSSH</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/09/how-to-temporary-disable-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create user with password assigned</title>
		<link>http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/</link>
		<comments>http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 12:56:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/</guid>
		<description><![CDATA[If you create new users (as root) using # useradd –m tux You will have created a newuser with it being disabled.&#160; This means that the password entry (the 2nd column) in the /etc/shadow will have a ! as the entry, i.e. tux:!:14343:0:99999:7::: You can use a script to go through it and change the [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/">How to create user with password assigned</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you create new users (as root) using</p>
<blockquote><p># useradd –m tux</p>
</blockquote>
<p>You will have created a newuser with it being disabled.&#160; This means that the password entry (the 2nd column) in the /etc/shadow will have a ! as the entry, i.e.</p>
<blockquote><p>tux:!:14343:0:99999:7:::</p>
</blockquote>
<p> <span id="more-111"></span>
<p>You can use a script to go through it and change the ! to the encrypted password (which you can create earlier) but you must be aware that existing users that are disabled will have the 2nd field starting with !.&#160; </p>
<p>The -p option on useradd will require the encrypted password as the given parameter.&#160; This will be cumbersome if you are trying to use the script to create a set of new users and you will have to encrypt the individual passwords prior to using the useradd with the -p option.</p>
<p>In order to create a newuser with a password assigned, you can use</p>
<blockquote><p># useradd –m tux      <br /># echo welcome | passwd &#8211;stdin tux</p>
</blockquote>
<p>Or you can copy the following script and use it to create a new user with password and home directory.</p>
<blockquote><p>#!/bin/sh      <br />if [ $# –ne 2 ]; then       <br />&#160;&#160;&#160; echo “Usage: $0 &lt;username&gt; &lt;password&gt;”       <br />&#160;&#160;&#160; exit 1       <br />fi       <br />useradd –m $1       <br />echo $2 | passwd –stdin $1</p>
</blockquote>
<p>There are other ways to do it as well, but this is an easy way to understand it.&#160; Have fun!</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/">How to create user with password assigned</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/09/how-to-temporary-disable-users/" rel="bookmark" title="Permanent Link: How to temporary disable users">How to temporary disable users</a></li><li><a href="http://www.susetips.com/2009/02/16/recover-opensuse-lost-root-password/" rel="bookmark" title="Permanent Link: How to recover OpenSuse Lost Root Password">How to recover OpenSuse Lost Root Password</a></li><li><a href="http://www.susetips.com/2009/05/05/automatically-dating-your-tar-backups/" rel="bookmark" title="Permanent Link: Automatically dating your tar backups">Automatically dating your tar backups</a></li><li><a href="http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/" rel="bookmark" title="Permanent Link: How to reset forgotten root password in SuSE Enterprise Server">How to reset forgotten root password in SuSE Enterprise Server</a></li><li><a href="http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “tar”">Short and quick tutorial for the command “tar”</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove GRUB from MBR of Hard Drive</title>
		<link>http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/</link>
		<comments>http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 13:48:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/</guid>
		<description><![CDATA[If you are running multiboot operating systems from your hard drive then you will require GRUB. It is a boot loader package from the GNU Project. GRUB is the reference implementation of the Multiboot Specification, which allows a user to have several different operating systems on their computer at once, and to choose which one [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/">How to remove GRUB from MBR of Hard Drive</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewriterhowtoremovegrubfrommbrofharddrive-131b2suse-grub-2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="282" alt="suse_grub" src="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewriterhowtoremovegrubfrommbrofharddrive-131b2suse-grub-thumb.png" width="370" border="0"></a> </p>
<p>If you are running multiboot operating systems from your hard drive then you will require GRUB. It is a boot loader package from the GNU Project. GRUB is the reference implementation of the Multiboot Specification, which allows a user to have several different operating systems on their computer at once, and to choose which one to run when the computer starts. With GRUB, it can be used to select from different kernel images available on a particular operating system&#8217;s partitions, as well as to pass boot-time parameters to such kernels.</p>
<p> <span id="more-109"></span>
<p>However, if you are facing difficulties with your GRUB and would like to remove it from the Master Boot Record (MBR) of your hard drive, there are two ways to do so:</p>
<p>1. If you have Windows XP installed, then you can boot to XP&#8217;s recovery console and run the &#8220;fixmbr&#8221;. (<a href="http://support.microsoft.com/kb/314503">Microsoft&#8217;s Help and Support</a>)</p>
<p>2. You could download <a href="http://www.supergrubdisk.org/">SuperGrubDisk</a> and fix your xp bootloader. You could delete the MBR but first, make a backup. Assuming that you have one disk, sda, run the following command as root:</p>
<blockquote><p>dd if=/dev/sda of=/home/xxxx/bkupmbr.img bs=446 count=1 </p>
</blockquote>
<p>Replace xxxx with whatever your user name is. Command above makes backup of mbr.</p>
<p>To delete mbr run command: </p>
<blockquote><p>dd if=/dev/zero of=/dev/sda bs=446 count=1</p>
</blockquote>
<p>Happy Trying!. <img src='http://www.susetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p> <!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/">How to remove GRUB from MBR of Hard Drive</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/" rel="bookmark" title="Permanent Link: How to reset forgotten root password in SuSE Enterprise Server">How to reset forgotten root password in SuSE Enterprise Server</a></li><li><a href="http://www.susetips.com/2009/03/13/how-to-remove-corrupted-gvfs-directory/" rel="bookmark" title="Permanent Link: How to remove corrupted .gvfs directory">How to remove corrupted .gvfs directory</a></li><li><a href="http://www.susetips.com/2009/04/09/how-to-temporary-disable-users/" rel="bookmark" title="Permanent Link: How to temporary disable users">How to temporary disable users</a></li><li><a href="http://www.susetips.com/2009/02/16/recover-opensuse-lost-root-password/" rel="bookmark" title="Permanent Link: How to recover OpenSuse Lost Root Password">How to recover OpenSuse Lost Root Password</a></li><li><a href="http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “tar”">Short and quick tutorial for the command “tar”</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup and enable OpenSSH</title>
		<link>http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/</link>
		<comments>http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 13:09:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[yast]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/</guid>
		<description><![CDATA[OpenSSH is a FREE version of the SSH connectivity tools. For many users of telnet, rlogin, and ftp, they may not realize that most of the time their password is transmitted across the Internet unencrypted. With OpenSSH, it encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. Besides that, OpenSSH [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/">How to setup and enable OpenSSH</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewriterhowtosetupandenableopenssh-12864openssh-2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="152" alt="OpenSSH" src="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewriterhowtosetupandenableopenssh-12864openssh-thumb.png" width="420" border="0"></a> </p>
<p><a href="http://www.openssh.com/">OpenSSH</a> is a FREE version of the SSH connectivity tools. For many users of telnet, rlogin, and ftp, they may not realize that most of the time their password is transmitted across the Internet unencrypted. With OpenSSH, it encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. Besides that, OpenSSH provides secure tunneling capabilities and several authentication methods, and supports all SSH protocol versions. </p>
<p> <span id="more-105"></span>
<p><a href="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewriterhowtosetupandenableopenssh-12864openssh-suse.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="340" alt="openSSH_suse" src="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewriterhowtosetupandenableopenssh-12864openssh-suse-thumb.png" width="420" border="0"></a> </p>
<p>To setup and enable OpenSSH for SUSE/OpenSUSE, here are some simple steps to take:</p>
<ol>
<li>Navigate to Yast</li>
<li>Select install software</li>
<li>From within the search box type openssh and choose install</li>
<li>Now get back to yast and go to security and users</li>
<li>Select firewall and select allowed services</li>
<li>From the services to allow, choose the secured shell server (refer to the above picture)</li>
</ol>
<p>Happy Trying! <img src='http://www.susetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p> <!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/">How to setup and enable OpenSSH</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/" rel="bookmark" title="Permanent Link: SUSE Studio : Create your own customized Linux OS">SUSE Studio : Create your own customized Linux OS</a></li><li><a href="http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/" rel="bookmark" title="Permanent Link: How to run Windows software on OpenSuse">How to run Windows software on OpenSuse</a></li><li><a href="http://www.susetips.com/2009/04/09/how-to-temporary-disable-users/" rel="bookmark" title="Permanent Link: How to temporary disable users">How to temporary disable users</a></li><li><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/" rel="bookmark" title="Permanent Link: How to start services automatically at boot?">How to start services automatically at boot?</a></li><li><a href="http://www.susetips.com/2009/04/09/adding-applications-to-favorites-applications/" rel="bookmark" title="Permanent Link: Adding applications to “Favorites Applications”">Adding applications to “Favorites Applications”</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change font size for Yast and Sax2</title>
		<link>http://www.susetips.com/2009/04/06/how-to-change-font-size-for-yast-and-sax2/</link>
		<comments>http://www.susetips.com/2009/04/06/how-to-change-font-size-for-yast-and-sax2/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 13:22:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[sax2]]></category>
		<category><![CDATA[yast]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/06/how-to-change-font-size-for-yast-and-sax2/</guid>
		<description><![CDATA[Sometimes the font size for your newly installed SUSE is too small for your reading pleasure. There are several ways to configure the font size. One method is to use the configuration utility for your window manager. If you are using KDE then the configuration utility is called kcontrol. You can run it by typing [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/06/how-to-change-font-size-for-yast-and-sax2/">How to change font size for Yast and Sax2</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewriterhowtochangefontsizeforyastandsax2-12b7cqt-config-font-2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="252" alt="qt-config-font" src="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewriterhowtochangefontsizeforyastandsax2-12b7cqt-config-font-thumb.png" width="320" border="0"></a> </p>
<p>Sometimes the font size for your newly installed SUSE is too small for your reading pleasure. There are several ways to configure the font size. One method is to use the configuration utility for your window manager.</p>
<p> <span id="more-99"></span>
<p>If you are using KDE then the configuration utility is called kcontrol. You can run it by typing kcontrol at a command prompt in a terminal emulator window. If you are using Gnome then you can select fonts by running gnome-control-center. This method however does not rectify the font size for Yast and Sax2. The other way is to go into the terminal, type su and enter root password, then type qtconfig and just choose the font that you want to use.</p>
<p><!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/06/how-to-change-font-size-for-yast-and-sax2/">How to change font size for Yast and Sax2</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/03/13/how-to-remove-corrupted-gvfs-directory/" rel="bookmark" title="Permanent Link: How to remove corrupted .gvfs directory">How to remove corrupted .gvfs directory</a></li><li><a href="http://www.susetips.com/2009/03/12/compiling-c-code-using-iostream-in-g-version-43-and-above/" rel="bookmark" title="Permanent Link: Compiling C++ code using iostream in G++ version 4.3 and above">Compiling C++ code using iostream in G++ version 4.3 and above</a></li><li><a href="http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/" rel="bookmark" title="Permanent Link: Manually Starting and Stopping Services in Suse/OpenSuse">Manually Starting and Stopping Services in Suse/OpenSuse</a></li><li><a href="http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Beginners Guide to Compiling Kernel on OpenSuSE 11.3">Beginners Guide to Compiling Kernel on OpenSuSE 11.3</a></li><li><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/" rel="bookmark" title="Permanent Link: How to start services automatically at boot?">How to start services automatically at boot?</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/06/how-to-change-font-size-for-yast-and-sax2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SUSE Studio : Create your own customized Linux OS</title>
		<link>http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/</link>
		<comments>http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 10:56:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[utility]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[desktop]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/</guid>
		<description><![CDATA[Recently Novell has unveiled a sneak preview of the alpha release of SUSE Studio at VMworld. In a nutshell, SUSE Studio is an innovative way to enable both standardization and customization of a Linux distribution. With SUSE Studio, you can customize and build your own personal distribution in as many ways you could possibly think [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/">SUSE Studio : Create your own customized Linux OS</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewritersusestudiocreateyourowncustomizedlinuxos-10960suse-studio-2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="228" alt="SUSE Studio" src="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewritersusestudiocreateyourowncustomizedlinuxos-10960suse-studio-thumb.png" width="420" border="0"></a> </p>
<p>Recently Novell has unveiled a sneak preview of the alpha release of <a href="http://studio.suse.com/">SUSE Studio</a> at <a href="http://www.vmworld.com/conferences/2008/">VMworld</a>. In a nutshell, SUSE Studio is an innovative way to enable both standardization and customization of a Linux distribution. With SUSE Studio, you can customize and build your own personal distribution in as many ways you could possibly think off.</p>
<p> <span id="more-93"></span>
<p>As per Novell&#8217;s <a href="http://www.novell.com/communities/node/6046/come-create-your-own-appliance-suse-studio-vmworld">blog</a>:</p>
<blockquote><p>SUSE Studio is a new, innovative Web-based service to enable (independent software vendors), developers, and the community to quickly and easily &#8220;mass customize&#8221; Linux. SUSE Studio is the first tool to enable users to create fully supported, customized variants of SUSE Linux Enterprise and OpenSUSE, add additional software, and test the resulting image&#8211;all in one simple and easy-to-use interface</p>
</blockquote>
<p><embed src="http://www.youtube.com/v/3KQQiibbtzY&amp;hl=en&amp;fs=1" width="425" height="344" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always"></p>
<p></embed><a href="http://www.youtube.com/watch?v=3KQQiibbtzY">http://www.youtube.com/watch?v=3KQQiibbtzY</a>
<p>SUSE Studio is currently undergoing alpha testing, and will be released as public beta later this year. To learn more about SUSE Studio, and to sign up for the alpha, go <a href="http://www.susestudio.com/">here</a>.</p>
<p>You can also checkout the Official SUSE Studio&#8217;s <a href="http://en.opensuse.org/SUSE_Studio">Documentation page</a>.</p>
<p><!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/">SUSE Studio : Create your own customized Linux OS</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/" rel="bookmark" title="Permanent Link: How to create user with password assigned">How to create user with password assigned</a></li><li><a href="http://www.susetips.com/2009/04/27/how-to-create-shortcuts-on-gnome-desktop/" rel="bookmark" title="Permanent Link: How to create shortcuts on Gnome desktop">How to create shortcuts on Gnome desktop</a></li><li><a href="http://www.susetips.com/2009/04/15/what-are-z-gz-and-bz2-files/" rel="bookmark" title="Permanent Link: What are .Z, .gz and .bz2 files?">What are .Z, .gz and .bz2 files?</a></li><li><a href="http://www.susetips.com/about/" rel="bookmark" title="Permanent Link: About Us">About Us</a></li><li><a href="http://www.susetips.com/2009/03/23/novell-launches-suse-11/" rel="bookmark" title="Permanent Link: Novell Launches SuSE 11">Novell Launches SuSE 11</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short and quick tutorial for the command “find”</title>
		<link>http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/</link>
		<comments>http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 06:30:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/</guid>
		<description><![CDATA[We can learn about commands in Linux using the manpages, for example, to learn how to use the find command, we can just do # man 1 find However, this means we need to read the long manual and generally most of us are somewhat impatient.&#160; We will give short and quick tutorials on the [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/">Short and quick tutorial for the command “find”</a></p>
]]></description>
			<content:encoded><![CDATA[<p>We can learn about commands in Linux using the manpages, for example, to learn how to use the find command, we can just do</p>
<blockquote><p># man 1 find</p>
</blockquote>
<p>However, this means we need to read the long manual and generally most of us are somewhat impatient.&#160; We will give short and quick tutorials on the common usage of the commands.</p>
<p>  <span id="more-84"></span>
<p>The find command is to search for files, directories, pipes, sockets, devices (anything that is defined as files in Linux) in the system.&#160; The quickest tutorial is</p>
<blockquote><p># find / –name &lt;filename&gt;</p>
</blockquote>
<p>The ‘/’ tells the command to search from the root directory, another common variable here is ‘.’, which means to search from this directory onwards.</p>
<p>The ‘-name &lt;filename&gt;’ specifies the file that you want to look for, e.g. proposal.txt as the filename.</p>
<p>That’s the shortest tutorial we can think of for “find”.&#160; For more advance stuff, “man 1 find”.</p>
<p><!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/">Short and quick tutorial for the command “find”</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “tar”">Short and quick tutorial for the command “tar”</a></li><li><a href="http://www.susetips.com/2009/05/05/short-and-quick-tutorial-for-the-command-touch/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “touch”">Short and quick tutorial for the command “touch”</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2009/04/17/using-the-date-command-and-its-options/" rel="bookmark" title="Permanent Link: Using the “date” command and it’s % options">Using the “date” command and it’s % options</a></li><li><a href="http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/" rel="bookmark" title="Permanent Link: Using command output with backquotes">Using command output with backquotes</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset forgotten root password in SuSE Enterprise Server</title>
		<link>http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/</link>
		<comments>http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 06:16:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[SLES]]></category>
		<category><![CDATA[SUSE Enterprise]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/</guid>
		<description><![CDATA[We do sometimes forget our passwords and what more when we don’t login to that particular account regularly.&#160; As good system administrators who automate most of the administrative tasks, we sometimes do not login to the root account often.&#160; This is especially so for a highly reliable and robust SLES based system. Our earlier posting [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/">How to reset forgotten root password in SuSE Enterprise Server</a></p>
]]></description>
			<content:encoded><![CDATA[<p>We do sometimes forget our passwords and what more when we don’t login to that particular account regularly.&#160; As good system administrators who automate most of the administrative tasks, we sometimes do not login to the root account often.&#160; This is especially so for a highly reliable and robust SLES based system.</p>
<p>Our earlier <a href="http://www.susetips.com/2009/02/16/recover-opensuse-lost-root-password/">posting</a> was for OpenSuSE, but for SuSE, the security is even tighter.&#160; The following technique would also work for OpenSuSE, and also most other distributions.</p>
<p><span id="more-83"></span>
<p>(1) Boot your server using the installation DVD.&#160; If the server is already powered on, you will need to do a hard power-on as you can’t shutdown (since you don’t have the root password).</p>
<p><img title="DSC00330" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="245" alt="DSC00330" src="http://www.susetips.com/wp-content/uploads/2009/04/dsc00330.jpg" width="380" border="0" /> </p>
<p>(2) Select “Resue System” and login as root.&#160; No password is required here.</p>
<p><img title="DSC00331" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="245" alt="DSC00331" src="http://www.susetips.com/wp-content/uploads/2009/04/dsc00331.jpg" width="380" border="0" /> </p>
<p>(3) You have now booted into the live DVD, that is, you have booted from the DVD and the file system mounted is that of the DVD.&#160; You will need to access your Hard Disk Drive which is not mounted by default. (In my scenario, my SuSE 11 partition is on an extended partition and is on device /dev/sda7.&#160; Yours maybe different and if your system is a pure SuSE 11 (which should be the case), it is likely to be /dev/sda1, if using SATA or SCSI.&#160; If using IDE, you can try /dev/hda1. To access (mount) the SuSE 11 partition on directory /mnt;</p>
<blockquote><p>#mount /dev/sda7 /mnt</p>
</blockquote>
<p>(4) Edit /mnt/etc/shadow which is where the encrypted passwords are stored. Note that you are not suppose to edit /etc/shadow which is one used for the Live DVD.&#160; Furthermore, you won’t be able to save the /etc/shadow as it is a read-only filesystem.</p>
<p>(5) Search for the entry starting with “root:”.</p>
<p>(6) Remove 2nd field (the fields are separated by the ‘:’, resulting in something that resembles</p>
<blockquote><p>root::14329::::::</p>
</blockquote>
<p>(7) Save and exit your editor. Remove your DVD.</p>
<p>(8) Boot into single user mode by keying in “single” at the GRUB boot menu.&#160; You will not be able to access or change root password if you boot into graphical mode.</p>
<p><img title="DSC00333" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="245" alt="DSC00333" src="http://www.susetips.com/wp-content/uploads/2009/04/dsc00333.jpg" width="380" border="0" /> </p>
<p>(9) After booting, you will be greeted on the command line with “Press enter for login:”, do as it says and you are in.</p>
<p>(10) Change root password by “passwd”.&#160; There you go … and reboot.</p>
<p>Any comments or ideas for further improvement are most welcome.</p>
<p><!--adsense#1-->  </p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/">How to reset forgotten root password in SuSE Enterprise Server</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/02/16/recover-opensuse-lost-root-password/" rel="bookmark" title="Permanent Link: How to recover OpenSuse Lost Root Password">How to recover OpenSuse Lost Root Password</a></li><li><a href="http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/" rel="bookmark" title="Permanent Link: How to create user with password assigned">How to create user with password assigned</a></li><li><a href="http://www.susetips.com/2009/03/30/how-to-install-openofficeorg-in-sles-from-a-suse-linux-enterprise-desktop-iso-file/" rel="bookmark" title="Permanent Link: How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file">How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file</a></li><li><a href="http://www.susetips.com/2009/04/19/taking-screenshots-in-suse/" rel="bookmark" title="Permanent Link: Taking screenshots in SuSE">Taking screenshots in SuSE</a></li><li><a href="http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/" rel="bookmark" title="Permanent Link: How to setup and enable OpenSSH">How to setup and enable OpenSSH</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tripwire : Open Source Security Utility</title>
		<link>http://www.susetips.com/2009/04/04/tripwire-open-source-security-utility/</link>
		<comments>http://www.susetips.com/2009/04/04/tripwire-open-source-security-utility/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 13:10:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/04/tripwire-open-source-security-utility/</guid>
		<description><![CDATA[In term of security, there are many basic security tools that you can add. Tripwire is one of the best file system monitoring tools around. In a nutshell, Tripwire helps to record information about important files (such as checksums) in a database. If anything changes in those files, Tripwire will catch the change when it [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/04/tripwire-open-source-security-utility/">Tripwire : Open Source Security Utility</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewritertripwireopensourcesecurityutility-bc12tripwire-security-linux-2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="282" alt="tripwire-security-linux" src="http://www.susetips.com/wp-content/uploads/2009/04/windowslivewritertripwireopensourcesecurityutility-bc12tripwire-security-linux-thumb.jpg" width="370" border="0"></a> </p>
<p>In term of security, there are many basic security tools that you can add. <a href="http://sourceforge.net/projects/tripwire/">Tripwire</a> is one of the best file system monitoring tools around. In a nutshell, Tripwire helps to record information about important files (such as checksums) in a database. If anything changes in those files, Tripwire will catch the change when it runs (configure it as often as you like with cron) and will alert you.</p>
<p><span id="more-78"></span>
<p>Tripwire OpenSource project is based on codes that is originally contributed by Tripwire, Inc. in 2000. Tripwire can alert systems administrators whenever there is any possible intrusion attempts by periodically verifying the integrity of a server&#8217;s file systems. It is known that most systems intruders will often use trojan binaries for <tt>login</tt>, <tt>su</tt>, <tt>ps</tt>, and <tt>ls</tt>, etc. to cover their tracks and keep a low profile on the system. Thus, under normal circumstances even astute systems administrators may not observe the intrusion because the trojan binaries mimic the system binaries so well. By using a strong checksum method similar to MD5, </p>
<p>Tripwire can identify with absolute certainty whether or not a file has been modified, unlike similar programs that use weaker algorithms such as CRC to calculate checksums. While useful for detecting intrusions after the event, it can also serve many other purposes, such as integrity assurance, change management, and policy compliance.</p>
<p><strong>Installation</strong></p>
<p>To install Tripwire, you may issue the following commands as root:
<pre>  tar xvzf tripwire-2.3-47.i386.tar.gz

  rpm -ivh tripwire-2.3-47.i386.rpm
</pre>
<p>Once the software is installed with rpm, the installation shell script will need to be executed to finish the Tripwire installation. This is done by issuing the command:
<pre>  /etc/tripwire/twinstall.sh
</pre>
<p>as root. Note that all Tripwire associated files are kept in the <tt>/etc/tripwire</tt> directory. </p>
<p>Download <a href="http://sourceforge.net/project/platformdownload.php?group_id=3130">Tripwire</a></p>
<p><!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/04/tripwire-open-source-security-utility/">Tripwire : Open Source Security Utility</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2010/11/03/installing-google-chromium-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Installing Google Chromium on OpenSuSE 11.3">Installing Google Chromium on OpenSuSE 11.3</a></li><li><a href="http://www.susetips.com/2010/02/24/opensuse-11-3-hits-second-milestone-now-features-kde-4-4-desktop/" rel="bookmark" title="Permanent Link: OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop">OpenSUSE 11.3 hits second milestone, now features KDE 4.4 Desktop</a></li><li><a href="http://www.susetips.com/2009/04/06/how-to-change-font-size-for-yast-and-sax2/" rel="bookmark" title="Permanent Link: How to change font size for Yast and Sax2">How to change font size for Yast and Sax2</a></li><li><a href="http://www.susetips.com/2009/04/13/what-is-a-tarball/" rel="bookmark" title="Permanent Link: What is a tarball?">What is a tarball?</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/04/tripwire-open-source-security-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file</title>
		<link>http://www.susetips.com/2009/03/30/how-to-install-openofficeorg-in-sles-from-a-suse-linux-enterprise-desktop-iso-file/</link>
		<comments>http://www.susetips.com/2009/03/30/how-to-install-openofficeorg-in-sles-from-a-suse-linux-enterprise-desktop-iso-file/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 02:41:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[SLES]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/03/30/how-to-install-openofficeorg-in-sles-from-a-suse-linux-enterprise-desktop-iso-file/</guid>
		<description><![CDATA[After installing SuSE Linux Enterprise Server 11 (SLES 11), there are some packages that may be required that’s not on the SLES 11 DVD but is available from the SuSE Linux Enterprise Desktop 11 (SLED 11) DVD. One such example is OpenOffice.org. If you already have the SLED DVD, you can install from it by [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/03/30/how-to-install-openofficeorg-in-sles-from-a-suse-linux-enterprise-desktop-iso-file/">How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file</a></p>
]]></description>
			<content:encoded><![CDATA[<p>After installing SuSE Linux Enterprise Server 11 (SLES 11), there are some packages that may be required that’s not on the SLES 11 DVD but is available from the SuSE Linux Enterprise Desktop 11 (SLED 11) DVD. One such example is OpenOffice.org.</p>
<p>If you already have the SLED DVD, you can install from it by adding the SLED DVD as a new repository.&#160; If you don’t, you can download the ISO image from Novell.</p>
<p>Once downloaded, you need to;</p>
<p> <span id="more-74"></span>
<ol>
<li>Start Yast –&gt; Software Manager </li>
<li>Ctrl-R or go to Configuration –&gt; Repositories<img title="software-manager" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin: 15px auto 0px; border-right-width: 0px" height="256" alt="software-manager" src="http://www.susetips.com/wp-content/uploads/2009/03/softwaremanager.png" width="380" border="0" /> </li>
<li>Click on “Add” and select “Local ISO image …”<img title="media-type" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin: 15px auto 0px; border-right-width: 0px" height="278" alt="media-type" src="http://www.susetips.com/wp-content/uploads/2009/03/mediatype.png" width="380" border="0" /> </li>
<li>Key in the location of the ISO image, agree to the license agreement and you will have it included in your repository<img title="local-iso-image" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin: 15px auto 0px; border-right-width: 0px" height="278" alt="local-iso-image" src="http://www.susetips.com/wp-content/uploads/2009/03/localisoimage.png" width="380" border="0" />&#160; <!--adsense#1--><img title="new-repository" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin: 5px auto 0px; border-right-width: 0px" height="278" alt="new-repository" src="http://www.susetips.com/wp-content/uploads/2009/03/newrepository.png" width="380" border="0" /> </li>
<li>Search for “openoffice” and select “OpenOffice_org”.&#160; Click on “Accept” and it will install accordingly.<img title="install-ooo" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin: 15px auto 0px; border-right-width: 0px" height="278" alt="install-ooo" src="http://www.susetips.com/wp-content/uploads/2009/03/installooo.png" width="380" border="0" /> </li>
<li>You will have it installed on your system.&#160; Go to your start menu, click on “Application”, you will find OpenOffice.org application icons.<img title="application-ooo" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin: 15px auto 0px; border-right-width: 0px" height="245" alt="application-ooo" src="http://www.susetips.com/wp-content/uploads/2009/03/applicationooo.png" width="380" border="0" /></li>
</ol>
<p>Good luck!</p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/03/30/how-to-install-openofficeorg-in-sles-from-a-suse-linux-enterprise-desktop-iso-file/">How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/03/23/novell-launches-suse-11/" rel="bookmark" title="Permanent Link: Novell Launches SuSE 11">Novell Launches SuSE 11</a></li><li><a href="http://www.susetips.com/2010/02/23/how-to-install-gnome-desktop-environment-theme-in-opensuse-11-1/" rel="bookmark" title="Permanent Link: How to install GNOME desktop environment theme in OpenSuse 11.1">How to install GNOME desktop environment theme in OpenSuse 11.1</a></li><li><a href="http://www.susetips.com/2009/07/20/installing-hp-laserjet-1020-printer-for-opensuse/" rel="bookmark" title="Permanent Link: Installing HP LaserJet 1020 Printer for OpenSuSE">Installing HP LaserJet 1020 Printer for OpenSuSE</a></li><li><a href="http://www.susetips.com/2009/04/19/using-redirections-part-1-of-2/" rel="bookmark" title="Permanent Link: Using redirections; <, >, >> (Part 1 of 2)">Using redirections; <, >, >> (Part 1 of 2)</a></li><li><a href="http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/" rel="bookmark" title="Permanent Link: SUSE Studio : Create your own customized Linux OS">SUSE Studio : Create your own customized Linux OS</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/03/30/how-to-install-openofficeorg-in-sles-from-a-suse-linux-enterprise-desktop-iso-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Novell Launches SuSE 11</title>
		<link>http://www.susetips.com/2009/03/23/novell-launches-suse-11/</link>
		<comments>http://www.susetips.com/2009/03/23/novell-launches-suse-11/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 02:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[novell]]></category>
		<category><![CDATA[suse 11]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/03/23/novell-launches-suse-11/</guid>
		<description><![CDATA[Novell on Wednesday (24th March 2009) launched SUSE Linux Enterprise 11, with the capability for policy-driven system management and enhancements to its high-availability clustering. SLES 11 also will soon be certified to run in the Amazon EC2 cloud, Novell officials said. Some of the highlights of the latest version of SLES 11 are; Runs .NET [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/03/23/novell-launches-suse-11/">Novell Launches SuSE 11</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/03/novell_suse11_desktop.jpg"><img src="http://www.susetips.com/wp-content/uploads/2009/03/novell_suse11_desktop-300x187.jpg" alt="novell_suse11_desktop" title="novell_suse11_desktop" width="300" height="187" class="aligncenter size-medium wp-image-63" /></a></p>
<p>Novell on Wednesday (24th March 2009) launched SUSE Linux Enterprise 11, with the capability for policy-driven system management and enhancements to its high-availability clustering.</p>
<p>SLES 11 also will soon be certified to run in the Amazon EC2 cloud, Novell officials said.<br />
<span id="more-58"></span><br />
<a href="http://www.susetips.com/wp-content/uploads/2009/03/novell_suse11_apps.jpg"><img src="http://www.susetips.com/wp-content/uploads/2009/03/novell_suse11_apps-300x187.jpg" alt="novell_suse11_apps" title="novell_suse11_apps" width="300" height="187" class="aligncenter size-medium wp-image-65" /></a><br />
Some of the highlights of the latest version of SLES 11 are;</p>
<ol>
<li>Runs .NET applications on Linux</li>
</ol>
<blockquote><p>This is achieved by the Mono extension and since SuSE is the leading Linux distribution for non-x86 machines, it means that .NET applications can run on the IBM system Z machines!</p>
</blockquote>
<ol>
<li>Includes Moonlight</li>
</ol>
<blockquote><p>The Linux version of Microsoft’s Silverlight.</p>
</blockquote>
<ol>
<li>Support for OOXML</li>
</ol>
<blockquote><p>Simply put, compatible with Microsoft Office’s native file.&#160; This was already available in SLED 10 but it is announced that they will ship it with OpenOffice.org Novell Edition.</p>
</blockquote>
<p>There aren’t much significant updates from SLES 10 and most of the highlights of the announcement has to do with integrating with Microsoft seamlessly.</p>
<p><!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/03/23/novell-launches-suse-11/">Novell Launches SuSE 11</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/" rel="bookmark" title="Permanent Link: SUSE Studio : Create your own customized Linux OS">SUSE Studio : Create your own customized Linux OS</a></li><li><a href="http://www.susetips.com/2010/11/23/novell-agrees-to-be-acquired-by-attachmate-corporation/" rel="bookmark" title="Permanent Link: Novell Agrees to be Acquired by Attachmate Corporation">Novell Agrees to be Acquired by Attachmate Corporation</a></li><li><a href="http://www.susetips.com/2010/06/05/meego-v1-0-preview-to-suse-meego/" rel="bookmark" title="Permanent Link: MeeGo v1.0: Preview to SuSE MeeGo">MeeGo v1.0: Preview to SuSE MeeGo</a></li><li><a href="http://www.susetips.com/2009/03/30/how-to-install-openofficeorg-in-sles-from-a-suse-linux-enterprise-desktop-iso-file/" rel="bookmark" title="Permanent Link: How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file">How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file</a></li><li><a href="http://www.susetips.com/about/" rel="bookmark" title="Permanent Link: About Us">About Us</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/03/23/novell-launches-suse-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove corrupted .gvfs directory</title>
		<link>http://www.susetips.com/2009/03/13/how-to-remove-corrupted-gvfs-directory/</link>
		<comments>http://www.susetips.com/2009/03/13/how-to-remove-corrupted-gvfs-directory/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 07:45:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/03/13/how-to-remove-corrupted-gvfs-directory/</guid>
		<description><![CDATA[The .gvfs directory found in home directories of users is actually the GnomeVFS (Gnome Virtual File System).&#160; This provides seamless and uniform access for the Nautilus file manager to&#160; users data no matter where and how it is stored. Data can be stored on a remote mounted file system, the local disk, a USB drive [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/03/13/how-to-remove-corrupted-gvfs-directory/">How to remove corrupted .gvfs directory</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The <font face="Courier New" size="2">.gvfs</font> directory found in home directories of users is actually the GnomeVFS (Gnome Virtual File System).&#160; This provides seamless and uniform access for the Nautilus file manager to&#160; users data no matter where and how it is stored. Data can be stored on a remote mounted file system, the local disk, a USB drive or a digital camera and from the user’s perspective, it is the same.</p>
<p> <span id="more-55"></span>
<p>However, you may get a permission denied when accessing this directory (this is a bug). And even as a superuser/root, you will not be able to enter, delete or change permissions of the directory.&#160; When listing the home directory, you will get</p>
<blockquote><p><font size="2"><font face="Courier New">d?????????<font color="#333333">&#160;&#160; ? ?&#160;&#160;&#160; ?&#160;&#160;&#160;&#160;&#160;&#160; ?&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ? .gvfs</font></font></font></p>
</blockquote>
<p>Some applications will fail to execute and you are stuck!&#160; Well, the <font face="Courier New" size="2">.gvfs</font> is a filesystem, so you can umount it!</p>
<p><font face="Courier New" size="2">umount /home/&lt;username&gt;/.gvfs      <br />rm –r /home/&lt;username&gt;/.gvfs</font></p>
<p>You may not want to remove it but once you un-mount it, this should be a safe thing to do (as long as you never had a directory by that name before) but you may want to just check on it.</p>
<p> <!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/03/13/how-to-remove-corrupted-gvfs-directory/">How to remove corrupted .gvfs directory</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/09/how-to-temporary-disable-users/" rel="bookmark" title="Permanent Link: How to temporary disable users">How to temporary disable users</a></li><li><a href="http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/" rel="bookmark" title="Permanent Link: How to remove GRUB from MBR of Hard Drive">How to remove GRUB from MBR of Hard Drive</a></li><li><a href="http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/" rel="bookmark" title="Permanent Link: How to reset forgotten root password in SuSE Enterprise Server">How to reset forgotten root password in SuSE Enterprise Server</a></li><li><a href="http://www.susetips.com/2009/05/05/automatically-dating-your-tar-backups/" rel="bookmark" title="Permanent Link: Automatically dating your tar backups">Automatically dating your tar backups</a></li><li><a href="http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “find”">Short and quick tutorial for the command “find”</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/03/13/how-to-remove-corrupted-gvfs-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling C++ code using iostream in G++ version 4.3 and above</title>
		<link>http://www.susetips.com/2009/03/12/compiling-c-code-using-iostream-in-g-version-43-and-above/</link>
		<comments>http://www.susetips.com/2009/03/12/compiling-c-code-using-iostream-in-g-version-43-and-above/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 09:07:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GCC]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[compiler]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/03/12/compiling-c-code-using-iostream-in-g-version-43-and-above/</guid>
		<description><![CDATA[In the past, prior to G++ version 4.3, a code like #include &#60;iostream.h&#62; int main() { &#160; cout &#60;&#60; “hello world” &#60;&#60; endl; &#160; return 0; } would probably compile&#160; (g++ &#60;filename.cpp&#62;) with the possibility of some warning messages.&#160; With version 4.3 and newer, it will give you an error message stating that iostream.h: No [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/03/12/compiling-c-code-using-iostream-in-g-version-43-and-above/">Compiling C++ code using iostream in G++ version 4.3 and above</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In the past, prior to G++ version 4.3, a code like</p>
<blockquote><p><font face="Courier New" size="2">#include &lt;iostream.h&gt;        <br />int main() {         <br />&#160; cout &lt;&lt; “hello world” &lt;&lt; endl;         <br />&#160; return 0;         <br />}</font></p>
</blockquote>
<p>would probably compile&#160; (<font face="Courier New" size="2">g++ &lt;filename.cpp&gt;</font>) with the possibility of some warning messages.&#160; With version 4.3 and newer, it will give you an error message stating that </p>
<blockquote><p><font face="Courier New" size="2">iostream.h: No such file or directory</font></p>
</blockquote>
<p> <span id="more-52"></span>
<p>There are mainly 2 changes here; (1) GCC 4.3 does not recognize <font face="Courier New" size="2">iostream.h</font> anymore and will comply with the latest C++ standards of using <font face="Courier New" size="2">iostream<font face="Verdana"> and (2) you will need to have “</font>using namespace std;<font face="Verdana">” at the top for it to recognize </font>iostream. </font></p>
<blockquote><p><font face="Courier New" size="2">using namespace std;        </p>
<p>#include &lt;iostream&gt;         <br />int main() {         <br />&#160; cout &lt;&lt; “hello world” &lt;&lt; endl;         <br />&#160; return 0;         <br />}</font></p>
</blockquote>
<p>And compile it with <font face="Courier New" size="2">g++</font>.</p>
<p>This is only <font color="#ff0000"><strong>IF</strong></font> you have not been following proper C++ standards and especially so, when you mix C and C++ code together.&#160; If you did learned to code C++ properly, you would not have such an issue anyway.</p>
<p><!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/03/12/compiling-c-code-using-iostream-in-g-version-43-and-above/">Compiling C++ code using iostream in G++ version 4.3 and above</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Beginners Guide to Compiling Kernel on OpenSuSE 11.3">Beginners Guide to Compiling Kernel on OpenSuSE 11.3</a></li><li><a href="http://www.susetips.com/2010/11/03/installing-google-chromium-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Installing Google Chromium on OpenSuSE 11.3">Installing Google Chromium on OpenSuSE 11.3</a></li><li><a href="http://www.susetips.com/2010/06/05/meego-v1-0-preview-to-suse-meego/" rel="bookmark" title="Permanent Link: MeeGo v1.0: Preview to SuSE MeeGo">MeeGo v1.0: Preview to SuSE MeeGo</a></li><li><a href="http://www.susetips.com/2009/12/22/how-to-run-windows-software-on-opensuse/" rel="bookmark" title="Permanent Link: How to run Windows software on OpenSuse">How to run Windows software on OpenSuse</a></li><li><a href="http://www.susetips.com/2009/09/12/opensuse-11-1-kde4-reloaded/" rel="bookmark" title="Permanent Link: Opensuse 11.1 KDE4 Reloaded">Opensuse 11.1 KDE4 Reloaded</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/03/12/compiling-c-code-using-iostream-in-g-version-43-and-above/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What’s the difference between “su” and “su –”?</title>
		<link>http://www.susetips.com/2009/03/06/whats-the-difference-between-su-and-su/</link>
		<comments>http://www.susetips.com/2009/03/06/whats-the-difference-between-su-and-su/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 11:54:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/03/06/whats-the-difference-between-su-and-su/</guid>
		<description><![CDATA[We get asked this question quite often and maybe it is good to give a simple explanation.  “su” by itself means that you would like to assume the super user identity.  You can also assume the identity of another user using “su &#60;userid&#62;”. Then, many people actually ask why do we usually type “su –” [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/03/06/whats-the-difference-between-su-and-su/">What’s the difference between “su” and “su –”?</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<dl id="attachment_50" class="wp-caption aligncenter" style="width: 310px;">
<dt class="wp-caption-dt"><img class="size-medium wp-image-50" title="suse-terminal" src="http://www.susetips.com/wp-content/uploads/2009/03/suse-terminal-300x225.jpg" alt="opensuse terminal" width="300" height="225" /></dt>
</dl>
</div>
<p>We get asked this question quite often and maybe it is good to give a simple explanation.  “<span style="font-family: Courier New;">su”</span> by itself means that you would like to assume the super user identity.  You can also assume the identity of another user using “<span style="font-family: Courier New;">su &lt;userid&gt;”</span>.<br />
<span id="more-48"></span><br />
Then, many people actually ask why do we usually type “<span style="font-family: Courier New;">su –</span>” instead of just “<span style="font-family: Courier New;">su</span>”?  The main difference is that the one with the “<span style="font-family: Courier New;">-</span>“ will run the to-be-assumed userid’s startup scripts which will basically mean that you will have the environment settings (such as $PATH) as though you are logged in as the new userid.  Without the “<span style="font-family: Courier New;">-</span>“, you will have the environment settings of the current userid (probably your userid).<br />
<!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/03/06/whats-the-difference-between-su-and-su/">What’s the difference between “su” and “su –”?</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/05/29/differential-backup-script-sample/" rel="bookmark" title="Permanent Link: Differential backup script sample">Differential backup script sample</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/03/06/whats-the-difference-between-su-and-su/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually Starting and Stopping Services in Suse/OpenSuse</title>
		<link>http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/</link>
		<comments>http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 11:50:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[runlevel editor]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[yast]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/</guid>
		<description><![CDATA[YaST provides a extremely easy way for system administrators to manage which services run at boot. The YaST Runlevel Editor module is easy to understand and gives you important information about each service. You can choose to start or stop a process with nothing more than a mouse click. To view what are the what [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/">Manually Starting and Stopping Services in Suse/OpenSuse</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/02/windowslivewritermanuallystartingandstoppingservicesinsus-115dfyast2-runlevel-2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="320" alt="yast2_runlevel" src="http://www.susetips.com/wp-content/uploads/2009/02/windowslivewritermanuallystartingandstoppingservicesinsus-115dfyast2-runlevel-thumb.png" width="420" border="0"></a> </p>
<p>YaST provides a extremely easy <a name="idd1e47511"></a><a name="idd1e47516"></a><a name="idd1e47523"></a><a name="idd1e47530"></a><a name="idd1e47535"></a>way for system administrators to manage which services run at boot. The YaST Runlevel Editor module is easy to understand and gives you important information about each service. You can choose to start or stop a process with nothing more than a mouse click.</p>
<p><span id="more-43"></span>
<p>To view what are the what services that are currently running, you can open the Runlevel Editor module from the YaST System page. It will display a list of all the available services. If you change the <a name="idd1e47764"></a><a name="idd1e47769"></a><a name="idd1e47776"></a><a name="idd1e47783"></a>configuration file for a particular service, you usually have to stop and restart the service to use the new configuration. For example, when making changes to the X server, it is often worthwhile to change from Runlevel 5 to Runlevel 3 to test the changes, then switch back to re-enable the display manager. This way, if you make a mistake, you can fix it and get it right without having to reboot every time.</p>
<p>e.g. To stop, start, or restart any service, open a shell as the SuperUser. To see if your ALSA sound server is running, type the following:
<pre><font color="#0000ff">/etc/init.d/alsasound status</font>
</pre>
<p>The script will report its status. It should report
<pre><font color="#0000ff">ALSA sound driver loaded.             running</font>
</pre>
<p>To stop and restart the service, type
<pre><font color="#0000ff">/etc/init.d/alsasound restart</font>
</pre>
<p>and the following should appear:
<pre><font color="#0000ff">Shutting down sound driver               done</font>

<font color="#0000ff">Starting sound driver:  via82xx          done</font>

<font color="#0000ff">Restoring the previous sound setting     done</font></pre>
</p>
<p><!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/">Manually Starting and Stopping Services in Suse/OpenSuse</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/" rel="bookmark" title="Permanent Link: How to start services automatically at boot?">How to start services automatically at boot?</a></li><li><a href="http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/" rel="bookmark" title="Permanent Link: How to setup and enable OpenSSH">How to setup and enable OpenSSH</a></li><li><a href="http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/" rel="bookmark" title="Permanent Link: How to create user with password assigned">How to create user with password assigned</a></li><li><a href="http://www.susetips.com/advertise-with-us/" rel="bookmark" title="Permanent Link: Advertise with Us">Advertise with Us</a></li><li><a href="http://www.susetips.com/2009/02/24/how-to-configure-yast-firewall-for-bittorrent/" rel="bookmark" title="Permanent Link: How to configure YaST firewall for BitTorrent">How to configure YaST firewall for BitTorrent</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Burn ISO image onto CD / DVD</title>
		<link>http://www.susetips.com/2009/02/26/burning-iso-image-onto-cd-dvd/</link>
		<comments>http://www.susetips.com/2009/02/26/burning-iso-image-onto-cd-dvd/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 12:56:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[iso]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/02/26/burning-iso-image-onto-cd-dvd/</guid>
		<description><![CDATA[Often you may download some applications from the Internet that is stored as ISO image file. An ISO image is an archive file (also known as a disk image) of an optical disc in a format defined by the International Organization for Standardization (ISO). So here is a simple tip on how to burn ISO [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/02/26/burning-iso-image-onto-cd-dvd/">How to Burn ISO image onto CD / DVD</a></p>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="aligncenter" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 15px 15px 0px; border-right-width: 0px" title="Screenshot-CD-DVD Creator - File Browser" src="http://www.susetips.com/wp-content/uploads/2009/02/screenshotcddvdcreatorfilebrowser.png" border="0" alt="Screenshot-CD-DVD Creator - File Browser" width="321" height="230" align="center" /></p>
<p>Often you may download some applications from the Internet that is stored as ISO image file. An ISO image is an archive file (also known as a disk image) of an optical disc in a format defined by the International Organization for Standardization (ISO). So here is a simple tip on how to burn ISO image onto your CD/DVD.</p>
<p><span id="more-27"></span></p>
<p>First, insert a blank CD/DVD into your drive, the file manager will automatically appear. Navigate in the file manager and find the ISO image file that you want to burn onto the CD/DVD.  Drag and drop the image file to the blank DVD-ROM (or CD-ROM) disk.</p>
<p><a href="http://www.susetips.com/wp-content/uploads/2009/02/screenshotnautiluscdburner.png"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 15px 15px 0px; border-right-width: 0px" title="Screenshot-nautilus-cd-burner" src="http://www.susetips.com/wp-content/uploads/2009/02/screenshotnautiluscdburner-thumb.png" border="0" alt="Screenshot-nautilus-cd-burner" width="244" height="118" align="center" /></a></p>
<p>You will be asked whether you want to “Create From Image” or “Create With File”.  The “Create With File” option will basically copy the files found in the image into the CD/DVD whilst the “Create From Image” will map the whole image file onto the CD/DVD.  Choose the “Create From Image”.</p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 15px 15px 0px; border-right-width: 0px" title="Screenshot-Write to Disc" src="http://www.susetips.com/wp-content/uploads/2009/02/screenshotwritetodisc.png" border="0" alt="Screenshot-Write to Disc" width="244" height="204" align="center" /></p>
<p>A new dialog box will appear, just select “Write” and let it proceed.</p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 10px; border-right-width: 0px" title="Screenshot-Writing Image to Disc" src="http://www.susetips.com/wp-content/uploads/2009/02/screenshotwritingimagetodisc.png" border="0" alt="Screenshot-Writing Image to Disc" width="184" height="118" align="center" /></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 10px; border-right-width: 0px" title="Screenshot-Writing Image to Disc-1" src="http://www.susetips.com/wp-content/uploads/2009/02/screenshotwritingimagetodisc1.png" border="0" alt="Screenshot-Writing Image to Disc-1" width="184" height="118" align="center" /></p>
<p>It will take some time to complete and once it has completed, a new message box will appear.  Select “Close”.  Voila!, just a few simple steps.</p>
<p><!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/02/26/burning-iso-image-onto-cd-dvd/">How to Burn ISO image onto CD / DVD</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2010/03/01/simple-image-editing-in-opensuse-graphicsmagick/" rel="bookmark" title="Permanent Link: Simple Image Editing in OpenSuSE: GraphicsMagick">Simple Image Editing in OpenSuSE: GraphicsMagick</a></li><li><a href="http://www.susetips.com/2009/03/30/how-to-install-openofficeorg-in-sles-from-a-suse-linux-enterprise-desktop-iso-file/" rel="bookmark" title="Permanent Link: How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file">How to install OpenOffice.org in SLES from a SuSE Linux Enterprise Desktop ISO file</a></li><li><a href="http://www.susetips.com/2009/03/23/novell-launches-suse-11/" rel="bookmark" title="Permanent Link: Novell Launches SuSE 11">Novell Launches SuSE 11</a></li><li><a href="http://www.susetips.com/2009/03/06/whats-the-difference-between-su-and-su/" rel="bookmark" title="Permanent Link: What’s the difference between “su” and “su –”?">What’s the difference between “su” and “su –”?</a></li><li><a href="http://www.susetips.com/2009/04/06/suse-studio-create-your-own-customized-linux-os/" rel="bookmark" title="Permanent Link: SUSE Studio : Create your own customized Linux OS">SUSE Studio : Create your own customized Linux OS</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/02/26/burning-iso-image-onto-cd-dvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Special Locations in Nautilus with URI</title>
		<link>http://www.susetips.com/2009/02/25/open-special-locations-in-nautilus-with-uri/</link>
		<comments>http://www.susetips.com/2009/02/25/open-special-locations-in-nautilus-with-uri/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 02:51:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/02/25/open-special-locations-in-nautilus-with-uri/</guid>
		<description><![CDATA[For Linux, the official file manager for the GNOME desktop is Nautilus. In case you wondering the origin for Nautilus, it is a play on words. By evoking the shell of a nautilus to represent an operating system shell. Nautilus replaced Midnight Commander in GNOME 1.4 and was the default from version 2.0 onwards. There [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/02/25/open-special-locations-in-nautilus-with-uri/">Open Special Locations in Nautilus with URI</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/02/windowslivewriteropenspeciallocationsinnautiluswithuri-9830nautilus-gnome-2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="328" alt="nautilus-gnome" src="http://www.susetips.com/wp-content/uploads/2009/02/windowslivewriteropenspeciallocationsinnautiluswithuri-9830nautilus-gnome-thumb.png" width="370" border="0"></a> </p>
<p>For Linux, the official file manager for the GNOME desktop is Nautilus. In case you wondering the origin for Nautilus, it is a play on words. By evoking the shell of a nautilus to represent an operating system shell. Nautilus replaced Midnight Commander in GNOME 1.4 and was the default from version 2.0 onwards.</p>
<p> <span id="more-20"></span>
<p><a href="http://www.susetips.com/wp-content/uploads/2009/02/windowslivewriteropenspeciallocationsinnautiluswithuri-9830nautilus-2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="143" alt="nautilus" src="http://www.susetips.com/wp-content/uploads/2009/02/windowslivewriteropenspeciallocationsinnautiluswithuri-9830nautilus-thumb.png" width="420" border="0"></a> </p>
<p>There are many ways to open an application in Nautilus. However, here&#8217;s a simple tip that you might not know. You can open special locations in Nautilus by entering the URI in the location bar. An Uniform Resource Identifier (URI) is a string of characters used to identify or name a resource on the Internet. You can invoke the location bar by using the keyboard shortcut key Ctrl+L.</p>
<p>For example, if you would like to show Computer and lists the disk partitions, you can type in <strong>computer:///</strong>. Similarly, you can try the following special location URIs : </p>
<p><strong>network:/// </strong>to show the network locations<br /><strong>burn:///</strong> to see the inbuilt CD application<br /><strong>fonts:///&nbsp; </strong>to list the fonts installed on the system<br /><strong>burn:///</strong> to open the CD Writing Window.<br /><strong>themes:///</strong> to list the themes available for the Gnome Desktop<br /><strong>system-settings:///</strong> to give access to system settings.
<p>These URIs can be handy and it could be a time saver indeed.</p>
<p><!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/02/25/open-special-locations-in-nautilus-with-uri/">Open Special Locations in Nautilus with URI</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2010/11/03/installing-google-chromium-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Installing Google Chromium on OpenSuSE 11.3">Installing Google Chromium on OpenSuSE 11.3</a></li><li><a href="http://www.susetips.com/2009/02/26/burning-iso-image-onto-cd-dvd/" rel="bookmark" title="Permanent Link: How to Burn ISO image onto CD / DVD">How to Burn ISO image onto CD / DVD</a></li><li><a href="http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/" rel="bookmark" title="Permanent Link: Manually Starting and Stopping Services in Suse/OpenSuse">Manually Starting and Stopping Services in Suse/OpenSuse</a></li><li><a href="http://www.susetips.com/2009/03/13/how-to-remove-corrupted-gvfs-directory/" rel="bookmark" title="Permanent Link: How to remove corrupted .gvfs directory">How to remove corrupted .gvfs directory</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/02/25/open-special-locations-in-nautilus-with-uri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure YaST firewall for BitTorrent</title>
		<link>http://www.susetips.com/2009/02/24/how-to-configure-yast-firewall-for-bittorrent/</link>
		<comments>http://www.susetips.com/2009/02/24/how-to-configure-yast-firewall-for-bittorrent/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 13:22:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[P2P]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[yast]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/02/24/how-to-configure-yast-firewall-for-bittorrent/</guid>
		<description><![CDATA[The most file sharing protocol is non other than the famous BitTorrent protocol. However sometimes you may be experiencing slow downloads when sharing P2P files when using BitTorrent client e.g. Utorrent. This is most likely to occur when your computer is behind a home router or software firewall. The OpenSuse firewall -YaST makes it nearly [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/02/24/how-to-configure-yast-firewall-for-bittorrent/">How to configure YaST firewall for BitTorrent</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/02/windowslivewriterhowtoconfigureyastfirewallforbittorrent-12b78bittorrent-2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="320" alt="bittorrent" src="http://www.susetips.com/wp-content/uploads/2009/02/windowslivewriterhowtoconfigureyastfirewallforbittorrent-12b78bittorrent-thumb.jpg" width="320" border="0"></a> </p>
<p>The most file sharing protocol is non other than the famous BitTorrent protocol. However sometimes you may be experiencing slow downloads when sharing P2P files when using BitTorrent client e.g. Utorrent. This is most likely to occur when your computer is behind a home router or software firewall. The OpenSuse firewall -YaST makes it nearly impossible to use the BitTorrent protocol. Extremely slow download times could be the end result.</p>
<p> <span id="more-13"></span>
<p>However, there are two ways that may help to get BitTorrent running smoothly:</p>
<ol>
<li>Start the YaST firewall and select the zone you want to allow services for (where you want the enabled port). Click [Advanced] and enter the correct information (syntax from-port:to-port numeric). Click [OK], and YaST will ask you if you are sure. Click [Continue] to return to the main dialog; click [Cancel] to re-enter the port numbers. After returning to the main menu, click [Next] and [Accept] to finish configuration.
<li>Open the /etc/sysconfig/SuSEfirewall2 file in any text-editor Add the required ports to the FW_SERVICES_EXT_TCP, FW_SERVICES_INT_TCP or FW_SERVICES_DMZ_TCP variable. (# Examples: &#8220;ssh&#8221;, &#8220;123 514&#8243;, &#8220;3200:3299&#8243;, &#8220;ftp 22 telnet 512:514&#8243;) </li>
</ol>
<p>You may try to add TCP: &#8220;6881:6999&#8243; but this could result in a security risk. Always remember this is because not only P2P clients can use this port.</p>
<p> <!--adsense--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/02/24/how-to-configure-yast-firewall-for-bittorrent/">How to configure YaST firewall for BitTorrent</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/06/how-to-change-font-size-for-yast-and-sax2/" rel="bookmark" title="Permanent Link: How to change font size for Yast and Sax2">How to change font size for Yast and Sax2</a></li><li><a href="http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/" rel="bookmark" title="Permanent Link: How to setup and enable OpenSSH">How to setup and enable OpenSSH</a></li><li><a href="http://www.susetips.com/2010/11/30/installing-sysbench-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Installing SysBench on OpenSuSE 11.3">Installing SysBench on OpenSuSE 11.3</a></li><li><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/" rel="bookmark" title="Permanent Link: How to start services automatically at boot?">How to start services automatically at boot?</a></li><li><a href="http://www.susetips.com/2010/11/19/beginners-guide-to-compiling-kernel-on-opensuse-11-3/" rel="bookmark" title="Permanent Link: Beginners Guide to Compiling Kernel on OpenSuSE 11.3">Beginners Guide to Compiling Kernel on OpenSuSE 11.3</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/02/24/how-to-configure-yast-firewall-for-bittorrent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recover OpenSuse Lost Root Password</title>
		<link>http://www.susetips.com/2009/02/16/recover-opensuse-lost-root-password/</link>
		<comments>http://www.susetips.com/2009/02/16/recover-opensuse-lost-root-password/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 06:19:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://www.susetips.com/?p=5</guid>
		<description><![CDATA[Hopefully not but from time to time, we may somehow forgot what our root password is.  This can happen in the case where you are managing a teaching laboratory, CAD/CAM workstations or your grandmother’s OpenSuSE PC!  These are situations where once the machine is setup, you rarely need to have system administration access.  So, the [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/02/16/recover-opensuse-lost-root-password/">How to recover OpenSuse Lost Root Password</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Hopefully not but from time to time, we may somehow forgot what our root password is.  This can happen in the case where you are managing a teaching laboratory, CAD/CAM workstations or your grandmother’s OpenSuSE PC!  These are situations where once the machine is setup, you rarely need to have system administration access.  So, the first answer is … re-install!</p>
<p>Heck no, an easier way is to</p>
<ol>
<li>Boot into single user mode</li>
<li>Change password</li>
<li>Reboot</li>
</ol>
<p><span id="more-5"></span></p>
<h4>Booting into single user mode</h4>
<p>Assuming that you did not password protect  your GRUB boot loader (default boot loader for most Linux distribution), to boot into single user mode in most Linux distribution, you simply need to ask it to boot into single user mode (runlevel 1) but as rightly pointed out (<em>see comment</em>), in OpenSuSE, instead of simply pressing “1” when greeted with the following screen, you need to instead input &#8220;<span style="font-family: Courier New;">init=/bin/sh</span>&#8220;.  By pressing &#8220;1&#8243;, you will still be required to enter the root password.</p>
<p><a style="text-decoration: none;" href="http://www.susetips.com/wp-content/uploads/2009/02/blogpost.jpg"></a></p>
<div id="attachment_45" class="wp-caption aligncenter" style="width: 411px"><a style="text-decoration: none;" href="http://www.susetips.com/wp-content/uploads/2009/02/blogpost.jpg"><img class="size-full wp-image-45" title="blog-post1" src="http://www.susetips.com/wp-content/uploads/2009/02/blog-post1.jpg" alt="GRUB startup" width="401" height="249" /></a><p class="wp-caption-text">GRUB startup</p></div>
<p><em>(Note, not all GRUB screens are like that, if by pressing “1”, it boots immediately, then the next time, press ESC to go to the text based menu.  From there, select the entry and press “e” to edit and then go to the boot instruction line and press “e” again.  You can then add the “1” at the end of the command.  Press “b” after that to boot)</em></p>
<h4>Change password</h4>
<p>Once in single user mode, you should just get the following command line prompt.</p>
<div>
<table border="0" cellspacing="0" cellpadding="1" width="400" align="center">
<tbody>
<tr>
<td width="400" align="center">
<p align="left"><span style="font-family: Courier New;">your-hostname:~ #</span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p>You are actually logged in as root (superuser) and you can change the password from there.</p>
<div>
<table border="0" cellspacing="0" cellpadding="1" width="400" align="center">
<tbody>
<tr>
<td width="400" valign="top">
<p align="left"><span style="font-family: Courier New;">your-hostname:~ # passwd<br />
</span><span style="font-family: Courier New;">Changing password for root.<br />
</span><span style="font-family: Courier New;">New Password:</span></td>
</tr>
</tbody>
</table>
</div>
<p>Enter your new password (and this time remember it!).  You should see the following to confirmed that the password has changed.</p>
<div>
<table border="0" cellspacing="0" cellpadding="1" width="400" align="center">
<tbody>
<tr>
<td width="400" align="center">
<p align="left"><span style="font-family: Courier New;">Reenter New Password:<br />
Password changed.</span></td>
</tr>
</tbody>
</table>
</div>
<h4>Reboot</h4>
<p>Simlpy type,</p>
<div>
<table border="0" cellspacing="0" cellpadding="1" width="400" align="center">
<tbody>
<tr>
<td width="400" align="center">
<p align="left"><span style="font-family: Courier New;">your-hostname:~ # reboot</span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p>Your root password has been reset!<br />
<!--adsense#1--></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/02/16/recover-opensuse-lost-root-password/">How to recover OpenSuse Lost Root Password</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/" rel="bookmark" title="Permanent Link: How to reset forgotten root password in SuSE Enterprise Server">How to reset forgotten root password in SuSE Enterprise Server</a></li><li><a href="http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/" rel="bookmark" title="Permanent Link: How to create user with password assigned">How to create user with password assigned</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2009/04/09/how-to-temporary-disable-users/" rel="bookmark" title="Permanent Link: How to temporary disable users">How to temporary disable users</a></li><li><a href="http://www.susetips.com/2010/02/28/how-to-install-virtualbox-guest-additions-in-opensuse-11-2/" rel="bookmark" title="Permanent Link: How to install VirtualBox Guest Additions in OpenSuse 11.2">How to install VirtualBox Guest Additions in OpenSuse 11.2</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/02/16/recover-opensuse-lost-root-password/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

