2814
备注:
|
1327
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 1: | 行号 1: |
以下使用的Linux发布版本为debian unstable = 安装 = |
= Linux操作系统 = |
行号 4: | 行号 3: |
事先在硬盘上准备一个未分区的空间,至少5G。最好先备份硬盘上的重要数据,或者使用完全空闲的硬盘。 | * [[Linux入门简介]] * [[Linux系统安装]] * [[Linux中文支持]] * [[Linux应用程序]] * [[Linux与Windows兼容性]] * [[Linux环境编程]] * [[Linux参考资源]] * [[Linux服务器管理]] |
行号 6: | 行号 12: |
下载debian安装光盘的镜像文件。完整版需要很多光盘,使用网络安装版最方便:http://www.debian.org/distrib/netinst 将镜像刻录成光盘。 | * [[Linux路由器配置]] |
行号 8: | 行号 14: |
使用这张光盘引导系统。引导后出来安装界面,安照提示一步一步完成即可。其中在选择apt源的时候,选择cn99的http服务器比较快。 | == 参考资料 == |
行号 10: | 行号 16: |
详细安装过程参考debian安装手册 http://debian.linuxsir.org/book/d-i-manual/zh_CN/i386/zh_CN.i386.html/ | * [[http://www.pathname.com/fhs/pub/fhs-2.3.html|目录结构标准]] * [[https://wiki.ubuntu.org.cn/%E9%A6%96%E9%A1%B5|Ubuntu中文维基]] |
行号 12: | 行号 19: |
= 在linux下运行windows应用程序 = 安装wine {{{ apt-get install wine }}} 对wine进行配置。配置比较麻烦。Sidenet提供了一个脚本自动进行配置:http://sidenet.ddo.jp/winetips/config.html |
== Linux相关活动 == * [[Linux服务器管理研讨活动]] |
行号 19: | 行号 22: |
= 中文输入法 = 小企鹅输入法(五笔、拼音等) {{{ apt-get install fcitx }}} scim(Smart Common Input Method) {{{ apt-get install scim scim-tables-zh }}} |
== Linux温州论坛 == Linux温州论坛(邮件列表)成立,旨在为温州的Linux爱好者提供一个交流的平台。 |
行号 29: | 行号 25: |
安装后,输入法可能不会随着X启动而自动加载。可以在/etc/X11/Xsession.d/目录中添加文件95scim,内容如下:{{{ export XMODIFIERS="@im=SCIM" export GTK_IM_MODULE=scim scim -d }}} = 聊天 = 使用gaim来上msn messenger, yahoo messenger, icq, google talk, aol等 {{{ apt-get install gaim }}} skype:在/etc/apt/source.list中填加 {{{ deb http://debian.bootsplash.de unstable main }}} 然后安装 {{{ apt-get install skype }}} 使用lumaqq来上qq: http://lumaqq.linuxsir.org/ = 播放电影 = 在/etc/apt/source.list中填加 {{{ deb ftp://ftp.nerim.net/debian-marillat/ sid main }}} 安装mplayer和解码器 {{{ apt-get install mplayer w32codecs }}} = 对数码相机的支持 = 命令行方式使用gphoto2 {{{ apt-get install gphoto2 }}} 图形界面使用gtkam {{{ apt-get install gtkam }}} 让普通用户有权限使用数码相机。比如让用户czk能用相机 {{{ gpasswd -a czk camera }}} |
{{{#!html <table border=0 style="background-color: #fff; padding: 5px;" cellspacing=0> <tr><td> <img src="http://groups.google.com/groups/img/3/groups_bar_zh-CN.gif" height=26 width=132 alt="Google 网上论坛"> </td></tr> <tr><td style="padding-left: 5px"> <b>订阅 linux-wz</b> </td></tr> <form action="http://groups.google.com/group/linux-wz/boxsubscribe"> <tr><td style="padding-left: 5px;"> 电子邮件: <input type=text name=email> <input type=submit name="sub" value="订阅"> </td></tr> </form> <tr><td align=right> <a href="https://groups.google.com/group/linux-wz">访问此论坛</a> </td></tr> </table> |
行号 76: | 行号 41: |
= 休眠 = 查看系统支持哪些模式 {{{ cat /sys/power/state |
|
行号 81: | 行号 42: |
suspend to disk(S4): {{{ echo disk > /sys/power/state }}} suspend to ram(S3): {{{ echo mem > /sys/power/state }}} = 参考资源 = * [http://www.debian.org/ Debian Linux] * [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 安全手册] * [http://www.ubuntu.com/ Ubuntu Linux] * [http://www.ubuntu.org.cn/ Ubuntu中文社区] * [http://www.linuxsir.org/ linuxsir论坛] |
Linux操作系统
1. 参考资料
2. Linux相关活动
3. Linux温州论坛
Linux温州论坛(邮件列表)成立,旨在为温州的Linux爱好者提供一个交流的平台。
订阅 linux-wz
电子邮件:
访问此论坛