task based on both linux(part1 &part)
Answers:
1.1)Create a file via touch and update that file and also?verify the timestamp and output will be redirected to another file.
Sol:
.cat narmada.txt
?2) Add some of the data as per your choice and append that data via echo command in the same file
Step1:redirect....echo "hiii everyone!!!" > narmada.txt
step2:append...echo "from Narmada side...." >> narmada.txt
?3) Install httpd and set up your own web server.
?4)Copy some files from one Linux host to another Linux host via SCP.
Sol:
? First Make a os Clone
? Host1: # vim tranf_file.txt
# scp tranf_file.txt [email protected]:/tmp
?5)Create another VM and setup password less authenticatication.
Sol:
? ssh-keygen
? ssh-copy-id [email protected]
task completed!!!!!!
DevOps Engineer Excels in Linux, Jenkins, Cloud, Docker, Kubernetes, and Full Stack Development, Proficient in Golang, Java8, Python3, DotNet, ASP, JavaScript, React, and React Native
3 年Nice ??????