Adesh Patilmanage-users-easily.hashnode.dev·Dec 6, 2024A Developer's Guide to User Management SystemsUser Management - Types of Users Root User System User Regular User Root User (Administrator/ Super User) —> All permission for all files —> Package management —> More power comes with more responsibility —> Complete user management —> User ...1 likefile-permission
Mihir Suratwalamihirsuratwala.hashnode.dev·Oct 26, 2024Linux User Management: Step-by-Step InstructionsWhat is User Management User Management means say we have a system, which has to be used by various people i.e. the system is used by the developer's for developing, DevOps engineer's for creating cloud services, database engineer's for creation data...Cloud
sravani punreddysravanipunreddy.hashnode.dev·Oct 26, 2024Linux User & Group Management: Key Commands for Efficient Access ControlEffective user management is essential in Linux for maintaining system security and organization. This blog post explores essential user management commands, including their explanations and practical examples. 1. sudo Command: sudo stands for "super...1 like·30 reads#GroupManagement
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Oct 17, 2024Mastering DevOps: The Top 5 Shell Scripts for Everyday AutomationHere are five essential Linux shell scripts that DevOps engineers often use: Backup Script: Imagine you have many important files and directories you can’t afford to lose. This script helps you automate the backup process. You can set it up to run ...Top5script
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Sep 3, 2024Snowflake Secrets: Mastering Role Creation and User Grants via TerraformOverview :- Snowflake, a cloud-based data warehousing platform, has become increasingly popular for its scalability and flexibility. One of the key aspects of managing a Snowflake environment is setting up proper access controls through roles and use...snowflake
Moniquectrlaltmonique.hashnode.dev·Aug 29, 2024How to Insert Usernames into Profiles Table Using Supabase TriggersIf you’ve ever worked with user signups, you know that automating profile creation can save you a lot of hassle. Instead of manually handling usernames and profiles after every new signup, why not let Supabase do the heavy lifting? In this quick guid...4 likessupabase triggers
Rabiatu Mohammedrabiatucloud.hashnode.dev·Aug 6, 2024Mastering User Management and Permissions in Linux.Welcome back to my series, "Mastering Linux Basics for Cloud Security." In this third post, we'll dive into managing users and permissions in a Linux environment. We'll cover how to create shared folders, user groups, verify group memberships, and re...Mastering Linux Basics for Cloud and DevOpspermissions
Victor Uzoagbavictoru.hashnode.dev·Aug 5, 2024Balancing Digital User Experience with Digital Sustainability: Challenge and SolutionThe digital revolution has reshaped our interaction with the world, hive-minding existence into a convenience unimaginable a few years ago. All of these technologies' effects on the structure of human interactions are almost invisible and often ignor...user experience
Dhruv Rajvanshidhruv-blogs.hashnode.dev·Aug 2, 2024Day 4 | Part 2: Advanced Shell Scripting ProjectsHello, tech enthusiasts! 🌟 As part of my DevOps learning journey, I delved into two practical and essential shell scripting projects. These projects not only strengthened my scripting skills but also showcased the power of automation in system admin...Devops
Raees Yaqoob Qaziraeesqazi.hashnode.dev·Jul 23, 2024User Management and File Permissions in LinuxManaging user accounts and ensuring appropriate file permissions are fundamental tasks for system administrators. Let's explore how these processes work in a Linux environment to maintain security and organize access effectively. Creating Users and G...Linux