Muhammad Irfanirfanmustafvi.hashnode.dev·Nov 15, 2024Mastering Filesystem Management in RHEL1. Introduction: Today marks another milestone in my Linux journey as I delved deep into creating, managing, and troubleshooting different filesystem types in Red Hat Enterprise Linux. Let me share some valuable insights that are crucial for enterpri...Discuss·1 likeTech community
Yash VarmaforXFusionCorp blogxfusioncorp.hashnode.dev·Apr 18, 2024KodeKloud Engineer task: Create a user in LinuxStep 1: Connect to the App Server ssh app_server_username@server_name # example ssh tony@stapp01 Step 2: Switch to root User sudo su Step 3: Add the asked user, set the user UID as asked, and set the directory where the user will be created userad...DiscussLinux
Travis Horntravishorn.com·Jan 31, 2024Monitoring your Linux Server with PrometheusEvery system administrator would be wise to keep a close eye on the health and performance of their server infrastructure. Prometheus, an open-source monitoring and alerting toolkit, empowers system administrators to gain deep insights into their Lin...Discuss·1 like·402 readssystem admin
Naveen Kumar Vadlamudinaveenvadlamudi.hashnode.dev·Dec 6, 2023Using Scripting to Provision Cloud Infrastructure - A Terraform PerspectiveWhat was I working on? Hello, everyone! This article will provide an introduction to Terraform and will discuss its significance in my current thesis project. To provide a bit more background, I am a Computer Science Graduate student from the Univers...Discuss·42 readsData Engineering Cloud
Ritwik Mathritwikmath.hashnode.dev·Nov 25, 2023Elevate Your Linux Skills: Beginner to IntermediateLinux isn't just a free operating system. It's a super helpful tool for developers. With its powerful command line, it can make a developer's life easier. For instance, you can automate lots of tasks, combine several commands into one shortcut, autom...DiscussLinux
Nikhil Chauhannikhilchauhan.hashnode.dev·Aug 22, 2023Unlocking the Secrets of DevOps: Understanding Roles and ResponsibilitiesUnlocking the Secrets of DevOps: Understanding Roles and Responsibilities In today's rapidly evolving technological landscape, organizations are constantly searching for innovative ways to streamline their software development processes. Enter DevOps...Discuss·27 readsDevops
PIYUSH PAIKROYpiyushpaikroy.hashnode.dev·Jul 31, 2023Linux System Administration: Mastering the Art of Managing a Linux SystemLinux, with its robustness, scalability, and open-source nature, has become the operating system of choice for many organizations and individuals. Linux system administration involves managing and maintaining Linux-based systems, ensuring their stabi...DiscussLinux
Sachin Kumar Sharmasachinksharma.hashnode.dev·Jun 6, 2023Mastering Linux System Administration: Essential Tips and Best Practices for Efficient Server ManagementIntroduction : Overview of Linux system administration Linux system administration is the process of setting up, configuring, and managing computer systems running the Linux operating system. System administrators are responsible for a wide range ...Discuss·20 likesLinux
Adelani Adeniji-Adelewehavecrown.hashnode.dev·Apr 28, 2023Python ScriptingIntroduction What is Python? Python is a programming language that was created by Guido van Rossum in 1991. It is commonly used for: Scripting and Automation Web Development (server-side) Software Development Exploit Development Python is an in...Discuss·90 readsPython
Ameye OlayinkaforOlayinka's RH124rh124byameye.hashnode.dev·Apr 24, 2023Chapter 7: Control Access to FilesWelcome to Chapter 7 of my RH124 course blog! In this chapter, I'll be sharing my hands-on experience with controlling access to files in Linux. I'll walk you through how I tackled each lab task, from listing file system permissions to interpreting t...Discuss·377 readsLinux