Skip to content

Commit 069a38c

Browse files
authored
Merge branch 'master' into patch-3
2 parents e4af3ea + edaff92 commit 069a38c

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Table of Contents
4747
- [Docker](#docker)
4848
- [Devops Interview Questions](#devops-interview-questions)
4949

50-
9. Networking
50+
9. Networking
5151
- [Networking Guides](#networking-guides)
5252

5353

@@ -292,26 +292,26 @@ http://techarena51.com/index.php/flask-sqlalchemy-postgresql-tutorial/
292292

293293
## Data Structures
294294

295-
- [Stack vs Heap](http://gribblelab.org/CBootcamp/7_Memory_Stack_vs_Heap.html)
295+
[Stack vs Heap](http://gribblelab.org/CBootcamp/7_Memory_Stack_vs_Heap.html)
296296

297297
**[Back to top](#table-of-contents)**
298298

299299
## Code Editors
300300

301-
- [Vim](http://www.vim.org)
301+
[Vim](http://www.vim.org)
302302
- [Vim Cheat Sheet](http://michael.peopleofhonoronly.com/vim/)
303303
- [Vim Regular Expressions 101](http://vimregex.com/)
304304

305305

306-
- [Atom](https://atom.io/docs/v0.196.0/getting-started-why-atom)
306+
[Atom](https://atom.io/docs/v0.196.0/getting-started-why-atom)
307307

308-
- [Brackets](http://brackets.io/)
308+
[Brackets](http://brackets.io/)
309309

310-
- [Sublime Text](http://www.sublimetext.com/)
310+
[Sublime Text](http://www.sublimetext.com/)
311311

312-
- [GNU Emacs](https://www.gnu.org/software/emacs/)
312+
[GNU Emacs](https://www.gnu.org/software/emacs/)
313313

314-
- [Notepad++](https://notepad-plus-plus.org/)
314+
[Notepad++](https://notepad-plus-plus.org/)
315315

316316
**[Back to top](#table-of-contents)**
317317

@@ -337,8 +337,11 @@ http://techarena51.com/index.php/flask-sqlalchemy-postgresql-tutorial/
337337

338338
[Top Ten Tenets (Principles) of a System Administrator](https://github.com/Leo-G/DevopsWiki/wiki/Top-10-tenets-of-a-System-Administrator)
339339

340+
[IT Career/Job Advice ](http://www.network-node.com/blog/2016/5/19/careerjob-advice-and-observations)
341+
340342
[The Twelve-Factor Software-As-A-Service App building methodology](http://12factor.net/)
341343

344+
342345
**[Back to top](#table-of-contents)**
343346

344347

@@ -349,21 +352,26 @@ https://github.com/Leo-G/DevopsWiki/wiki/Devops-Interview-Questions
349352
**[Back to top](#table-of-contents)**
350353

351354

352-
353-
## [Docker](http://docker.com)
355+
## [Docker]
354356

355357
[English Docker Guides and Tutorials](http://blog.flux7.com/topic/docker)
356358

357359
[Spanish Docker Guide](https://github.com/brunocascio/docker-espanol)
358360

359361
[Introduction to Docker](https://medium.com/@BuddyWorks/introduction-to-docker-a7d9e1f6c0b3#.59y3faia9)
360362

363+
[Secure Your Containers with this One Weird Trick](http://rhelblog.redhat.com/2016/10/17/secure-your-containers-with-this-one-weird-trick/)
364+
365+
361366
**[Back to top](#table-of-contents)**
362367

368+
363369
## Networking Guides
364370

365371
[Turtles on the wire: understanding how the OS uses the modern NIC](https://www.joyent.com/blog/virtualizing-nics)
366372

367373
[Working with Network Configurations from the Command Line](https://www.linux.com/learn/working-network-configurations-command-line)
368374

375+
[Monitoring and Tuning the Linux Networking Stack](http://blog.packagecloud.io/eng/2016/06/22/monitoring-tuning-linux-networking-stack-receiving-data/#general-advice-on-monitoring-and-tuning-the-linux-networking-stack)
376+
369377
**[Back to top](#table-of-contents)**

0 commit comments

Comments
 (0)