Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day9 #464

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Day9 #464

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions Day2/Day2.txt
Original file line number Diff line number Diff line change
@@ -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-------------------
Empty file added Day2/todaylearning.txt
Empty file.
13 changes: 13 additions & 0 deletions Day3/Day3.txt
Original file line number Diff line number Diff line change
@@ -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


----------------------------------------------------------------
24 changes: 24 additions & 0 deletions Day6/day6.txt
Original file line number Diff line number Diff line change
@@ -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

---------------------------------------------------------------------------------------
27 changes: 27 additions & 0 deletions Day7/day7.txt
Original file line number Diff line number Diff line change
@@ -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

-----------------------------------------------------------------------
25 changes: 25 additions & 0 deletions Day8/day8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
-----------------------day8-------------------------------

1.after completing the prerequisites starting to getting into the main topics

2.As per the roadmap started to know about what is container

3.Iin old day how the websites are deployed in the server

4.Then came ro know about virtual machines

5.VMware

6.uses of virtual machines

7.why they have turned from virtual machines to docker

8.what is docker

9.main components of docker

10.runtime ,containerd ,containers

11.docker file ->docker images->containers

---------------------------------------------------------
27 changes: 27 additions & 0 deletions Day9/day9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
----------------------------day 9------------------------------
Docker:


-main and important concepts

-difference between image and a container in docker

-how to install the dockerdesktop in the laptop as i have already installed wsl2

-how to pull an image

-how to run the container

-how wto see how many containers are running

- Use cases and working of the detach mode

- some simple commands such as ls docker stop

-learn something about networks

-eventhough the containers are in isolated networlk they can connect with each other

--------------------------------------------------------------------------------------


28 changes: 28 additions & 0 deletions Manoranjan/README.md
Original file line number Diff line number Diff line change
@@ -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



34 changes: 34 additions & 0 deletions day4/day4.txt
Original file line number Diff line number Diff line change
@@ -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
--------------------------------------------------------

35 changes: 35 additions & 0 deletions day5.txt
Original file line number Diff line number Diff line change
@@ -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

-----------------------------------------------------------------------------------------------