├── .github └── workflows │ ├── readme.yml │ └── version.yml ├── 100_Days_to_DevOps.jpg ├── 100_Days_to_DevOps.webp ├── README.md ├── package.json ├── scripts ├── debian-ubuntu-cloudinit-proxmox-vm-setup.sh └── ubuntu-install-docker.sh ├── tydzien01 ├── dzien01.md ├── dzien02.md ├── dzien03.md ├── dzien04.md ├── dzien05.md ├── dzien06.md └── dzien07.md ├── tydzien02 ├── dzien08.md ├── dzien09.md ├── dzien10.md ├── dzien11.md ├── dzien12.md ├── dzien13.md └── dzien14.md ├── tydzien03 ├── dzien15.md ├── dzien16.md ├── dzien17.md ├── dzien18.md ├── dzien19.md ├── dzien20.md └── dzien21.md ├── tydzien04 ├── dzien22.md ├── dzien23.md ├── dzien24.md ├── dzien25.md ├── dzien26.md ├── dzien27.md └── dzien28.md ├── tydzien05 ├── dzien29.md ├── dzien30.md ├── dzien31.md ├── dzien32.md ├── dzien33.md ├── dzien34.md └── dzien35.md ├── tydzien06 ├── dzien36.md ├── dzien37.md ├── dzien38.md ├── dzien39.md ├── dzien40.md ├── dzien41.md └── dzien42.md ├── tydzien07 ├── dzien43.md ├── dzien44.md ├── dzien45.md ├── dzien46.md ├── dzien47.md ├── dzien48.md └── dzien49.md ├── tydzien08 ├── dzien50.md ├── dzien51.md ├── dzien52.md ├── dzien53.md ├── dzien54.md ├── dzien55.md └── dzien56.md ├── tydzien09 ├── dzien57.md ├── dzien58.md ├── dzien59.md ├── dzien60.md ├── dzien61.md ├── dzien62.md └── dzien63.md ├── tydzien10 ├── dzien64.md ├── dzien65.md ├── dzien66.md ├── dzien67.md ├── dzien68.md ├── dzien69.md └── dzien70.md ├── tydzien11 ├── dzien71.md ├── dzien72.md ├── dzien73.md ├── dzien74.md ├── dzien75.md ├── dzien76.md └── dzien77.md ├── tydzien12 ├── dzien78.md ├── dzien79.md ├── dzien80.md ├── dzien81.md ├── dzien82.md ├── dzien83.md └── dzien84.md ├── tydzien13 ├── dzien85.md ├── dzien86.md ├── dzien87.md ├── dzien88.md ├── dzien89.md ├── dzien90.md └── dzien91.md ├── tydzien14 ├── dzien92.md ├── dzien93.md ├── dzien94.md ├── dzien95.md ├── dzien96.md ├── dzien97.md └── dzien98.md ├── tydzien15 ├── dzien100.md └── dzien99.md └── update_readme.py /.github/workflows/readme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/.github/workflows/readme.yml -------------------------------------------------------------------------------- /.github/workflows/version.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/.github/workflows/version.yml -------------------------------------------------------------------------------- /100_Days_to_DevOps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/100_Days_to_DevOps.jpg -------------------------------------------------------------------------------- /100_Days_to_DevOps.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/100_Days_to_DevOps.webp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/package.json -------------------------------------------------------------------------------- /scripts/debian-ubuntu-cloudinit-proxmox-vm-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/scripts/debian-ubuntu-cloudinit-proxmox-vm-setup.sh -------------------------------------------------------------------------------- /scripts/ubuntu-install-docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/scripts/ubuntu-install-docker.sh -------------------------------------------------------------------------------- /tydzien01/dzien01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien01/dzien01.md -------------------------------------------------------------------------------- /tydzien01/dzien02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien01/dzien02.md -------------------------------------------------------------------------------- /tydzien01/dzien03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien01/dzien03.md -------------------------------------------------------------------------------- /tydzien01/dzien04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien01/dzien04.md -------------------------------------------------------------------------------- /tydzien01/dzien05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien01/dzien05.md -------------------------------------------------------------------------------- /tydzien01/dzien06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien01/dzien06.md -------------------------------------------------------------------------------- /tydzien01/dzien07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien01/dzien07.md -------------------------------------------------------------------------------- /tydzien02/dzien08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien02/dzien08.md -------------------------------------------------------------------------------- /tydzien02/dzien09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien02/dzien09.md -------------------------------------------------------------------------------- /tydzien02/dzien10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien02/dzien10.md -------------------------------------------------------------------------------- /tydzien02/dzien11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien02/dzien11.md -------------------------------------------------------------------------------- /tydzien02/dzien12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien02/dzien12.md -------------------------------------------------------------------------------- /tydzien02/dzien13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien02/dzien13.md -------------------------------------------------------------------------------- /tydzien02/dzien14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien02/dzien14.md -------------------------------------------------------------------------------- /tydzien03/dzien15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien03/dzien15.md -------------------------------------------------------------------------------- /tydzien03/dzien16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien03/dzien16.md -------------------------------------------------------------------------------- /tydzien03/dzien17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien03/dzien17.md -------------------------------------------------------------------------------- /tydzien03/dzien18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien03/dzien18.md -------------------------------------------------------------------------------- /tydzien03/dzien19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien03/dzien19.md -------------------------------------------------------------------------------- /tydzien03/dzien20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien03/dzien20.md -------------------------------------------------------------------------------- /tydzien03/dzien21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien03/dzien21.md -------------------------------------------------------------------------------- /tydzien04/dzien22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien04/dzien22.md -------------------------------------------------------------------------------- /tydzien04/dzien23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien04/dzien23.md -------------------------------------------------------------------------------- /tydzien04/dzien24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien04/dzien24.md -------------------------------------------------------------------------------- /tydzien04/dzien25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien04/dzien25.md -------------------------------------------------------------------------------- /tydzien04/dzien26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien04/dzien26.md -------------------------------------------------------------------------------- /tydzien04/dzien27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien04/dzien27.md -------------------------------------------------------------------------------- /tydzien04/dzien28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien04/dzien28.md -------------------------------------------------------------------------------- /tydzien05/dzien29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien05/dzien29.md -------------------------------------------------------------------------------- /tydzien05/dzien30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien05/dzien30.md -------------------------------------------------------------------------------- /tydzien05/dzien31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien05/dzien31.md -------------------------------------------------------------------------------- /tydzien05/dzien32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien05/dzien32.md -------------------------------------------------------------------------------- /tydzien05/dzien33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien05/dzien33.md -------------------------------------------------------------------------------- /tydzien05/dzien34.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien05/dzien34.md -------------------------------------------------------------------------------- /tydzien05/dzien35.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien05/dzien35.md -------------------------------------------------------------------------------- /tydzien06/dzien36.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien06/dzien36.md -------------------------------------------------------------------------------- /tydzien06/dzien37.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien06/dzien37.md -------------------------------------------------------------------------------- /tydzien06/dzien38.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien06/dzien38.md -------------------------------------------------------------------------------- /tydzien06/dzien39.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien06/dzien39.md -------------------------------------------------------------------------------- /tydzien06/dzien40.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien06/dzien40.md -------------------------------------------------------------------------------- /tydzien06/dzien41.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien06/dzien41.md -------------------------------------------------------------------------------- /tydzien06/dzien42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien06/dzien42.md -------------------------------------------------------------------------------- /tydzien07/dzien43.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien07/dzien43.md -------------------------------------------------------------------------------- /tydzien07/dzien44.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien07/dzien44.md -------------------------------------------------------------------------------- /tydzien07/dzien45.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien07/dzien45.md -------------------------------------------------------------------------------- /tydzien07/dzien46.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien07/dzien46.md -------------------------------------------------------------------------------- /tydzien07/dzien47.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien07/dzien47.md -------------------------------------------------------------------------------- /tydzien07/dzien48.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien07/dzien48.md -------------------------------------------------------------------------------- /tydzien07/dzien49.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien07/dzien49.md -------------------------------------------------------------------------------- /tydzien08/dzien50.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien08/dzien50.md -------------------------------------------------------------------------------- /tydzien08/dzien51.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien08/dzien51.md -------------------------------------------------------------------------------- /tydzien08/dzien52.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien08/dzien52.md -------------------------------------------------------------------------------- /tydzien08/dzien53.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien08/dzien53.md -------------------------------------------------------------------------------- /tydzien08/dzien54.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien08/dzien54.md -------------------------------------------------------------------------------- /tydzien08/dzien55.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien08/dzien55.md -------------------------------------------------------------------------------- /tydzien08/dzien56.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien08/dzien56.md -------------------------------------------------------------------------------- /tydzien09/dzien57.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien09/dzien57.md -------------------------------------------------------------------------------- /tydzien09/dzien58.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien09/dzien58.md -------------------------------------------------------------------------------- /tydzien09/dzien59.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien09/dzien59.md -------------------------------------------------------------------------------- /tydzien09/dzien60.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien09/dzien60.md -------------------------------------------------------------------------------- /tydzien09/dzien61.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien09/dzien61.md -------------------------------------------------------------------------------- /tydzien09/dzien62.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien09/dzien62.md -------------------------------------------------------------------------------- /tydzien09/dzien63.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien09/dzien63.md -------------------------------------------------------------------------------- /tydzien10/dzien64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien10/dzien64.md -------------------------------------------------------------------------------- /tydzien10/dzien65.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien10/dzien65.md -------------------------------------------------------------------------------- /tydzien10/dzien66.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien10/dzien66.md -------------------------------------------------------------------------------- /tydzien10/dzien67.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien10/dzien67.md -------------------------------------------------------------------------------- /tydzien10/dzien68.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien10/dzien68.md -------------------------------------------------------------------------------- /tydzien10/dzien69.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien10/dzien69.md -------------------------------------------------------------------------------- /tydzien10/dzien70.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien10/dzien70.md -------------------------------------------------------------------------------- /tydzien11/dzien71.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien11/dzien71.md -------------------------------------------------------------------------------- /tydzien11/dzien72.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien11/dzien72.md -------------------------------------------------------------------------------- /tydzien11/dzien73.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien11/dzien73.md -------------------------------------------------------------------------------- /tydzien11/dzien74.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien11/dzien74.md -------------------------------------------------------------------------------- /tydzien11/dzien75.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien11/dzien75.md -------------------------------------------------------------------------------- /tydzien11/dzien76.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien11/dzien76.md -------------------------------------------------------------------------------- /tydzien11/dzien77.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien11/dzien77.md -------------------------------------------------------------------------------- /tydzien12/dzien78.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien12/dzien78.md -------------------------------------------------------------------------------- /tydzien12/dzien79.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien12/dzien79.md -------------------------------------------------------------------------------- /tydzien12/dzien80.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien12/dzien80.md -------------------------------------------------------------------------------- /tydzien12/dzien81.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien12/dzien81.md -------------------------------------------------------------------------------- /tydzien12/dzien82.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien12/dzien82.md -------------------------------------------------------------------------------- /tydzien12/dzien83.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien12/dzien83.md -------------------------------------------------------------------------------- /tydzien12/dzien84.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien12/dzien84.md -------------------------------------------------------------------------------- /tydzien13/dzien85.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien13/dzien85.md -------------------------------------------------------------------------------- /tydzien13/dzien86.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien13/dzien86.md -------------------------------------------------------------------------------- /tydzien13/dzien87.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien13/dzien87.md -------------------------------------------------------------------------------- /tydzien13/dzien88.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien13/dzien88.md -------------------------------------------------------------------------------- /tydzien13/dzien89.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien13/dzien89.md -------------------------------------------------------------------------------- /tydzien13/dzien90.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien13/dzien90.md -------------------------------------------------------------------------------- /tydzien13/dzien91.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien13/dzien91.md -------------------------------------------------------------------------------- /tydzien14/dzien92.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien14/dzien92.md -------------------------------------------------------------------------------- /tydzien14/dzien93.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien14/dzien93.md -------------------------------------------------------------------------------- /tydzien14/dzien94.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien14/dzien94.md -------------------------------------------------------------------------------- /tydzien14/dzien95.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien14/dzien95.md -------------------------------------------------------------------------------- /tydzien14/dzien96.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien14/dzien96.md -------------------------------------------------------------------------------- /tydzien14/dzien97.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien14/dzien97.md -------------------------------------------------------------------------------- /tydzien14/dzien98.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien14/dzien98.md -------------------------------------------------------------------------------- /tydzien15/dzien100.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien15/dzien100.md -------------------------------------------------------------------------------- /tydzien15/dzien99.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/tydzien15/dzien99.md -------------------------------------------------------------------------------- /update_readme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pcmagik/100_days_to_devops/HEAD/update_readme.py --------------------------------------------------------------------------------