diff --git a/Day2/Day2.txt b/Day2/Day2.txt new file mode 100644 index 00000000..5ca59c51 --- /dev/null +++ b/Day2/Day2.txt @@ -0,0 +1,29 @@ +----------------Day2-------------------------- +TODAY I HAVE STARTED WITH THE PREREQUISITE GIVEN IN THE ROADMAP2022 + + +ACCORDING TO IT + + +1.INTRODUCTION TO LINUX BY LINUX FOUNDATION + + +I have enrolled in it and started to know about linux and its linux foundation +and awesome work that linux foundation is doing + +Then I have came to know about different type od distributions available + 1.red hat family systems + 2.suse family systems + 3.Debian family systems + + +then started to install ubuntu iinto my computer it was nice and good thing while +installing it + I came to know about WSL in windows + then installed ubuntu gave my name ad password + then learned about some basic concepts in linux +------------------------------------------------------ +As off today it was a good day and learnt something new + + +--------------excited for tommorow------------------- \ No newline at end of file diff --git a/Day2/todaylearning.txt b/Day2/todaylearning.txt new file mode 100644 index 00000000..e69de29b diff --git a/Day3/Day3.txt b/Day3/Day3.txt new file mode 100644 index 00000000..fa010637 --- /dev/null +++ b/Day3/Day3.txt @@ -0,0 +1,13 @@ +-------------------------------DAY3--------------------- + # continuing with the course "INTRODUCTION TO LINUX" by linux foudation + + # File management and its commands + + #how to find files using find and locate commands + + # Basic command operationns such as mkdir cat echo ls rmdir etc + + # Basic network operations and basics of network IP Address etc + + +---------------------------------------------------------------- \ No newline at end of file diff --git a/Manoranjan/README.md b/Manoranjan/README.md new file mode 100644 index 00000000..2402dfc6 --- /dev/null +++ b/Manoranjan/README.md @@ -0,0 +1,28 @@ +hi I'm Mano ranjan today i have started to learn devops with the road map +provided by kubesimplify + + +1. the first thing i have learned is that how to use git and git hub effectively +from kunal kushwaha + +2. Then started to fork and clone the project and now I'm typing the +readme file to add it + +3.A few correction or can't be surely said that it was a correction but +it was a suggestion kind of thing + +----suggestions------ + +1.I have previously watched kunal kushwaha video on git and git hub +so i know we want to download git + BUT in documentation it was not mentioned in the documentation so it can +changed +------TIPS FOR NEW WINDOWS USER------ +1.when you use the command prompt for the first time means you have +to SET PATH for the git[you should have downloaded and installed git before} + + +set the path like youu set for java in cmd prompt instead java you should go to git + + + diff --git a/day4/day4.txt b/day4/day4.txt new file mode 100644 index 00000000..45d1851e --- /dev/null +++ b/day4/day4.txt @@ -0,0 +1,34 @@ +----------------Day4------------------------ + +1.continuation in the linux foundation course + + #network basics classa,classb,classc + + #route + + #file transer protocol + + #some shell scripting + + #worked out some ubuntu commands + + $pwd + + $mkdir + + $cd + + $cat + + $touch + + $cat file 1,file2 + + $passwd + by working out this command i came to know that i forgot my passwd + + + #freecodecamp video devops prerequistie + implemented kodekloud lab +-------------------------------------------------------- + \ No newline at end of file diff --git a/day5.txt b/day5.txt new file mode 100644 index 00000000..24afa26b --- /dev/null +++ b/day5.txt @@ -0,0 +1,35 @@ +--------------------------------------day5----------------------------------------------- + + +In the Devops roadmap on the day5 i have started learning about Go language + + +I have choosen the video from tech with nana and W3 tutorials for reference + + +I have learnt why go was introduced and what it can solve and how to learn it + + +Go was developed by google in order to solve the issues in the part of infrastructure as a code +and also wants to solve the issue of multi threading and to implement multi thread in a easy way + + +It also has the speed compared to C++ and also the low code like the python + +It has also has similar changed like using fmt into it and no use of : or;needed at the end of the line + +It has also made the compiler to assume many more important things which is not specified + such as not telloing the type of var standard use of "var" word + +__________________________..__________________________ + || + +the above is also a way of assigining things inside the function := + +learnt about arrays and slices in deeper + +In day 6 want to continue and move on to docker kube etc + +As of now Im enjoying the learning process + +----------------------------------------------------------------------------------------------- \ No newline at end of file