<?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>dBuggr &#187; unix</title>
	<atom:link href="http://www.dbuggr.com/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:33:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Show Hidden Control Characters Using Vi in Unix/Linux</title>
		<link>http://www.dbuggr.com/milly/show-hidden-control-characters-vi-unix-linux/</link>
		<comments>http://www.dbuggr.com/milly/show-hidden-control-characters-vi-unix-linux/#comments</comments>
		<pubDate>Fri, 20 May 2011 17:03:57 +0000</pubDate>
		<dc:creator>milly</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/milly/show-hidden-control-characters-vi-unix-linux/</guid>
		<description><![CDATA[How to show Hidden Control Characters using vi in Unix/Linux
If you need to show hidden control characters such as tab, return carriage, you can use the following command in vi

Related posts:How to Show Hidden Files in the Apple Mac OS X Finder
How to Search and Insert a Carriage Return Character at the End of the [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/andrew8062/show-hidden-files-mac-finder/' rel='bookmark' title='Permanent Link: How to Show Hidden Files in the Apple Mac OS X Finder'>How to Show Hidden Files in the Apple Mac OS X Finder</a></li>
<li><a href='http://www.dbuggr.com/smallwei/search-insert-carriage-return-character-files/' rel='bookmark' title='Permanent Link: How to Search and Insert a Carriage Return Character at the End of the Files in &#8230;'>How to Search and Insert a Carriage Return Character at the End of the Files in &#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/unzip-extract-tar-file-single-command-unix-linux/' rel='bookmark' title='Permanent Link: How to Unzip and Extract Tar File in Single Command in UNIX and Linux'>How to Unzip and Extract Tar File in Single Command in UNIX and Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to show Hidden Control Characters using vi in Unix/Linux<br />
If you need to show hidden control characters such as tab, return carriage, you can use the following command in vi</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/andrew8062/show-hidden-files-mac-finder/' rel='bookmark' title='Permanent Link: How to Show Hidden Files in the Apple Mac OS X Finder'>How to Show Hidden Files in the Apple Mac OS X Finder</a></li>
<li><a href='http://www.dbuggr.com/smallwei/search-insert-carriage-return-character-files/' rel='bookmark' title='Permanent Link: How to Search and Insert a Carriage Return Character at the End of the Files in &#8230;'>How to Search and Insert a Carriage Return Character at the End of the Files in &#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/unzip-extract-tar-file-single-command-unix-linux/' rel='bookmark' title='Permanent Link: How to Unzip and Extract Tar File in Single Command in UNIX and Linux'>How to Unzip and Extract Tar File in Single Command in UNIX and Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/milly/show-hidden-control-characters-vi-unix-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Unzip and Extract Tar File in Single Command in UNIX and Linux</title>
		<link>http://www.dbuggr.com/smallwei/unzip-extract-tar-file-single-command-unix-linux/</link>
		<comments>http://www.dbuggr.com/smallwei/unzip-extract-tar-file-single-command-unix-linux/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 16:46:50 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[unzip]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/unzip-extract-tar-file-single-command-unix-linux/</guid>
		<description><![CDATA[How to unzip and extract tar file in single command in UNIX and Linux
If you have a compressed tar file with .tar.gz extension, typically you would run gzip -d to decompress first, then run tar xvf to untar it. However, you can use the following tip to accomplish the tasks in one simple command.

Related posts:What [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/extract-large-compressed-file-extension-ibm-aix-os/' rel='bookmark' title='Permanent Link: What is the command to extract a large compressed file with .Z extension in IBM &#8230;'>What is the command to extract a large compressed file with .Z extension in IBM &#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/commands-tar-gzip-unpack-fly-unix-linux/' rel='bookmark' title='Permanent Link: Commands to tar gzip and unpack on-the-fly in Unix and Linux'>Commands to tar gzip and unpack on-the-fly in Unix and Linux</a></li>
<li><a href='http://www.dbuggr.com/milly/unzip-zip-file-ibm-aix/' rel='bookmark' title='Permanent Link: How to Unzip Zip File in IBM AIX'>How to Unzip Zip File in IBM AIX</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to unzip and extract tar file in single command in UNIX and Linux<br />
If you have a compressed tar file with .tar.gz extension, typically you would run gzip -d to decompress first, then run tar xvf to untar it. However, you can use the following tip to accomplish the tasks in one simple command.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/extract-large-compressed-file-extension-ibm-aix-os/' rel='bookmark' title='Permanent Link: What is the command to extract a large compressed file with .Z extension in IBM &#8230;'>What is the command to extract a large compressed file with .Z extension in IBM &#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/commands-tar-gzip-unpack-fly-unix-linux/' rel='bookmark' title='Permanent Link: Commands to tar gzip and unpack on-the-fly in Unix and Linux'>Commands to tar gzip and unpack on-the-fly in Unix and Linux</a></li>
<li><a href='http://www.dbuggr.com/milly/unzip-zip-file-ibm-aix/' rel='bookmark' title='Permanent Link: How to Unzip Zip File in IBM AIX'>How to Unzip Zip File in IBM AIX</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/unzip-extract-tar-file-single-command-unix-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Automatically Set the $DISPLAY Variable for Current Session in UNIX/Linux&#8230;</title>
		<link>http://www.dbuggr.com/milly/automatically-set-display-variable-current-session-unix-linux/</link>
		<comments>http://www.dbuggr.com/milly/automatically-set-display-variable-current-session-unix-linux/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 01:57:49 +0000</pubDate>
		<dc:creator>milly</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[xwindows]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/milly/automatically-set-display-variable-current-session-unix-linux/</guid>
		<description><![CDATA[How to automatically set the $DISPLAY variable for current session in UNIX/Linux
If you use XWindows, sometimes you need to set the DISPLAY for the session to transfer to your local laptop/desktop. With the following tip you can allow Unix/Linux to automatically setting it for you.

Related posts:How to Display Current Year and Month in PHP Script
The [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/print-current-year-php/' rel='bookmark' title='Permanent Link: How to Display Current Year and Month in PHP Script'>How to Display Current Year and Month in PHP Script</a></li>
<li><a href='http://www.dbuggr.com/smallwei/main-difference-bewteen-kill-session-disconnect-session-oracle-databa/' rel='bookmark' title='Permanent Link: The Difference Bewteen Kill Session and Disconnect Session in Oracle Database'>The Difference Bewteen Kill Session and Disconnect Session in Oracle Database</a></li>
<li><a href='http://www.dbuggr.com/milly/ibm-aix-commands-change-display-kernel-information/' rel='bookmark' title='Permanent Link: Useful IBM AIX Unix Commands to Change and Display Kernel Information'>Useful IBM AIX Unix Commands to Change and Display Kernel Information</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to automatically set the $DISPLAY variable for current session in UNIX/Linux</p>
<p>If you use XWindows, sometimes you need to set the DISPLAY for the session to transfer to your local laptop/desktop. With the following tip you can allow Unix/Linux to automatically setting it for you.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/print-current-year-php/' rel='bookmark' title='Permanent Link: How to Display Current Year and Month in PHP Script'>How to Display Current Year and Month in PHP Script</a></li>
<li><a href='http://www.dbuggr.com/smallwei/main-difference-bewteen-kill-session-disconnect-session-oracle-databa/' rel='bookmark' title='Permanent Link: The Difference Bewteen Kill Session and Disconnect Session in Oracle Database'>The Difference Bewteen Kill Session and Disconnect Session in Oracle Database</a></li>
<li><a href='http://www.dbuggr.com/milly/ibm-aix-commands-change-display-kernel-information/' rel='bookmark' title='Permanent Link: Useful IBM AIX Unix Commands to Change and Display Kernel Information'>Useful IBM AIX Unix Commands to Change and Display Kernel Information</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/milly/automatically-set-display-variable-current-session-unix-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Fix Scrambled Unix Console?</title>
		<link>http://www.dbuggr.com/r4pp157/fix-scrambled-unix-console/</link>
		<comments>http://www.dbuggr.com/r4pp157/fix-scrambled-unix-console/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 11:38:00 +0000</pubDate>
		<dc:creator>Demian</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[gibberish]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[scramble]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/r4pp157/fix-scrambled-unix-console/</guid>
		<description><![CDATA[How to fix scrambled unix console?

Related posts:Solution for Not Able to Login to Oracle ESB or AIA Control Console
How Does PS 3 Console Works?
The Nintendo Wii Console Advantages



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/solution-unable-login-oracle-esb-aia-control-console/' rel='bookmark' title='Permanent Link: Solution for Not Able to Login to Oracle ESB or AIA Control Console'>Solution for Not Able to Login to Oracle ESB or AIA Control Console</a></li>
<li><a href='http://www.dbuggr.com/?p=5550' rel='bookmark' title='Permanent Link: How Does PS 3 Console Works?'>How Does PS 3 Console Works?</a></li>
<li><a href='http://www.dbuggr.com/?p=5139' rel='bookmark' title='Permanent Link: The Nintendo Wii Console Advantages'>The Nintendo Wii Console Advantages</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to fix scrambled unix console?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/solution-unable-login-oracle-esb-aia-control-console/' rel='bookmark' title='Permanent Link: Solution for Not Able to Login to Oracle ESB or AIA Control Console'>Solution for Not Able to Login to Oracle ESB or AIA Control Console</a></li>
<li><a href='http://www.dbuggr.com/?p=5550' rel='bookmark' title='Permanent Link: How Does PS 3 Console Works?'>How Does PS 3 Console Works?</a></li>
<li><a href='http://www.dbuggr.com/?p=5139' rel='bookmark' title='Permanent Link: The Nintendo Wii Console Advantages'>The Nintendo Wii Console Advantages</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/r4pp157/fix-scrambled-unix-console/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Send Mail with Attachments from the Unix Command Line?</title>
		<link>http://www.dbuggr.com/r4pp157/send-mail-attachments-unix-command-line/</link>
		<comments>http://www.dbuggr.com/r4pp157/send-mail-attachments-unix-command-line/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 11:27:57 +0000</pubDate>
		<dc:creator>Demian</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[email attachments]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[unix and linux]]></category>
		<category><![CDATA[uuencode]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/r4pp157/send-mail-attachments-unix-command-line/</guid>
		<description><![CDATA[How to send mail with attachments from the unix command line?

Related posts:Unable to Send This E-mail Domain ( XXXXX ) Has Been Black Listed Due to Spam Or&#8230;
What to Do when U Are Unable to Send E-mail but Can Receive Them.
How to Send a Key Command to a Web Object



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/unable-send-mail-domain-xxx-black-listed-due-spam/' rel='bookmark' title='Permanent Link: Unable to Send This E-mail Domain ( XXXXX ) Has Been Black Listed Due to Spam Or&#8230;'>Unable to Send This E-mail Domain ( XXXXX ) Has Been Black Listed Due to Spam Or&#8230;</a></li>
<li><a href='http://www.dbuggr.com/yukimash/unable-send-mail-receive/' rel='bookmark' title='Permanent Link: What to Do when U Are Unable to Send E-mail but Can Receive Them.'>What to Do when U Are Unable to Send E-mail but Can Receive Them.</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/send-key-command-web-object/' rel='bookmark' title='Permanent Link: How to Send a Key Command to a Web Object'>How to Send a Key Command to a Web Object</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to send mail with attachments from the unix command line?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/unable-send-mail-domain-xxx-black-listed-due-spam/' rel='bookmark' title='Permanent Link: Unable to Send This E-mail Domain ( XXXXX ) Has Been Black Listed Due to Spam Or&#8230;'>Unable to Send This E-mail Domain ( XXXXX ) Has Been Black Listed Due to Spam Or&#8230;</a></li>
<li><a href='http://www.dbuggr.com/yukimash/unable-send-mail-receive/' rel='bookmark' title='Permanent Link: What to Do when U Are Unable to Send E-mail but Can Receive Them.'>What to Do when U Are Unable to Send E-mail but Can Receive Them.</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/send-key-command-web-object/' rel='bookmark' title='Permanent Link: How to Send a Key Command to a Web Object'>How to Send a Key Command to a Web Object</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/r4pp157/send-mail-attachments-unix-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Useful Online Resource for *nix Man Pages</title>
		<link>http://www.dbuggr.com/sudarsh39/online-resource-nix-man-pages/</link>
		<comments>http://www.dbuggr.com/sudarsh39/online-resource-nix-man-pages/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 06:41:14 +0000</pubDate>
		<dc:creator>sudarsh39</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[man]]></category>
		<category><![CDATA[man page]]></category>
		<category><![CDATA[nix]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[posix]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/sudarsh39/online-resource-nix-man-pages/</guid>
		<description><![CDATA[Useful online resource for *nix man pages

Related posts:Fork: Resource Temporarily Unavailable
Introduction of Static Pages
Introduction of Dynamic Pages



Related posts:<ol><li><a href='http://www.dbuggr.com/simon-tite/fork-resource-temporarily-unavailable/' rel='bookmark' title='Permanent Link: Fork: Resource Temporarily Unavailable'>Fork: Resource Temporarily Unavailable</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/introduction-static-pages/' rel='bookmark' title='Permanent Link: Introduction of Static Pages'>Introduction of Static Pages</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/introduction-dynamic-pages/' rel='bookmark' title='Permanent Link: Introduction of Dynamic Pages'>Introduction of Dynamic Pages</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Useful online resource for *nix man pages</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/simon-tite/fork-resource-temporarily-unavailable/' rel='bookmark' title='Permanent Link: Fork: Resource Temporarily Unavailable'>Fork: Resource Temporarily Unavailable</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/introduction-static-pages/' rel='bookmark' title='Permanent Link: Introduction of Static Pages'>Introduction of Static Pages</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/introduction-dynamic-pages/' rel='bookmark' title='Permanent Link: Introduction of Dynamic Pages'>Introduction of Dynamic Pages</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/sudarsh39/online-resource-nix-man-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Check the Unix Server Model?</title>
		<link>http://www.dbuggr.com/smehta26/check-unix-server-model/</link>
		<comments>http://www.dbuggr.com/smehta26/check-unix-server-model/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:29:43 +0000</pubDate>
		<dc:creator>smehta26</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smehta26/check-unix-server-model/</guid>
		<description><![CDATA[How to check the Unix Server Model?

Related posts:How to Check the Unix Server Model for Solaris?
How to Check Micro Focus Cobol License in Unix
What is the command to check installed perl modules in UNIX?



Related posts:<ol><li><a href='http://www.dbuggr.com/smehta26/check-unix-server-model-solaris/' rel='bookmark' title='Permanent Link: How to Check the Unix Server Model for Solaris?'>How to Check the Unix Server Model for Solaris?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/check-micro-focus-cobol-license-unix/' rel='bookmark' title='Permanent Link: How to Check Micro Focus Cobol License in Unix'>How to Check Micro Focus Cobol License in Unix</a></li>
<li><a href='http://www.dbuggr.com/smallwei/command-check-installed-perl-modules-unix/' rel='bookmark' title='Permanent Link: What is the command to check installed perl modules in UNIX?'>What is the command to check installed perl modules in UNIX?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to check the Unix Server Model?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smehta26/check-unix-server-model-solaris/' rel='bookmark' title='Permanent Link: How to Check the Unix Server Model for Solaris?'>How to Check the Unix Server Model for Solaris?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/check-micro-focus-cobol-license-unix/' rel='bookmark' title='Permanent Link: How to Check Micro Focus Cobol License in Unix'>How to Check Micro Focus Cobol License in Unix</a></li>
<li><a href='http://www.dbuggr.com/smallwei/command-check-installed-perl-modules-unix/' rel='bookmark' title='Permanent Link: What is the command to check installed perl modules in UNIX?'>What is the command to check installed perl modules in UNIX?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smehta26/check-unix-server-model/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Check Machine&#8217;s Alias Names and IP Address in Unix?</title>
		<link>http://www.dbuggr.com/smehta26/check-machines-alias-names-ip-address-unix/</link>
		<comments>http://www.dbuggr.com/smehta26/check-machines-alias-names-ip-address-unix/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 10:08:21 +0000</pubDate>
		<dc:creator>smehta26</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smehta26/check-machines-alias-names-ip-address-unix/</guid>
		<description><![CDATA[How to check machine&#8217;s alias names and IP address in Unix?

Related posts:How to Check the Unix Server Model?
How to Check Micro Focus Cobol License in Unix
How to Check the Unix Server Model for Solaris?



Related posts:<ol><li><a href='http://www.dbuggr.com/smehta26/check-unix-server-model/' rel='bookmark' title='Permanent Link: How to Check the Unix Server Model?'>How to Check the Unix Server Model?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/check-micro-focus-cobol-license-unix/' rel='bookmark' title='Permanent Link: How to Check Micro Focus Cobol License in Unix'>How to Check Micro Focus Cobol License in Unix</a></li>
<li><a href='http://www.dbuggr.com/smehta26/check-unix-server-model-solaris/' rel='bookmark' title='Permanent Link: How to Check the Unix Server Model for Solaris?'>How to Check the Unix Server Model for Solaris?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to check machine&#8217;s alias names and IP address in Unix?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smehta26/check-unix-server-model/' rel='bookmark' title='Permanent Link: How to Check the Unix Server Model?'>How to Check the Unix Server Model?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/check-micro-focus-cobol-license-unix/' rel='bookmark' title='Permanent Link: How to Check Micro Focus Cobol License in Unix'>How to Check Micro Focus Cobol License in Unix</a></li>
<li><a href='http://www.dbuggr.com/smehta26/check-unix-server-model-solaris/' rel='bookmark' title='Permanent Link: How to Check the Unix Server Model for Solaris?'>How to Check the Unix Server Model for Solaris?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smehta26/check-machines-alias-names-ip-address-unix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LINUX UNIX Useful Commands</title>
		<link>http://www.dbuggr.com/wirelessjava2002/linux-unix-commands/</link>
		<comments>http://www.dbuggr.com/wirelessjava2002/linux-unix-commands/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 12:48:31 +0000</pubDate>
		<dc:creator>wirelessjava2002</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/wirelessjava2002/linux-unix-commands/</guid>
		<description><![CDATA[LINUX UNIX Useful commands

Related posts:Commands to tar gzip and unpack on-the-fly in Unix and Linux
Commands to Use or Access USB Drive on Linux and Unix
Basic UNIX Commands



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/commands-tar-gzip-unpack-fly-unix-linux/' rel='bookmark' title='Permanent Link: Commands to tar gzip and unpack on-the-fly in Unix and Linux'>Commands to tar gzip and unpack on-the-fly in Unix and Linux</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/access-usb-drive-linux/' rel='bookmark' title='Permanent Link: Commands to Use or Access USB Drive on Linux and Unix'>Commands to Use or Access USB Drive on Linux and Unix</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/basic-unix-commands/' rel='bookmark' title='Permanent Link: Basic UNIX Commands'>Basic UNIX Commands</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>LINUX UNIX Useful commands</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/commands-tar-gzip-unpack-fly-unix-linux/' rel='bookmark' title='Permanent Link: Commands to tar gzip and unpack on-the-fly in Unix and Linux'>Commands to tar gzip and unpack on-the-fly in Unix and Linux</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/access-usb-drive-linux/' rel='bookmark' title='Permanent Link: Commands to Use or Access USB Drive on Linux and Unix'>Commands to Use or Access USB Drive on Linux and Unix</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/basic-unix-commands/' rel='bookmark' title='Permanent Link: Basic UNIX Commands'>Basic UNIX Commands</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/wirelessjava2002/linux-unix-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Check the Unix Server Model for Solaris?</title>
		<link>http://www.dbuggr.com/smehta26/check-unix-server-model-solaris/</link>
		<comments>http://www.dbuggr.com/smehta26/check-unix-server-model-solaris/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 11:44:14 +0000</pubDate>
		<dc:creator>smehta26</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smehta26/check-unix-server-model-solaris/</guid>
		<description><![CDATA[How to check the unix server model for Solaris?

Related posts:How to Check the Unix Server Model?
How to Check Micro Focus Cobol License in Unix
How to Check the Current Status of All Processors on Sun Solaris?



Related posts:<ol><li><a href='http://www.dbuggr.com/smehta26/check-unix-server-model/' rel='bookmark' title='Permanent Link: How to Check the Unix Server Model?'>How to Check the Unix Server Model?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/check-micro-focus-cobol-license-unix/' rel='bookmark' title='Permanent Link: How to Check Micro Focus Cobol License in Unix'>How to Check Micro Focus Cobol License in Unix</a></li>
<li><a href='http://www.dbuggr.com/smehta26/check-current-status-processors-sun-solaris/' rel='bookmark' title='Permanent Link: How to Check the Current Status of All Processors on Sun Solaris?'>How to Check the Current Status of All Processors on Sun Solaris?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to check the unix server model for Solaris?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smehta26/check-unix-server-model/' rel='bookmark' title='Permanent Link: How to Check the Unix Server Model?'>How to Check the Unix Server Model?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/check-micro-focus-cobol-license-unix/' rel='bookmark' title='Permanent Link: How to Check Micro Focus Cobol License in Unix'>How to Check Micro Focus Cobol License in Unix</a></li>
<li><a href='http://www.dbuggr.com/smehta26/check-current-status-processors-sun-solaris/' rel='bookmark' title='Permanent Link: How to Check the Current Status of All Processors on Sun Solaris?'>How to Check the Current Status of All Processors on Sun Solaris?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smehta26/check-unix-server-model-solaris/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
