new entries and reorg

This commit is contained in:
Inaki Fernandez
2020-05-22 17:04:51 +02:00
parent e5a3412a35
commit 17bd7d38a1
4 changed files with 17 additions and 13 deletions

View File

@@ -1,4 +1,9 @@
# DevOps
# DevOps and DevOps Screencasts
- [DevOps](#devops)
- [Netflix](#netflix)
- [DevOps Screencasts](#devops-screencasts)
## DevOps
* [xebialabs.com: The Complete DevOps Glossary](https://xebialabs.com/glossary/)
* [xebialabs.com: Periodic table of devops tools](https://xebialabs.com/periodic-table-of-devops-tools/)
* [xebialabs.com: The Ultimate DevOps Tool Chest](https://xebialabs.com/the-ultimate-devops-tool-chest/)
@@ -20,6 +25,9 @@
* [Full Cycle Developers at Netflix — Operate What You Build](https://netflixtechblog.com/full-cycle-developers-at-netflix-a08c31f83249)
* [Applying Netflix DevOps Patterns to Windows](https://netflixtechblog.com/applying-netflix-devops-patterns-to-windows-2a57f2dbbf79)
## DevOps Screencasts
- [SysAdmin Casts 🌟](https://sysadmincasts.com/)
- [DEVOPS Library 🌟](https://devopslibrary.com/)
[![Dynamic kubernetes config](images/dynamic-kubernetes-config.png)](https://dzone.com/articles/are-you-stuck-in-the-new-devops-matrix-from-hell)

View File

@@ -31,7 +31,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu
- [API Landscape](https://www.apidays.co/api-landscape)
- [From Java EE To Cloud Native](javaee-to-cloud-native.md)
- [Microservices FAQ & Kubernetes Native](faq.md)
2. [DevOps](devops.md)
2. [DevOps & DevOps Screencasts](devops.md)
- [Cheat Sheets 🌟](cheatsheets.md)
- [GitOps](gitops.md)
- [Demos. OpenShift, Kubernetes, Jenkins Pipelines with JCasC and more 🌟](demos.md)

View File

@@ -1,15 +1,19 @@
# Linux and SSH
- [SSH](#ssh)
- [Linux Blogs](#linux-blogs)
- [Spanish Linux Blogs](#spanish-linux-blogs)
- [DevOps Screencasts](#devops-screencasts)
- [Youtube](#youtube)
- [Reddit](#reddit)
- [Linux Commands and Tools](#linux-commands-and-tools)
- [Blogs](#blogs)
- [CommandLineFu](#commandlinefu)
- [SSH](#ssh)
- [Linux Networking](#linux-networking)
## SSH
- [gravitational.com: How to SSH Properly 🌟](https://gravitational.com/blog/how-to-ssh-properly/)
- [19 Common SSH Commands In Linux With Examples](https://phoenixnap.com/kb/linux-ssh-commands)
- [commandlinefu.com/commands/matching/ssh](https://www.commandlinefu.com/commands/matching/ssh/c3No/sort-by-votes)
## Linux Blogs
- [The Linux Foundation](http://www.linuxfoundation.org/)
- [tecmint.com 🌟](https://www.tecmint.com/)
@@ -40,9 +44,6 @@
- [muylinux.com](http://www.muylinux.com/)
- [linuxadictos.com](http://www.linuxadictos.com)
## DevOps Screencasts
- [SysAdmin Casts 🌟](https://sysadmincasts.com/) Simple bite-sized DevOps Screencasts (released weekly)
## Youtube
- [Linux Skills](https://www.youtube.com/channel/UCu2eNnWy-zc1xt_shCXQQfA)
- [CLImagic](https://www.youtube.com/user/climagic)
@@ -66,11 +67,6 @@
- [twitter.com/commandlinefu3](https://twitter.com/commandlinefu3) 3-star commands, a Linux afficionado's wet dream
- [twitter.com/commandlinefu10](https://twitter.com/commandlinefu10) 10 star command line gems - known to make experienced sysadmins weep with joy.
## SSH
- [gravitational.com: How to SSH Properly 🌟](https://gravitational.com/blog/how-to-ssh-properly/)
- [19 Common SSH Commands In Linux With Examples](https://phoenixnap.com/kb/linux-ssh-commands)
- [commandlinefu.com/commands/matching/ssh](https://www.commandlinefu.com/commands/matching/ssh/c3No/sort-by-votes)
## Linux Networking
- [ntop](http://www.ntop.org/)
- [ngrep](http://ngrep.sourceforge.net/)

View File

@@ -26,7 +26,7 @@ pages:
- From Java EE To Cloud Native: javaee-to-cloud-native.md
- Microservices FAQ & Kubernetes Native: faq.md
- DevOps:
- DevOps: devops.md
- DevOps & DevOps Screencasts: devops.md
- Cheat Sheets: cheatsheets.md
- GitOps: gitops.md
- Demos. OpenShift, Kubernetes, Jenkins Pipelines with JCasC and more: demos.md