<?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>Adger Linux Beginner Linux Resource &#187; Linux Distribution</title>
	<atom:link href="http://www.adgerlinux.com/tag/linux-distribution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adgerlinux.com</link>
	<description>I May Learn Linux Before I Die !</description>
	<lastBuildDate>Mon, 31 May 2010 00:19:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tips in installing a drive</title>
		<link>http://www.adgerlinux.com/457/tips-in-installing-a-drive/</link>
		<comments>http://www.adgerlinux.com/457/tips-in-installing-a-drive/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 10:09:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[512kb Cache]]></category>
		<category><![CDATA[Boot Message]]></category>
		<category><![CDATA[Companion Cd]]></category>
		<category><![CDATA[Designation]]></category>
		<category><![CDATA[Dmesg Command]]></category>
		<category><![CDATA[Hdb]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux Distribution]]></category>
		<category><![CDATA[Makedev]]></category>
		<category><![CDATA[Partitions]]></category>
		<category><![CDATA[Rom Features]]></category>
		<category><![CDATA[Scd]]></category>
		<category><![CDATA[Scsi Cd]]></category>
		<category><![CDATA[Scsi Device]]></category>
		<category><![CDATA[Scsi Disk]]></category>
		<category><![CDATA[Scsi Drives]]></category>
		<category><![CDATA[Scsi Hard Drives]]></category>
		<category><![CDATA[Sdg]]></category>
		<category><![CDATA[Sdx]]></category>
		<category><![CDATA[X Is A Letter]]></category>

		<guid isPermaLink="false">http://www.adgerlinux.com/?p=457</guid>
		<description><![CDATA[After the drive is attached to the system, Linux should recognize it when you boot. To review the booting messages in a slower fashion than they’re displayed, use the dmesg command. If you added a new IDE drive, look for the mention of a new hdx drive, where the x is replaced with the letter [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">After the drive is attached to the system, Linux should recognize it when you boot. To review the booting messages in a slower fashion than they’re displayed, use the dmesg command. If you added a new IDE drive, look for the mention of a new hdx drive, where the x is replaced with the letter b, c, d, or e. This information tells you that your kernel saw the new hard drive as it booted. and rebuilding the kernel is not necessary in order to add this drive. Likewise, if you’re adding a new SCSI disk drive, you see a boot message indicating a new disk drive that has the designation sdx, where the x is a letter. In the IDE or SCSI case, you may see other messages with additional information.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">The messages for an IDE drive may look like this:</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">hdb: HITACHI_DK227A -50, 4789mb w/512KB Cache, CHS=610/255/63</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">And sometime later, a message appears that looks like the following, which describes the existing partitions on the new drive (if any):</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">hdb:<span style="white-space: pre;"> </span>hdb1<span style="white-space: pre;"> </span>hdb2<span style="white-space: pre;"> </span>&lt; hdb5<span style="white-space: pre;"> </span> hdb6    hdb7 hdb8 &gt;</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">A SCSI disk drive has messages that look like this:</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">SCSI device sdb: hdwr device** ……..</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">sdb:<span style="white-space: pre;"> </span>sdb1</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">If you see these messages, the kernel has seen your new drive, and you don’t have to rebuild the kernel to use the new drive.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">The Linux distribution on the companion CD-ROM features block special files for each of eight IDE disks (had — hdh) with nine partitions each (1 —9). Linux also has block special files for seven SCSI hard drives (sda — sdg), which can have eight partitions each (1 — 8). In addition, Linux has a block special file for a SCSI CD-ROM (scd) with eight partitions (0— 7). If you have lots of drives, or if your Linux distribution doesn’t have enough block special files for your drive, you may have to create one or more additional block special files for the device, like this:</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">cd /dev;  makedev   sdg</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">This command creates the block special files for SCSI drive 7. Note that in both IDE and SCSI drives, the letters and drive numbers correspond: a is for the first disk, b is for the second disk, and so on.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">If you add a SCSI disk drive with a lower ID number than one you already have, the new disk drive takes on that number. Suppose you have SCSI disk drives with hardware ID numbers of 0, 2, and 3. Linux gives these drives the names sda, sdb, and sdc, respectively. You make your partitions and your file systems, and create your entries in /etc/fstab to show where you want the file systems mounted. Now you get a new disk drive and set the hardware ID number to 1. When you reboot, the new disk drive gets the sdb designation and the disk drives with ID numbers of 2 and 3 are renamed to sdc and sdd, respectively. You must now, at the very least, change your /etc/fstab table. For this reason, we recommend adding SCSI disk drives to your system, starting with ID 0 and working up the number chain, with no gaps in the numbering.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><span style="white-space: pre;"> </span></div>
<p style="text-align: justify;">After the drive is attached to the system, Linux should recognize it when you boot. To review the booting messages in a slower fashion than they’re displayed, use the <em>dmesg</em> command. If you added a new IDE drive, look for the mention of a new hdx drive, where the <em>x</em> is replaced with the letter b, c, d, or e. This information tells you that your kernel saw the new hard drive as it booted and rebuilding the kernel is not necessary in order to add this drive. Likewise, if you’re adding a new SCSI disk drive, you see a boot message indicating a new disk drive that has the designation sdx, where the <em>x</em> is a letter. In the IDE or SCSI case, you may see other messages with additional information.</p>
<p>The messages for an IDE drive may look like this:</p>
<p><em>hdb: HITACHI_DK227A -50, 4789mb w/512KB Cache, CHS=610/255/63</em></p>
<p>And sometime later, a message appears that looks like the following, which describes the existing partitions on the new drive (if any):</p>
<p><em>hdb:</em><span style="white-space: pre;"><em> </em></span><em>hdb1</em><span style="white-space: pre;"><em> </em></span><em>hdb2</em><span style="white-space: pre;"><em> </em></span><em>&lt; hdb5</em><span style="white-space: pre;"><em> </em></span><em> hdb6    hdb7 hdb8 &gt;</em></p>
<p>A SCSI disk drive has messages that look like this:</p>
<p><em>SCSI device sdb: hdwr device** ……..</em></p>
<p><em>sdb:</em><span style="white-space: pre;"><em> </em></span><em>sdb1</em></p>
<p style="text-align: justify;">If you see these messages, the kernel has seen your new drive, and you don’t have to rebuild the kernel to use the new drive.</p>
<p style="text-align: justify;">The Linux distribution on the companion CD-ROM features block special files for each of eight IDE disks (had — hdh) with nine partitions each (1 —9). Linux also has block special files for seven SCSI hard drives (sda — sdg), which can have eight partitions each (1 — 8). In addition, Linux has a block special file for a SCSI CD-ROM (scd) with eight partitions (0— 7). If you have lots of drives, or if your Linux distribution doesn’t have enough block special files for your drive, you may have to create one or more additional block special files for the device, like this:</p>
<p style="text-align: justify;"><em>cd /dev;  makedev   sdg</em></p>
<p style="text-align: justify;">This command creates the block special files for SCSI drive 7. Note that in both IDE and SCSI drives, the letters and drive numbers correspond: <em>a</em> is for the first disk, <em>b</em> is for the second disk, and so on.</p>
<p style="text-align: justify;">If you add a SCSI disk drive with a lower ID number than one you already have, the new disk drive takes on that number. Suppose you have SCSI disk drives with hardware ID numbers of 0, 2, and 3. Linux gives these drives the names sda, sdb, and sdc, respectively. You make your partitions and your file systems, and create your entries in <em>/etc/fstab</em> to show where you want the file systems mounted. Now you get a new disk drive and set the hardware ID number to 1. When you reboot, the new disk drive gets the sdb designation and the disk drives with ID numbers of 2 and 3 are renamed to sdc and sdd, respectively. You must now, at the very least, change your <em>/etc/fstab</em> table. For this reason, we recommend adding SCSI disk drives to your system, starting with ID 0 and working up the number chain, with no gaps in the numbering.</p>
<p style="text-align: justify;"><span style="font-family: RotisSemiSans, sans-serif; line-height: normal;"> </span></p>
<a name="wptoc_0_0_0"></a><h3 style="text-align: right; padding: 0px; margin: 0px;"><a style="color: #990000; padding: 0px; margin: 0px;" title="One hour Furnasman Winnipeg Manitoba" onmousedown="return rwt(this,'','','res','1','AFQjCNFlB_WQHgSj38dIS3ZFvQtsVmdJtQ','','0CAcQFjAA')" href="http://www.articleintelligence.com/Art/108434/57/CBC-Report-Home-Furnace-Uprades-Maintenance.html"><span style="padding: 0px; margin: 0px;"><span style="font-weight: normal; padding: 0px; margin: 0px;"><span style="color: #000000; padding: 0px; margin: 0px;"><span style="text-decoration: none; padding: 0px; margin: 0px;">CBC</span></span></span></span><span style="font-weight: normal; padding: 0px; margin: 0px;"><span style="color: #000000; padding: 0px; margin: 0px;"><span style="text-decoration: none; padding: 0px; margin: 0px;"> News – Consumer Life –</span></span></span></a></h3>
<a name="wptoc_0_0_1"></a><h3 style="text-align: right; padding: 0px; margin: 0px;"><a style="color: #990000; padding: 0px; margin: 0px;" title="One hour Furnasman Winnipeg Manitoba" onmousedown="return rwt(this,'','','res','1','AFQjCNFlB_WQHgSj38dIS3ZFvQtsVmdJtQ','','0CAcQFjAA')" href="http://www.articleintelligence.com/Art/108434/57/CBC-Report-Home-Furnace-Uprades-Maintenance.html"><span style="font-weight: normal; padding: 0px; margin: 0px;"><span style="color: #000000; padding: 0px; margin: 0px;"><span style="text-decoration: none; padding: 0px; margin: 0px;">Concerns raised about furnace company’s</span></span></span></a></h3>
<p style="padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; text-align: right; margin: 0px;"><span style="font-weight: normal; padding: 0px; margin: 0px;"><a style="color: #990000; padding: 0px; margin: 0px;" href="http://www.modchipcentral.com/"><span style="padding: 0px; margin: 0px;"><span style="color: #000000; padding: 0px; margin: 0px;"><span style="text-decoration: none; padding: 0px; margin: 0px;">Xbox 360 PS3 Mod Chips Shipping Worldwide</span></span></span></a></span></p>
<p style="padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; text-align: right; margin: 0px;"><a title="First Nations Voice Winnipeg Manitoba Canada" href="http://bit.ly/FirstNationsVoice">First Nations Voice Manitoba Home</a></p>
  <a STYLE="border:none;text-decoration:none;outline:none;" href="http://www.blogtrafficexchange.com"><img border="0" alt="Blog Traffic Exchange" src="http://adgerlinux.blogdirectorybid.com/wp-content/plugins/related-websites/24x24.png"></a> <a href="http://www.blogtrafficexchange.com/related-websites"><strong>Related Websites</strong></a> <ul>  <li style="clear: both;"> <img  class="imgbte" hspace="5" align="left" width="100" alt="blog traffic exchange" title="blog traffic exchange" border=0  src="http://adgerlinux.blogdirectorybid.com/wp-content/plugins/related-websites/BTE_125x125_2.jpg"/><a onClick="window.location='http://bte.tc/B9M'; return false;" href="http://www.aperture.ro/index.php/2008/09/windows-server-backup-2008-ntbackup-done-right/">Windows Server Backup 2008: NTBackup done right?</a> <small>The Past... I remember the good all Windows 95 / 98 times installed over FAT partitions. Back-up was fairly simple at that time. All you needed to do was to install a fresh system with the OS, drivers and required applications. When satisfied with the results, just start your PC......</small> </li> <li style="clear: both;"> <img  class="imgbte" hspace="5" align="left" width="100" alt="blog traffic exchange" title="blog traffic exchange" border=0  src="http://adgerlinux.blogdirectorybid.com/wp-content/plugins/related-websites/BTE_125x125_2.jpg"/><a onClick="window.location='http://bte.tc/aPV-'; return false;" href="http://www.blogtrafficexchange.com/click-to-call/">Click to Call</a> <small>Adding click to call (click2call) capability to your blog will enable users to call you directly from your website. Clients, buyers, or shoppers no longer need to leave your website or even their computer to initiate a phone call. There are settings to control the looks and feel of the......</small> </li> <li style="clear: both;"> <img src="http://www.hybriddieselelectric.com/wp-content/uploads/2010/07/chevyvolt-150x150.jpg" class="imgbte" hspace="5" align="left" width="100" alt="chevyvolt" title="chevyvolt" border=0><a onClick="window.location='http://bte.tc/cNT4'; return false;" href="http://www.hybriddieselelectric.com/questions-that-remain-on-electric-cars/">Questions that Remain on Electric Cars</a> <small>While electric cars are an important step in the future of reliable and renewable energy, there are some questions that remain. It is important to completely vet the different options that we have for electric cars to understand where we are and where we still need to be. While there......</small> </li> </ul>]]></content:encoded>
			<wfw:commentRss>http://www.adgerlinux.com/457/tips-in-installing-a-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing Both Hardware and Software for Your Linux Install &#8211; Assess Your Specific Needs</title>
		<link>http://www.adgerlinux.com/284/choosing-both-hardware-and-software-for-your-linux-install-assess-your-specific-needs/</link>
		<comments>http://www.adgerlinux.com/284/choosing-both-hardware-and-software-for-your-linux-install-assess-your-specific-needs/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 01:22:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adequetly]]></category>
		<category><![CDATA[Bandwagon]]></category>
		<category><![CDATA[Based Computer]]></category>
		<category><![CDATA[Bsd Distributions]]></category>
		<category><![CDATA[Computer System]]></category>
		<category><![CDATA[Critical Server]]></category>
		<category><![CDATA[Development Workstation]]></category>
		<category><![CDATA[Hardware Setup]]></category>
		<category><![CDATA[Installing Linux]]></category>
		<category><![CDATA[Linux Distribution]]></category>
		<category><![CDATA[Linux Distributions]]></category>
		<category><![CDATA[Linux Distro]]></category>
		<category><![CDATA[Linux News]]></category>
		<category><![CDATA[Linux Partitions]]></category>
		<category><![CDATA[Linux Product]]></category>
		<category><![CDATA[N00b]]></category>
		<category><![CDATA[Nbsp Nbsp Nbsp Nbsp Nbsp]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[New Computer]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Printer Friendly Version]]></category>
		<category><![CDATA[Slug]]></category>
		<category><![CDATA[Swap Files]]></category>
		<category><![CDATA[Windows System]]></category>

		<guid isPermaLink="false">http://www.adgerlinux.com/284/choosing-both-hardware-and-software-for-your-linux-install-assess-your-specific-needs/</guid>
		<description><![CDATA[The question is seldom asked &#8220;What are you going to do with your new computer&#8221;.  Instead it is often a description of hardware or in the case of Windows Vista does the computer or will the computer run adequetly or like &#8220;a slug&#8221;  with the current hardware setup.
People buy computers to run programs , not [...]]]></description>
			<content:encoded><![CDATA[<p>The question is seldom asked &#8220;What are you going to do with your new computer&#8221;.  Instead it is often a description of hardware or in the case of Windows Vista does the computer or will the computer run adequetly or like &#8220;a slug&#8221;  with the current hardware setup.</p>
<p>People buy computers to run programs , not to test hardware ( generally)  or run Operating Systems (OS) &#8211; that is unless they are trying to learn a particular job , career or just for the fun of it.</p>
<p><a href="http://distrowatch.com/5516">DistroWatch.com: Put the fun back into computing. Use Linux, BSD.</a> &#8211; News and feature lists of Linux and BSD distributions.</p>
<p><a href="http://fosslc.org/drupal/node/444">Which Linux Distribution is best?! | Free and Open Source Software &#8230;</a> &#8211; Which Linux Distribution is best? A Printer-friendly version. A Linux &#8220;distro&#8221;, or distribution is a collection of programs and utilities that have been tested to work together. DSL takes only 50M bytes on a CD or USB key. &#8230;</p>
<p><a href="http://whatan00b.com/linux-distros-have-had-app-stores-for-years">Linux Distros Have Had &#8216;App Stores&#8217; For Years | What a n00b!</a> &#8211; It appear that the next company to join the &#8216;App Store&#8217; bandwagon will be Novell. According to PCPro, they&#8217;re considering launching an App Store for netbooks,</p>
<p>In the same way before you go to the trouble of installing Linux &#8211; partitions, formatting swap files et al consider what after all is your computer going to do and what functions it will serve.  Pick the best distro for your needs and budget.  On top of that you there may be different configurations or even different versions of the same Linux product .</p>
<p>You need to think and ponder what your new Linux based computer system ( or upgraded former windows system ) will be used for.  Is it to be a mission-critical server, a program development workstation or maybe just a new machine for the IT dept.    Your answers will affect both your choices of hardware as well as your specific install.</p>
<p>Think carefully before you jump.  Consider the costs ( not neccessarily monetary but also time and energies) and benefits of more expensive hardware versus lower lijely downtimes.</p>
<p><a href="http://www.huzhifei.com/?p=194">Linux Distribution Release: Fedora 11 Reign | g@vin`s World &#8230;</a> &#8211; Red Hat has announced the release of Fedora 11, the latest version of the leading open-source Linux distribution: “The Fedora Project, a Red Hat, Inc. sponsored and community-supported open source collaboration project, today announced &#8230;</p>
<p><a href="http://www.blogcatalog.com/blogs/most-popular-linux-distribution.html">most popular linux distribution Blog &#8211; Information, Comments &#8230;</a> &#8211; Most Popular Linux Distribution, we post tips and tricks about linux, Linux Review, Covers linux related issues, news, r…</p>
<p><a href="http://www.linuxdevices.com/news/NS5653794298.html">More Linux distros tap Moblin for netbooks</a> &#8211; News, views, articles, and discussion on using Linux in mobile and embedded devices.</p>
<p style="TEXT-ALIGN: right"><a title="Adger Linux" href="http://www.adgerlinux.com/">Adger Linux</a></p>
<p style="TEXT-ALIGN: right"><a title="famous people of manitoba canada" href="http://www.famouspeopleofmanitoba.ca/">Famous People Manitoba Canada</a></p>
<p><a href="http://www.modchipcentral.com/store/home.php"> </a></p>
<p><a href="http://www.modchipcentral.com/store/home.php"></p>
<p style="TEXT-ALIGN: right"><strong>Wii Drivkey Mod Chip Worldwide Shipping</strong></p>
<p></a></p>
<p style="TEXT-ALIGN: right">
<p align="right"><a title="www.adgerlinux.com" href="http://www.adgerlinux.com/">www.adgerlinux.com</a></p>
  <a STYLE="border:none;text-decoration:none;outline:none;" href="http://www.blogtrafficexchange.com"><img border="0" alt="Blog Traffic Exchange" src="http://adgerlinux.blogdirectorybid.com/wp-content/plugins/related-websites/24x24.png"></a> <a href="http://www.blogtrafficexchange.com/related-websites"><strong>Related Websites</strong></a> <ul>  <li style="clear: both;"> <img src="http://www.worldphoto360.com/wp-content/uploads/2010/04/AppNetflix_540x370-300x205-150x150.jpg" class="imgbte" hspace="5" align="left" width="100" alt="Apple iPad hands-on review" title="Apple iPad hands-on review" border=0><a onClick="window.location='http://bte.tc/a-Mm'; return false;" href="http://www.worldphoto360.com/apple-ipad-hands-on-review/">Apple iPad hands-on review</a> <small>[/caption] The Apple iPad is an unprecedented device. It doesn't shoot rainbows or make puppies, but this roughly 8x10-inch tablet computer melds your laptop, smartphone, gaming console, and iPod into a single, affordable, unfortunately named thing. Of course, we come to you with a standard list of complaints. The absence......</small> </li> <li style="clear: both;"> <img src="http://www.worldphoto360.com/wp-content/uploads/2010/05/iphone-300x262-150x150.jpg" class="imgbte" hspace="5" align="left" width="100" alt="Top Best 100  Incredibly Useful &amp; Free iPhone Apps" title="Top Best 100  Incredibly Useful &amp; Free iPhone Apps" border=0><a onClick="window.location='http://bte.tc/bPrc'; return false;" href="http://www.worldphoto360.com/top-best-100-incredibly-useful-free-iphone-apps/">Top Best 100  Incredibly Useful & Free iPhone Apps</a> <small>[/caption] by Joshua Johnson The best part of the iTunes App Store is that you don’t need to spend a single cent to fill your iPhone with amazing applications. There are tons of developers dishing out quality free applications daily. So in honor of cheapskates everywhere, this article features 100......</small> </li> <li style="clear: both;"> <img  class="imgbte" hspace="5" align="left" width="100" alt="blog traffic exchange" title="blog traffic exchange" border=0  src="http://adgerlinux.blogdirectorybid.com/wp-content/plugins/related-websites/BTE_125x125_2.jpg"/><a onClick="window.location='http://bte.tc/7HV'; return false;" href="http://cleanup-registry.net/help-my-computer-is-running-slow-see-how-i-repaired-the-registry-tripled-the-speed-of-my-laptop-4/">HELP, My Computer Is Running Slow! See How I Repaired The Registry &amp; TRIPLED The Speed Of My Laptop!</a> <small>Have you tried many different things to get your computer from running slow but you still sit here frustrated with a slow running PC? Take a couple of minutes out of your day to read this article and discover what you need to do to fix your registry and get......</small> </li> <li style="clear: both;"> <img  class="imgbte" hspace="5" align="left" width="100" alt="blog traffic exchange" title="blog traffic exchange" border=0  src="http://adgerlinux.blogdirectorybid.com/wp-content/plugins/related-websites/BTE_125x125_2.jpg"/><a onClick="window.location='http://bte.tc/ab7Q'; return false;" href="http://blog.7touchgroup.com/2009/12/microsoft-and-firefox-engineering-a-chrome-web-os-rival/">Microsoft and Firefox engineering a Chrome web OS rival?</a> <small>In July, Google Inc. had announced that it was working on an operating system for netbooks called Chrome operating system (OS) and it is reported that it is set to have a publicly available "stable release" by the second half of 2010. The new browser based operating system can be......</small> </li> <li style="clear: both;"> <img src="http://porkchopreviews.com/oldpcserver.jpg" class="imgbte" hspace="5" align="left" width="100" alt="Old PCs acting as servers" title="Old PCs acting as servers" border=0><a onClick="window.location='http://bte.tc/a4Hn'; return false;" href="http://porkchopreviews.com/2009/06/24/turn-your-spare-computer-into-a-gaming-server/">Turn your Spare Computer Into a Gaming Server</a> <small>[/caption] Before throwing away your old computer or recycling it, you might be throwing away something valuable that can be turned into a Web server or even a gaming server!  During the weekend, my friend brought me 4 Computers that were going to be thrown out by this local company......</small> </li> </ul>]]></content:encoded>
			<wfw:commentRss>http://www.adgerlinux.com/284/choosing-both-hardware-and-software-for-your-linux-install-assess-your-specific-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UNIX  &#8211; Finding Out Who is On Other Computers</title>
		<link>http://www.adgerlinux.com/203/unix-finding-out-who-is-on-other-computers/</link>
		<comments>http://www.adgerlinux.com/203/unix-finding-out-who-is-on-other-computers/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 09:39:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bandwidth Monitoring]]></category>
		<category><![CDATA[Computer Machine]]></category>
		<category><![CDATA[Computer Network]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Finger Commands]]></category>
		<category><![CDATA[Hat Linux]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Linux Distribution]]></category>
		<category><![CDATA[Local Area Network]]></category>
		<category><![CDATA[Mac Address]]></category>
		<category><![CDATA[Monitoring Tool]]></category>
		<category><![CDATA[Nbsp]]></category>
		<category><![CDATA[Principle]]></category>
		<category><![CDATA[Red Hat Linux Networking And System Administration]]></category>
		<category><![CDATA[Remote Computer]]></category>
		<category><![CDATA[Tcp]]></category>
		<category><![CDATA[Terry Collings]]></category>
		<category><![CDATA[Unix Computer]]></category>
		<category><![CDATA[Unix Computers]]></category>
		<category><![CDATA[Wiley]]></category>

		<guid isPermaLink="false">http://adgerlinux.fortunawebs.com/?p=203</guid>
		<description><![CDATA[If your UNIX computer , ( that you are logged onto) ,&#160;&#160; is on a computer network , you can also use the &#8220;rwho&#8221; as well as &#8220;finger&#8221; commands to find out about the other computers and UNIX computers that are residing on your computer network.&#160; Simply type the system name you want to check [...]]]></description>
			<content:encoded><![CDATA[<p>If your UNIX computer , ( that you are logged onto) ,&nbsp;&nbsp; is on a computer network , you can also use the &#8220;rwho&#8221; as well as &#8220;finger&#8221; commands to find out about the other computers and UNIX computers that are residing on your computer network.&nbsp; Simply type the system name you want to check up after the <a title="at sign in different languages" href="http://www.hopstudios.com/nep/theatsignpage/">ampersat @ ( or at sign</a>) .
</p>
<p><a href="http://www.spinics.net/lists/linux-net/msg16883.html">Linux Net: Re: traffic shaping based on MAC address</a> &#8211; Linux Networking: Re: traffic shaping based on MAC address.
</p>
<p><a href="http://www.filedownloadfull.com/2009/04/25/linux-networking-clearly-explained-repost/">Linux Networking Clearly Explained (repost)</a> &#8211; Taking up where Linux Clearly Explained left off, Linux Networking Clearly Explained walks the reader through the creation of a TCP/IP-based, Linux-driven local area network, beginning with a “sandbox” installation involving just two or &#8230;
</p>
<p><a href="http://www.spinics.net/lists/linux-net/msg16881.html">Linux Net: Re: graphical bandwidth monitoring tool</a> &#8211; Linux Networking: Re: graphical bandwidth monitoring tool.
</p>
<p><a href="http://www.filedownloadfull.com/2009/04/25/red-hat-linux-networking-and-system-administration-3-ed-repost/">Red Hat Linux Networking and System Administration, 3 Ed (repost)</a> &#8211; Terry Collings, Kurt Wall, “Red Hat Linux Networking and System Administration, 3 Ed” Wiley | ISBN: 0764599496 | 2005 | PDF | 992 pages | 7,2 MB. * Starts with the basics of Red Hat, the leading Linux distribution in the U.S., &#8230;
</p>
<p><a href="http://www.linuxquestions.org/questions/linux-newbie-8/please-help.-i-have-to-learn-linux-networking-in-order-to-get-my-dream-job...i-720318/">Please Help. I have to learn Linux Networking in order to get my &#8230;</a> &#8211; I am a total Linux Noob Cake&#8230; but i am very skilled in Mac and MSWXP. However, in order to get the best job i can ever get the employer told me I had to learn Linux Networking. I&#8217;ve started out by installing Fedora 10 on my laptop &#8230;
</p>
<p>In summary the &#8220;rwho&#8221;&nbsp; command&nbsp; gives the same type and indeed a similar report as does the local UNIX &#8220;finger &#8220;&nbsp; command.&nbsp;&nbsp;&nbsp; It can be said that if you are on the internet&nbsp; that you can &#8211; at least in principle -&nbsp; &#8220;finger&#8221;&nbsp; any computer machine and setup that is on the internet.&nbsp;&nbsp;&nbsp; However because , or as a result , that&nbsp; there is no rule that says that you must answer the phone when it rings , or that the other remote computer must&nbsp; answer when you &#8220;finger&#8221; it or call it &#8211; you will get a reply , or non reply of &#8220;connection refused&#8221; or even no response or reply back what so ever.
</p>
<p>
<p style="TEXT-ALIGN: right"><a title="Modchip Mod Chip Central" href="http://www.modchipcentral.com/store/home.php">Wii Mod chips&nbsp; Xbox Modchips Xbox 360 Xbox </a>
</p>
<p>
<p style="TEXT-ALIGN: right" align=right><a title="Adger Linux" href="http://www.adgerlinux.com/">Adger Linux</a>
</p>
<p>
<p style="TEXT-ALIGN: right" align=right><a title="Winnipeg Theme Hotel Rooms" href="http://www.qualityhotelwinnipeg.com/">Winnipeg&nbsp;&nbsp; Canada Theme Hotel Rooms</a>
</p>
<p>
<p style="TEXT-ALIGN: right" align=right><a title=www.adgerlinux.com href="http://www.adgerlinux.com/">www.adgerlinux.com</a>
</p>
<p><code></p>
<p><object type=application/x-shockwave-flash height=344 width=425 data=http://www.youtube.com/v/u0fzyE2zBeI&amp;hl=en&amp;fs=1></object>
</p>
<p></code></p>
  <a STYLE="border:none;text-decoration:none;outline:none;" href="http://www.blogtrafficexchange.com"><img border="0" alt="Blog Traffic Exchange" src="http://adgerlinux.blogdirectorybid.com/wp-content/plugins/related-websites/24x24.png"></a> <a href="http://www.blogtrafficexchange.com/related-websites"><strong>Related Websites</strong></a> <ul>  <li style="clear: both;"> <img src="http://www.worldphoto360.com/wp-content/uploads/2010/05/macbook-pro-300x221-150x150.jpg" class="imgbte" hspace="5" align="left" width="100" alt="Top Best 100  Incredibly Useful &amp; Free Mac Apps" title="Top Best 100  Incredibly Useful &amp; Free Mac Apps" border=0><a onClick="window.location='http://bte.tc/bPrv'; return false;" href="http://www.worldphoto360.com/top-best-100-incredibly-useful-free-mac-apps/">Top Best 100  Incredibly Useful & Free Mac Apps</a> <small>[/caption] Everyone loves free applications. One of the greatest things about Macs is the wealth of extremely talented developers that are willing to share their amazing creations without asking for a single cent. We’ve compiled an enormous list of 100 amazing free Mac applications that you can download and start......</small> </li> <li style="clear: both;"> <img src="http://www.worldphoto360.com/wp-content/uploads/2010/05/linux1-300x240-150x150.jpg" class="imgbte" hspace="5" align="left" width="100" alt="Canonical focuses on apps support in Linux upgrade" title="Canonical focuses on apps support in Linux upgrade" border=0><a onClick="window.location='http://bte.tc/b4d4'; return false;" href="http://www.worldphoto360.com/canonical-focuses-on-apps-support-in-linux-upgrade/">Canonical focuses on apps support in Linux upgrade</a> <small>[/caption] San Francisco – Canonical officials are emphasizing software vendor support in the release this week of upgrades to the company's Ubuntu open source Linux platform. The company will make available on Thursday desktop and server versions of Ubuntu 10.04 LTS (Long-Term Support), which offers capabilities for cloud computing as......</small> </li> <li style="clear: both;"> <img  class="imgbte" hspace="5" align="left" width="100" alt="blog traffic exchange" title="blog traffic exchange" border=0  src="http://adgerlinux.blogdirectorybid.com/wp-content/plugins/related-websites/BTE_125x125_2.jpg"/><a onClick="window.location='http://bte.tc/DyP'; return false;" href="http://www.maheshkukreja.com/red-hat-fedora-10-is-out">Red Hat Fedora 10 is Out</a> <small>For all open source Lovers, Red Hat Fedora 10 Linux is out with major improvements! The Red Hat-sponsored Fedora Project on Tuesday released Fedora 10, the latest version of the free Linux-based operating system, with a wide range of improvements in areas such as virtualization management, networking, boot time and......</small> </li> <li style="clear: both;"> <img src="http://www.sfboater.com/wp-content/uploads/2009/07/hiboatdock.JPG" class="imgbte" hspace="5" align="left" width="100" alt="hiboatdock" title="hiboatdock" border=0><a onClick="window.location='http://bte.tc/7fq'; return false;" href="http://www.sfboater.com/teaching-an-old-boat-new-tricks/">Teaching an Old Boat New Tricks</a> <small>It's not every day that you have to explain how your boat managed to climb up onto the dock to say hello, but one family is trying their best not to laugh themselves to tears as they try to explain exactly that. Yesterday morning, a local family was preparing for......</small> </li> <li style="clear: both;"> <img src="http://www.worldphoto360.com/wp-content/uploads/2010/08/linux2-300x225-150x150.jpg" class="imgbte" hspace="5" align="left" width="100" alt=" Is Linux Just Another Unix Flavor?" title=" Is Linux Just Another Unix Flavor?" border=0><a onClick="window.location='http://bte.tc/ddMt'; return false;" href="http://www.worldphoto360.com/is-linux-just-another-unix-flavor/"> Is Linux Just Another Unix Flavor?</a> <small>[/caption] What defines an operating system isn't a geeky label or a collection of ramblings from the mouths of its community members. Nor is it some empty and pointless certification offered up by an obscure group of malcontented purveyors of "standards." An operating system is a kernel, a supporting cast......</small> </li> </ul>]]></content:encoded>
			<wfw:commentRss>http://www.adgerlinux.com/203/unix-finding-out-who-is-on-other-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
