sneh srivastavasnehcreate.hashnode.dev·Feb 1, 2025KubeConfig and REST API Call: Deep DiveStep-by-Step Guide: Creating a Kubernetes User for kubectl By default, Kubernetes does not have users like Linux. Instead, authentication is managed using TLS certificates, service accounts, OpenID, etc. If you carefully see the Kube Config file you ...1 like·26 readsKubernetes
Triumph Nnaemeka Ugojigameofproduct.hashnode.dev·Jan 25, 2025How to Build a Product Roadmap That Actually Works (Without Overcomplicating It)Building a product roadmap can feel like assembling IKEA furniture, but the problem is, you forgot the manual at the store. Sure, you’ve got all the pieces—features, deadlines, stakeholder requests—but no clear idea of how they fit together. And just...Product Management
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...42 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...244 readsDjango