diff --git a/docs/devops.md b/docs/devops.md index 27d414b8..1a30c38a 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -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) diff --git a/docs/index.md b/docs/index.md index eceb2539..6aeace2d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) diff --git a/docs/linux.md b/docs/linux.md index 7cb0b504..625fca84 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -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/) diff --git a/mkdocs.yml b/mkdocs.yml index 1ac2e471..0af7db48 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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