Pratyukt Writespratyukt.hashnode.dev·Sep 23, 2024Mounting, Unmounting, fsck, and fstab in Linuxlet’s break down some essential concepts that every Linux user should know: mounting and unmounting, the fsck tool, and the fstab file. Don’t worry; I’ll keep it casual and easy to understand! What’s Mounting and Unmounting? Mounting First up, let’s ...Discuss·5 likes·36 readsDevops
shilpa tangamasterdevops.hashnode.dev·Sep 22, 2024Essential Linux Commands for Managing Users and GroupsUser Management useradd → Creates new user account in system. useradd john passwd → Sets/update a user’s password passwd john usermod → modifies a user’s account properties such as username, home directory or shell usermod -l newname john user...DiscussLinux
Md Saif Zamanlazyops.hashnode.dev·Sep 16, 2024Linux Permissions and User Management: A Starting GuideIn the world of Linux system administration, understanding file permissions and user management is crucial for maintaining a secure and well-organized system. This blog post will dive deep into these concepts, providing the knowledge and commands nee...DiscussLinux
Prabhat Chouhanprabhatchouhan.hashnode.dev·Sep 7, 202425 Essential Linux Commands for Beginner Cloud and DevOps EngineersSaturday, 7th September 2024 For cloud and DevOps engineers, or Linux administrators, mastering essential Linux commands is crucial for managing systems efficiently. While the basics are important, understanding intermediate-level commands can signif...Discuss·2 likes·63 readsLinux
Victor Olusolavictorolusola.hashnode.dev·Jun 28, 2024Django Guide: Crafting a Super Admin Service for E-commerce Microservice SystemsAs a Django developer, I excel on solving complex problems and continually pushing the boundaries of my technical skills. Recently, I faced a particularly challenging task: creating a super admin service for an e-commerce microservice. This experienc...DiscussSuperAdmin
CloudCertsPrepcloudcertsprep.hashnode.dev·Jun 19, 2024Succeed in the Salesforce Admin Practice Exam: A Step-by-Step GuideThe Salesforce Admin Practice Exam (CRT-101) is a crucial step for those aspiring to become certified Salesforce Administrators. The certification validates the skills and knowledge required to manage Salesforce applications, making it a valuable cre...Discuss·5 likes·31 readsSalesforce CRT-101
Aaditya Kediyaliaadidev.hashnode.dev·Jun 8, 2024A Guide to User and Permission Management in Linux - DevOps Prerequisite 6User and Permission Management in Linux User and permission management is a fundamental aspect of Linux system administration. Properly managing users and permissions ensures that your system remains secure and operates smoothly. This article will co...Discusslinux for beginners
Kshitija Bartakke-Malwadekshitijaa.hashnode.dev·Apr 24, 2024Implementing and Automating Robust Backup and Retention Strategies using shell scripts.In the digital age, where data is king, protecting valuable information against loss or corruption is paramount for businesses and individuals alike. Robust backup and retention strategies serve as the cornerstone of data protection, ensuring resilie...Discuss·96 readsBackupAndRetention
Maxat Akbanovmaxat-akbanov.com·Apr 10, 2024Get started with SysVinit init system in LinuxSysVinit, or System V init, is the traditional initialization system that Linux distributions used to adopt to bootstrap the user space and manage system processes after the Linux kernel has been booted. Named after the Unix System V style of initial...Discuss·26 readsbash-and-linuxsysvinit
Karlygash Yakiyayevakarlygash-yakiyayeva.dev·Apr 3, 2024The awk Command in Linuxawk is a powerful programming language used for text processing and manipulation in Unix/Linux environments. It's particularly well-suited for tasks involving structured text files, especially when those files are data files or CSV files. It gets its...DiscussToolsDevops