Rakesh JainforLearn Code Onlinefragile-pot-tutor-03.hashnode.net·Mar 11, 2021Why Linux?Have you heard that Linux is now on MARS? The answer is a BIG YES! In Feb 2021 there was a news that NASA’s Perseverance rover which landed on Mars, first time ever brought the Linux operating system to the Red Planet. (PC: NASA) More then 71% o...raavi balasivadurgaprasad and 10 others are discussing this11 people are discussing thisDiscuss·300 likes·12.3K readsLinuxLinuxNiceeee 18
Vaidansh BhardwajforKubesimplifykubesimplify.hashnode.net·Apr 15, 2022Starting your DevOps Journey as a Windows UserWhy DevOps? "DevOps" has become a new buzzword in the tech industry. With booming career opportunities and good pay even for freshers, this is the right time for you to get started with your DevOps journey. Now the question that stands is how a Windo...Saiyam Pathak and 12 others are discussing this13 people are discussing thisDiscuss·139 likes·2.4K readsDevops
Rakesh JainforLearn Code Onlinefragile-pot-tutor-03.hashnode.net·Mar 19, 2021Automating Linux Installation using Vagrant and VirtualBoxIn this tutorial I will explain in detail how we can setup the environment to deploy one or more Linux guest operating system virtually. Prerequisites VirtualBox should be installed Vagrant should be installed My Environment Host Operating System -...Venkatesh Konar and 5 others are discussing this6 people are discussing thisDiscuss·136 likes·10.9K readsLinuxLinux
Arnav Singhforarnavdevops.hashnode.net·Apr 25, 2023Advanced Linux Shell Scripting for DevOps Engineers with User management.Task 1. Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is the directory name and second is the start number of directories and third is the end number of directories ) it creates a specified ...DiscussLinux
Abhisek MoharanaforAbhisek's blogabhisek6.hashnode.net·Apr 25, 2023File Permissions and Access Control ListsWhat is File Permission? In Linux, file permissions determine who can access a file or directory, and what actions they can perform on it. There are three types of permissions: read, write, and execute, and these permissions can be assigned to three ...Discuss#90daysofdevops
INDRAJIT HAZRAforIndrajit Hazra's blogindrajithazra.hashnode.net·Apr 24, 2023Linux - part1Linux is an open-source operating system that is widely used in computer systems and servers. It was created by Linus Torvalds in 1991, and it is based on the Unix operating system. Linux is known for its stability, security, and flexibility. Unlike ...Discuss·11 likes·29 readsDevops
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
Mohammed Asadullah Sayeedforasdsyd.hashnode.net·Apr 24, 2023Linux: Managing file permissionsPart 1: Understanding permissions From the image, the first column of asd corresponds to user/owner of the file or directory. The second column of asd corresponds to the group the file or directory belongs to, in this case it belongs to the group asd...Discuss·11 likes·33 readsLinux
yash negiforLinux | Cloud Computing | Open AIyash27.hashnode.net·Apr 24, 2023Linux vs Red Hat Linux: Understanding the Key DifferencesLinux is a popular open-source operating system that is widely used in servers, desktops, and other computing devices. Red Hat Linux is a popular distribution of Linux that is based on the Linux kernel and is specifically designed for enterprise appl...DiscussLinux
Jason MillsforMerlyn Developsmerlyndevelops.hashnode.net·Apr 24, 2023Windows 10, Learn from my folly.It's no secret Windows is not my favorite OS. As a developer and student of the industry, Windows is needed. I say this because it is more beneficial to have it than not need it all, than not have it at all and need it on occasion. The occasion had a...DiscussWindows 10
Abhisek MoharanaforAbhisek's blogabhisek6.hashnode.net·Apr 24, 2023Advanced Linux Shell Scripting for DevOps Engineers with User managementTask 1: Creating Multiple Directory using Shell Scripting Write a bash script "create_dir.sh" that when the script is executed with three given arguments (one is the directory name and second is the start number of directories and third is the end n...Discussshell script
Pranav JambareforLearn Shell-Script With Pra9learnshellscriptwithpra9.hashnode.net·Apr 24, 2023Basic Of Shell Scripting -Part 5Pattern Search & Processing Commands : There are multiple pattern search commands which help us for getting exact data from huge data. There are multiple commands which help the script to get output effectively. awk sed grep sort diff AWK:Awk ...Discuss·31 readsshell
Shubham JangleforDay 1: Getting Started with DevOps!!sjangaledevops.hashnode.net·Apr 24, 2023Day 3: Basic Linux CommandsWorking with files is an essential part of using a computer, especially if you're in the field of DevOps. In this tutorial, I will go through some of the most common file operations, including viewing file contents, changing access permissions, remov...DiscussLinux