WHOIS Service

kernelnewbies.org - information about domain

  • Server Status: available
  • Server IP: 74.92.59.67
  • Server Response Time: 137ms

Site title

Linux Kernel Newbies - Linux Kernel Newbies

Alexa information

Alexa rank: 184,182

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
kernelnewbies.org IN SOA 3600 mname: humbolt.nl.linux.org
rname: postmaster.humbolt.nl.linux.org
serial: 2012121401
refresh: 86400
retry: 3600
expire: 864000
minimum-ttl: 259200
kernelnewbies.org IN AAAA 3600
kernelnewbies.org IN MX 3600 shelob.surriel.com pri: 5
kernelnewbies.org IN MX 3600 forlond.surriel.com pri: 10
kernelnewbies.org IN MX 3600 forlond.surriel.com
kernelnewbies.org IN A 74.92.59.67 3600
kernelnewbies.org IN TXT 3600
kernelnewbies.org IN NS 3600 ns1.infradead.org
kernelnewbies.org IN NS 3600 mithlond.surriel.com
kernelnewbies.org IN NS 3600 ns1.sosdg.org

Server Location

Site source

Show / hide source
                
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="robots" content="index,follow">

<title>Linux Kernel Newbies - Linux Kernel Newbies</title>
<script type="text/javascript" src="/moin/common/js/common.js"></script>

<script type="text/javascript">
<!--// common functions

// We keep here the state of the search box
searchIsDisabled = false;

function searchChange(e) {
    // Update search buttons status according to search box content.
    // Ignore empty or whitespace search term.
    var value = e.value.replace(/\s+/, '');
    if (value == '' || searchIsDisabled) { 
        searchSetDisabled(true);
    } else {
        searchSetDisabled(false);
    }
}

function searchSetDisabled(flag) {
    // Enable or disable search
    document.getElementById('fullsearch').disabled = flag;
    document.getElementById('titlesearch').disabled = flag;
}

function searchFocus(e) {
    // Update search input content on focus
    if (e.value == 'Search') {
        e.value = '';
        e.className = '';
        searchIsDisabled = false;
    }
}

function searchBlur(e) {
    // Update search input content on blur
    if (e.value == '') {
        e.value = 'Search';
        e.className = 'disabled';
        searchIsDisabled = true;
    }
}

function actionsMenuInit(title) {
    // Initialize action menu
    for (i = 0; i < document.forms.length; i++) {
        var form = document.forms[i];
        if (form.className == 'actionsmenu') {
            // Check if this form needs update
            var div = form.getElementsByTagName('div')[0];
            var label = div.getElementsByTagName('label')[0];
            if (label) {
                // This is the first time: remove label and do buton.
                div.removeChild(label);
                var dobutton = div.getElementsByTagName('input')[0];
                div.removeChild(dobutton);
                // and add menu title
                var select = div.getElementsByTagName('select')[0];
                var item = document.createElement('option');
                item.appendChild(document.createTextNode(title));
                item.value = 'show';
                select.insertBefore(item, select.options[0]);
                select.selectedIndex = 0;
            }
        }
    }
}
//-->
</script>


<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/moin/navigation/css/common.css">
<link rel="stylesheet" type="text/css" charset="utf-8" media="screen" href="/moin/navigation/css/screen.css">
<link rel="stylesheet" type="text/css" charset="utf-8" media="print" href="/moin/navigation/css/print.css">
<link rel="stylesheet" type="text/css" charset="utf-8" media="projection" href="/moin/navigation/css/projection.css">
<link rel="alternate" title="Linux Kernel Newbies Recent Changes" href="/RecentChanges?action=rss_rc&amp;ddiffs=1&amp;unique=1" type="application/rss+xml">

<link rel="Start" href="/Linux_Kernel_Newbies">
<link rel="Alternate" title="Wiki Markup" href="/Linux_Kernel_Newbies?action=raw">
<link rel="Alternate" media="print" title="Print View" href="/Linux_Kernel_Newbies?action=print">
<link rel="Search" href="/FindPage">
<link rel="Index" href="/TitleIndex">
<link rel="Glossary" href="/WordIndex">
<link rel="Help" href="/HelpOnFormatting">
</head>

<body  lang="en" dir="ltr">
<div id="header">

  <div class="midHeader">
