How to check your public IP from cmd
Run the below command The IP from non authoritative domain is your public IP
Run the below command The IP from non authoritative domain is your public IP
Change hostname to ‘WinSrv2022’ Join domain named “dharmendra.local” Check if the PC id joined to a domain Enable remote desktop from powershell Set-ItemProperty -Path ‘HKLM:\System\CurrentControlSet\Control\Terminal Server’ -name “fDenyTSConnections” -value 0
Millet is the worse diet, if you want to lose weight, dont eat millet.
Samba is an open-source software suite that allows Linux and Unix systems to communicate with Windows-based systems over a network. It provides file and print services, as well as authentication and authorization services, using the SMB (Server Message Block) protocol, which is used by Windows systems for sharing files and printers. Samba allows Linux and …
The dig command in Linux is a powerful DNS (Domain Name System) lookup tool that is used to query DNS servers for information about domain names, IP addresses, and other DNS records. It is often used by system administrators and network engineers to troubleshoot DNS issues and verify DNS configurations. Here are some examples of …
The find command in Linux is used to search for files and directories in a specified directory hierarchy based on various search criteria. The find command can search for files based on their name, size, date modified, owner, and other attributes. It is a powerful tool for managing files and directories on a Linux system. …
The top command in Linux is a real-time system monitoring utility that shows the processes that are currently running on a system and their resource usage in real-time. It is similar to the ps command, but the output is constantly updated and provides a live view of the system’s performance. When you run the top …
The ps command in Linux is used to display information about the currently running processes on a system. It shows information about the processes that are running in the foreground as well as the background. Here’s an example of how to use the ps command: $ ps aux The ps aux command displays a list …
The df command in Linux is used to display information about the file system usage on a particular file system or on all mounted file systems. The df command shows the amount of disk space that is used, available, and total, as well as the file system type and its mount point. Here’s an example …
apt-get and yum are both package managers used in Linux, but they are associated with different package management systems. apt-get is used on Debian and Debian-based systems such as Ubuntu, and it uses the Advanced Packaging Tool (APT) to manage packages. APT is a powerful tool that can manage dependencies and install, update, and remove …