When trying to add a PPA in Ubuntu/Debian/Mint, you may get the following error:
Continue reading “Fixing add-apt-repository not found error in Linux”
When trying to add a PPA in Ubuntu/Debian/Mint, you may get the following error:
Continue reading “Fixing add-apt-repository not found error in Linux”
In this example, we’ll look at how to edit Linux configuration files with Ansible using sshd_config as an example. Our Ansible playbook should modify the sshd_config file and change/remove directives with insecure authentication algorithms.
Continue reading “Using Ansible to Change Config Files in Linux”
In this article, we will show you how to create a virtual machine on the Proxmox Virtual Environment hypervisor and install the Windows 10/11 or Windows Server 2022/2019/2016 guest operating system on it.
Continue reading “How to Create a Windows Virtual Machine in Proxmox VE”
In this article, we’ll show you how to create user and add your public SSH key to remote Linux servers using Ansible.
Continue reading “How to Create User and Copy SSH Key with Ansible?”
To make it easier to join Ubuntu or Debian machine to the Windows Active Directory domain, instead of the samba + winbind bundle, you can use the realmd (Realm Discovery) package, which allows you to automatically configure the SSSD (System Security Services Daemon) service on Linux. This article is applicable for Ubuntu 20.04/22.04 and Debian 10/11.
Continue reading “Join Ubuntu/Debian Computer to Active Directory Domain”
In this article, we will show you how to join servers or workstations running CentOS 8, RHEL, or Rocky Linux to an Active Directory domain using realmd, and how to authenticate to a Linux host using an Active Directory account. The Realmd (Realm Discovery) service makes discovering and adding Linux hosts to an AD domain much easier. Realmd uses SSSD (via Kerberos and LDAP) or Winbind to verify and authenticate Active Directory accounts.
Continue reading “Joining CentOS/RHEL/Rocky Linux to Active Directory (AD) Domain”
In this article, we’re going to look at the Ubuntu login issue related to GUI and desktop loading problems, which results in an endless password loop. After entering the correct password, instead of loading the graphical environment, a black screen appears, and then the password prompt appears again (and so on in a loop). As a result, the user cannot log into the Ubuntu GUI. This problem is called Login Loop.
You can create a NAT (Network Address Translation) network for your virtual machines starting with the Hyper-V version on Windows Server 2016/Windows 10. This article will look at how to enable a NAT network for Hyper-V virtual machines using PowerShell.
Let’s look at how to update the Linux kernel to the latest version in CentOS as an example.
Let’s take a look at how to passthrough an Nvidia GeForce graphics adapter into a Windows 10 virtual machine running on a KVM host (based on Linux CentOS 8).
Continue reading “Passthrough Nvidia GPU to KVM Virtual Machine”