版本97和118间的区别 (跳过第21版)
于2020-04-15 15:06:51修订的的版本97
大小: 9702
编辑: czk
备注:
于2020-04-21 10:19:39修订的的版本118
大小: 7682
编辑: czk
备注:
删除的内容标记成这样。 加入的内容标记成这样。
行号 6: 行号 6:
 * [[Linux与Windows兼容性]]
 * [[Linux环境编程]]


行号 13: 行号 8:
 * 什么是[[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=Unix&variant=zh-cn|UNIX]] 什么是[[http://zh.wikipedia.org/w/index.php?title=Linux&variant=zh-cn|Linux]]? [[什么是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]]? [[https://www.gnu.org/|GNU官网]]
行号 19: 行号 12:
 * 什么是[[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=Debian&variant=zh-cn|Debian]]? 什么是[[http://zh.wikipedia.org/wiki/Red_Hat_Linux|红帽linux]]?
行号 22: 行号 14:
 * 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]]?
 * 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]]?
行号 26: 行号 17:
 * 什么是[[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=GNOME&variant=zh-cn|Gnome]]? 什么是[[http://zh.wikipedia.org/w/index.php?title=KDE&variant=zh-cn|KDE]]?
行号 61: 行号 51:
 * [[http://people.ubuntu.com/~happyaron/ubuntu-docs/precise-html/|Ubuntu 桌面指南]]
行号 63: 行号 54:
== 内核 ==
重新编译内核
 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. 使用新内核重启


== 发行版 ==

 * Tails OS https://tails.boum.org/ 安装在U盘上的系统,最小化持久化的数据,并通过Tor匿名化流量
 * Qubes OS https://www.qubes-os.org/ 使用虚拟机来隔离应用
 * Whonix https://www.whonix.org/ 通过两个虚拟机(一个workstation,一个Tor)来匿名化流量
行号 113: 行号 65:
 * [[https://imtx.me/archives/1738.html|Ubuntu Tweak五年之历程]]
 * [[https://imtx.me/archives/1766.html|谢谢大家,Ubuntu Tweak仍会继续]]
行号 116: 行号 70:
   * [[http://planet.debian.org.hk/|debian香港]]
   * [[http://debian.linuxsir.org/main/?q=node/15|debian 安装手册]]
   * [[http://debian.linuxsir.org/book/faq/etony/|debian FAQ]]
   * [[http://debian.linuxsir.org/book/reference/lyoo/|debian 参考手册]]
   * [[http://debian.linuxsir.org/book/securing-howto/etony/|debian 安全手册]]
行号 125: 行号 74:
   * [[http://www.linuxsir.org/bbs/forumdisplay.php?f=100]]
 * [[http://www.linuxsir.org/|linuxsir论坛]]
行号 128: 行号 75:
 * [[http://www.linuxforum.net/]]
 * [[http://www-128.ibm.com/developerworks/cn/linux/]]
行号 132: 行号 77:
 * [[https://www.kernel.org/doc/gorman/html/understand/understand016.html|Out Of Memory Management]]
行号 144: 行号 91:
中国大陆
== 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


=== 国内社区 ===

    * [[http://www.linuxsir.org/|Linuxsir.org]]
行号 147: 行号 104:
    * [[http://www.linuxsir.org/|Linuxsir.org]]
行号 152: 行号 108:
    * [[http://www.linuxdby.com/|Linux大本营 简体版]] [[http://big5.linuxdby.com/|繁体版]]
行号 155: 行号 110:
    * [[http://freeway.linuxsir.org/|FreeWay 自由之路原创文档小组]]
    * [[http://freewill.linuxsir.org/|FreeWill 自由意志翻译小组]]
    * [[http://gentoo.linuxsir.org/doc/cn/|Gentoo 中文文档集散地]]
    * [[http://lfs.linuxsir.org/|LFS 中文用户小组]]
行号 160: 行号 111:
    * [[http://linux.pku.edu.cn/|北京大学Linux俱乐部]]
行号 171: 行号 121:
== 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. 参考资料

国际

6. Linux社区

6.1. 国内社区

中国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.