From 46b786e3ee63a944b71b15f89c08a5bbf0d25d09 Mon Sep 17 00:00:00 2001 From: Mano Ranjan Date: Sun, 1 Jan 2023 21:47:42 +0530 Subject: [PATCH 1/7] manoranjan18 added Readme file --- Manoranjan/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Manoranjan/README.md 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 + + + From aa0ce63b9fe416871114ed3e7dbd324e8f2f0553 Mon Sep 17 00:00:00 2001 From: Mano Ranjan Date: Mon, 2 Jan 2023 22:59:09 +0530 Subject: [PATCH 2/7] manoranjan18 added day2 file --- Day2/Day2.txt | 29 +++++++++++++++++++++++++++++ Day2/todaylearning.txt | 0 2 files changed, 29 insertions(+) create mode 100644 Day2/Day2.txt create mode 100644 Day2/todaylearning.txt 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 From d1ff8d2faaa2b3ebf9c7db93313758ccd8e36352 Mon Sep 17 00:00:00 2001 From: Mano Ranjan Date: Wed, 4 Jan 2023 09:18:09 +0530 Subject: [PATCH 3/7] manoranjan18 added day 3 file --- Day3/Day3.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Day3/Day3.txt 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 From ea8a5e5e0024bf4535c6734d547054382c4d37ac Mon Sep 17 00:00:00 2001 From: Mano Ranjan Date: Thu, 5 Jan 2023 07:45:51 +0530 Subject: [PATCH 4/7] manoranjan18 added day 4 file --- day4/day4.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 day4/day4.txt 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 From b894bbd4a050f0c1a5e044567e40302e6f636b93 Mon Sep 17 00:00:00 2001 From: Mano Ranjan Date: Fri, 6 Jan 2023 09:15:04 +0530 Subject: [PATCH 5/7] manoranjan18 added day 5 --- day5.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 day5.txt 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 From 6a0a8d1ee694da88a789b5ef9902a5736d1c7f16 Mon Sep 17 00:00:00 2001 From: Mano Ranjan Date: Sat, 7 Jan 2023 08:40:41 +0530 Subject: [PATCH 6/7] manoranjan18 added day 6 file --- Day6/day6.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Day6/day6.txt diff --git a/Day6/day6.txt b/Day6/day6.txt new file mode 100644 index 00000000..8c2b6b25 --- /dev/null +++ b/Day6/day6.txt @@ -0,0 +1,24 @@ +-------------------------------------day6-------------------------------------- +Today i have started with the continuation of the goland course by tech with nana + +yesterday i have finished with arrays and slices + +after that the topics i have covered were + + -for loops + + -if loops + + -switch cases + + -functions + + -structs + + -Maps + +It was good in understanding and I'm not so good programmer and i can able to do some +of the prograams in my own in w3schools .It will take some time and i have decided to +workout manhy programs in future + +--------------------------------------------------------------------------------------- \ No newline at end of file From 2c51f022f2ef06da1e7964344942fd3f954ff2e7 Mon Sep 17 00:00:00 2001 From: Mano Ranjan Date: Sun, 8 Jan 2023 07:39:44 +0530 Subject: [PATCH 7/7] manoranjan18 added day7 file --- Day7/day7.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Day7/day7.txt diff --git a/Day7/day7.txt b/Day7/day7.txt new file mode 100644 index 00000000..344eb6a2 --- /dev/null +++ b/Day7/day7.txt @@ -0,0 +1,27 @@ +-------------------------------DAY7--------------------------- +In the day 7 i have started ti follow the prerequisite and finish the last one in that prerequisite + +that is "yaml" + +-I have watched the "Intro to Yaml file " with tech with nana + +-It was so simple and so exciting that it is too different from the xml and json file + +-yet an another markup lanuage or yaml ain't markup language + +-the intendations plays an very important role in creating yaml file + +-It is created as it should be user readable alone no strings attached + +-no coding like thing no semocolon no open braces nothing + +-only thing that we should care about is that intendations + +-on online there are many resources forclearing the intendations erros so using yaml is so useful + +-we also able to create list like something + +-as i have finished my pre requisite and today is sunday so i will be documenting and putting everything together +on every sunday im gonna do this for my future reference + +----------------------------------------------------------------------- \ No newline at end of file