ARandrew reichekinandrew77.hashnode.dev·Aug 15, 2023 · 2 min readDay 4 of 90 in DevOPS: Basic Linux Shell Scripting for DevOps Engineers.What is Shell Scripting for DevOps. Shell Scripting for DevOps is a programming language used for automating tasks and system administration in a DevOps environment. It involves the creation of scripts that can automate repetitive tasks, such as depl...00
ARandrew reichekinandrew77.hashnode.dev·Aug 15, 2023 · 2 min readMore Basic Linux CommandsDay 3 of 90 Days of DevOPS To view what's written in a file use cat To change the access permission files use: chmod The string "-rw-r--r--@" that you're seeing in the terminal represents the file permissions of a file in a Unix-like operating...00
ARandrew reichekinandrew77.hashnode.dev·Aug 13, 2023 · 1 min readMore Basic Linux CommandsDay 3 of 90 Days of DevOPS To view what's written in a file use cat To change the access permission files use: chmod To check commands you have run until now use: history To remove a directory use: rmdir However, if directory is not empty, we...00
ARandrew reichekinandrew77.hashnode.dev·Aug 11, 2023 · 1 min readBasic Linux CommandsDay 2 of 90 Days of DEVOPS We are going to run some simple linux commands on my personal IMAC. 1) ls -l (this lists all the files and directories in a long format) 2) ls -a (lists all files including the hidden ones) 3) ls *.sh (this lists all the ...00
ARandrew reichekinandrew77.hashnode.dev·Jul 27, 2023 · 1 min readHow to create a Front Door for a highly available global web applicationAzure Front Door is a service offered by Microsoft Azure that provides secure and scalable entry points for fast delivery of global web applications Azure Front Door essentially accelerates application performance and increases application availabili...00