11期
2012年3月05日
ubuntu-install
单就作程序员的个人工作站而言,世界上最流行的Linux发行版是ubuntu系统。这里我们介绍它的安装过程,对于分区,系统平台等问题做了适当的说明。
本期要点
Resources:
0评论
Markdown Cheat Sheet
| You write: | You get: |
|---|---|
[Link](http://example.com/) |
Link |
*Italic* |
Italic |
**Bold** |
Bold |
* Listed * Items |
|
``` puts "hello" ``` |
puts "hello"
|