In this article, we will look at how to solve the problem of syncing passwords from on-premises Active Directory to Azure via Azure AD Connect.
Continue reading “Fixing Azure AD Connect Password Sync Issues”
In this article, we will look at how to solve the problem of syncing passwords from on-premises Active Directory to Azure via Azure AD Connect.
Continue reading “Fixing Azure AD Connect Password Sync Issues”
Netcat (or nc) is a classic Unix networking tool that allows you to make TCP and UDP connections, receive and send data, check open ports on a remote computer, test firewall rules, etc. In this article, we will look at some typical examples of using the netcat CLI tool.
Continue reading “How to Use Netcat (nc) Command with Examples?”
hMailServer is a free open-source email server for Windows environments. hMailServer – can be installed on any edition of Windows (on desktop versions from Windows XP to Windows 11 or on Windows Server 2003-2022). hMailServer is a compact and powerful server, the distribution of hMailServer is only about 5 MB (!!!). E-mail messages are stored on the local hard drive in the MIME file format.
Continue reading “hMailServer: Installing a Free Email Server on Windows”
By default, the command line console is used to configure and manage the OpenVPN server. For OpenVPN, there are several web interface administration panels (frontends) that allow you to perform routine operations (create users, create/revoke certificates, manage configuration files, etc.).
IPv6 protocol is enabled by default in all modern Linux distros. You can disable IPv6 on Linux if you only use IPv4 addressing on your network. This article shows how to disable IPv6 in Ubuntu and Debian Linux.
In this article, we’re going to show you how to find out how much time your computer has been up since the last time Windows was started (uptime).
Continue reading “Check Windows Host Uptime with PowerShell”
In this article, we will look at how to pass through a physical hard disk (HDD/SSD) or USB storage to a virtual machine running on Proxmox VE. Continue reading “Passthrough Physical Disk or USB to VM on Proxmox VE”
The make tool in Linux is used to build and compile programs from source files. The utility takes instructions for compilation from the makefile. In some Linux distributions, the make command is not installed by default (for example, in Linux CentOS 8), so when you run the build command, you will see an error:
The Network File System (NFS) client is not installed by default on Windows Server 2022/2019/2016/2012R2 and Windows 11/10 desktop versions. To install it, open the Server Manager and select Add Roles and Features -> Client for NFS.
Continue reading “Install and Configure NFS Client on Windows”
You can change the owner of an MS SQL Server database using SQL Server Management Studio. Connect to your MS SQL instance, create a new query, and run the following Transact-SQL query: