2970
Comment:
|
2879
Checked, added, re-organized.
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
* [http://kernelnewbies.org/ kernelnewbies.org] the main kernelnewbies website * [http://www.linuxfromscratch.org/ Linux From Scratch] detailed instructions on how to build your own Linux system entirely from source code * [http://www.linuxfromscratch.org/hints/downloads/files/essential_prereading.txt Linux From Scratch - Essential Pre-Reading] more help for Linux From Scratch * [http://kernelbook.sourceforge.net/wiki/?KernelWiki KernelWiki] (appears to be broken at the moment) * LinuxMM:LinuxMM Linux memory management wiki * [http://linux-mm.org/HugePages] Huge pages wiki * [http://linuxfs.pbwiki.com/] Filesystems wiki * [http://linux-net.osdl.org/ Linux-Net] Linux networking wiki * [http://lkml.org lkml.org] linux-kernel mailing list * [http://kernel.org kernel.org] the home of the Linux kernel * [http://kernel.org/doc kernel.org/doc] various documentation around the kernel * [http://linux-news.net] linux distro news. |
* LinuxMM:LinuxMM Linux memory management wiki * [http://linux-mm.org/HugePages Huge pages wiki] * [http://linuxfs.pbwiki.com/ Filesystems wiki] * [http://www.linuxfoundation.org/collaborate/workgroups Linux Foundation Workgroups] * [http://kernel.org kernel.org - Home of the Linux kernel] * [http://kernel.org/doc kernel.org/doc Kernel Documentation] * [http://bugzilla.kernel.org Bugzilla - Linux kernel bug management tool] == Linux distributions open for participation == * [http://centos.org/ CentOS] * [http://www.damnsmalllinux.org/ Damn Small Linux] * [http://www.debian.org/ Debian] * [http://fedoraproject.org/ Fedora Project] * [http://www.gNewSense.org/ gNewSense] * [http://www.linuxfromscratch.org/ Linux From Scratch] * [http://www.opensuse.org/en/ OpenSUSE] * [http://www.pendrivelinux.com/ Pen Drive Linux - Boot and run Linux from a USB flash drive] * [https://www.scientificlinux.org/ Scientific Linux] * [http://www.ubuntu.com/ Ubuntu] |
Line 16: | Line 25: |
* [http://tldp.org/LDP/abs/html/index.html Advanced Bash Scripting Guide] * [http://www.regular-expressions.info/reference.html Regular Expressions Reference - Basic Syntax] * [http://www.grymoire.com/Unix/Sed.html Sed - An Introduction and Tutorial] * [http://www.pendrivelinux.com/ Boot and run Linux from a USB flash drive] * [http://www.linuxlinks.com/ Linux Links] * [http://freshmeat.net/ Freshmeat] * [http://www.linuxcookbook.com/ Linux Cookbook - tips and hints] * [http://www.gNewSense.org/ gNewSense] a distro based on Ubuntu with all the non-free parts removed * [http://www.freesoftwaremagazine.com/ Free Software Magazine] * [http://www.eiv.com/vim-cook.html Vim Cookbook] * [http://thomer.com/vi/vi.html Vi Lovers Home Page] * [http://vimdoc.sourceforge.net/htmldoc/version7.html Vim Documentation] |
* [http://tldp.org/LDP/abs/html/index.html Advanced Bash Scripting Guide] * [http://www.regular-expressions.info/reference.html Regular Expressions Reference - Basic Syntax] * [http://www.grymoire.com/Unix/Sed.html Sed - An Introduction and Tutorial] * [http://www.linuxlinks.com/ Linux Links] * [http://freecode.com/ FreeCode] * [http://www.linuxcookbook.com/ Linux Cookbook - tips and hints] * [http://www.freesoftwaremagazine.com/ Free Software Magazine] * [http://www.oualline.com/vim-cook.html Vim Cookbook] * [http://thomer.com/vi/vi.html Vi Lovers Home Page] * [http://vimdoc.sourceforge.net/htmldoc/version7.html Vim Documentation] |
Line 30: | Line 38: |
Line 33: | Line 42: |
* [http://www.lwn.net Linux Weekly News] - follow the kernel link (changes weekly) (the current kernel page is always http://lwn.net/current/kernel.php3). * [http://www.kerneltrap.org/ Kerneltrap] - news on various free OS kernels * [http://web.archive.org/web/20071012002855/http://kerneltraffic.org/ Kernel Traffic (link to Internet Archive)] - a digest of what was discussed on the Linux-kernel mailing list (original site has disappeared) |
|
Line 37: | Line 43: |
== Other operating systems == * [http://www.dragonflybsd.org/docs/articles/vkernel/vkernel.shtml A Peek at the DragonFly Virtual Kernel] * [http://wiki.dragonflybsd.org/index.cgi/RecentChanges DragonFly wiki - Recent Changes] * [http://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs Plan 9 overview on Wikipedia] * [http://www.osnews.com/story/15235/Investigating-the-Plan-9-Operating-System/ Investigating the Plan 9 Operating System (article)] |
* [http://lkml.org Linux-kernel mailing list (LKML)] * [http://marc.info/?l=linux-kernel MARC view of LKML] * [http://www.lwn.net Linux Weekly News] - follow the kernel link (changes weekly) (the current kernel page is always http://lwn.net/current/kernel.php3). * [http://www.kerneltrap.org/ Kerneltrap] - news on various free OS kernels (Old, have contacted Jeremy) * [http://web.archive.org/web/20071012002855/http://kerneltraffic.org/ Kernel Traffic (link to Internet Archive)] - a digest of what was discussed on the Linux-kernel mailing list (original site has disappeared) * [http://linux.com/news/software/linux-kernel linux.com kernel news] == Other operating systems actively being developed == * [http://netbsd.org/about/ NetBSD] * [http://openbsd.org/ OpenBSD] * [http://www.dragonflybsd.org/ A Peek at the DragonFly Virtual Kernel] * [http://www.freebsd.org/ FreeBSD] |
Line 43: | Line 57: |
* [http://hub.opensolaris.org/bin/view/Main/ OpenSolaris] |
Linux kernel development
LinuxMM Linux memory management wiki
[http://linux-mm.org/HugePages Huge pages wiki]
[http://linuxfs.pbwiki.com/ Filesystems wiki]
[http://www.linuxfoundation.org/collaborate/workgroups Linux Foundation Workgroups]
[http://kernel.org kernel.org - Home of the Linux kernel]
[http://kernel.org/doc kernel.org/doc Kernel Documentation]
[http://bugzilla.kernel.org Bugzilla - Linux kernel bug management tool]
Linux distributions open for participation
[http://centos.org/ CentOS]
[http://www.damnsmalllinux.org/ Damn Small Linux]
[http://www.debian.org/ Debian]
[http://fedoraproject.org/ Fedora Project]
[http://www.gNewSense.org/ gNewSense]
[http://www.linuxfromscratch.org/ Linux From Scratch]
[http://www.opensuse.org/en/ OpenSUSE]
[http://www.pendrivelinux.com/ Pen Drive Linux - Boot and run Linux from a USB flash drive]
[https://www.scientificlinux.org/ Scientific Linux]
[http://www.ubuntu.com/ Ubuntu]
General Linux
[http://tldp.org/LDP/abs/html/index.html Advanced Bash Scripting Guide]
[http://www.regular-expressions.info/reference.html Regular Expressions Reference - Basic Syntax]
[http://www.grymoire.com/Unix/Sed.html Sed - An Introduction and Tutorial]
[http://www.linuxlinks.com/ Linux Links]
[http://www.linuxcookbook.com/ Linux Cookbook - tips and hints]
[http://www.freesoftwaremagazine.com/ Free Software Magazine]
[http://www.oualline.com/vim-cook.html Vim Cookbook]
[http://thomer.com/vi/vi.html Vi Lovers Home Page]
[http://vimdoc.sourceforge.net/htmldoc/version7.html Vim Documentation]
Security related
[http://www.linuxsecurity.com/ Linux Security] detailed Linux security news site
News sites
[http://lkml.org Linux-kernel mailing list (LKML)]
[http://marc.info/?l=linux-kernel MARC view of LKML]
[http://www.lwn.net Linux Weekly News] - follow the kernel link (changes weekly) (the current kernel page is always http://lwn.net/current/kernel.php3).
[http://www.kerneltrap.org/ Kerneltrap] - news on various free OS kernels (Old, have contacted Jeremy)
[http://web.archive.org/web/20071012002855/http://kerneltraffic.org/ Kernel Traffic (link to Internet Archive)] - a digest of what was discussed on the Linux-kernel mailing list (original site has disappeared)
[http://linux.com/news/software/linux-kernel linux.com kernel news]
Other operating systems actively being developed
[http://netbsd.org/about/ NetBSD]
[http://openbsd.org/ OpenBSD]
[http://www.dragonflybsd.org/ A Peek at the DragonFly Virtual Kernel]
[http://www.freebsd.org/ FreeBSD]
[http://www.minix3.org/ The MINIX 3 Operating System]