Skip to content
Open

Day5 #460

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


----------------------------------------------------------------
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

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