vaneela khatrifor30 Days Of Code30doc.hashnode.net·Jan 17, 2023Day 2 of 30 Days Of CodeHi 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 has (n-1)...Discuss·1 like·207 readsday2
Manvi Soodformanvisood.hashnode.net·Mar 28, 2023Linux - File System HierarchyIn 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 Hierarchy. Linux uses a single, inverted tree-like s...Discuss·1 likeLinux
WASIM SHEIKHforWasim's Blogwasimsk.hashnode.net·Jan 2, 2023Day -2 : Basic Linux Commands (Part 1)After the Introduction to DevOps, today on our second day we are discussing the very basic linux commands This command is used to list files or directories in Linux and other Unix-based operating systems. ls Type this command to list the contents...Discuss·95 readsBasic linux commands
Ali Sohailforalisohail.hashnode.net·Apr 24, 2023Fundamentals of LinuxDay 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 its stability, security and versatility; making it...DiscussLinux
priyanka yadavforExit Status ($?) in Shell Scriptlearning-ocean.hashnode.net·Apr 3, 2023Linux Basic Commands1. 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 syntax: ls [ Options ] [File] OptionsDescriptio...DiscussDevops
Manvi Soodformanvisood.hashnode.net·Mar 28, 2023Linux - File System HierarchyIn 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 Hierarchy. Linux uses a single, inverted tree-like s...Discuss·1 likeLinux
Priya ChakrabortyforPriya's blogpriyachakraborty.hashnode.net·Mar 6, 2023Basics Of Python -2DAY 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 know about the class of that particular data. Th...Discuss·51 readsdatatypes
vaneela khatrifor30 Days Of Code30doc.hashnode.net·Jan 17, 2023Day 2 of 30 Days Of CodeHi 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 has (n-1)...Discuss·1 like·207 readsday2
WASIM SHEIKHforWasim's Blogwasimsk.hashnode.net·Jan 2, 2023Day -2 : Basic Linux Commands (Part 1)After the Introduction to DevOps, today on our second day we are discussing the very basic linux commands This command is used to list files or directories in Linux and other Unix-based operating systems. ls Type this command to list the contents...Discuss·95 readsBasic linux commands
Avadhut LoharforAvadhutavadhut.hashnode.net·Oct 2, 2022HTML Crash CourseIntroduction to HTML What is HTML ? • Hyper Text Markup Language • It is NOT a programming language • It is used to create web pages and documents Tag Syntax How do we write HTML tags? • Elements names are surrounded by angle brackets • Tag elements ...Discuss·50 readsHTML5