曹少卿的Blog

Docker运行rustscan

拉取镜像 docker pull rustscan/rustscan 设置别名 alias rustscan="docker run -it --rm --network=host --name rustscan rustscan/rustscan:latest" 运行nmap rustscan

Administrator Published on 2024-08-20

Docker 运行Nmap

拉取镜像 docker pull instrumentisto/nmap 设置别名 alias nmap='docker run -it --rm --network=host --name nmap instrumentisto/nmap:latest' 运行nmap nmap -sS x

Administrator Published on 2024-08-20

华为云YUM源

CentOS7 curl -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.huaweicloud.com/repository/conf/CentOS-7-anon.repo > Centos-7.repo CentOS8 curl -O

Administrator Published on 2024-07-17

U盘安装Linux

1、下载centos的dvd镜像就够了。地址: http://pub.mirrors.aliyun.com/centos/7/isos/x86_64/ 2、制作u盘镜像。 1)

Administrator Published on 2024-06-26

群晖洗白教程

1 .洗白教程 洗白说明:现群晖有三种引导方式分别是:

Administrator Published on 2024-06-26

Zabbix安装

一、关闭防火墙 # systemctl stop firewalld.service # systemctl disable firewalld.service # sed -i 's/SELINUX=enforcing/SELINUX=disabled/

Administrator Published on 2024-06-26

Centos8 安装 jupyter notebook

目录 安装 anaconda 安装 jupyter notebook jupyter notebook 创建密码 修改配置文件 守护进程启动 jupyter 防火墙 设置开机启动 安Ş

Administrator Published on 2024-06-26