<?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>sysdigg&#187; Linux</title>
	<atom:link href="http://www.sysdigg.com/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sysdigg.com</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jul 2010 14:28:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to create ISO file from DVD/CDROM in Linux</title>
		<link>http://www.sysdigg.com/how-to-create-iso-file-from-dvdcdrom-in-linux</link>
		<comments>http://www.sysdigg.com/how-to-create-iso-file-from-dvdcdrom-in-linux#comments</comments>
		<pubDate>Tue, 27 Jan 2009 01:10:17 +0000</pubDate>
		<dc:creator>saif</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[CDROM]]></category>
		<category><![CDATA[create ISO in Linux]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[DVDROM]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[make ISO in Linux]]></category>

		<guid isPermaLink="false">http://www.sysdigg.com/how-to-create-iso-file-from-dvdcdrom-in-linux</guid>
		<description><![CDATA[In Linux you can create ISO image file from CDROM/DVD using online command. If you haven&#8217;t ever tried converting CDROM into ISO file in Linux then you must check this out. There are various advantage of having an ISO file, imaging you have one Software CD to run installation on several servers you probably have [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to create ISO file from DVD/CDROM in Linux", url: "http://www.sysdigg.com/how-to-create-iso-file-from-dvdcdrom-in-linux" });</script>]]></description>
			<content:encoded><![CDATA[<div style="float: right;"><script type="text/javascript"><!--
google_ad_client = "pub-1280353905211600";
google_ad_slot = "0844981269";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p><span style="font-size:10pt"><span style="color: black;">In Linux you can create ISO image file from CDROM/DVD using online command. If you haven&#8217;t ever tried converting CDROM into ISO file in Linux then you must check this out. There are various advantage of having an ISO file, imaging you have one Software CD to run installation on several servers you probably have to go through the manual process of ejecting CD-ROM from one server to mount the CD on rest of the servers. </span><br />
</span></p>
<p><span style="font-size:10pt"><span style="color: black;">So you get the point how useful it is to have an ISO image, all you have to do is copy the ISO file on rest of the servers or you can create NFS export for that ISO file, data read will be faster if you can mount the ISO image locally to perform installation compared to CDROM drive.</span><br />
</span></p>
<p><span style="font-size: 10pt; color: black;">How to create ISO image file from CDROM in Linux:<br />
</span></p>
<p><span style="font-size:10pt"><span style="color: black;">1. Insert the CD onto your local Linux server CDROM drive.</span><br />
</span></p>
<p><span style="font-size:10pt"><span style="color: black;">Make sure cd is non mounted, use the mount command to check if CD is in mount or unmount state:</span><br />
</span></p>
<div style="margin-left: 8pt">
<table style="border-collapse:collapse; background: #f2f2f2" border="0">
<colgroup>
<col style="width: 546px;"></col>
</colgroup>
<tbody>
<tr>
<td style="padding-left: 7px; padding-right: 7px"><span style="font-size: 10pt; font-family: Courier New; color: black;">#mount</span></td>
</tr>
</tbody>
</table>
</div>
<p><span style="color: black;">if you see cd is mounted then go ahead and unmount the cd on your Linux machine using <strong>unmount</strong> command</span><span style="font-size:10pt"><br />
</span></p>
<div style="margin-left: 8pt">
<table style="border-collapse:collapse; background: #f2f2f2" border="0">
<colgroup>
<col style="width: 546px;"></col>
</colgroup>
<tbody>
<tr>
<td style="padding-left: 7px; padding-right: 7px"><span style="font-size: 10pt; font-family: Courier New; color: black;">#unmount /dev/cdrom</span></td>
</tr>
</tbody>
</table>
</div>
<p><span style="color: black;">Depending upon what kind of media you have you might have to try these commands for DVD or CDROM:<br />
</span></p>
<div style="margin-left: 8pt">
<table style="border-collapse:collapse; background: #f2f2f2" border="0">
<colgroup>
<col style="width: 546px;"></col>
</colgroup>
<tbody>
<tr>
<td style="padding-left: 7px; padding-right: 7px"><span style="font-size: 10pt; font-family: Courier New;">#unmount /dev/dvd for DVD media<br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;">#unmount /dev/scd0 for SCSI DVD/CD</span></td>
</tr>
</tbody>
</table>
</div>
<p>2.<span style="color: black;"> Create CDROM/DVD ISO image with dd command in linux, dd stands for disk to disk copy<br />
</span></p>
<div style="margin-left: 8pt">
<table style="border-collapse:collapse; background: #f2f2f2" border="0">
<colgroup>
<col style="width: 546px;"></col>
</colgroup>
<tbody>
<tr>
<td style="padding-left: 7px; padding-right: 7px"><span style="font-size: 10pt; font-family: Courier New;">#dd if=/dev/dvd of=dvd.iso &#8212;&gt; for dvd<br />
#dd if=/dev/cdrom of=cd.iso  &#8212;&gt;for cdrom<br />
#dd if=/dev/scd0 of=cd.iso  &#8212;&gt;if cdrom is scsi</span></td>
</tr>
</tbody>
</table>
</div>
<p><span style="font-size:10pt"><span style="color: black;">You can also use <strong>mkisofs</strong> linux command to create an ISO of directories or backup directories and files on CD/DVD. </span>To make an ISO from files located on your hard drive, create a directory to store the files you want. Then use the mkisofs command as listed in example below:<br />
</span></p>
<div style="margin-left: 8pt">
<table style="border-collapse:collapse; background: #f2f2f2" border="0">
<colgroup>
<col style="width: 546px;"></col>
</colgroup>
<tbody>
<tr>
<td style="padding-left: 7px; padding-right: 7px"><span style="font-size: 10pt; font-family: Courier New;">#mkisofs -o /tmp/cd.iso /local/oracle11i</span></td>
</tr>
</tbody>
</table>
</div>
<p><center>
<div style="float: center;"><script type="text/javascript"><!--
google_ad_client = "pub-1280353905211600";
google_ad_slot = "0844981269";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p></center>
<p><font color="#B4B4B4" size="-2">Post Footer automatically generated by <a href="http://www.freetimefoto.com/add_post_footer_plugin_wordpress" style="color: #B4B4B4; text-decoration:underline;">Add Post Footer Plugin</a> for wordpress.</font></p>
<p><a href="http://sharethis.com/item?&wp=3.0&amp;publisher=1bb4bf87-a90f-41cd-ac6b-e8a7e1be6194&amp;title=How+to+create+ISO+file+from+DVD%2FCDROM+in+Linux&amp;url=http%3A%2F%2Fwww.sysdigg.com%2Fhow-to-create-iso-file-from-dvdcdrom-in-linux">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sysdigg.com/how-to-create-iso-file-from-dvdcdrom-in-linux/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to replace string/text  in multiple files using sed</title>
		<link>http://www.sysdigg.com/how-to-replace-stringtext-in-multiple-files-using-sed</link>
		<comments>http://www.sysdigg.com/how-to-replace-stringtext-in-multiple-files-using-sed#comments</comments>
		<pubDate>Mon, 10 Nov 2008 23:34:40 +0000</pubDate>
		<dc:creator>saif</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.sysdigg.com/how-to-replace-stringtext-in-multiple-files-using-sed</guid>
		<description><![CDATA[How to replace string/text in multiple files using sed The streamline editor (sed) is very useful command for searching and replacing string/texts in multiple files As an example i am going to show you how i have used sed on my Linux web server. I have hundreds of file under a linux directory where i [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to replace string/text  in multiple files using sed", url: "http://www.sysdigg.com/how-to-replace-stringtext-in-multiple-files-using-sed" });</script>]]></description>
			<content:encoded><![CDATA[<h3 id="401_how-to-replace-strin_1"><a href="http://www.sysdigg.com/how-to-replace-stringtext-in-multiple-files-using-sed">How to replace string/text  in multiple files using sed</a></h3>
<p>The streamline editor (<strong>sed)</strong> is very useful command for searching and replacing string/texts  in multiple files As an example i am going to show you how i have used sed on my Linux web server. I have hundreds of file under a linux directory where i want to search and replace word mysql with mysql in single file intro.html using <strong>sed </strong>editor</p>
<div style="margin-left: 26pt">
<table style="border-collapse:collapse; background: #e5e5e5" border="0">
<colgroup>
<col style="width: 534px;"></col>
</colgroup>
<tbody>
<tr>
<td style="padding-left: 7px; padding-right: 7px"><span style="font-size: 10pt; font-family: Courier New;">$ sed -i &#8216;s/mssql/mysql/g&#8217; intro.html</span></td>
</tr>
</tbody>
</table>
</div>
<p>In the above command</p>
<p style="margin-left: 54pt">sed  <strong>-i</strong> is used to for editing the file</p>
<p style="margin-left: 54pt"><strong>-s</strong> is used for subsituite the following text/word</p>
<p style="margin-left: 54pt">-<strong>mssql</strong> is the word to be replaced by</p>
<p style="margin-left: 54pt">-<strong>myssql</strong> is what you would like replace</p>
<p style="margin-left: 54pt"><strong>-g</strong> is used for global search, looking for occurrence of text in all the lines in file</p>
<p>To replace word mssql with mysql in multiple files using sed editor run sed like this :</p>
<div style="margin-left: 26pt">
<table style="border-collapse:collapse; background: #e5e5e5" border="0">
<colgroup>
<col style="width: 534px;"></col>
</colgroup>
<tbody>
<tr>
<td style="padding-left: 7px; padding-right: 7px"><span style="font-size: 10pt; font-family: Courier New;">$ sed -i &#8216;s/mssql/mysql/g&#8217; *.html</span></td>
</tr>
</tbody>
</table>
</div>
<p>In Linux and UNIX sed command is available with default installation, However if you are a Micsrosoft Windows user , you can still harness power of sed by installing GNU utilities for Win32</p>
<div style="float: right;"><script type="text/javascript"><!--
google_ad_client = "pub-1280353905211600";
google_ad_slot = "0844981269";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p><font color="#B4B4B4" size="-2">Post Footer automatically generated by <a href="http://www.freetimefoto.com/add_post_footer_plugin_wordpress" style="color: #B4B4B4; text-decoration:underline;">Add Post Footer Plugin</a> for wordpress.</font></p>
<p><a href="http://sharethis.com/item?&wp=3.0&amp;publisher=1bb4bf87-a90f-41cd-ac6b-e8a7e1be6194&amp;title=How+to+replace+string%2Ftext++in+multiple+files+using+sed&amp;url=http%3A%2F%2Fwww.sysdigg.com%2Fhow-to-replace-stringtext-in-multiple-files-using-sed">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sysdigg.com/how-to-replace-stringtext-in-multiple-files-using-sed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No video display in RHEL5 Linux installation on HS21 Blades</title>
		<link>http://www.sysdigg.com/no-video-display-in-rhel5-linux-installation-on-hs21-blades</link>
		<comments>http://www.sysdigg.com/no-video-display-in-rhel5-linux-installation-on-hs21-blades#comments</comments>
		<pubDate>Thu, 30 Oct 2008 01:29:36 +0000</pubDate>
		<dc:creator>saif</dc:creator>
				<category><![CDATA[IBM]]></category>
		<category><![CDATA[IBM Blade]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Blade install]]></category>
		<category><![CDATA[HS21]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[RHEL 5]]></category>
		<category><![CDATA[video display]]></category>

		<guid isPermaLink="false">http://www.sysdigg.com/no-video-display-in-rhel5-linux-installation-on-hs21-blades</guid>
		<description><![CDATA[Working on IBM Blades is not very fun, things get harder day by day when you start noticing one issues after another. I spend several days just to update the firmware on all IBM HS21 blades. I remember 6-7 years ago working on IBM Blades, the administrative console now called Advanced management module for managing [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "No video display in RHEL5 Linux installation on HS21 Blades", url: "http://www.sysdigg.com/no-video-display-in-rhel5-linux-installation-on-hs21-blades" });</script>]]></description>
			<content:encoded><![CDATA[<p>Working on IBM Blades is not very fun, things get harder day by day when you start noticing one issues after another. I spend several days just to update the firmware on all IBM HS21 blades. I remember 6-7 years ago working on IBM Blades, the administrative console now called Advanced management module for managing blades is just a piece of crap. Do you really want me to get started ok I can mention only mention few things.</p>
<div style="float: right;"><script type="text/javascript"><!--
google_ad_client = "pub-1280353905211600";
google_ad_slot = "0844981269";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>In AMM web console when you first power-on the blade right half corner of the display is chopped, you don&#8217;t get full video display on the console. This issue was there 6-7 years and still exists. Next I remember updating firmware on blades is pain, then there are issues like your keyboard control doesn&#8217;t work some time , you can find it here if your keyboard doesn&#8217;t work on IBM HS21 blades you can find the fix <a href="http://www.sysdigg.com/how-to-fix-non-working-keyboard-on-ibm-blades">here</a>.</p>
<p>Finally when i start installing Red Hat Enterprise Linux 5 <strong>(RHEL 5)</strong> on IBM HS21 blade I ran into other issues. I put the CD into the blade center and powered on the HS21 blade after booting RHEL 5 installer I didn&#8217;t see anything on screen –it was just went blank on video display , it was like as HS21 blade hanged there but keyboard controls were working fine, so I used the CTRL+ALT+DEL shortcut to reboot the blade. After noticing some scrolling Linux installer text I noticed message for <strong>ATI 1000</strong> driver load right after my screen went black. I realized this sounds like a video driver issue so I tried another reboot and typed <strong>linux text</strong> to start the RHEL 5 installation in text mode. Sure enough my installation went fine and this confirmed that my video display didn&#8217;t work because of video driver issue. I searched on IBM site for help and find Red Hat Enterprise Linux version 4 update 3 (RHEL 4 &#8211; U3) installation instructions in BladeCenter section. I find some notes that Modifications are needed to run X window System (Graphical mode) during installation but wasn&#8217;t clear <strong>why? </strong>I have answer for you that there is not video driver for HS21 IBM blades on RHEL 4 and RHEL 5 Linux. Here is some good news that once you finish the RHEL 5 installation you can do changes in X server to get your RHEL 5 GUI session back but bad enough that you can only do your Linux installation on IBM HS21 blades in text mode only. Here is what I did to get my Linux X windows Graphical desktop back on RHEL 5 :</p>
<p>1. First Log in as root and using <strong>vi </strong>(or any other editor like nano ), edit the /etc/X11/xorg.conf file. Before making any changes in video configuration file make sure you create a backup file. The in <strong>xorg.conf</strong> file search for the following driver line in the Device section:</p>
<p><span style="font-size: 10pt; font-family: Courier New;"> Driver &#8220;ati&#8221;<br />
</span></p>
<p>Replace &#8220;ati&#8221; with &#8220;vesa&#8221; The final section looks similar to this:<span style="font-size: 10pt; font-family: Courier New;"><br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;">Section &#8220;Device&#8221;<br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;"> Identifier &#8220;Videocard0?<br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;"> Driver &#8220;vesa&#8221;<br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;"> VendorName &#8220;Videocard vendor&#8221;<br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;"> BoardName &#8220;ATI ES1000?<br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;"> EndSection<br />
</span></p>
<p>2. Turn off dpms. While still editing the xorg.conf file, search for the following dpms option line:</p>
<p><span style="font-size: 10pt; font-family: Courier New;">Option &#8220;dpms&#8221;<br />
</span></p>
<p>Change the option line to:</p>
<p><span style="font-size: 10pt; font-family: Courier New;">Option &#8220;dpms&#8221; &#8220;off&#8221;<br />
</span></p>
<p>This step is needed if you want to run the X-Windows in RHEL 4/ RHEL 5 Linux on HS21 blades. Unfortunately RHEL 5 installtion can be only done in text mode.  After I was done with these changes, I edited my /etc/inittab file to boot to runlevel 5 (graphical level).  Running &#8220;init 6<span style="font-family: Georgia;">?</span> forced a reboot and from there, I was able to see my RHEL 5 desktop in the IBM blade management center. I am not sure whom to blame for this issue – IBM, ATI or Red Hat for not providing the ATI drivers on HS21 IBM Blades.
<p><font color="#B4B4B4" size="-2">Post Footer automatically generated by <a href="http://www.freetimefoto.com/add_post_footer_plugin_wordpress" style="color: #B4B4B4; text-decoration:underline;">Add Post Footer Plugin</a> for wordpress.</font></p>
<p><a href="http://sharethis.com/item?&wp=3.0&amp;publisher=1bb4bf87-a90f-41cd-ac6b-e8a7e1be6194&amp;title=No+video+display+in+RHEL5+Linux+installation+on+HS21+Blades&amp;url=http%3A%2F%2Fwww.sysdigg.com%2Fno-video-display-in-rhel5-linux-installation-on-hs21-blades">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sysdigg.com/no-video-display-in-rhel5-linux-installation-on-hs21-blades/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dell Inspiron Mini 9 Laptop ($349) runs Ubuntu Linux</title>
		<link>http://www.sysdigg.com/dell-inspiron-mini-9-laptop-349-runs-ubuntu-linux</link>
		<comments>http://www.sysdigg.com/dell-inspiron-mini-9-laptop-349-runs-ubuntu-linux#comments</comments>
		<pubDate>Sat, 27 Sep 2008 05:36:50 +0000</pubDate>
		<dc:creator>saif</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Dell Inspiron]]></category>
		<category><![CDATA[Laptop Mini]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[ultra-portable]]></category>

		<guid isPermaLink="false">http://www.sysdigg.com/?p=44</guid>
		<description><![CDATA[The Dell Inspiron Mini 9 ultra-portable Laptop will cost you only $349 for selecting Ubuntu Linux as your Operating system. This is one of the smart choice since you wouldn&#8217;t be dealing with virus,Trojans, Malware, and Spyware issues, there wouldn&#8217;t be any blue screen of death on using Ubuntu Linux on your Dell mini 9 [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Dell Inspiron Mini 9 Laptop ($349) runs Ubuntu Linux", url: "http://www.sysdigg.com/dell-inspiron-mini-9-laptop-349-runs-ubuntu-linux" });</script>]]></description>
			<content:encoded><![CDATA[<div id="attachment_46" class="wp-caption alignright" style="width: 164px"><a href="http://www.sysdigg.com/wp-content/uploads/2008/09/ubuntu-logo.png"><img class="size-medium wp-image-46" title="Dell Inspiron Mini 9 Laptop Ubuntu " src="http://www.sysdigg.com/wp-content/uploads/2008/09/ubuntu-logo.png" alt="Dell Inspiron Mini 9 runs Ubuntu Linux" width="154" height="48" /></a><p class="wp-caption-text">Dell Inspiron Mini 9 runs Ubuntu Linux</p></div>
<p style="text-align: left;">The <strong>Dell Inspiron Mini 9</strong> ultra-portable Laptop will cost you only $349 for selecting <strong>Ubuntu Linux</strong> as your Operating system. This is one of the smart choice since you wouldn&#8217;t be dealing with virus,Trojans, Malware, and Spyware issues, there wouldn&#8217;t be any blue screen of death on using Ubuntu Linux on your Dell mini 9 Laptop.</p>
<p><a href="http://www.sysdigg.com/wp-content/uploads/2008/09/dell_mini_inspiron_9.gif"><img class="alignleft size-medium wp-image-53" title="dell_mini_inspiron_9" src="http://www.sysdigg.com/wp-content/uploads/2008/09/dell_mini_inspiron_9.gif" alt="" width="285" height="184" /></a></p>
<p>:</p>
<ul>
<li>The new Intel® Atom Processor® N270 (1.6GHz/533Mhz FSB/512K cache)</li>
<li>LCD screen is very bright and Glossy which is 8.9 inch wider capable of 1024&#215;600 resolution</li>
<li>Inspiron Mini 9 comes with 512MB2 DDR2 (533MHz) Memory and 4GB3 Solid State Drive</li>
<li>Video card is <span>Intel Graphics Media Accelerator (GMA) 950 and embedded <strong>Wireless </strong></span><span><strong>802.11g</strong> Mini Card included in base price of $349.<br />
</span></li>
<li><span>It is only available in </span><span>Obsidian Black color.</span></li>
<li><span>Mini 9 Inspiron Laptop comes with </span><span>1Yr Ltd Warranty and Mail-In Service</span></li>
</ul>
<div style="float: left;">
<script type="text/javascript"><!--
google_ad_client = "pub-1280353905211600";
google_ad_slot = "0844981269";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

</div>
<p>I really like it and brought one for my Kid. If you are interested in Buying one click here to Buy it from Dell :</p>
<p style="text-align: center;"><a rel="nofollow" href="http://r.popshops.com/pp/25458/dell-inspiron-mini-9-laptop-computer"><img class="aligncenter" src="http://i.dell.com/resize.aspx/laptop-inspiron-9-hero-295/295" border="0" alt="Dell Inspiron Mini 9 Laptop Computer" width="210" height="174" /></a><br />
<strong><a rel="nofollow" href="http://r.popshops.com/pp/25458/dell-inspiron-mini-9-laptop-computer">Buy now Dell Inspiron Mini 9 Laptop Computer</a></strong><br />
<strong>Price: $349.0</strong><br />
Dell Inspiron Mini 9 Intel Atom Processor N270 (1.6GHz/533Mhz FSB/512K cache) 512MB DDR2 at 533MHz Obsidian Black Glossy 8.9 inch LED display (1024X600) 4GB Solid State Drive Intel Graphics Media Accelerator (GMA) 950 Base LCD Assembly</p>
<p>Dell Inspiron Mini  9 is one of the best ultra-portable laptop available in market.</p>
<h4 id="44_high-quality-video-r_1" >High Quality Video Review of Dell Inspiron Mini 9:</h4>
<p><a href="http://video.google.com/videoplay?docid=-1959633668814728932&amp;ei=_S3hSIHmLKHSqALbmdCvBA&amp;q=dell+mini+inspiron+9&amp;vt=lf&amp;hl=en">Dell Inspiron Mini 9 Laptop video Review </a></p>
<p><font color="#B4B4B4" size="-2">Post Footer automatically generated by <a href="http://www.freetimefoto.com/add_post_footer_plugin_wordpress" style="color: #B4B4B4; text-decoration:underline;">Add Post Footer Plugin</a> for wordpress.</font></p>
<p><a href="http://sharethis.com/item?&wp=3.0&amp;publisher=1bb4bf87-a90f-41cd-ac6b-e8a7e1be6194&amp;title=Dell+Inspiron+Mini+9+Laptop+%28%24349%29+runs+Ubuntu+Linux&amp;url=http%3A%2F%2Fwww.sysdigg.com%2Fdell-inspiron-mini-9-laptop-349-runs-ubuntu-linux">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sysdigg.com/dell-inspiron-mini-9-laptop-349-runs-ubuntu-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display / list Kernel device drivers or modules in Linux</title>
		<link>http://www.sysdigg.com/how-to-display-list-kernel-device-drivers-or-modules-in-linux</link>
		<comments>http://www.sysdigg.com/how-to-display-list-kernel-device-drivers-or-modules-in-linux#comments</comments>
		<pubDate>Mon, 15 Sep 2008 23:40:33 +0000</pubDate>
		<dc:creator>saif</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://sysdigg.com/?p=27</guid>
		<description><![CDATA[# lsmod &#124;more Module Size Used by autofs4 24389 2 hidp 23105 2 rfcomm 42457 0 l2cap 29633 10 hidp,rfcomm bluetooth 53925 5 hidp,rfcomm,l2cap sunrpc 144253 1 dm_multipath 21577 0 video 19269 0 sbs 18533 0 ---- - - ---- - - You can also find out if particular device driver or kernel modules is loaded and running on your Linux by displaying contents of /proc/modules file: # lsmod &#124;more Module Size Used by autofs4 24389 2 hidp 23105 2 rfcomm 42457 0 l2cap 29633 10 hidp,rfcomm bluetooth 53925 5 hidp,rfcomm,l2cap sunrpc 144253 1 dm_multipath 21577 0 video 19269 0 sbs 18533 0 ---- - - ---- - -<script type="text/javascript">SHARETHIS.addEntry({ title: "How to display / list Kernel device drivers or modules in Linux", url: "http://www.sysdigg.com/how-to-display-list-kernel-device-drivers-or-modules-in-linux" });</script>]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">For Linux beginners or windows administrator some time simple tasks sounds pretty big and boring one of these tasks is to find out what device drivers are loaded into running Linux kernel. However for Solaris administrators displaying loaded device drivers or kernel modules in Linux is pretty easy job.</p>
<div style="float: left;"><script type="text/javascript"><!--
google_ad_client = "pub-1280353905211600";
google_ad_slot = "0844981269";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p class="MsoNormal">You need to know if particular device driver is loaded into Linux kernel or not, for example when I was working on configuring VLAN on Linux I noted that 8021q VLAN driver wasn’t loaded by default. Here is how you can find out in Linux if particular device driver or modules are loaded and which device drivers are not loaded by running few simple commands. You may need to know this for several reasons for example if your USB or Bluetooth device doesn’t work in Linux then you need to find out if Bluetooth and USB device drivers are loaded into your Linux kernel.</p>
<p class="MsoNormal">In Red Hat enterprise/CentOS and fedora you can run <strong><em>lsmod</em></strong><em> </em>command to display loaded kernel modules or device drivers.</p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 17.6pt; border-collapse: collapse; height: 326px;" border="0" cellspacing="0" cellpadding="0" width="677">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.2pt;" width="615" valign="top">
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">[root@bosdev ~]#  lsmod |more</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Module<span> </span>Size<span> </span>Used by</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">autofs4<span> </span>24389<span> </span>2</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">hidp<span> </span>23105<span> </span>2</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">rfcomm<span> </span>42457<span> </span>0</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">l2cap<span> </span>29633<span> </span>10 hidp,rfcomm</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">bluetooth<span> </span>53925<span> </span>5 hidp,rfcomm,l2cap</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">sunrpc<span> </span><span> </span>144253<span> </span>1</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">dm_multipath<span> </span>21577<span> </span>0</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">video<span> </span>19269<span> </span>0</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">sbs<span> </span>18533<span> </span>0</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">&#8212;-<span> </span>-<span> </span>-</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">&#8212;-<span> </span>-<span> </span>-</span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="margin-right: 156.75pt;">
<p class="MsoNormal">You can also find out if particular device driver or kernel modules is loaded and running on your Linux by displaying contents of /proc/modules file:</p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 17.6pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.2pt;" width="615" valign="top">
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">[root@bosdev ~]#  lsmod |more</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Module<span> </span>Size<span> </span>Used by</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">autofs4<span> </span>24389<span> </span>2</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">hidp<span> </span>23105<span> </span>2</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">rfcomm<span> </span>42457<span> </span>0</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">l2cap<span> </span>29633<span> </span>10 hidp,rfcomm</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">bluetooth<span> </span>53925<span> </span>5 hidp,rfcomm,l2cap</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">sunrpc<span> </span>144253<span> </span>1</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">dm_multipath<span> </span>21577<span> </span>0</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">video<span> </span>19269<span> </span>0</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">sbs<span> </span>18533<span> </span>0</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">&#8212;-<span> </span>-<span> </span><span> </span>-</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">&#8212;-<span> </span>-<span> </span>-</span></p>
</td>
</tr>
</tbody>
</table>
<p><font color="#B4B4B4" size="-2">Post Footer automatically generated by <a href="http://www.freetimefoto.com/add_post_footer_plugin_wordpress" style="color: #B4B4B4; text-decoration:underline;">Add Post Footer Plugin</a> for wordpress.</font></p>
<p><a href="http://sharethis.com/item?&wp=3.0&amp;publisher=1bb4bf87-a90f-41cd-ac6b-e8a7e1be6194&amp;title=How+to+display+%2F+list+Kernel+device+drivers+or+modules+in+Linux&amp;url=http%3A%2F%2Fwww.sysdigg.com%2Fhow-to-display-list-kernel-device-drivers-or-modules-in-linux">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sysdigg.com/how-to-display-list-kernel-device-drivers-or-modules-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable IPv6 in RHEL 5 Linux</title>
		<link>http://www.sysdigg.com/how-to-disable-ipv6-in-rhel-5-linux</link>
		<comments>http://www.sysdigg.com/how-to-disable-ipv6-in-rhel-5-linux#comments</comments>
		<pubDate>Mon, 08 Sep 2008 23:15:20 +0000</pubDate>
		<dc:creator>saif</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[RHEL 5]]></category>

		<guid isPermaLink="false">http://sysdigg.com/?p=11</guid>
		<description><![CDATA[In Red Hat Enterprise 5 Linux internet protocol version 6 (IPv6) module is turned on by default and if your network is not ready to run IPv6 then you need to turn it off on your Linux server.<script type="text/javascript">SHARETHIS.addEntry({ title: "How to disable IPv6 in RHEL 5 Linux", url: "http://www.sysdigg.com/how-to-disable-ipv6-in-rhel-5-linux" });</script>]]></description>
			<content:encoded><![CDATA[<h2 id="11_why-you-need-to-disa_1" >Why you need to disable IPv6 in RHEL 5?</h2>
<p class="MsoNormal" style="margin-right: 126.3pt;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></p>
<div style="float: right;"><script type="text/javascript"><!--
google_ad_client = "pub-1280353905211600";
google_ad_slot = "0844981269";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p class="MsoNormal" style="margin-right: 162.3pt;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">In Red Hat Enterprise 5 Linux internet protocol version 6 (IPv6) <strong><em>module</em></strong> is turned on by default and if your network is not ready to run IPv6 then you need to turn it off on your Linux server. When I first installed my Red Hat enterprise 5 server i noticed strange IPv6 error messages in <strong><em>/var/log/messages</em></strong> file.</span></p>
<p class="MsoNormal" style="margin-right: 126.3pt;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Here is how i turned IPv6 on my Red Hat Enterprise Linux 5 (RHEL5) machine.</span></p>
<h3 id="11_steps-to-disabled-ip_1" style="margin-right: 162.3pt;"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Steps to disabled IPv6 on RHEL 5: </span></h3>
<p class="MsoNormal">
<p class="MsoListParagraph" style="margin-right: 162.3pt; text-indent: -0.25in;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><span>1.<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: &quot;Times New Roman&quot;;"> </span></span></span><!--[endif]--><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">In Fedora or RHEL5 Linux modules are loaded using /etc/modprobe.conf file, open the modprobe.conf file using your friendly editor <strong>vi </strong>or <strong>pico</strong> and add these line to disable autloading of IPv6 module</span></p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 35.25pt; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.55pt;" width="615" valign="top">
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><code><span style="font-size: 10pt;">alias net-pf-10 off</span></code><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><br />
</span><code><span style="font-size: 10pt;">alias ipv6 off</span></code></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoListParagraph" style="margin-right: 162.3pt;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></p>
<p class="MsoNormal" style="margin-left: 0.25in;">2. Next in your global network configuration file edit the IPv6 option using your root login session:</p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 35.25pt; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.55pt;" width="615" valign="top">
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">bosdev # vi   /etc/sysconfig/network </span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="margin-left: 0.25in;"><span> </span></p>
<p class="MsoNormal" style="margin-left: 0.25in;"><span> </span><span> </span>Change following option to NO:</p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 35.25pt; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.55pt;" width="615" valign="top">
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">NETWORKING_IPV6=yes to<br />
NETWORKING_IPV6=no</span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="margin-left: 0.25in;">
<p class="MsoNormal"><span> </span>3. To turn off the IPv6 tables immediately run Linux <strong>service</strong> command to disable the IPv6 service <span> </span><span> </span></p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 35.25pt; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.55pt;" width="615" valign="top">
<p class="MsoNormal"><code><span style="font-size: 10pt;">bosdev# </span></code><code><span style="font-size: 10pt;">service   ip6tables stop</span></code></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoListParagraph">
<p class="MsoNormal"><span> </span>4. For permanently disabling the ip6tables using <strong>chkconfig</strong> command so it wouldn’t start during next Linux reboot</p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 35.25pt; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.55pt;" width="615" valign="top">
<p class="MsoNormal"><code><span style="font-size: 10pt;">bosdev# </span></code><code><span style="font-size: 10pt;">chkconfig   ip6tables off</span></code></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal">
<p class="MsoNormal" style="margin-right: 162.3pt;">Using these steps I was able to successfully turn of IPv6 on my RHEL5 Linux machine. If you want to turn off IPv6 on your RHEL 5 or Fedora machines you can disable it by following these steps.</p>
</p>
<p><center>
<div style="float: center;"><script type="text/javascript"><!--
google_ad_client = "pub-1280353905211600";
google_ad_slot = "0844981269";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p></center>
<p><font color="#B4B4B4" size="-2">Post Footer automatically generated by <a href="http://www.freetimefoto.com/add_post_footer_plugin_wordpress" style="color: #B4B4B4; text-decoration:underline;">Add Post Footer Plugin</a> for wordpress.</font></p>
<p><a href="http://sharethis.com/item?&wp=3.0&amp;publisher=1bb4bf87-a90f-41cd-ac6b-e8a7e1be6194&amp;title=How+to+disable+IPv6+in+RHEL+5+Linux&amp;url=http%3A%2F%2Fwww.sysdigg.com%2Fhow-to-disable-ipv6-in-rhel-5-linux">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sysdigg.com/how-to-disable-ipv6-in-rhel-5-linux/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
