In this article, we will show you how to enable two-factor authentication (2FA) for SSH login on Linux using Google PAM (Pluggable Authentication Module) and Microsoft Authenticator mobile app. 2FA…
Linux
- LinuxUbuntuVMWareWindows Server 2022
How to Access VMFS Datastore from Linux, Windows, or ESXi?
July 1, 2022Let’s look at several ways to access data stored on the datastore with the VMFS file system of the ESXi host (these are configuration files, data files, and snapshots of…
- LinuxMS OfficeWindows 10Windows Server 2019
Installing an Open Source KMS Server (Vlmcsd) on Linux
March 16, 2022There is an interesting open-source project on GitHub called vlmcsd (https://github.com/Wind4/vlmcsd) to emulate Microsoft’s KMS activation server. You can use it to deploy your own KMS server on platforms other…
Today, PowerShell is an open cross-platform shell and scripting language that can be installed and used on Windows, Linux, macOS, and other platforms. In this article, we’ll show how to…
- Group PoliciesLinuxMicrosoft 365PowerShellTeamsWindows 10
How to Disable Microsoft Teams Auto Startup?
December 23, 2021By default, when you install Office 365/Office 2019, all Microsoft Office apps are installed, including Teams (you can install only specific Office apps using Office Deployment Tool). MS Teams is…
- CentOSLinuxQuestions and AnswersRHEL
Configuring NFS Server and Client on Linux CentOS/RHEL
November 11, 2021Network File System (NFS) is a distributed file system protocol for sharing files and folders. NFS is based on the Remote Procedure Protocol (ONC RPC). NFS allows to mount remote…
- CentOSLinuxQuestions and AnswersRHEL
How to Install and Use ClamAV Antivirus on CentOS/RHEL?
October 13, 2021ClamAV is an open-source antivirus. It is used to detect viruses, trojans, and malware. It is mostly used on Linux platforms to scan user directories accessible over FTP or Samba,…
- CentOSLinuxQuestions and AnswersRHEL
Configuring Cron Jobs with Crontab on CentOS/RHEL Linux
July 12, 2021Cron is a task scheduler for Unix-based systems including all Linux distros. The cron daemon works in the background on your host and runs scheduled tasks according to the schedule.…
In this article we will show how to configure routing and manage network routes on Linux using the ip command on Linux CentOS (how to view the routing table, add/remove…