shilpa tangaforThe DevOps Lensmasterdevops.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
Dinesh Kumar KforDinesh's Blogblog.dineshcloud.in·Sep 8, 2024Configuring Active Directory on Windows ServerActive Directory is a directory service developed by Microsoft for Windows domain networks. It provides a centralized system for managing authentication and authorization of users and computers. Key components include: Domain Controllers: Servers th...Discuss·32 readsWindowsWindows
Abdelrahman MahmoudforAbdelrahman Mahmoud's Blogcoderjourney.hashnode.dev·Jun 7, 2024What happens in Express JS when the group owner leaves?I want to talk about this feature, and that’s for make database clean. what happens if the group owner decides to leave? if(userToDelete.id === groupOwner._id) - User that he trying to leave is the same group owner First, note that the group owner...Discussbackend developments
Raja KalyanapuforBeginner's Blueprintcloudadventurer.hashnode.dev·May 19, 2024Simplifying AWS Security: IAM, Groups, Roles, and Policies ExplainedIAM, Groups ,Roles and Policies are essential concepts in AWS (Amazon Web Services) for securely managing access to AWS resources. Let's take a closer look at each of these concepts. What is IAM? IAM (Identity and Access Management) in AWS is a servi...Discuss·6 likes·29 readsAWS
Karlygash Yakiyayevaforkarlygash-yakiyayeva.dev·Apr 1, 2024Managing Groups in LinuxLinux group management is an essential part of Linux system administration, allowing us to organize users into groups with pre-set permissions for easier management of file permissions and system resources. Types of Groups There are 2 categories of g...DiscussLinuxDevops
Rohit DeoreforRohit's Blogsrohitexplainstech.hashnode.dev·Jan 27, 2024Understanding AWS Security Groups and NACLs: A Comprehensive Guide (Day-4)Introduction to AWS Security Groups and NACLs Amazon Web Services (AWS) offers robust security mechanisms to protect your cloud infrastructure. Two fundamental components are Security Groups and Network Access Control Lists (NACLs). They serve as a f...DiscussAWS
Mahira Technology Private Limitedformahiratechnology.hashnode.dev·Oct 20, 2023Empowering User-Specific Dashboard Access: Creating User Groups and Tailored Views in GrafanaIntroduction : - Grafana is an open-source data visualization and monitoring platform that allows you to query, visualize, and alert on time-series data. It supports various data sources such as Graphite, Prometheus, InfluxDB, Elasticsearch, and more...DiscussGrafana
AQIB HAFEEZforAqib Hafeez(DevOps enthusiast)aqibhafeez473.hashnode.dev·Sep 27, 2023Day 18 || Linux Users and Groups, and Their Role in DevOpsIn this article, we'll explore what users and groups are in Linux, the different types of users and groups, and why they are important in the DevOps context. Linux Users: Linux allows multiple users to log in and interact with the system simultaneous...DiscussLinux
Sujan Tuladharforsujanrajtuladhar.com.np·Mar 22, 2023Understanding AWS Identity and Access Management (IAM)AWS Identity and Access Management (IAM) is a powerful service provided by Amazon Web Services (AWS) that allows you to manage access to your AWS resources. IAM enables you to create and manage users, groups, and roles that can access your AWS resour...DiscussAWS
Aira JenaforAira Jena's blog0xaira.hashnode.dev·Feb 28, 2023Communities that Changed My Life: How Joining These Groups Helped Me Grow and SucceedIntroduction Humans are social creatures, and we thrive when we are part of a community that shares our interests, values, and goals. Whether it's a professional association, a social group, or an online forum, being part of a community can provide a...Discuss·8 likes·48 readsWeMakeDevs