|
|
| About site: Software/Operating Systems/Linux/News and Media - NPR Science Friday : The ABCs of Linux |
Return to Computers also Computers |
| About site: http://www.npr.org/templates/story/story.php?storyId=3875409 |
Title: Software/Operating Systems/Linux/News and Media - NPR Science Friday : The ABCs of Linux A discussion of the basics of Linux. Guests: Bill McCarty, author of Learning Red Hat Enterprise Linux & Fedora, and Wade Roush, senior editor for Technology Review. [32:34 streaming audio broadc |
|
|
|
|
Computer_Architecture___What_is_a_Bus? The basic computer bus is explained and information is provided regarding ISA, PCI, MCA, EISA, VESA, and VL-Bus architecture.
| AmeriYank\'s_Graphics_Farm Offers clipart, animation, background sets, screen savers, Blade Pro presets, brush files for both Paint Shop Pro and PhotoShop, Hue and Cry presets, PSP gradients, filters, masks, preset shapes, tube
| STAT__Security_Threat_Avoidance_Technology Security test and analysis tool. A vulnerability assessment tool for Windows NT.
| RFC_0305 Unknown Host Numbers. R. Alter. February 1972.
| RFC_2519 A Framework for Inter-Domain Route Aggregation. E. Chen, J. Stewart. February 1999.
| Tek-Tips__Linux_(Server)_Forum Technical support forums and mutual help system for computer professionals. Selling and recruiting forbidden.
|
|
| Alexa statistic for http://www.npr.org/templates/story/story.php?storyId=3875409 |
Please visit: http://www.npr.org/templates/story/story.php?storyId=3875409
|
| Related sites for http://www.npr.org/templates/story/story.php?storyId=3875409 |
| Go!Zilla Recover from download errors and resume failed downloads, manage and categorize files to download later and get those files from the most responsive site with Go!Zilla. | | HolidayNotes Features photo greeting cards. Includes holidays, romance, seasonal and flowers. | | Netgem Provides internet technologies for interactive TV with Netbox set-top boxes and integrated TV solutions. | | Retsel_Group Report Miner documents Crystal Report files for both developers and end-users to enhance understanding of reports and can identify differences between report files. | | Open_Source_and_Linux_from_HP A number of Open Source software projects that run on various HP systems. | | Jabber_IM_Hosting_Services Web hosts that cater to Jabber server hosting. | | RFC_1960 A String Representation of LDAP Search Filters. T. Howes. June 1996. | | Systems_Online A full featured accounting package with accounts receivable, accounts payable, customer and vendor management, and inventory control journal. | | Rorke_Data RAID, SAN, fibre channel, AIT tape and digital asset management for the digital video and audio, prepress and medical imaging industries. | | Tax_Domains Offering tax and accounting related domains. | | RFC_0626 On a Possible Lockup Condition in IMP Subnet Due to Message Sequencing. L. Kleinrock, H. Opderbeck. March 1974. | | View_Source_Chart Draws a color, coded chart of a webpage's source code. | | X-Power_Links A links management script with advanced, but easy to use admin control panel, fully template driven appearance, static HTML front-end. [Commercial] | | Virtual_Native Offering custom and template web design, hosting, and search engine submission. Based in Bend, Oregon, United States. | | Adele\'s_Place Offers site design. | | Forward_Internet_Solutions Offers site design, hosting, Exerpo storefront, turnkey, and merchant services. Located in North Brunswick, New Jersey, USA. | | Megert,_Rudolf Offers web design and search engine submission. | | NCC-1701-D_-_Talker A talker with a Star Trek theme. | | PGP_Frontends A collection of local and external links to frontends for DOS, Windows, and other platforms. | | Index_Construction_for_Linear_Categorisation By Vaughan R. Shanks and Hugh E. Williams, RMIT University, Melbourne, Australia. Proceedings of the twelfth international conference on Information and knowledge management, 2003. A problem with iter |
|
This is websites2007.org cache of m/ as retrieved on 2008.08.28 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
The ABCs of Linux : NPR@import "/templates/css/mainstyles.css";@import "/templates/css/bucket_alt.css";@import "/templates/css/stories.css";@import "/templates/css/print_stories.css"; // Hourly News Summary 24-hour Program Stream | Schedule // // 0) { setClass('shareFormContent','shareFormTable'); } //]]> var NL_PROGRAMMING = 4014; var NL_MOSTEMAILED = 4004; $().ready(function() { /* * Remove parts of the page based on user already having */ var st = $.stationscookie(); if (st !== null) { $('.user-stationsselected').hide(); } var nl = $.newsletterscookie(); if (nl !== null) { if ($.arrayContains(NL_PROGRAMMING, nl) && $.arrayContains(NL_MOSTEMAILED, nl)) { $('.user-nlsubscribed').hide(); } } /* * Populate user info if found. */ var auth = $.authcookie(); $('input[name="from"]').attr('value', auth.email); $('input[name="fullname"]').attr('value', auth.fullname); });/** * echeck function modified from DHTML email validation script. Courtesy of SmartWebby.com (http://www.smartwebby.com/dhtml/) */function echeck(str) { var at="@" var dot="." var lat=str.indexOf(at) var lstr=str.length var ldot=str.indexOf(dot) if (str.indexOf(at)==-1){ alert("Please check the the format of the email addresses you entered.") return false } if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){ alert("Please check the the format of the email addresses you entered.") return false } if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){ alert("Please check the the format of the email addresses you entered.") return false } if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){ alert("Please check the the format of the email addresses you entered.") return false } if ((str.indexOf(" ")!=-1) && (str.indexOf(" ")!=str.length-1)){ //altered by eme -- a space at the end should be ok alert("Please check the the format of the email addresses you entered.") return false } return true } function deleteSpaces(textStr) { // replace any spaces/linebreak characters w/ nothing var textStrSave = textStr.value.replace(/[\s]+/g, ""); textStrSave = textStrSave.replace(/\;/g, ','); textStr.value= textStrSave; } function formSubmit() { // 0 is valid. if (checkStation()==0) { docUrl = document.URL; document.frmSendToFriend.title.value=document.title; poundFind = docUrl.indexOf("#"); if (poundFind>-1) { docUrl = docUrl.substring(0, poundFind); } if (docUrl.substring(0, 14)=="http://npr.org") { docUrl = "http://www.npr.org" + docUrl.substring(14, docUrl.length); } document.frmSendToFriend.pageUrl.value= docUrl; if (window.vstag) { document.frmSendToFriend.vstopic.value = window.vstag.primaryTopic; document.frmSendToFriend.vsprogram.value = window.vstag.programId; document.frmSendToFriend.vsagg.value = window.vstag.aggIds; document.frmSendToFriend.vsbyline.value = window.vstag.byline; } else { document.frmSendToFriend.vstopic.value = 0; document.frmSendToFriend.vsprogram.value = 0; document.frmSendToFriend.vsagg.value = 0; document.frmSendToFriend.vsbyline.value = 0; } from=document.frmSendToFriend.from.value; to=document.frmSendToFriend.recipient.value; if (document.frmSendToFriend.MSG.value.length > 600) { alert("Your message contains " + document.frmSendToFriend.MSG.value.length + " characters. The maximum is 600 characters. Please shorten your message and try again."); document.frmSendToFriend.MSG.focus(); return false; } if ((to==null)||(to=="") || (from==null)||(from=="")){ alert("Please enter information into the email address fields."); document.frmSendToFriend.recipient.focus(); return false; } else if ((echeck(from)==false) || (echeck(to)==false)){ return false } else { document.frmSendToFriend.submit(); } } } function checkStation() { /* * If JQuery exists and we are a newer form, grab the station ids. */ if ($ && $.grabStationIds) { document.frmSendToFriend.callletters.value = $.grabStationIds(); } if ( ((document.frmSendToFriend.callletters.value== "Enter Call Letters") || (document.frmSendToFriend.callletters.value== "")) && (document.frmSendToFriend.localcontact[0].checked == true)) { alert ("Please enter the call letters of your local NPR member station if you would like to receive information from them."); return 1; } else { return 0; } } ul#stationinputs { margin:0; padding:0; list-style-type:none; } #stationinputs li { padding-bottom: 4px; } #stationsac { width:270px; text-align:left; background-color: #ced9ee; border:1px solid; border-color:#000; } #stations ul { margin:0; padding:0; } .stationselected { position: relative; }#stationinputs .stationstext { font-size: 11px; background-color: #EFEFEF; }.stationsacHighlight { font-weight:bold; text-transform:uppercase; background-color:#ffd800; } #stationsul { padding:0; margin:0; }#stationsul li { padding:4px; list-style:none; cursor:pointer; } .stationsacSelected { background-color:#113e98; color:#fff; } form .btn_minus { border:1px solid #000000; height:18px; background-color: #9cc3f0; position:absolute; cursor: pointer; top: 0; right: 0; padding: 0; margin: 0; } E-mail this Page Recipient's e-mail address: » Up to twelve addresses, separated by commas. Your e-mail address: Your name: Personal message (optional, 600 characters max): Your NPR member station: Are you a member of your local NPR station? Yes No Would you like to receive information from your local NPR member station? (see NPR's privacy policy) Yes No May we contact you with information about NPR programming and services? (see NPR's privacy policy) Yes No (Information collected by NPR will be used solely for internal NPR or NPR member station purposes and only if you selected 'yes' above. See NPR's privacy policy for more information.) // 0) { setClass('emailFormContent','emailFormTable'); } //]]> Archives Transcripts Stations Shop About Contact Us Help Copyright year = new Date(); document.write(year.getFullYear()); NPR Terms of Use Permissions Privacy Policy Search 'Talk of the Nation' Search for the word(s): Related News FeedsBusinessTalk of the NationMore about News Feeds » Browse Topics News Nation World Election 2008 Conventions Business Economy Your Money Technology Media Health & Science Your Health Environment Climate Connections Space Health Care People & Places Interviews Remembrances Radio Expeditions Books Authors Fiction Summer Books Music Arts & Entertainment Movies Performing Arts Visual Arts Pop Culture Digital Culture Reviews Diversions Fun & Games Food Sports Opinion Analysis Commentary Blogs Services Radio Podcasts News Feeds Tools / API Desktop Mobile Newsletters Programs News/Talk Programs Morning Edition All Things Considered The Bryant Park Project Day to Day Fresh Air News & Notes Talk of the Nation Tell Me More Wait Wait...Don't Tell Me Weekend Edition Saturday Weekend Edition Sunday Music Programs All Songs Considered From the Top JazzSet Marian McPartland's Piano Jazz Mountain Stage World Cafe World of Opera more Text-Only Version Contact Us Sponsor NPR Press Room Submit Ideas Corrections Ombudsman Site Map |
|
| |
A | discussion | of | the | basics | of | Linux. | | Guests: | Bill | McCarty, | author | of | Learning | Red | Hat | Enterprise | Linux | & | Fedora, | and | Wade | Roush, | senior | editor | for | Technology | Review. | [32:34 | streaming | audio | broadc |
|
http://www.npr.org/templates/story/story.php?storyId=3875409
NPR Science Friday : The ABCs of Linux 2008 August
dvd rental
dvd
A discussion of the basics of Linux. Guests: Bill McCarty, author of Learning Red Hat Enterprise Linux & Fedora, and Wade Roush, senior editor for Technology Review. [32:34 streaming audio broadc
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Justin Gatlin Doping - Overstock - Loans - Debt Consolidation - WoW Gold
|