How to unlock user account from windows server?Go to Server Manager - Click on Tools - Click on Active Directory Users and Computers. Select User or Search user name which user you want unlock. Right Click on User - Go to Properties. Go to Account - Check mark on Unlock account - Click A...Apr 30, 2024·1 min read
Introduction Of DockerWhat is Docker? Docker is an open-source containerization platform through which you can pack your application and all its dependencies into a standardized unit called a container. Containers are lightweight, which makes them portable, and they are i...Mar 22, 2024·3 min read
Basic Understanding Of Git and GitHubWhat is Git? Git is a powerful and popular version control system that enables effective tracking of changes in source code. It was developed by Linus Torvalds in 2005 for Linux kernel development. It is used for keeping track of code changes and ...Feb 22, 2024·2 min read
Basic Understanding of the Package Manager and systemctlWhat is a package manager in Linux? A package manager is a tool that allows users to install, remove, update configure and manage packages on a Linux operating system. Package managers can be either a command-line tool to graphical user interface app...Feb 20, 2024·1 min read
Advanced Linux Commands:uname : To check which platform you are using. uptime : To check system uptime or when machines start. date : To check the machine date and time. who : To check all login user details with login time. whoami : To check the existing. which : To find t...Feb 5, 2024·2 min read
Basic Linux Commandshostname : To check the name of machine. pwd : To check the present working directory. cd directory_name : To change the directory. cd ~ : To change directory to the home directory. cd - : Go to the last working directory. cd .. : To go back one step...Feb 4, 2024·2 min read