1460
备注:
|
1110
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 1: | 行号 1: |
以下使用的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 }}} |
= Linux操作系统 = |
行号 16: | 行号 3: |
使用lumaqq来上qq: http://lumaqq.linuxsir.org/ | * [[Linux入门简介]] * [[Linux系统安装]] * [[Linux中文支持]] * [[Linux应用程序]] * [[Linux与Windows兼容性]] * [[Linux环境编程]] * [[Linux参考资源]] * [[Linux服务器管理]] |
行号 18: | 行号 12: |
= 播放电影 = 在/etc/apt/source.list中填加 {{{ deb ftp://ftp.nerim.net/debian-marillat/ sid main }}} 安装mplayer和解码器 {{{ apt-get install mplayer w32codecs }}} |
* [[Linux路由器配置]] |
行号 28: | 行号 14: |
= 对数码相机的支持 = 命令行方式使用gphoto2 {{{ apt-get install gphoto2 }}} 图形界面使用gtkam {{{ apt-get install gtkam }}} |
== 发行版 == |
行号 38: | 行号 16: |
= 休眠 = 查看系统支持哪些模式 {{{ cat /sys/power/state }}} suspend to disk(S4): {{{ echo disk > /sys/power/state }}} suspend to ram(S3): {{{ echo mem > /sys/power/state }}} |
* Tails OS https://tails.boum.org/ 安装在U盘上的系统,最小化持久化的数据,并通过Tor匿名化流量 * Qubes OS https://www.qubes-os.org/ 使用虚拟机来隔离应用 * Whonix https://www.whonix.org/ 通过两个虚拟机(一个workstation,一个Tor)来匿名化流量 |
行号 52: | 行号 20: |
= 参考资源 = * [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论坛] |
== 参考资料 == * [[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]] * [[https://www.fedorafaq.org/|The Unofficial Fedora FAQ]] == 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. 参考资料