5682
备注:
|
1159
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 1: | 行号 1: |
以下使用的Linux发布版本为debian unstable或者ubuntu dapper [[TableOfContents]] |
= Linux操作系统 = |
行号 4: | 行号 3: |
= debian安装 = 事先在硬盘上准备一个未分区的空间,至少5G。最好先备份硬盘上的重要数据,或者使用完全空闲的硬盘。 |
* [[Linux入门简介]] * [[Linux系统安装]] * [[Linux中文支持]] * [[Linux应用程序]] * [[Linux与Windows兼容性]] * [[Linux环境编程]] * [[Linux参考资源]] * [[Linux服务器管理]] |
行号 7: | 行号 12: |
下载debian安装光盘的镜像文件。完整版需要很多光盘。如果网络条件许可,使用网络安装版最方便:http://www.debian.org/distrib/netinst | * [[Linux服务器管理研讨活动]] |
行号 9: | 行号 14: |
将镜像刻录成光盘,使用这张光盘引导系统。引导后出来安装界面,安照提示一步一步完成即可。其中在选择apt源的时候,选择cn99的http服务器比较快。 | = Linux温州论坛 = Linux温州论坛(邮件列表)成立,旨在为温州的Linux爱好者提供一个交流的平台。 |
行号 11: | 行号 17: |
详细安装过程参考debian安装手册 http://debian.linuxsir.org/book/d-i-manual/zh_CN/i386/zh_CN.i386.html/ = ubuntu 安装 = ubuntu的source.list {{{ deb http://ubuntu.cn99.com/ubuntu/ dapper main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ dapper-updates main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ dapper-security main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ dapper-backports main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu-cn/ dapper main restricted universe multiverse deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse |
{{{#!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="http://groups.google.com/group/linux-wz">访问此论坛</a> </td></tr> </table> |
行号 26: | 行号 33: |
#ntfs-3g & fuse-2.5 repo: deb http://flomertens.keo.in/ubuntu/ dapper main deb-src http://flomertens.keo.in/ubuntu/ dapper main #skype deb http://debian.bootsplash.de unstable main |
|
行号 33: | 行号 34: |
= 在linux下运行windows应用程序 = 安装wine {{{ apt-get install wine }}} 对wine进行配置。配置比较麻烦。Sidenet提供了一个脚本自动进行配置:http://sidenet.ddo.jp/winetips/config.html 当前在zh_CN.utf8的字符编码环境下,并启动了scim输入法,再运行wine就会很慢。解决办法在http://huangjiahua.livejournal.com/71157.html 在 [http://www.linuxgame.org/] 提供了一些脚本可以对wine进行方便的配置。 == 关于 wine 在 zh_CN.UTF-8 , Ubuntu/Debian 下慢 == wine 在 zh_CN.UTF-8 , Ubuntu/Debian 下启动个 notepad 都非常慢, 而 SUSE 下的却没问题。 看了下, 还是 请求 X core 字体的问题,在 zh_CN.UTF-8 下 wine 会请求 gbk-0 字体 , 而通常 Ubuntu/Debian 都没 gbk-0 字体的, 即使有的话, 用 * 来匹配字体也是很慢的。 一个比较容易想到的是添加 GBK 字体 让 WQY 添加 GBK-0 字体 安装 wqy 后,加个文件/etc/X11/fonts/misc/xfonts-wqy.alias 写入 {{{ "-wenquanyi-wenquanyi bitmap song-medium-r-normal--0-0-100-100-p-0-gbk-0" "-wenquanyi-wenquanyi bitmap song-medium-r-normal--0-0-100-100-p-0-iso10646-1" "-wenquanyi-wenquanyi bitmap song-medium-r-normal--0-0-75-75-p-0-gbk-0" "-wenquanyi-wenquanyi bitmap song-medium-r-normal--0-0-75-75-p-0-iso10646-1" }}} 再执行 {{{ sudo update-fonts-alias misc xset fp }}} 这时候 wine 的反映速度就跟 zh_CN 下一样了 ( 启动个 notepad 或者 ms word 来看看 ) = 中文输入法 = 小企鹅输入法(五笔、拼音等) {{{ apt-get install fcitx }}} scim(Smart Common Input Method) {{{ apt-get install scim scim-tables-zh }}} 在debian中安装scim后,输入法可能不会随着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 }}} 使用qq: * 使用lumaqq来上qq: http://lumaqq.linuxsir.org/ * 使用openq: http://openq.linuxsir.org/ * 使用eva: http://sourceforge.net/projects/evaq ubuntu上可以直接使用{{{apt-get install eva}}}安装 = 播放电影 = 在/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 }}} = 休眠 = 查看系统支持哪些模式 {{{ cat /sys/power/state }}} suspend to disk(S4): {{{ echo disk > /sys/power/state }}} suspend to ram(S3): {{{ echo mem > /sys/power/state }}} = linux 进程管理api = * fork 创建新进程 * exec* 用一个新的程序代替当前运行的进程 * wait 等待子进程结束 = 参考资源 = * [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://debian.ustc.edu.cn/] * [http://www.ubuntu.com/ Ubuntu Linux] * [http://www.ubuntu.org.cn/ Ubuntu中文社区] * [http://www.linuxsir.org/bbs/forumdisplay.php?f=100] * [http://www.linuxsir.org/ linuxsir论坛] * [http://www.linuxfans.org/nuke/modules.php?name=Forums] * [http://www.linuxforum.net/] * [http://www-128.ibm.com/developerworks/cn/linux/] * [http://bbs.chinaunix.net/] * [http://www.linuxedu.net/forum/] |
== Linux温州QQ群 == qq群:1350302 群名:Linux-wz |
Linux操作系统
Linux温州论坛
Linux温州论坛(邮件列表)成立,旨在为温州的Linux爱好者提供一个交流的平台。
订阅 linux-wz
电子邮件:
访问此论坛
1. Linux温州QQ群
qq群:1350302 群名:Linux-wz