Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2009-07-10 23:33:14
Size: 120
Editor: SamatJain
Comment:
Revision 3 as of 2010-01-14 07:18:43
Size: 220
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

=== Disable IPv6 ===

Add ipv6.disable=1 as a kernel boot parameter.
----
CategoryCheatSheet

Compiling a single Linux kernel module

   1 make -C /lib/modules/`unam e -r`/build M=`pwd`

Disable IPv6

Add ipv6.disable=1 as a kernel boot parameter.


CategoryCheatSheet

SamatsWiki: CheatSheet/LinuxKernel (last edited 2011-02-08 01:53:47 by SamatJain)