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...Linux
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...39 readsWindowsWindows
Karlygash Yakiyayevakarlygash-yakiyayeva.dev·Mar 29, 2024Managing Users in LinuxIn a Linux system, users refer to individuals or entities that interact with the operating system by logging in and performing various tasks. Managing users in Linux is a fundamental aspect of system administration, allowing you to control access to ...LinuxLinux
Abhishek Raneabhi0714.hashnode.dev·Mar 20, 2024"Mastering Shell Scripting: Simplify Folder Creation, Backup Management, and User Administration"What is a Shell script? A shell script is a type of computer program designed to be run by a Unix shell, such as Bash (Bourne Again Shell), sh (Bourne Shell), csh (C Shell), ksh (Korn Shell), or zsh (Z Shell). It is essentially a text file containing...10 likesMy Projectsshell script
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...Grafana
Akintola Akindeleakindele.hashnode.dev·Oct 1, 2023Design for Users and No one elseAfter reading the UX case study of redesigning the New York Times app with a new feature called Timely, which provides quick-read articles tailored to the user's schedule and preferences. Here are three things to learn from the design thinking proces...users
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...Linux
Anjanesh Lekshminarayanananjanesh.dev·Aug 25, 2023Setting the user.request object to an Azure AD userI am using Azure Active Directory for sign-in in my Django application. There is an entire tutorial on how to set this up at Microsoft's website - https://learn.microsoft.com/en-us/training/modules/msid-django-web-app-sign-in/ Now that we can sign-in...240 readsDjango
Abhishek Pathakscorcism.hashnode.dev·Aug 10, 2023User and Group ManagementCreate new user Linux Daddy will guide you. sudo adduser username You are now a daddy sudo useradd username Check all the users sudo cat /etc/shadow Consider, abhishek2:!:19579:0:99999:7::: The row is split into 9 fields seperate by : Each fiel...10 likesLinux
Utkarsh Bindalusethesource.hashnode.dev·Jul 2, 2023All about user segmentationWhat is user segmentation? It means categorizing the users of a product into different buckets. This categorization can be done in a variety of ways. Some examples are age, income, gender, behavior towards a product, political affiliation, where peop...6 likes·171 readsusersegentation