-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added resources section and initial links file
- Loading branch information
batjko
committed
Jul 4, 2014
1 parent
decbf66
commit 970b497
Showing
3 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |