How to Install Ubuntu 22.04 Virtual Machine on KVM
Get all parameters necessary for installation from the Ubuntu image file. Install a virtual machine with Ubuntu 22.04 on KVM with the command virt-install. Configure networking.
How to Install KVM on Ubuntu 22.04 Server
nstall KVM packages on an Ubuntu 22.04 Server. Configure network Interfaces. Also, you can install KVM on a VirtualBox virtual machine if you’d like to try it first.
How to Make MySQL 8 Compatible With Older MySQL Versions
Make MySQL 8 compatible with old MySQL versions. Make passwords compatible, deal with errors. See some examples of setting SQL Modes in MySQL 8.
12 Settings to Simplify Work In PhpStorm in 2024
Change some default settings in PhpStorm to make your work faster:
– Hide browser icons.
– Open search results each time in a new tab.
– Turn on Mark modified (*)
– Increase the tab limit.
– Turn off Code Analysis on commits to Git.
– Turn off Restoring Context on Switching Git Branches, etc.
[VirtualBox] Configure an Ubuntu 22.04 / 20.04 Virtual Machine for Web Development (Complete Guide)
The complete guide on creating a VirtualBox VM for web development. See how to
– Create Ubuntu 22.04 / 20.04 VirtualBox virtual machines.
– Configure the network on a bridged adapter or 2 adapters: NAT + host-only.
– Install Guest Additions.
– Share folders between the host machine and the virtual machine.
– Optimize performance.
[Docker] How to Set up Postfix Containers and Send Emails From WordPress in Docker
Add SMTP mail functionality to the official Docker WordPress image. See how to
– Install Postfix in a separate Docker container: 2 examples — with DKIM and without.
– Connect to these Postfix containers from the WordPress Docker container.
– Add Postfix to the Docker WordPress container with a Dockerfile.
– Set a PTR record for reverse DNS lookup.
– Set DNS records: SPF and DKIM.