ganesh gaikwadganeshkgaikwad3.hashnode.dev路Oct 14, 2024#90DayDevOpsChallange #Day 2Hello Friends, now I am starting #90day DevOps challenge. Today is my Day 2 and we study some Linux commands. ##90daysofdevops chanllenge Shubham Londhe Basic Linux commands Listing commands ls option_flag arguments --> list the sub directories and f...Discussday2
Bhushan DabhadeforEssential Linux Commands for DevOpsday-2-essential-linux-commands-for-devops.hashnode.dev路Oct 7, 2024Day 2 - Essential Linux Commands for DevOpsHey everyone, welcome back to Day 2 of my DevOps blog series! Today, we're exploring the basics of Linux and some Essential Commands that are Super useful for anyone working in tech, especially in DevOps. For today鈥檚 demo, I鈥檓 using Ubuntu 24.04.1 LT...Discusslinux for beginners
Sachins72tech.hashnode.dev路Sep 2, 2024Day 2 of My DevOps Journey: Linux - Guide to start with Linux OSContent select a linux distro setup Linux envirnment Learn Linux CLI understand file system explore Linux shell scripting master file and system adminstration. In your devOps journey learning Linux can be exciting and fun journey. 馃惂 Choose a...Discuss路10 likesDevops
alice eneyoaliyo.hashnode.dev路Aug 20, 2024馃攳 My Cybersecurity Learning Journey: Embracing Continuous Growth 馃攳馃攳 My Cybersecurity Learning Journey: Embracing Continuous Growth 馃攳 I鈥檓 excited to share a key milestone in my ongoing cybersecurity learning journey! 馃専馃攼 In the rapidly evolving world of cybersecurity, staying updated is not just an option鈥攊t鈥檚 a ...Discussday2
Nikhil Ginnayagarinikhilginnayagari.hashnode.dev路Jul 16, 2024Unveiling the Penguin Power: A Beginner's Guide to LinuxWhat is Linux? Inspired by Unix, a student from Finland named Linus Torvalds developed the Linux kernel in 1991. Collaboration was possible since it was open-source. Red Hat and other Linux distributions turned it into a server powerhouse by the mid-...DiscussTrainWithShubham
Mallika Gautamvbnm.hashnode.dev路Jul 2, 2024Unleashing Creativity: Day 2 of 30-Day Figma Animation ChallengeGallery: Subtle Animation [ PART -2 ] Today we are going to add more fun elements to our animations. Let's get started with the second part and the second day. Yesterday, we created our landing page and completed the first part of the animation. We a...Discussanimation
Pranit Kolamkarkpranit.hashnode.dev路Jul 1, 2024Beginner's Guide to Linux BasicsLinux Fundamentals 1. Introduction to Linux What is Linux? Linux is a Unix-like, open-source operating system kernel created by Linus Torvalds in 1991. It is widely used in various computing environments, from servers and desktops to embedded syst...Discussday2
Vaseem Shaikdqvaseem.hashnode.dev路Jul 1, 2024馃殌 Day 2 of My 90-Day DevOps Challenge: Understanding Operating Systems and LinuxHello everyone! 馃憢 On Day 2 of my DevOps journey, I鈥檓 diving into the fundamentals of operating systems and exploring Linux鈥攁 crucial component in the DevOps world. What is an Operating System? An operating system (OS) acts as a mediator between you...DiscussDevOps 90 days Challange#90daysofdevops
Nikunj Vaishnavdevcloudjourney.hashnode.dev路Jun 30, 2024Get Started with Basic Linux Commands: Learn the Basics. #Day-2What is Command? Linux commands are instructions that you can give to a Linux operating system to perform specific tasks. These commands are typed into a command-line interface (CLI) or terminal. Linux commands are powerful and versatile, allowing us...Discuss路41 readsDevOps#linux-tutorial
Priyanshi Bhatnagarbulbul14.hashnode.dev路Apr 12, 2024Understanding Data Types in JavaScriptIn JavaScript, every value has a data type that determines its nature and behavior when manipulated. These data types can be broadly categorized into two main groups: Primitive data types and Non Primitive data types. Primitive Data Types: Primitive ...Discuss路1 likeBeginner Developers