Harshal Moreharshalmore.hashnode.dev·Sep 6, 2024Linux | Basic to Advanced | Topic-1: Overview of UNIX/Linux Operating SystemWhat is UNIX Features of UNIX Flavours of UNIX Components of UNIX Online Terminal Demo with some basic commands What is UNIX It is an operating system that allows users and applications to communicate with hardware components. It was developed/cr...DiscussLinux
Bilalbilalansari.hashnode.dev·Sep 1, 2024Introduction to LinuxDeveloper develops the code. He doesn’t know about which tools we are using in an application, which OS will be required to run an application. Sometimes application won’t work on some of the devices. Hence DevOps engineer should know about multi-OS....Discussintroduction to linux
Asfaq Leeonleeonscoding.hashnode.dev·Aug 19, 2024File/folder manipulation commands in unix/linux what I knowIf we want to work in linux servers, The knowledge of file/folder manipulation is a must. In this article, I'm going to share my knowledge about the linux commands about file/folder manipulation. In linux/unix not only the files and directories are t...DiscussLinux
Pratik LahamgeforStarting My DevOps Journey 🚀devopspratik.hashnode.dev·Aug 15, 2024Essential Linux Skills for DevOps Professionals (Part 1)Boost Your Career with Linux Skills! 🔧 In the realm of DevOps, mastering Linux is not just an asset—it's essential! From managing servers to automating processes, Linux forms the backbone of contemporary infrastructure. Are you aiming to elevate you...DiscussDevops with AWSLinux
ANGADSINGH OBBIangadsinghobbi.hashnode.dev·Jul 27, 2024Why Does the Linux Filesystem Go into Read-Only Mode and How to Resolve It in Various Versions (Ubuntu, RHEL)?Introduction Linux filesystems can switch to read-only mode due to various reasons, impacting the system's ability to write data and potentially causing service disruptions. Understanding the underlying causes and knowing how to address them in diffe...Discuss·43 readsLinux
Anushka Bhujang Pawarawsthoughts.hashnode.dev·Jul 20, 2024Unix and Linux Fundamentals: A New User’s GuideOperating Systems: It is an interface Between User and Hardware Unix Flavors Linux Mac OS AIX Solaris HP-UX Why Choose Linux? Multi-User & Multi-Tasking: Supports multiple users and tasks simultaneously. Open Source: Freely available and mod...Discusslinux-commands
Judicaël AHYIblog.judicael-ahyi.com·Jul 20, 2024CRON Jobs: A Deep Dive into Automation and SchedulingIn system administration and web development, automation is key for efficiency and reliability. One of the best tools for automation in Unix-like systems is CRON. This article explains CRON jobs and how they are used to schedule and automate tasks. U...Discuss·1 likecronjob
Hemant Sharmablog.hemantsharma.tech·Jul 5, 2024Access Windows File System in WSL UbuntuIntroduction As you might have been using WSL to harness the power of Linux within your Windows Operating System, it might be true that you might not be knowing how to access the windows file system (files basically) through WSL Ubuntu and it's also ...Discuss·1 likeWSL
Karlygash Yakiyayevakarlygash-yakiyayeva.dev·Jul 4, 2024Unix and Linux Guide: How to Use the Find CommandThe find command in Unix is a powerful utility used for searching files and directories based on various criteria such as name, type, size, permissions, modification time, and more. It recursively descends into directory trees and matches conditions ...DiscussLinuxDevops
Chidera Anichebestarlingroot.hashnode.dev·Jul 3, 2024Provisioning users and groups in LinuxYour company has employed many new developers. As a SysOps engineer, you're tasked to write a bash script called create_users.sh that reads a text file containing the employee’s usernames and group names, where each line is formatted as user;groups. ...Discussunix