Skip to content

Commit

Permalink
added resources section and initial links file
Browse files Browse the repository at this point in the history
  • Loading branch information
batjko committed Jul 4, 2014
1 parent decbf66 commit 970b497
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ Preliminary list of chapters

##### 9. Like A Boss - How To Run This Pig Pen

##### Resources - Links and Scripts 'n stuff.

Links
-----

[...]

***TODO:*** bloody everything...
13 changes: 13 additions & 0 deletions Resources/Links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
1. #### Git - Version Control System
* [Git](http://git-scm.com/)
Install Git onto your server or PC to start using repositories.
* [Git For Windows](http://msysgit.github.io/)
Git command line tools and GUI for Windows
* [GitHub](http://github.com/)
Hosted Repositories, public (free) and private (monthly plan)
* [Bitbucket](http://bitbucket.org/)
Hosted Repositories, public and private (both free)
* [Github Bootcamp](http://help.github.com/categories/54/articles)
Tutorials and How-To's on Git and Github
* [Atlassian Git Tutorials](http://www.atlassian.com/git/tutorial)
One of the best resources for learning Git basics and advanced techniques
22 changes: 22 additions & 0 deletions Resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
What goes in here?
------------------

1. #### Your recommended [links](./Links.md) to:
* Utilities (editors, apps, incident management etc.)
* Tutorials (apps, servers, databases etc.)
* Articles (industry, technical etc.)

Contribute by adding your links to the Links.md file.

2. #### Helpful [scripts](./Scripts/):
* Server Automation (shell, batch, perl, powershell etc.)
* Databases (SQL querying, monitoring, jobs etc.)
* Reporting (monitoring alerts, system health etc.)

Contribute by adding your scripts to the `/Scripts` subfolder. Each script should be accompanied by an .md file of the same name, documenting it.

3. #### Short software-specific snippets
* How-To's
* Most common issue work-arounds

Contribute by creating a *.md* file with the snippet and any explanatory comments. Remember to respect copyrights or NDAs your snippets may be subject to.

0 comments on commit 970b497

Please sign in to comment.