SAsamreen ayeshain90daysofdevops.hashnode.dev·Feb 19, 2023 · 3 min readJenkins Freestyle Project for DevOps Engineers. The Community is absolutelycreate a agent for your app. ( which you deployed from docker in earlier task) Create a new Jenkins freestyle project for your app. In the “Build” section of the project, add a build step to run the “docker build” command to build the image for the...00
SAsamreen ayeshain90daysofdevops.hashnode.dev·Jan 8, 2023 · 2 min read#90daysOfDevopsDay 3 Task: Basic Linux Commands Task: What is the linux command to To view what's written in a file. cat filename To change the access permissions of files. chmod 777 filename Permission | Provide permissionread | add 4write | add 2execute | a...00
SAsamreen ayeshain90daysofdevops.hashnode.dev·Jan 8, 2023 · 2 min readDevops Basic Linux commands with ssh and scp(scp is nothing but coping files from local to server and vice versa)Linux commands 1.Copying or move is same is used to move one folder to another uses the command: mv ../filename.txt . or cp../filename.txt . ubuntu@ip-172-31-3-108:~/tws$ mv ../merifile.txt . Nano is used to write the content in the file nano file...00
SAsamreen ayeshain90daysofdevops.hashnode.dev·Jan 8, 2023 · 1 min readDay 1: Getting started with DevOps! #90DaysofDevops challengeWhat is Devops? DevOps is a methodology which Involves practices to bridge the gap of Dev and ops team by using Open source automation build tools.These are the articles which I refered to, formal defination : “DevOps is the union of people, process...00
SAsamreen ayeshain90daysofdevops.hashnode.dev·Jan 8, 2023 · 2 min readDay 2: Getting started with DevOps!Basics of Linux #90DaysofDevops challenge Here is the day 2 summary of the #90DaysofDevops challenge What is Linux used for? Linux® is an open source operating system (OS). An operating system is the software that directly manages a system's hardware...00