<?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>HeatWare.net &#187; Linux/Unix</title>
	<atom:link href="http://heatware.net/category/linux-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://heatware.net</link>
	<description>Computer tips from A to Z: Windows, Unix, Programming, QA, and more!</description>
	<lastBuildDate>Sun, 22 Aug 2010 22:32:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Linux &#8216;head&#8217; command to preview a file</title>
		<link>http://heatware.net/linux-unix/linux-head-command-preview-file/</link>
		<comments>http://heatware.net/linux-unix/linux-head-command-preview-file/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 04:07:32 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=607</guid>
		<description><![CDATA[This article will show you how to use the head command in Linux. head is used to print out the beginning of a file. For example, this is useful when you have a giant text file and you want to preview the contents without attempting to open the entire file. Here are some common examples [...]]]></description>
			<content:encoded><![CDATA[<p>This article will show you how to use the <em>head</em> command in Linux. <em>head</em> is used to print out the beginning of a file. For example, this is useful when you have a giant text file and you want to preview the contents without attempting to open the entire file. Here are some common examples on the usage:</p>
<h3>Examples of ‘head’ command</h3>
<p>To print out the first 10 lines of a file<br />
<code>head [filename]</code></p>
<p>To print out the first 50 lines of a file<br />
<code>head -n 50 [filename]</code></p>
<p>To print out the first 25 bytes of a file<br />
<code>head -c 25 [filename]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/linux-unix/linux-head-command-preview-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a Windows/Linux network printer in Ubuntu 9.10</title>
		<link>http://heatware.net/linux-unix/add-install-windows-network-printer-ubuntu-linux/</link>
		<comments>http://heatware.net/linux-unix/add-install-windows-network-printer-ubuntu-linux/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 22:32:02 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Printers]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=561</guid>
		<description><![CDATA[This article will show you how to add a network printer on a Ubuntu 9.10 system. Let’s go ahead and get started…
Navigate to System –&#62; Administration –&#62; Printing

Then choose Server –&#62; New –&#62; Printer from the Printer configuration window

The New Printer wizard will be displayed. Here you can add either local or network printers. For [...]]]></description>
			<content:encoded><![CDATA[<p>This article will show you how to add a network printer on a Ubuntu 9.10 system. Let’s go ahead and get started…</p>
<p>Navigate to <strong>System –&gt; Administration –&gt; Printing</strong></p>
<p><a href="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_1.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="ubuntu_printer_1" src="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_1_thumb.png" border="0" alt="ubuntu_printer_1" width="429" height="322" /></a></p>
<p>Then choose <strong>Server –&gt; New –&gt; Printer</strong> from the Printer configuration window</p>
<p><a href="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_3.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="ubuntu_printer_3" src="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_3_thumb.png" border="0" alt="ubuntu_printer_3" width="354" height="215" /></a></p>
<p>The New Printer wizard will be displayed. Here you can add either local or network printers. For this tutorial, we will show you how to add a Network printer. To do this, expand the <strong>Network Printer</strong> tree item and choose <strong>Windows Printer via SAMBA. </strong></p>
<p><a href="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_4.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="ubuntu_printer_4" src="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_4_thumb.png" border="0" alt="ubuntu_printer_4" width="354" height="307" /></a></p>
<p>Click on the button labeled <strong>Browse…</strong> which will display a list of servers on your network. Find your corporate print server or Windows system that the printer is connected to. You should see one or more printers listed. Choose the printer and click <strong>OK</strong>.</p>
<p><a href="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_5.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="ubuntu_printer_5" src="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_5_thumb.png" border="0" alt="ubuntu_printer_5" width="354" height="233" /></a></p>
<p>You will now need to select the manufacturer of the printer so that the appropriate driver can be installed. Make your selection and click on the button labeled <strong>Forward.</strong></p>
<p><a href="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_6.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="ubuntu_printer_6" src="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_6_thumb.png" border="0" alt="ubuntu_printer_6" width="354" height="307" /></a></p>
<p>Once you have chosen the printer manufacturer, you must select the model number. Make your selection and then click <strong>Forward</strong>. Note: If you do not see your model listed, please visit the printer manufacturer’s website to download the appropriate driver.</p>
<p><a href="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_7.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="ubuntu_printer_7" src="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_7_thumb.png" border="0" alt="ubuntu_printer_7" width="354" height="307" /></a></p>
<p>We’re almost done! Now you can specify the printer name and description so you can easily identify it in the future. Click <strong>Apply</strong> after doing so.</p>
<p><a href="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_8.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="ubuntu_printer_8" src="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_8_thumb.png" border="0" alt="ubuntu_printer_8" width="354" height="307" /></a></p>
<p>Finally, you will be greeted with a prompt to print a test page. It is a good idea to do this, so click <strong>Yes</strong>.</p>
<p><a href="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_9.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="ubuntu_printer_9" src="http://heatware.net/wp-content/uploads/2009/11/ubuntu_printer_9_thumb.png" border="0" alt="ubuntu_printer_9" width="244" height="117" /></a></p>
<p>And there you have it. That is how you add a network printer to your Ubuntu 9.10 system!</p>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><a href="http://digg.com/submit?url=http%3a%2f%2fheatware.net%2f%3fp%3d561&amp;title=How+to+add+a+network+printer+in+Ubuntu+9.10"><img style="border: 0" title="Digg This" src="http://digg.com/img/badges/100x20-digg-button.png" border="0" alt="Digg This" width="100" height="20" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/linux-unix/add-install-windows-network-printer-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux: How to Kill all instances of a script/program by using a string search</title>
		<link>http://heatware.net/linux-unix/linux-how-to-kill-all-instances-of-a-scriptprogram-by-using-a-string-search/</link>
		<comments>http://heatware.net/linux-unix/linux-how-to-kill-all-instances-of-a-scriptprogram-by-using-a-string-search/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:49:58 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=492</guid>
		<description><![CDATA[This article will show you how to kill (or end) multiple processes or instances of a running script with a single command.
If you are like me, you have run into this situation many many times. You run the ps command to list all the currently running processes and you see that there are multiple instances [...]]]></description>
			<content:encoded><![CDATA[<p>This article will show you how to kill (or end) multiple processes or instances of a running script with a single command.</p>
<p>If you are like me, you have run into this situation many many times. You run the <em>ps</em> command to list all the currently running processes and you see that there are multiple instances running of a certain program. You want to end all these instances but do not want to run the <em>kill</em> command for each one of those specifying the <em>pid</em> manually.<em> </em>Killing all instances of this program is very simple and I’ll show you how to do it using a 1 line command!</p>
<h3>How to Kill multiple instances of a process</h3>
<ol>
<li>Log into the shell of your Linux/Unix box </li>
<li>If you do not know the name of the script you will like to kill, run: <code>ps -ef</code> This will show you a list of all the currently running processes. In the right-most column, you will find the path and filename of the script you want to end. </li>
<li>To kill all instances of this script, run the command: <code>ps -ef | grep <em>[search string]</em> | awk '{print $2}' | xargs kill -9</code> Be sure you substitute <em>[search string]</em> to your own value. </li>
<li>Now run <em>ps –ef</em> again and all running instances of that script will be gone! </li>
</ol>
<h3>&#160;</h3>
<h3>Alternative Method</h3>
<p>If your Linux distribution has <em>pkill</em> installed, simply run the command:</p>
<p> <code>pkill -9 -f <em>[search string]</em></code>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><a href="http://digg.com/submit?url=http%3a%2f%2fheatware.net%2flinux-unix%2flinux-how-to-kill-all-instances-of-a-scriptprogram-by-using-a-string-search%2f&amp;title=Linux%3a+How+to+Kill+all+instances+of+a+script%2fprogram+by+using+a+string+search"><img src="http://digg.com/img/badges/100x20-digg-button.png" width="100" height="20" alt="Digg This" title="Digg This" border="0" style="border: 0" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/linux-unix/linux-how-to-kill-all-instances-of-a-scriptprogram-by-using-a-string-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change screen/display resolution in Ubuntu 9.10</title>
		<link>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/</link>
		<comments>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 15:04:36 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Resolution]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=486</guid>
		<description><![CDATA[This article will show you how to change your monitor resolution in Ubuntu 9.10. Most of us are long-time Windows users and we are very used to the interface and how to do a simple task like this. But for Linux newbies, it can get frustrating to navigate all the menu options to find the [...]]]></description>
			<content:encoded><![CDATA[<p>This article will show you how to change your monitor resolution in Ubuntu 9.10. Most of us are long-time Windows users and we are very used to the interface and how to do a simple task like this. But for Linux newbies, it can get frustrating to navigate all the menu options to find the Windows-equivalents.&#160; Rest assured, changing your display settings in Ubuntu is very simple:</p>
<p>Navigate to <strong>System –&gt; Preferences –&gt; Display</strong></p>
<p><a href="http://heatware.net/wp-content/uploads/2009/11/ubuntu_resolution.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ubuntu_resolution" border="0" alt="ubuntu_resolution" src="http://heatware.net/wp-content/uploads/2009/11/ubuntu_resolution_thumb.png" width="354" height="266" /></a></p>
<p>This screen will look similar to the Windows display preferences. Next to <em>Resolution</em>, you will see a drop-down list of supported monitor resolutions you can switch to.</p>
<p><a href="http://heatware.net/wp-content/uploads/2009/11/ubuntu_resolution_2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ubuntu_resolution_2" border="0" alt="ubuntu_resolution_2" src="http://heatware.net/wp-content/uploads/2009/11/ubuntu_resolution_2_thumb.png" width="354" height="358" /></a></p>
<p>Click on the down-arrow to expand the list of resolutions and choose one. After you are done, hit the <strong>Apply button.</strong></p>
<p><a href="http://heatware.net/wp-content/uploads/2009/11/ubuntu_resolution_3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ubuntu_resolution_3" border="0" alt="ubuntu_resolution_3" src="http://heatware.net/wp-content/uploads/2009/11/ubuntu_resolution_3_thumb.png" width="354" height="266" /></a></p>
<p>If your screen turns completely blank, this means the resolution you selected is not supported by your monitor. Keep trying various options until you find one that works best for you!</p>
<p><strong>If you would like to find out how to add custom resolutions that to not appear in the drop-down list, stay tuned. Part II of this article is coming (hopefully by 11/25)</strong></p>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><a href="http://digg.com/submit?url=http%3a%2f%2fheatware.net%2flinux-unix%2fhow-to-change-screendisplay-resolution-in-ubuntu-9-10%2f&amp;title=How+to+change+screen%2fdisplay+resolution+in+Ubuntu+9.10"><img src="http://digg.com/img/badges/100x20-digg-button.png" width="100" height="20" alt="Digg This" title="Digg This" border="0" style="border: 0" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/linux-unix/how-to-change-screendisplay-resolution-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 :: Download &amp; install it today!</title>
		<link>http://heatware.net/linux-unix/ubuntu-9-10-download-install-it-today/</link>
		<comments>http://heatware.net/linux-unix/ubuntu-9-10-download-install-it-today/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 14:57:45 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=255</guid>
		<description><![CDATA[Codenamed Karmic Koala, Ubuntu 9.10 was officially released today.  Some noteworthy new features include:

Faster start-up times
Upgrade to Gnome 2.28
Now available in 25 different languages
New Intel video driver architecture for improved performance
ext4 is now the default filesystem
and many many more!

How to upgrade to Ubuntu 9.10?

Navigate to System -&#62; Administration -&#62; Update Manager
Click the Upgrade button next [...]]]></description>
			<content:encoded><![CDATA[<p>Codenamed Karmic Koala, Ubuntu 9.10 was officially released today.  Some noteworthy new features include:</p>
<ul>
<li>Faster start-up times</li>
<li>Upgrade to Gnome 2.28</li>
<li>Now available in 25 different languages</li>
<li>New Intel video driver architecture for improved performance</li>
<li>ext4 is now the default filesystem</li>
<li>and many many more!</li>
</ul>
<h3>How to upgrade to Ubuntu 9.10?</h3>
<ol>
<li>Navigate to <em>System -&gt; Administration -&gt; Update Manager</em></li>
<li>Click the <strong>Upgrade </strong>button next to the text <em>New distribution release &#8216;9.10 is available&#8217;</em></li>
<li>Sit back and relax while it downloads and installs ~700 MB of packages!</li>
</ol>
<p><a rel="nofollow" href="http://www.ubuntu.com/" target="_blank">Ubuntu 9.10 download &amp; release information</a></p>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/linux-unix/ubuntu-9-10-download-install-it-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable password prompts (UAC) in Ubuntu</title>
		<link>http://heatware.net/linux-unix/how-to-disable-password-prompts-uac-in-ubuntu/</link>
		<comments>http://heatware.net/linux-unix/how-to-disable-password-prompts-uac-in-ubuntu/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 17:45:07 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=253</guid>
		<description><![CDATA[This article will show you are to disable UAC (User Access Controls) aka those pesky popup dialogs where you must enter your password in Ubuntu Linux! As many of you know, this feature was implemented in Windows Vista but went horribly wrong and is the reason it has been removed in Windows 7. Linux, which [...]]]></description>
			<content:encoded><![CDATA[<p>This article will show you are to disable UAC (User Access Controls) aka those pesky popup dialogs where you must enter your password in Ubuntu Linux! As many of you know, this feature was implemented in Windows Vista but went horribly wrong and is the reason it has been removed in Windows 7. Linux, which is known for its hardened security, has a similar mechanism but is implemented in a much better way. But sometimes these messages can become burdensome and you just want to disable them (like the box that says <em>&quot;Enter your password to perform administrative tasks&quot;</em>). Luckily, there is a very simple solution! Note: This is not recommended unless you are the only user on the system!</p>
<h3>To disable password prompts in Ubuntu 9.04</h3>
<ol>
<li>From ther terminal window, run the command:
<p><code>sudo visudo</code></p>
</li>
<li>Find the line that says:
<p><code>%admin ALL=(ALL) ALL</code></p>
<p>and change it to:</p>
<p><code>%admin ALL=(ALL) NOPASSWD: ALL</code></p>
</li>
<li>Save file by hitting <em>Ctrl-X</em> </li>
<li>Thats it!<em>       <br /></em></li>
</ol>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><a href="http://digg.com/submit?url=http%3a%2f%2fheatware.net%2flinux-unix%2fhow-to-disable-password-prompts-uac-in-ubuntu%2f&amp;title=How+to+disable+password+prompts+(UAC)+in+Ubuntu"><img src="http://digg.com/img/badges/100x20-digg-button.png" width="100" height="20" alt="Digg This" title="Digg This" border="0" style="border: 0" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/linux-unix/how-to-disable-password-prompts-uac-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to enable/install SSHD service on Linux (Ubuntu 9.04)</title>
		<link>http://heatware.net/linux-unix/how-to-enableinstall-sshd-service-on-linux-ubuntu-9-04/</link>
		<comments>http://heatware.net/linux-unix/how-to-enableinstall-sshd-service-on-linux-ubuntu-9-04/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 18:41:29 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=249</guid>
		<description><![CDATA[This article will show you how to install/enable the SSHD service on the Linux operating system (Ubuntu in this case). By default, the Ubuntu 9.04 Desktop edition does not come with SSHD installed. This means that remote users are not able to connect to the box via SSH. Luckily, it is very easy to allow [...]]]></description>
			<content:encoded><![CDATA[<p>This article will show you how to install/enable the SSHD service on the Linux operating system (Ubuntu in this case). By default, the Ubuntu 9.04 Desktop edition does not come with SSHD installed. This means that remote users are not able to connect to the box via SSH. Luckily, it is very easy to allow this!</p>
<h3>How to install SSH on Linux (Ubuntu)</h3>
<ol>
<li>Run the command:</li>
<p><code>apt-get install ssh openssh-server</code></p>
<li>Verify the SSH service is installed and running properly:</li>
<p><code>ssh [hostname/ip of server]</code></p>
<li>Thats all!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/linux-unix/how-to-enableinstall-sshd-service-on-linux-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to access Solaris 10 box by hostname</title>
		<link>http://heatware.net/linux-unix/unable-to-access-solaris-10-box-by-hostname/</link>
		<comments>http://heatware.net/linux-unix/unable-to-access-solaris-10-box-by-hostname/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 19:35:39 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=220</guid>
		<description><![CDATA[Do you have a Solaris 10 (x86 or SPARC) box that you are able to connect to by IP address, but not by hostname? You might have spent hours trying to resolve this issue like me, but here is the quick and easy solution!
Assigning a hostname to a Solaris 10 machine

Login to the command-line terminal [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a Solaris 10 (x86 or SPARC) box that you are able to connect to by IP address, but not by hostname? You might have spent hours trying to resolve this issue like me, but here is the quick and easy solution!</p>
<h3>Assigning a hostname to a Solaris 10 machine</h3>
<ol>
<li>Login to the command-line terminal of the Solaris 10 box</li>
<li>Open the file <em>/etc/default/dhcpagent </em>in your favorite text editor, such as vi.</li>
<li>Make sure that the line containing <strong>REQUEST_HOSTNAME</strong> is not commented out (remove the #) and has a value of &#8216;yes&#8217;. For example:</li>
<p><code>REQUEST_HOSTNAME=yes</code></p>
<li>Edit the <em>/etc/hostname.interface</em> file and add the following line:</li>
<p><code>inet <em>hostname</em></code></p>
<p><em>interface</em> is the name of the network interface to make the changes to (ex. bge0, nge0)<br />
<em>hostname</em> is the name you want the machine to use</p>
<li>Type the following commands to clear the DHCP cache:</li>
<p><code># ifconfig <em>interface</em>dhcp release<br />
# reboot</code></ol>
<p><em>interface</em> is the name of the network interface to make the changes to (ex. bge0, nge0)</p>
<h3>If you still cannot access it by hostname&#8230;</h3>
<ol>
<li>Ensure  <em>/etc/nodename</em> has the desired hostname as the first and only line in the file</li>
<li>Ensure <em>/etc/hosts</em> has the IP address and hostname of the machine</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/linux-unix/unable-to-access-solaris-10-box-by-hostname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to restart sshd service in Solaris 10</title>
		<link>http://heatware.net/linux-unix/how-to-restart-sshd-service-in-solaris-10/</link>
		<comments>http://heatware.net/linux-unix/how-to-restart-sshd-service-in-solaris-10/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 18:33:10 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=215</guid>
		<description><![CDATA[This article will show you how to restart the sshd service on Solaris 10.
To Restart the SSH Service

Login to the command-line terminal
Run the command:

svcadm restart svc:/network/ssh:default
]]></description>
			<content:encoded><![CDATA[<p>This article will show you how to restart the <em>sshd</em> service on Solaris 10.</p>
<h3>To Restart the SSH Service</h3>
<ol>
<li>Login to the command-line terminal</li>
<li>Run the command:</li>
</ol>
<p><code>svcadm restart svc:/network/ssh:default</code></p>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/linux-unix/how-to-restart-sshd-service-in-solaris-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to encrypt all files on your hard drive in Linux and Windows</title>
		<link>http://heatware.net/linux-unix/encrypt-data-on-hard-drive-linux-windows/</link>
		<comments>http://heatware.net/linux-unix/encrypt-data-on-hard-drive-linux-windows/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 20:39:06 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=203</guid>
		<description><![CDATA[This article will introduce you to a free, open-source software called TrueCrypt, which encrypts files on your hard drive. This software can be used on Linux, MacOS, Windows XP, Windows Vista, and Windows 2003/2008. TrueCrypt encrypts/decrypts all file names, directory names, file contents, etc on your hard drive in memory (RAM), without any user intervention. [...]]]></description>
			<content:encoded><![CDATA[<p>This article will introduce you to a free, open-source software called TrueCrypt, which encrypts files on your hard drive. This software can be used on Linux, MacOS, Windows XP, Windows Vista, and Windows 2003/2008. TrueCrypt encrypts/decrypts all file names, directory names, file contents, etc on your hard drive in memory (RAM), without any user intervention. Because the encryption/decryption is done on-the-fly in RAM, you will not experience a noticeable performance degradation.  TrueCrypt is a mature product which a large user-base and support forum. Below are some useful links:</p>
<p><a title="Encrypt files on your hard drive using TrueCrypt" rel="nofollow" href="http://www.truecrypt.org/downloads" target="_blank">TrueCrypt Download Page</a></p>
<p><a rel="nofollow" href="http://www.truecrypt.org/docs/" target="_blank">Beginners Tutorial</a></p>
<p><a rel="nofollow" href="http://www.truecrypt.org/faq" target="_blank">FAQ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/linux-unix/encrypt-data-on-hard-drive-linux-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
