Skip to content

Commit

Permalink
Update devops
Browse files Browse the repository at this point in the history
  • Loading branch information
syselement committed Oct 23, 2024
1 parent 1016ded commit adddeb0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Binary file removed devops-everything/.gitbook/assets/nana-schedule.png
Binary file not shown.
Binary file not shown.
10 changes: 2 additions & 8 deletions devops-everything/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,9 @@

## 📚 Courses

- [TechWorld - DevOps Bootcamp By Nana](https://www.techworld-with-nana.com/devops-bootcamp) - 68h
- [TechWorld - DevOps Bootcamp](https://www.techworld-with-nana.com/devops-bootcamp) - 68h
- [DevOps Bootcamp - Exercises](https://gitlab.com/devops-bootcamp3)


![DevOps Bootcamp Schedule](.gitbook/assets/nana-schedule.png)

![DevOps Bootcamp Schedule](.gitbook/assets/nana-schedule2.png)


- [TechWorld - DevSecOps Bootcamp](https://www.techworld-with-nana.com/devsecops-bootcamp)
- [TechWorld - Certified Kubernetes Administrator (CKA Course)](https://www.techworld-with-nana.com/kubernetes-administrator-cka)
- [KodeKloud Training Courses](https://kodekloud.com/)
- [KodeKloud Engineer Practice](https://engineer.kodekloud.com/signup?referral=6607378b4014655f23f038ae)
Expand Down
8 changes: 7 additions & 1 deletion operating-systems/windows/winstuff.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize /v Sys

- Create a `UpgradePackages.bat` with the following content and run it to upgrade installed packages

```bash
```powershell
@echo off
:: Check for admin rights
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
Expand All @@ -195,6 +195,12 @@ echo All packages have been upgraded. Press any key to exit...
pause
```

### Basic, Network, I/O, Task, Process

```powershell
```



------
Expand Down

0 comments on commit adddeb0

Please sign in to comment.