版本86和98间的区别 (跳过第12版)
于2020-04-15 14:12:27修订的的版本86
大小: 5678
编辑: czk
备注:
于2020-04-15 15:07:20修订的的版本98
大小: 9676
编辑: czk
备注:
删除的内容标记成这样。 加入的内容标记成这样。
行号 3: 行号 3:
<<TableOfContents>>
行号 4: 行号 5:
 * [[Linux应用程序]]
行号 6: 行号 7:
 * [[Linux环境编程]]
 * [[Linux参考资源]]
 * [[Linux服务器管理]]
 * [[Linux路由器配置]]



== 基本概念 ==
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F&variant=zh-cn|操作系统]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=Unix&variant=zh-cn|UNIX]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=Linux&variant=zh-cn|Linux]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=%E8%87%AA%E7%94%B1%E8%BB%9F%E9%AB%94&variant=zh-cn|自由软件]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=%E9%96%8B%E6%94%BE%E6%BA%90%E4%BB%A3%E7%A2%BC&variant=zh-cn|开放源代码]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=GNU&variant=zh-cn|GNU]]?
 * 有哪些[[http://zh.wikipedia.org/w/index.php?title=Linux%E7%99%BC%E8%A1%8C%E7%89%88&variant=zh-cn|Linux发行版]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=Debian&variant=zh-cn|Debian]]?
 * 什么是[[http://zh.wikipedia.org/wiki/Red_Hat_Linux|红帽linux]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=Ubuntu_Linux&variant=zh-cn|Ubuntu Linux]]?
 * Ubuntu[[http://zh.wikipedia.org/w/index.php?title=%E5%90%BE%E5%B8%AE%E6%89%98&variant=zh-cn|吾帮托]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=Kubuntu&variant=zh-cn|Kubuntu]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=Xubuntu&variant=zh-cn|Xubuntu]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=X_Window_System&variant=zh-cn|X Window系统]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=GNOME&variant=zh-cn|Gnome]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=KDE&variant=zh-cn|KDE]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=Debian_Apt&variant=zh-cn|APT]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=%E9%A9%85%E5%8B%95%E7%A8%8B%E5%BC%8F&variant=zh-cn|驱动程序]]?
 * 什么是[[http://en.wikipedia.org/wiki/Mount_(Unix)|mount]]?
 * 什么是[[http://en.wikipedia.org/wiki/Root_directory|根目录]]?
 * 什么是[[http://en.wikipedia.org/wiki/Root_user|root用户]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=Vi|VI]]和[[http://zh.wikipedia.org/w/index.php?title=Vim|VIM]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=Wine|WINE]]?
 * 什么是[[http://zh.wikipedia.org/w/index.php?title=Mozilla_Firefox|Firefox]]?

== 人物 ==

 * 谁是[[http://zh.wikipedia.org/w/index.php?title=Richard_Stallman&variant=zh-cn|Richard Stallman]]?

 * 谁是[[http://zh.wikipedia.org/w/index.php?title=%E6%9E%97%E7%B4%8D%E6%96%AF%C2%B7%E6%89%98%E7%93%A6%E8%8C%B2&variant=zh-cn|Linus Torvalds]]?

 * 谁是[[http://zh.wikipedia.org/w/index.php?title=%E5%9F%83%E9%87%8C%E5%85%8B%C2%B7%E6%96%AF%E8%92%82%E8%8A%AC%C2%B7%E9%9B%B7%E8%92%99&variant=zh-cn|Eric Raymond]]?

== 对比 ==

 * [[http://zh.wikipedia.org/w/index.php?title=%E8%A6%96%E7%AA%97%E8%88%87Linux%E7%9A%84%E6%AF%94%E8%BC%83&variant=zh-cn|微软视窗与Linux的比较]]
 * Linux不是Windows [[http://linux.oneandoneis2.org/LNW.htm|英文版]] [[https://forum.ubuntu.com.cn/viewtopic.php?t=67915|中文翻译版]] [[https://wiki.ubuntu.org.cn/Linux%E4%B8%8D%E6%98%AFWindows/zh|中文翻译版]]
行号 13: 行号 51:
 * [[Linux背景知识]] (基本概念、人物介绍、比较等)
 * [[
Linux安装与基本配置]] (Debian和Ubuntu)
 * [[http://forum.ubuntu.org.cn/about18360.html|Linux爱好者入门教程]]
 * [[Linux安装与基本配置]] (Debian和Ubuntu)
 * [[Linux应用程序|Linux常见应用的安装与使用]]
 * [[
http://forum.ubuntu.com.cn/about18360.html|Linux爱好者入门教程]]
行号 22: 行号 60:


== 内核 ==
重新编译内核
 1. 下载内核:http://www.kernel.org/ ,解压缩
 1. 配置内核选项:{{{
cp /boot/config-`uname -r` ./.config
make menuconfig
}}}
 1. 编译内核:{{{
make-kpkg clean
fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
}}}
 1. 安装内核:{{{
dpkg -i linux-image-2.6.18.1-custom_2.6.18.1-custom-10.00.Custom_i386.deb
dpkg -i linux-headers-2.6.18.1-custom_2.6.18.1-custom-10.00.Custom_i386.deb
}}}
 1. 修改引导文件:{{{
vi /boot/grub/menu.lst

title Ubuntu, kernel 2.6.18.1-custom
root (hd0,0)
kernel /boot/vmlinuz-2.6.18.1-custom root=/dev/sda1 ro quiet splash
initrd /boot/initrd.img-2.6.18.1-custom
savedefault
boot

title Ubuntu, kernel 2.6.18.1-custom (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18.1-custom root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.18.1-custom
boot
}}}
 1. 使用新内核重启
行号 33: 行号 106:
 * [[https://www.youtube.com/watch?v=SJ48aawceJY|Managing Infrastructure as Code]]
行号 51: 行号 123:
   * [[http://www.ubuntu.org.cn/|Ubuntu中文社区]]    * [[http://forum.ubuntu.com.cn/|Ubuntu中文社区]]
行号 61: 行号 133:
    * [[http://zh.wikipedia.org/wiki/Linux|维基百科上的Linux]]
行号 73: 行号 144:
    * [[https://forum.ubuntu.com.cn/|Ubuntu中文论坛]]
行号 99: 行号 170:
== Linux社区 ==

 * 提问的智慧 [[http://www.catb.org/%7Eesr/faqs/smart-questions.html|英文版]] [[https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way|中文翻译版]]
 * [[Linux服务器管理研讨活动]]
 * Linux温州论坛 https://groups.google.com/group/linux-wz

行号 107: 行号 185:

    == Linux社区 ==

 * 提问的智慧 [[http://www.catb.org/%7Eesr/faqs/smart-questions.html|英文版]] [[https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way|中文翻译版]]
 * [[Linux服务器管理研讨活动]]
 * Linux温州论坛 https://groups.google.com/group/linux-wz

Linux操作系统

1. 基本概念

2. 人物

3. 对比

4. Linux入门

5. 内核

重新编译内核

  1. 下载内核:http://www.kernel.org/ ,解压缩

  2. 配置内核选项:

    cp /boot/config-`uname -r` ./.config
    make menuconfig
  3. 编译内核:

    make-kpkg clean
    fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
  4. 安装内核:

    dpkg -i linux-image-2.6.18.1-custom_2.6.18.1-custom-10.00.Custom_i386.deb
    dpkg -i linux-headers-2.6.18.1-custom_2.6.18.1-custom-10.00.Custom_i386.deb
  5. 修改引导文件:

    vi /boot/grub/menu.lst
    
    title           Ubuntu, kernel 2.6.18.1-custom
    root            (hd0,0)
    kernel          /boot/vmlinuz-2.6.18.1-custom root=/dev/sda1 ro quiet splash
    initrd          /boot/initrd.img-2.6.18.1-custom
    savedefault
    boot
    
    title           Ubuntu, kernel 2.6.18.1-custom (recovery mode)
    root            (hd0,0)
    kernel          /boot/vmlinuz-2.6.18.1-custom root=/dev/sda1 ro single
    initrd          /boot/initrd.img-2.6.18.1-custom
    boot
  6. 使用新内核重启

6. 发行版

7. 参考资料

国际

中国大陆

8. Linux社区

中国Linux社区IRC资源

  • PCHOME #Unix IRC: irc.pchome.net 6667 #unix #geekbone.
  • 中国Linux公社 IRC: irc.linuxfans.org 6667~6669 7000 #linuxfans #linuxer etc.
  • LinuxFire IRC: irc.linuxfire.com.cn 6667 #linuxfire #pda #gondson2 #80s

  • LinuxSir IRC: www.linuxsir.org 6667~6669 7000 #debianer #gentooer #chatroom etc.

  • 北大Linux俱乐部IRC: linux.pku.edu.cn 6667 #club
  • LUPA社区IRC: irc.lupaworld.com 6665-6669

Linux (2020-04-25 09:07:00由czk编辑)

ch3n2k.com | Copyright (c) 2004-2020 czk.