<p>
<div id="logo"><a href="/Linux_Kernel_Newbies"><img src="/moin/kn-icon.png" alt="KernelNewbies"></a></div>
<ul id="username">
<li><a href="/UserPreferences">Login</a></li>
</ul>

<h1 class="title">Linux Kernel Newbies</h1>


  </div>

</div>

<table class="columnizer"><tr class="columnizer"><td class="nav">
<!-- ##### Side Bar ##### -->
<div id="sidebar">
<div class="sidepanel">
  <p class="sideBarTitle">Kernel Hacking</p>
  <ul>
    <li><a href="http://kernelnewbies.org/">Kernel&nbsp;Newbies&nbsp;Frontpage</a></li>
    <li><a href="/KernelHacking">Kernel&nbsp;Hacking</a></li>
    <li><a href="/Documents">Kernel&nbsp;Documentation</a></li>
    <li><a href="/KernelGlossary">Kernel&nbsp;Glossary</a></li>
    <li><a href="/FAQ">FAQ</a></li>
    <li><a href="/FoundBug">Found&nbsp;a&nbsp;Bug?</a></li>
    <li><a href="/LinuxChanges">Kernel&nbsp;Changelog</a></li>
    <li><a href="/UpstreamMerge">Upstream&nbsp;Merge&nbsp;Guide</a></li>
  </ul>
</div>
<div class="sidepanel">
  <p class="sideBarTitle">Projects</p>
  <ul>
    <li><a href="/KernelJanitors">Kernel&nbsp;Janitors</a></li>
    <li><a href="/KernelMentors">Kernel&nbsp;Mentors</a></li>
    <li><a href="/KernelProjects">Kernel&nbsp;Projects</a></li>
  </ul>
</div>
<div class="sidepanel">
  <p class="sideBarTitle">Community</p>
  <ul>
    <li><a href="/Community">Why&nbsp;a&nbsp;community?</a></li>
    <li><a href="http://forum.kernelnewbies.org/">Web&nbsp;Forum</a></li>
    <li><a href="/RegionalNewbies">Regional&nbsp;Kernelnewbies</a></li>
    <li><a href="/PersonalPages">Personal&nbsp;Pages</a></li>
    <li><a href="/UpcomingEvents">Upcoming&nbsp;Events</a></li>
  </ul>
</div>
<div class="sidepanel">
  <p class="sideBarTitle">References</p>
  <ul>
    <li><a href="/ML">Mailing&nbsp;Lists</a></li>
    <li><a href="/RelatedSites">Related&nbsp;Sites</a></li>
    <li><a href="/ProgrammingLinks">Programming&nbsp;Links</a></li>
  </ul>
</div>
<div class="sidepanel">
  <p class="sideBarTitle">Wiki</p>
  <ul>
    <li><a href="/RecentChanges">Recent&nbsp;Changes</a></li>
    <li><a href="/EditorsGroup">Site&nbsp;Editors</a></li>
    <li><a href="/navigation_menu">Navigation&nbsp;Menu</a></li>
    <li><a href="http://kernelnewbies.org/stats/">Site&nbsp;Statistics</a></li>
    <li><a href="/WebTips">Tips&nbsp;for&nbsp;Editors</a></li>
    <li><a href="/FindPage">Find&nbsp;Page</a></li>
    <li><a href="/HelpContents">Help&nbsp;Contents</a></li>
    <li><a href="http://wikiwall.org/">Hosted&nbsp;by&nbsp;WikiWall</a></li>
  </ul>
</div>
<div class="sidepanel">
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/custom" target="google_window">
<table border="0" bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">

<br/>
<input type="hidden" name="domains" value="
kernelnewbies.org
"></input>
<input type="text" name="q" size="20" maxlength="255" value=""></input>
</td></tr>
<tr>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="
kernelnewbies.org
" checked="checked"></input>
<font size="-1" color="#000000">This site</font>
</td>
<td>
<input type="radio" name="sitesearch" value=""></input>
<font size="-1" color="#000000">Web</font>
</td>
</tr>
</table>
<input type="submit" name="sa" value="Google Search"></input>
<input type="hidden" name="client" value="pub-2148115774442744"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
</div>
</div>
</td><td class="content">
<ul class="editbar">
<li><span class="disabled">Immutable Page</span></li>
<li><a href="/Linux_Kernel_Newbies?action=info">Info</a></li>
<li><a href="/Linux_Kernel_Newbies?action=AttachFile">Attachments</a></li>
<li>
<form class="actionsmenu" method="get" action="">
<div>
    <label>More Actions:</label>
    <select name="action"
        onchange="if ((this.selectedIndex != 0) &&
                      (this.options[this.selectedIndex].disabled == false)) {
                this.form.submit();
            }
            this.selectedIndex = 0;">
        <option value="raw">Raw Text</option>
