5 Star 20 Fork 0

wildlinux / NetSec

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause

#网络对抗技术 课程网站说明

本网站的目的是建立

  1. 一个可持续改进的
  2. 方便访问者访问
  3. 类似wiki的,大家可自由修改的课程主站点

访问者可以离线本网站的所有文档到其本地计算机。也可以直接在Web浏览器中访问。

如果你正在阅读本文件,那你应该已经知道:

本课程的git地址为:git

本课程的wiki目录为 wiki

本课程的整体安排、知识框架、内容结构等请到以上两个网址查看。

说明:本课程网站为开放式,大家均可修改完善。
建议:修改或添加文档时请注意不要误删除或覆盖无关文档,以避免版本管理的时间投入。
	 添加文档或修改文献时请尽量使用Web浏览器!
	 创建目录时需要在本地创建,再同步新建的文件到服务器。

##1 目录结构说明

目录名 存储内容 说明
Codes 演示代码 每项目一个单独目录
CourseManagement 课程管理文档
Drawings 所有图及图对应的原始文件
ExpGuides 实践操作指导 markdown格式,方便后续修改
Presentations PPT等
References 参考的外部文献 PDF或MD

目录使用说明

  1. 实践指导md格式上传到ExpGuides目录
  2. PPT上传到Presentations目录
  3. 图片及其原始格式(如Visio)上传到Drawings目录
  4. 代码上传到Codes目录
  5. 用到的较好的参考文献上传到References目录

##2 git 使用

###2.1 下载安装git for windows

https://git-for-windows.github.io/

###2.2 如何同步到本地

打开git-cmd

C:\Users\wildl\oschina>git clone https://git.oschina.net/wildlinux/NetSec.git
Cloning into 'NetSec'...
Username for 'https://git.oschina.net': xxxxx
Password for 'https://xxxxx@git.oschina.net':xxxxxx
remote: Counting objects: 666, done.
remote: Compressing objects: 100% (656/656), done.
remote: Total 666 (delta 366), reused 0 (delta 0)
Receiving objects: 100% (666/666), 32.66 MiB | 6.68 MiB/s, done.
Resolving deltas: 100% (366/366), done.
C:\Users\wildl\oschina\NetSec>git config --global user.email "examplet@163.com"

C:\Users\wildl\oschina\NetSec>git config --global user.name "exmaple"

###2.3 git更新

C:\Users\wildl\oschina\NetSec>cd ExpGuides
C:\Users\wildl\oschina\NetSec\ExpGuides>git add fileYouEdited.md
C:\Users\wildl\oschina\NetSec\ExpGuides>git commit -m "descript your work"
C:\Users\wildl\oschina\NetSec\ExpGuides>git push

##附1: 更新记录

201607xx

20160721 创建该文件 by wildlinux

Copyright (c) 2016, wildlinux All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the {organization} nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

网络攻防技术 展开 收起
BSD-3-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/wildlinux/NetSec.git
git@gitee.com:wildlinux/NetSec.git
wildlinux
NetSec
NetSec
master

搜索帮助