© 2023 Hashnode
#day2
What is Linux? Linux is an open-source operating system kernel that serves as the foundation for numerous operating systems, commonly referred to as Linux distributions or distros. It was created by L…
What is Syntex in JavaScript? Just like we follow some rules while speaking English (the grammar). We have some rules to follow while writing JavaScript programs. The set of these rules is called Synt…
Day 2 it is, Hashnode Bootcamp holds excellent energy. From host to speakers and to attendees, all are super-pumped up, and the knowledge current is flowing lucidly in all directions. Yesterday the di…
Kubernetes networking is the system by which different components of a Kubernetes cluster communicate with each other. It involves the routing and management of network traffic between nodes, pods, se…
Table Content About Linux Basic command on Linux About Linux Linux is an open-source operating system (OS). An operating system is a software that directly manages a system’s hardware and resourc…
Day 2 of 90 Linux Fundamentals Linux is an open-source operating system that is widely used in a variety of applications, from personal computing to large scale server administration. It is known for …
1. ls command In Linux, the command "ls" is one of the most commonly used. It's used to display a list of files and sub-directories in the current directory. A Linux command has the following basic sy…
In Linux, everything is represented as a file, including hardware programs, which are stored in a directory. Each directory contains a file in a tree structure format, which is known as File System Hi…
DAY 2: In this blog, you will get to know about the basic data types of python. DATA TYPESData types are nothing but the classification of the data items in python. Like by using data types, we get to…
Hi everyone 👋🏻 Here is solution of #Day2 of #30daysofcode by Newton School & 30 Days Of Code 🚀 Problem name: Friends Or Not? ! Link: https://my.newtonschool.co/playground/code/nru0grk3qnkr ✅Approach: Used an Undirected graph. If any node…