<option value="print">Print View</option>
<option value="refresh">Delete Cache</option>
<option value="show" disabled class="disabled">------------</option>
<option value="SpellCheck">Check Spelling</option>
<option value="LikePages">Like Pages</option>
<option value="LocalSiteMap">Local Site Map</option>
<option value="show" disabled class="disabled">------------</option>
<option value="RenamePage" disabled class="disabled">Rename Page</option>
<option value="DeletePage" disabled class="disabled">Delete Page</option>
<option value="show" disabled class="disabled">------------</option>
<option value="AttachFile">Attach File</option>
<option value="Despam">Despam</option>
<option value="MyPages">My Pages</option>
<option value="PackagePages">Package Pages</option>
<option value="RenderAsDocbook">Render As Docbook</option>
<option value="SubscribeUser">Subscribe User</option>
    </select>
    <input type="submit" value="Do">
</div>
<script type="text/javascript">
<!--// Init menu
actionsMenuInit('More Actions:');
//-->
</script>
</form>
</li>
</ul>

<div id="page" lang="en" dir="ltr">


<h1 class="title">Linux Kernel Newbies</h1>
<div lang="en" id="content" dir="ltr">
<a id="top"></a><a id="line-1"></a><p>Kernelnewbies are a community of people that improve or update their <a href="/Kernel">Kernel</a>s and of aspiring Linux kernel developers and more experienced developers willing to share their knowledge. We help each other learn how the Linux kernel works and occasionally discuss other operating system kernels. <a id="line-2"></a></p>
<a id="line-3"></a><p>Kernelnewbies can be found on the <a href="/MailingList">MailingList</a>, <a href="/IRC">IRC</a> (irc.oftc.net #kernelnewbies), the <a class="external" href="http://forum.kernelnewbies.org/">web forum</a> and this wiki. <a id="line-4"></a></p>
<a id="line-5"></a>
<h2 id="head-a3410e3c87cf81a10573cc41ffb99243c98bf7e9">ChangeLog</h2>

<a id="line-6"></a><p>A human readable changelog for the Linux kernel can be found on the <a href="/LinuxChanges">LinuxChanges</a> page. <a id="line-7"></a></p>
<a id="line-8"></a>
<h2 id="head-34d294afa2373e8e2883e9775fb87c1007f6736b">Hacking</h2>

<a id="line-9"></a><p>Want to become a kernel hacker? Need to figure out how a certain kernel subsystem works? <a id="line-10"></a></p>
<a id="line-11"></a><p>Go to <a href="/KernelHacking">Linux Kernel Hacking</a> <a id="line-12"></a></p>
<a id="line-13"></a>
<h2 id="head-cad41903be63d1a02f598646eda4b781d07e90f2">Glossary</h2>

<a id="line-14"></a><p>Confused by kernel terminology? Look at our <a href="/KernelGlossary">KernelGlossary</a>... <a id="line-15"></a></p>
<a id="line-16"></a>
<h2 id="head-edcafd828b49b6f282d3dfb7d56ac7618dad0b3e">Frequently Asked Questions</h2>

<a id="line-17"></a><p>Common questions and answers about kernel development can be found in our <a href="/FAQ">FAQ</a>. <a id="line-18"></a></p>
<a id="line-19"></a>
<h2 id="head-4fb162c2656d0722c16746a1c7ca3140f1872748">Documentation</h2>

<a id="line-20"></a><p>An effort to organize all the pieces of useful information on the Internet about kernel hacking into a single place can be found at the <a href="/Documents">Documents</a> page. <a id="line-21"></a></p>
<a id="line-22"></a>
<h2 id="head-35e5a8c843ce65be6c7960974e39c785864fa445">Online</h2>

<a id="line-23"></a><p>Kernelnewbies can be found on the <a href="/MailingList">MailingList</a>, <a href="/IRC">IRC</a> (irc.oftc.net #kernelnewbies), the <a class="external" href="http://forum.kernelnewbies.org/">web forum</a> and this wiki. <a id="line-24"></a></p>
<a id="line-25"></a>
<h2 id="head-86bbc55fa0fd02ad1739ee3575f5b0215cd8a6aa">Please edit our wiki</h2>

<a id="line-26"></a><p>Kernel<tt></tt>Newbies is all about sharing knowledge and experience. If you feel inspired or just want to make sure you will remember something you found out, please contribute to this wiki. Thank you. <a id="line-27"></a></p>
<a id="line-28"></a><p>To prevent wiki spam, only users on this <a href="/EditorsGroup">list</a> are allowed to edit the wiki. Any of these users can add new usernames to the list. If you need to be on the list, please ask in <a href="/IRC">#kernelnewbies on irc.oftc.net</a> or on <a href="/MailingList">the mailing list</a>. <a id="line-29"></a></p>
<a id="line-30"></a><p>After logging in (using the <a href="/UserPreferences">UserPreferences</a> page, and assuming you're on the <a href="/EditorsGroup">trusted list</a>), you can edit any page by pressing the link near the top of the page. Capitalized words joined together form a <a href="/WikiName">WikiName</a>, which hyperlinks to another page. The highlighted title searches for all pages that link to the current page. Pages which do not yet exist are linked with a question mark: just follow the link and you can add a definition. <a id="line-31"></a></p>
<a id="line-32"></a><p>To learn more about what a <a href="/WikiWikiWeb">WikiWikiWeb</a> is, read about <a href="/WhyWikiWorks">WhyWikiWorks</a>. <a id="line-33"></a></p>
<a id="line-34"></a><p>Here are some starting points for wiki editors: <a id="line-35"></a></p>
<a id="line-36"></a><ul>
<li><p><a href="/RecentChanges">RecentChanges</a>: see where people are currently working <a id="line-37"></a></p>
</li>
<li><p><a href="/HelpForBeginners">HelpForBeginners</a>: to get you going <a id="line-38"></a></p>
</li>
<li><p><a href="/WikiSandBox">WikiSandBox</a>: feel free to change this page and experiment with editing <a id="line-39"></a></p>
</li>
<li><p><a href="/MoinMoin">MoinMoin</a>: general information about the software behind this wiki <a id="line-40"></a></p>
</li>
<li><p><a href="/FindPage">FindPage</a>: search or browse the database in various ways <a id="line-41"></a></p>
</li>
<li><p><a href="/EditorsGroup">EditorsGroup</a>: users with permission to edit the wiki (to prevent spam). Ask on <a href="/IRC">IRC</a> or on <a href="/MailingList">the mailing list</a> to add yourself to the list <a id="line-42"></a></p>
</li>
</ul>
<a id="bottom"></a>
</div>

Tell others about this page:
<!-- AddThis Button BEGIN -->
<script type="text/javascript">addthis_pub  = 'rikvanriel';</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/button1-share.gif" width="125" height="16" border="0" alt="" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- AddThis Button END -->
<br>
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-2148115774442744";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p id="pageinfo" class="info" lang="en" dir="ltr">last edited 2010-05-11 15:08:38 by <span title="zamb @ 94.98.150.91.dynamic.saudi.net.sa[94.98.150.91]"><a class="nonexistent" title="zamb @ 94.98.150.91.dynamic.saudi.net.sa[94.98.150.91]" href="/ZiyadAlBATLY">ZiyadAlBATLY</a></span></p>

</div>
</td></tr></table>
<div id="pagebottom"></div>

<div id="footer" align="center">
<ul id="credits">
<li><a href="http://creativecommons.org/licenses/by/2.5/"><img
  src="http://creativecommons.org/images/public/somerights20.png"
  alt="Licensed under a Creative Commons Attribution 2.5 License"></a></li>
<li><a href="http://wikiwall.org/">Free Wiki at WikiWall</a></li>
<li><a href="http://moinmoin.wikiwikiweb.de/">MoinMoin Powered</a></li>
<li><a href="http://www.python.org/">Python Powered</a></li>
<li><a href="http://validator.w3.org/check?uri=referer"><img
  src="http://www.w3.org/Icons/valid-html401"
  alt="Valid HTML 4.01!" height="20" width="52"></a></li>
<li><script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4144353-1");
pageTracker._initData();
pageTracker._trackPageview();
</script></li>
</ul>


</div>
</body>
</html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...