当前位置:网站首页>Open virtual machine kali2022.2 and install GVM
Open virtual machine kali2022.2 and install GVM
2022-07-28 07:11:00 【angleoldhen】
The system used is under the official website KALI Virtual machine version of 2022.2
1. Regular system upgrade
sudo su
apt-get update //update The key update is the index record of the software package from the software source ( namely index files)
apt-get upgrade -y //upgrade It's based on update Update the index record to download and update the software package
apt-get dist-upgrade -y //dist-upgrade than upgrade Deal with the dependencies of software packages that need to be updated more intelligently .
The above three steps take time to measure 20 Minutes or more (100M bandwidth , morning 8 spot )
2. apt-get install gvm -y (3 minute )
3. gvm-setup (35 minute )
4. gvm-check-setup( Not necessarily )
5. runuser -u _gvm -- gvmd --user=admin --new-password=admin // Change Password
( If you are creating a user password, the command is :
runuser -u _gvm -- gvmd --create-user=admin --password=admin)
6. Open the browser , Input https://localhost:9392 Enter the account and password admin
There is no problem in this installation , I used other versions of KALI Several times , This and that anomaly always appear
1. postgresql Wrong version , new GVM Request to 14, And I have abnormal KALI yes 12, So I found a solution online :
sudo apt install postgresql-12
sudo systemctl stop [email protected]
sudo systemctl daemon-reload
sudo pg_dropcluster 12 main -stop
sudo pg_upgradecluster 14 main
2. restart KALI Error after , This has not been solved yet , I have checked the Internet, and some say it needs to be in /VAR Establish a hard connection to the directory , Failed to try , Others say it is to change the port number , Changed , Not really . Finally, the scoundrel went to the official website to find the latest KALI To use , One success , alas
边栏推荐
- Standard C language summary 1
- 主动扫描技术nmap详解
- 关于正则的教程
- Implementation method of Bert
- shell---循环语句练习
- Svg understanding and drawing application
- Servlet
- Wangeditor (@4.7.15) - lightweight rich text editor
- Easypoi export table with echars chart
- Neo4j运行报错Error occurred during initialization of VM Incompatible minimum and maximum heap sizes spec
猜你喜欢

MySQL build database Series (I) -- download MySQL

VNC Timed out waiting for a response from the computer

easypoi导出隔行样式设置

Clock tree analysis example

MOOC翁恺C语言第七周:数组运算:1.数组运算2.搜索3.排序初步

Firewall - iptables firewall (four tables and five links, firewall configuration method, detailed explanation of matching rules)

Neo4j运行报错Error occurred during initialization of VM Incompatible minimum and maximum heap sizes spec

YUM仓库的搭建

Starting point Chinese website font anti crawling technology web page can display numbers and letters, and the web page code is garbled or blank

freemarker合并单元格,if、else标签的使用,null、空字符串处理
随机推荐
freemarker导出word,带表格和多张图片,解决图片重复和变形
C language address book system
Gobang optimized version
codesensor:将代码转化为ast后再转化为文本向量
Starting point Chinese website font anti crawling technology web page can display numbers and letters, and the web page code is garbled or blank
metasploit渗透ms7_010练习
Standard C language summary 4
Standard C language learning summary 8
在转化词向量之前先转化为AST再转化为词向量的实现方法
Svg understanding and drawing application
win下安装nessus
Neo4j running error occurred during initialization of VM incompatible minimum and maximum heap sizes spec
MySQL installation and use
Shell--第一天作业
Shell script - sort, uniq, TR, array sort, cut, Eval command configuration
一个定时任务提醒工具
[learning notes] knowledge management
三层交换和VRRP
MySQL排除节假日,计算日期差
Shell -- first day homework