Skip to content

Commit b9b1760

Browse files
committed
Merge pull request #5 from gwaldo/master
Thoughts on SSH and Editors
2 parents c673c51 + e6b4564 commit b9b1760

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,36 @@ Whether or not your shop uses git internally, you're going to end up needing to
5555

5656
* [Pro Git](https://git-scm.com/book/en/v2) is a great resource.
5757

58+
### SSH
59+
60+
* [SSH, The Secure Shell: The Definitive Guide, 2nd Edition](http://shop.oreilly.com/product/9780596008956.do)
61+
62+
### Text Editors:
63+
64+
Don't get involved in the Editor Wars. Just. Don't. Your choice of tool does not need defending. Nor does anyone else's choice.
65+
66+
However, you should care about your tools. You should be able to use them efficiently.
67+
68+
#### Vim
69+
70+
Vim is a reality of life for SysAdmins. You must be able to do at least basic edits with it. You don't need to love it, but you will have to use it.
71+
72+
* [vi and Vim Editors Pocket Reference, 2nd Edition](http://shop.oreilly.com/product/0636920010913.do)
73+
74+
* [Damian Conway, "More Instantly Better Vim" - OSCON 2013](https://www.youtube.com/watch?v=aHm36-na4-4)
75+
76+
#### Emacs
77+
78+
Many people like Emacs. You might be one of them. Don't be afraid to try it out.
79+
80+
#### Visual Editors and IDEs
81+
82+
Use tools with which you are productive. If you want to use a GUI Text Editor or IDE, don't let anyone give you a hard time about that.
83+
84+
There are GUI versions of vim and emacs that have ardent followers.
85+
86+
[Atom](https://atom.io/) is a fairly new editor with significant traction and plugin ecosystem.
87+
5888
## Blogs and Podcasts
5989

6090
* [Arrested Devops](https://www.arresteddevops.com/) is hosted by Matt Stratton, Trevor Hess, and Bridget Kromhout. ADO is the podcast that helps you achieve understanding, develop good practices, and operate your team and organization for maximum DevOps awesomeness.

0 commit comments

Comments
 (0)