KVM, esxi virtual machine
1. Install and configure kvm virtual machine and create virtual machine.
1.1 when minimizing installation, change to graphical interface
You need to turn on these CPU options when using the virtual machine
Turn off the firewall, turn off selinux
systemctl disable firewalld
sed -i 's/SELINUX=enforcing$/SELINUX=disabled/g' /etc/selinux/co ...
Posted by jenni on Sun, 20 Feb 2022 12:57:22 +0100
vnc,vnc remote control tutorial, vnc server installation tutorial diagram.
VNC introduction
VNC is a remote control tool software. VNC is a free open source software based on UNIX and Linux operating system. It has powerful remote control ability, high efficiency and practicality. iis7 server management tool is a free VNC connection software. It supports batch opening and installation of VNC servers. It can connect m ...
Posted by ashly on Tue, 02 Jun 2020 16:50:15 +0200
Azure configuration management series Oracle Linux (PART3)
Azure configuration management series Oracle Linux (PART1)
Azure configuration management series Oracle Linux (PART2)
Azure configuration management series Oracle Linux (PART4)
4. Install VNC server in Oracle Linux VM
In this article, describe the process of installing VNC server in Oracle Linux VM.
To set up the VNC server, we perform the fol ...
Posted by Darkwoods on Wed, 04 Mar 2020 12:18:46 +0100
Basic management of kvm virtual machine
Deploy KVM virtual machine
a.kvm installation
Environment: centos7, cpu supports virtualization, close selinux, close firewalld
yum install libvirt virt-install qemu-kvm -y
libvirt service: managing the life cycle of kvm virtual machine
Virt install tool: create and install virtual machine
QEMU KVM tool: using QEMU img to provide disk ...
Posted by bios on Sun, 01 Dec 2019 08:30:47 +0100
Temporary snapshot in qemu (-snapshot)
Original Link: https://my.oschina.net/u/1587810/blog/266447
QEMU supports a temporary snapshot, which makes it easy to experiment with without leaving any traces of use, similar to the ...
Posted by mattkirkey on Fri, 13 Sep 2019 19:34:58 +0200
Summary of nmap script usage
The basic introduction and basic usage of nmap have been submitted in the dark cloud knowledge base, and the details are more detailed, which will not be described in this article. Specific links: /tips/?id=2002
This article mainly explains the use of many scripts of nmap, especially when penetrating the intranet.
0x01 nmap Scanning by Script ...
Posted by Yaak on Mon, 22 Jul 2019 07:41:42 +0200