Md. Afzal Hassan Ehsaniiemafzalhassan.hashnode.dev·Sep 23, 2024Mastering Linux (RHEL) for DevOpsLinux, particularly Red Hat Enterprise Linux (RHEL), is a robust operating system widely used in enterprise environments. This guide will cover essential concepts, commands, and practices to help you excel as a DevOps engineer, potentially outperform...DiscussRHEL
Karthi Skarthi-devopswork.hashnode.dev·Sep 22, 2024Effective Root Password Recovery in RHEL 9: Comparing Init=/bin/bash and rd.break Methods | Linux (4) #LinuxAdminUpdated RHEL 9 Password Reset Process (due to changes in dracut): Press e to edit the GRUB boot options: This step allows you to modify the boot options temporarily. In the linux line, change ro to rw (this is just before crashkernel): The r...Discuss·42 readsrd.break
sandeepsandeep2024.hashnode.dev·Jul 26, 2024Install FTP server in REDHAT8Install FTP server . Login as a root user. yum install -y vsftpd systemctl enable vsftpd.service systemctl status vsftpd.service Update /etc/vsftpd/vsftpd.conf anonymous_enable=YES systemctl start vsftpd.service Install client yum install -y lft...DiscussRHEL
Rakesh Kumar Jangidrakamodify.store·Jan 18, 2024Deploy WordPress + MariaDB + PHP + Apache web server on rhel9 with easy stepsPre-Setup: I am assuming that you have Configured the yum client and EPEL repository on the machine. Hostname Proper Network Internet connection for package installation Install Apache Web Server httpd packages for the web-server # yum ins...Discuss·155 readsLinux-Administration-Seriesrakamodify
Sumit Mondalsumit007.hashnode.dev·Jan 17, 2024Mastering Linux: 10 Important Commands and Their UsesIntroduction: Welcome to the world of Linux, a powerful and versatile operating system favored by developers, system administrators, and tech enthusiasts alike. Whether you're a seasoned Linux user or just starting your journey, mastering some fundam...DiscussLinux
Afridi Shaikcloudcoder.hashnode.dev·Dec 31, 2023I/O | Filters | Basic Unix Tools | Compression & Archiving |Regular Expression | VI editorI/O Redirection I/O redirection in Linux refers to the process of changing the input or output of a command or program. In Unix-like/Linux operating systems, I/O redirection is commonly used in the command line to manage input from and output to fil...DiscussLinux AlchemyInput/output in Unix
vivek singhviveksinghcs165.hashnode.dev·Nov 7, 2023Linux Day-3Package Management in Linux: Package management is a method of installing, updating**,** removing, and keeping track of software updates from specific repositories (repos) in the Linux system. Linux distros often use different package management too...Discuss·61 readsLinux
Taegu Kangktg0210.hashnode.dev·Aug 14, 2023Editing "/etc/systemd/system/<service>.d/override.conf" canceled: temporary file is empty.outline sudo systemctl edit <service> >> Editing "/etc/systemd/system/sysstat-collect.timer.d/override.conf" canceled: temporary file is empty. resolution sudo systemctl --full edit <service> reference https://wiki.archlinux.org/title/systemd...Discuss·350 readsLinux
Wai Yan Pyae Sonewaiyanpyaesone.hashnode.dev·Jul 26, 2023Automounter service on RHEL 9Prerequisites 2 RHEL vms Linux System Administration RHEL subscription manager / DVD iso to install autofs and nfs-utils How to set up an NFS on RHEL 9 Introduction အရှေ့တစ်ပါတ်မှာ NFS ကို manually mount တဲ့ပုံစံတွေ persistently mount ဖို့အတွက်...Discuss·31 readsNfs
Wai Yan Pyae Sonewaiyanpyaesone.hashnode.dev·Jul 12, 2023How to set up an NFS on RHEL 9Prerequisites 2 RHEL vms Linux System Administration RHEL subscription / DVD iso to install nfs-utils Introduction ဒီ post မှာ NFS server တစ်ခုဘယ်လို set-up လုပ်မလဲ၊ NFS client နဲဘယ်လို ချိတ်ဆက်ပြီးအလုပ်လုပ်မလဲဆိုတာတွေကိုလေ့လာသွားမှာဖြစ်ပါတယ်။ T...Discuss·198 readsRHEL9