Ankita Lunawatcloudhub2295.hashnode.dev·Dec 3, 2024Installation Nagios on UbuntuNagios is a powerful open-source monitoring tool that allows you to monitor your network and systems. Here's a basic guide on how to install Nagios on Ubuntu: Prerequisites An Ubuntu server A user with sudo privileges Basic understanding of the co...DiscussNagios
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
Dinesh Kumar Kblog.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·34 readsWindowsWindows
Abdelrahman Mahmoudcoderjourney.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 Kalyanapucloudadventurer.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 Yakiyayevakarlygash-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 Deorerohitexplainstech.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 Limitedmahiratechnology.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 HAFEEZaqibhafeez473.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 Tuladharsujanrajtuladhar.hashnode.dev·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