Skip to content

Commit

Permalink
add logo and cover config
Browse files Browse the repository at this point in the history
new TOC
  • Loading branch information
wenquan0hf committed Mar 21, 2016
1 parent 2bc0237 commit deaa5d5
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Linux-Tutorial
# Java 程序员眼中的 Linux

## 初衷(Original Intention)

Expand All @@ -7,7 +7,6 @@
- 带动更多的人进入 Linux 世界,特别是做 Java 开发的人
- 学得越多越是明白一个人的力量是不够的,希望你能一起参与,真心希望(鞠躬)


## 目录(Contents)

- [Linux 介绍](Linux.md)
Expand Down
33 changes: 33 additions & 0 deletions TOC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- [Linux 介绍](Linux.md)
- [Ubuntu 介绍](Ubuntu.md)
- [CentOS 安装](CentOS-Install.md)
- [Bash 命令](Bash.md)
- [Bash 其他常用命令](Bash-Other-Bash.md.md)
- [Linux 下常用压缩文件的解压、压缩](File-Extract-Compress.md)
- [Yum 下载安装包及对应依赖包](Off-line-Yum-Install.md)
- [Zsh 入门](Zsh.md)
- [SSH(Secure Shell)介绍](SSH.md)
- [FTP(File Transfer Protocol)介绍](FTP.md)
- [VPN(Virtual Private Network)介绍](VPN.md)
- [NFS(Network FileSystem)介绍](NFS.md)
- [NTP(Network Time Protocol)介绍](NTP.md)
- [Samba 介绍](Samba.md)
- [Crontab 介绍](Crontab.md)
- [Iptables 介绍](Iptables.md)
- [花生壳 安装介绍](Hsk-Install.md)
- [CentOS 网络设置](CentOS-Network-Settings.md)
- [VMware 克隆 CentOS 后网卡信息修改](CentOS-Virtual-Machine-Copy-Settings.md)
- [CentOS 源设置](CentOS-Extra-Packages.md)
- [JDK 安装](JDK-Install.md)
- [SVN 安装和配置](SVN-Install-And-Settings.md)
- [Tomcat 安装和配置、优化](Tomcat-Install-And-Settings.md)
- [Jenkins 安装和配置](Jenkins-Install-And-Settings.md)
- [Maven 安装和配置](Maven-Install-And-Settings.md)
- [Nexus 安装和配置](Nexus-Install-And-Settings.md)
- [Mysql 安装和配置](Mysql-Install-And-Settings.md)
- [Redis 安装和配置](Redis-Install-And-Settings.md)
- [Jira 安装和配置](Jira-Install-And-Settings.md)
- [Jenkins 安装和配置](Jenkins-Install-And-Settings.md)
- [TeamCity 安装和配置](TeamCity-Install-And-Settings.md)
- [黑客入侵检查](Was-Hacked.md)

5 changes: 5 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Java 程序员眼中的 Linux",
"introduction": "笔者从 Java 开发角度,全方位讲解各种环境搭建及常用工具详解,是一部适合程序员的百科全书。"

}
Binary file added cover/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cover/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cover/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit deaa5d5

Please sign in to comment.