[root@localhost ~]# uuidgen ens33223bdb47-2fed-4773-b984-5f5733e619042.UUID号写入网络配置文件ifcfg-ens33NAME=ens33DEVICE=ens33ONBOOT=yesUUID=223bdb47-2fed-4773 ...
分类:
系统相关 时间:
2021-04-08 14:02:02
阅读次数:
0
树莓派4B搭建宝塔Linux面板 树莓派4B搭建宝塔Linux面板 提示:本次使用的树莓派为4B 4GB 使用的系统为Ubuntu 2004 LTS,只测试了这个版本 文章目录 树莓派4B搭建宝塔Linux面板一、树莓派安装系统1.下载工具包及安装2.进行wifi配网3.启动树莓派 二、Ubuntu ...
分类:
系统相关 时间:
2021-04-08 13:56:37
阅读次数:
0
官方文档: https://docs.docker.com/engine/install/centos/ 1、先卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-l ...
分类:
其他好文 时间:
2021-04-08 13:41:47
阅读次数:
0
一、 环境和版本 1. 操作系统 干干静静的centos7系统,选取的是mini的iso最小化安装 # cat /etc/centos-release CentOS Linux release 7.3.1611 (Core) # cat /proc/version Linux version 3.1 ...
分类:
其他好文 时间:
2021-04-08 13:37:16
阅读次数:
0
现在有两台 虚机 harbor-1 172.18.94.169 harbor-2 172.18.94.134 现在想从 harbor-1 免密登录到 harbor-2 1. 登录 harbor-1 这台机器 2. 查看 ~/.ssh 路径下是否有密钥对 如果有进行步骤4,如果没有进行步骤3生成密钥对 ...
分类:
系统相关 时间:
2021-04-08 13:31:01
阅读次数:
0
1、查找/var目录下属主为root,且属组为mail的所有文件 有目录没有文件,-type f [14:29:30 root@centos7 ~]#find /var -user root -a -group mail -ls 67142179 4 drwxrwxr-x 2 root mail 4 ...
分类:
其他好文 时间:
2021-04-08 13:25:06
阅读次数:
0
一、场景及需求描述 被调试虚拟机:Centos下KVM虚拟机 调试工具:Windows物理机下Windbg 拓扑关系: 保证Centos服务器与Windows物理机能相互ping通!!! KVM虚拟机(TCP/Client) <-> 物理机 (TCP/Server) <-> Com_X串口 <-> ...
分类:
数据库 时间:
2021-04-08 13:19:28
阅读次数:
0
在centos7.5中解决bash: pip:command not find 问题 [root@localhost ~]# python get-pip.py Hi there! The URL you are using to fetch this script has changed, and ...
分类:
其他好文 时间:
2021-04-08 13:04:02
阅读次数:
0
一、iptables防火墙 1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # ...
分类:
系统相关 时间:
2021-04-07 11:31:55
阅读次数:
0
RCE root权限执行命令,无法读取密码的情况下 1:在受害者机子上执行如下命令,开启认证 # echo RSAAuthentication yes >> /etc/ssh/sshd_config # echo PubkeyAuthentication yes >> /etc/ssh/sshd_c ...
分类:
系统相关 时间:
2021-04-07 11:05:28
阅读次数:
0