1964
备注:
|
1049
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 1: | 行号 1: |
以下使用的Linux发布版本为debian unstable = 在linux下运行windows应用程序 = 安装wine {{{ apt-get install wine }}} 对wine进行配置。配置比较麻烦。Sidenet提供了一个自动进行配置:http://sidenet.ddo.jp/winetips/config.html |
= Linux操作系统 = |
行号 9: | 行号 3: |
= 中文输入法 = 小企鹅输入法(五笔、拼音等) {{{ 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 }}} |
* [[Linux入门简介]] * [[Linux系统安装]] * [[Linux中文支持]] * [[Linux应用程序]] * [[Linux与Windows兼容性]] * [[Linux环境编程]] * [[Linux参考资源]] * [[Linux服务器管理]] |
行号 32: | 行号 12: |
使用lumaqq来上qq: http://lumaqq.linuxsir.org/ | * [[Linux路由器配置]] |
行号 34: | 行号 14: |
= 播放电影 = 在/etc/apt/source.list中填加 {{{ deb ftp://ftp.nerim.net/debian-marillat/ sid main }}} 安装mplayer和解码器 {{{ apt-get install mplayer w32codecs }}} |
== 发行版 == |
行号 44: | 行号 16: |
= 对数码相机的支持 = 命令行方式使用gphoto2 {{{ apt-get install gphoto2 }}} 图形界面使用gtkam {{{ apt-get install gtkam }}} 让普通用户有权限使用数码相机。比如让用户czk能用相机 {{{ gpasswd -a czk camera }}} |
* Tails OS https://tails.boum.org/ 安装在U盘上的系统,最小化持久化的数据,并通过Tor匿名化流量 * Qubes OS https://www.qubes-os.org/ 使用虚拟机来隔离应用 * Whonix https://www.whonix.org/ 通过两个虚拟机(一个workstation,一个Tor)来匿名化流量 |
行号 58: | 行号 20: |
== 参考资料 == | |
行号 59: | 行号 22: |
= 休眠 = 查看系统支持哪些模式 {{{ cat /sys/power/state }}} suspend to disk(S4): {{{ echo disk > /sys/power/state }}} suspend to ram(S3): {{{ echo mem > /sys/power/state }}} |
* [[http://www.pathname.com/fhs/pub/fhs-2.3.html|目录结构标准]] * [[https://wiki.ubuntu.org.cn/%E9%A6%96%E9%A1%B5|Ubuntu中文维基]] * [[https://www.youtube.com/watch?v=SJ48aawceJY|Managing Infrastructure as Code]] * [[https://www.debian.org/doc/debian-policy/|Debian Policy Manual]] |
行号 73: | 行号 27: |
= 参考资源 = * [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社区 == * [[Linux服务器管理研讨活动]] * Linux温州论坛 https://groups.google.com/group/linux-wz |
Linux操作系统
1. 发行版
Tails OS https://tails.boum.org/ 安装在U盘上的系统,最小化持久化的数据,并通过Tor匿名化流量
Qubes OS https://www.qubes-os.org/ 使用虚拟机来隔离应用
Whonix https://www.whonix.org/ 通过两个虚拟机(一个workstation,一个Tor)来匿名化流量
2. 参考资料