版本1和15间的区别 (跳过第14版)
于2006-01-08 12:04:33修订的的版本1
大小: 24
编辑: 218
备注:
于2006-04-14 12:15:43修订的的版本15
大小: 1964
编辑: czk
备注:
删除的内容标记成这样。 加入的内容标记成这样。
行号 1: 行号 1:
在这里详述 Linux. 以下使用的Linux发布版本为debian unstable
= 在linux下运行windows应用程序 =
安装wine
{{{
apt-get install wine
}}}
对wine进行配置。配置比较麻烦。Sidenet提供了一个自动进行配置:http://sidenet.ddo.jp/winetips/config.html

= 中文输入法 =
小企鹅输入法(五笔、拼音等)
{{{
apt-get install fcitx
}}}
scim(Smart Common Input Method)
{{{
apt-get install scim scim-tables-zh
}}}
= 聊天 =
使用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
}}}


= 休眠 =
查看系统支持哪些模式
{{{
cat /sys/power/state
}}}
   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发布版本为debian unstable

在linux下运行windows应用程序

安装wine

apt-get install wine

对wine进行配置。配置比较麻烦。Sidenet提供了一个自动进行配置:http://sidenet.ddo.jp/winetips/config.html

中文输入法

小企鹅输入法(五笔、拼音等)

apt-get install fcitx

scim(Smart Common Input Method)

apt-get install scim scim-tables-zh

聊天

使用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

休眠

查看系统支持哪些模式

cat /sys/power/state
  • suspend to disk(S4):

echo disk > /sys/power/state
  • suspend to ram(S3):

echo mem > /sys/power/state

参考资源

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

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