Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2.4.1
with:
args: --accept '100..=103,200..=299,403,429' --exclude-all-private .
args: --accept '100..=103,200..=299,403,429' --exclude-all-private --timeout 60 .

- name: Create Issue From File
if: env.lychee_exit_code != 0
Expand Down
2 changes: 1 addition & 1 deletion topics/ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

### Ansible Helloworld ⭐

- Visit [ansible/basic/helloworld](./basic/helloworld/)
- Visit [ansible/basics/helloworld](./basics/helloworld/)

## 4. Beyond the Basics

Expand Down
2 changes: 1 addition & 1 deletion topics/ansible/basics/helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

```bash
# Navigate to code location under `devops-basics` repo
cd devops-basics/topics/ansible/basic/helloworld
cd devops-basics/topics/ansible/basics/helloworld

# Run playbook
ansible-playbook -i first-inventory.ini first-playbook.yml
Expand Down
171 changes: 0 additions & 171 deletions topics/ansible/docs/dev-to-blog-ansible-01.md

This file was deleted.

4 changes: 2 additions & 2 deletions topics/apache-httpd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ sudo systemctl enable httpd # RHEL/CentOS

### Apache HTTP Server Hands-On

- See: [basic](./basic/)
- See: [basics](./basics/)

---

## 5. More...

### Apache httpd Cheatsheet

- https://devhints.io/apache
- https://runcloud.io/docs/cheat-sheet-apache

### Recommended Books

Expand Down
2 changes: 1 addition & 1 deletion topics/apachetomcat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Source: https://en.wikipedia.org/wiki/Apache_Tomcat

### Apache Tomcat Hands-On

- See: [basic](./basic/)
- See: [basics](./basics/)

---

Expand Down
1 change: 1 addition & 0 deletions topics/architecture/practice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
...coming soon
2 changes: 1 addition & 1 deletion topics/argocd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.

### ArgoCD Hello World

- Run the [basic/](./basic/install_argocd.sh) script to execute a simple ArgoCD "Hello World" demonstration.
- Run the [basic/](./basics/install_argocd.sh) script to execute a simple ArgoCD "Hello World" demonstration.

## 5. Beyond the Basics

Expand Down
2 changes: 1 addition & 1 deletion topics/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopte

### 2. AWS Hello World

- Check the [basic/](./basic/) directory to create a simple AWS EC2.
- Check the [basic/](./basics/) directory to create a simple AWS EC2.

## 5. Beyond the Basics

Expand Down
2 changes: 1 addition & 1 deletion topics/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The Azure cloud platform is more than 200 products and cloud services designed t

### 2. Azure Hello World

- Check the [**basic/**](./basic/) directory to create some Azure resources
- Check the [**basic/**](./basics/) directory to create some Azure resources

## 5. Beyond the Basics

Expand Down
2 changes: 1 addition & 1 deletion topics/azuredevops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ N/A

### Azure DevOps Hello World

- Check the [basic/](./basic/) directory to create a simple Azure DevOps pipeline.
- Check the [basic/](./basics/) directory to create a simple Azure DevOps pipeline.

## 5. Beyond the Basics

Expand Down
2 changes: 1 addition & 1 deletion topics/cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

### Cloudflare Hands on

- See: [basic](./basic/)
- See: [basics](./basics/)

## 5. More...

Expand Down
4 changes: 2 additions & 2 deletions topics/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ For a deeper understanding, refer to the [Docker Architecture documentation](htt

### Docker Hello World

- Run the [basic/docker-helloworld.sh](./basic/docker-helloworld.sh) script to execute a simple Docker "Hello World" demonstration.
- Run the [basic/docker-helloworld.sh](./basics/docker-helloworld.sh) script to execute a simple Docker "Hello World" demonstration.

### Top Docker commands

- Checkout [basic/top-docker-cmd.md](./basic/top-docker-cmd.md)
- Checkout [basic/top-docker-cmd.md](./basics/top-docker-cmd.md)

## 5. Beyond the Basics

Expand Down
2 changes: 1 addition & 1 deletion topics/docker/basics/top-docker-cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,6 @@
## What's next?

- For the full list of docker commands, visit: https://docs.docker.com/reference/cli/docker/
- You could the most comprehensive and up-to-date content on this topic, please visit this [**repo**] (https://github.com/tungbq/devops-basics/blob/main/topics/docker/basic/top-docker-cmd.md) ⭐️.
- You could the most comprehensive and up-to-date content on this topic, please visit this [**repo**] (https://github.com/tungbq/devops-basics/blob/main/topics/docker/basics/top-docker-cmd.md) ⭐️.

Which Docker command do you find yourself using the most? Let us know in the comments below. Your feedback and suggestions are highly appreciated. Thank you, and happy coding! 💖
2 changes: 1 addition & 1 deletion topics/dynatrace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To start using Dynatrace, just create a free trial account, install OneAgent on

### Dynatrace Hands-On

- See: [basic](./basic/)
- See: [basics](./basics/)

## 5. More...

Expand Down
2 changes: 1 addition & 1 deletion topics/elk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

### ELK Hello World

- Check the [helloworld/](./basic/helloworld/) directory to create a simple ELK demo.
- Check the [helloworld/](./basics/helloworld/) directory to create a simple ELK demo.

## 5. Beyond the Basics

Expand Down
4 changes: 2 additions & 2 deletions topics/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Git is a free and open source distributed version control system designed to han

### Git Hello World

- Check the [helloworld/](./basic/hello-world/) directory to create a simple Git demo.
- Check the [helloworld/](./basics/hello-world/) directory to create a simple Git demo.

## 5. Beyond the Basics

Expand All @@ -49,7 +49,7 @@ Git is a free and open source distributed version control system designed to han

### Git cheatsheet

- https://ndpsoftware.com/git-cheatsheet.html
- https://about.gitlab.com/images/press/git-cheat-sheet.pdf
- https://education.github.com/git-cheat-sheet-education.pdf

### Recommended Books
Expand Down
2 changes: 1 addition & 1 deletion topics/github-action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GitHub Actions is a continuous integration and continuous delivery (CI/CD) platf

### GitHub Action Hello World

- Check the [basic/](./basic/) directory to create a simple GitHub Action demo.
- Check the [basic/](./basics/) directory to create a simple GitHub Action demo.

## 5. Beyond the Basics

Expand Down
2 changes: 1 addition & 1 deletion topics/gitlabci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GitLab CI/CD is a software development tool that allows organizations to impleme

### Gitlab CI Hello World

- Check the [basic/](./basic/) directory to create a simple Gitlab CI demo.
- Check the [basic/](./basics/) directory to create a simple Gitlab CI demo.

## 5. Beyond the Basics

Expand Down
2 changes: 1 addition & 1 deletion topics/groovy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

### Groovy Hello World

- Check the [basic/](./basic/) directory to create a simple Groovy demo.
- Check the [basic/](./basics/) directory to create a simple Groovy demo.

## 5. Beyond the Basics

Expand Down
2 changes: 1 addition & 1 deletion topics/haproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HAProxy is a free and open source software that provides a high availability loa

### HAProxy lab

- See: [basic](./basic/)
- See: [basics](./basics/)

## 5. Beyond the Basics

Expand Down
4 changes: 2 additions & 2 deletions topics/haproxy/basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- Option-1: Build and run in background (Recommend)

```bash
cd devops-basics/topics/haproxy/basic/
cd devops-basics/topics/haproxy/basics/
docker-compose up --build -d

# To stop and remove contaienr, run:
Expand All @@ -27,7 +27,7 @@ docker compose down
- Option-2: Run and verbose the logs

```bash
cd devops-basics/topics/haproxy/basic/
cd devops-basics/topics/haproxy/basics/
docker-compose up --build

# To stop, press 'Ctrl + C'
Expand Down
2 changes: 1 addition & 1 deletion topics/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

### Helm Hello World

- Check the [basic/](./basic/) directory to create a simple Helm demo.
- Check the [basic/](./basics/) directory to create a simple Helm demo.

## 5. Beyond the Basics

Expand Down
Loading
Loading