版本1和13间的区别 (跳过第12版)
于2006-01-08 12:04:33修订的的版本1
大小: 24
编辑: 218
备注:
于2006-04-01 00:21:25修订的的版本13
大小: 1460
编辑: czk
备注:
删除的内容标记成这样。 加入的内容标记成这样。
行号 1: 行号 1:
在这里详述 Linux. 以下使用的Linux发布版本为debian unstable
= 聊天 =
使用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
}}}

= 休眠 =
查看系统支持哪些模式
{{{
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

聊天

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

休眠

查看系统支持哪些模式

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.