码迷,mamicode.com
首页 >  
搜索关键字:centos centos7 iptables ssh ssh连不上linux    ( 60615个结果
Linux Centos7 网络设置UUID号的修改方法
[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搭建宝塔Linux面板 提示:本次使用的树莓派为4B 4GB 使用的系统为Ubuntu 2004 LTS,只测试了这个版本 文章目录 树莓派4B搭建宝塔Linux面板一、树莓派安装系统1.下载工具包及安装2.进行wifi配网3.启动树莓派 二、Ubuntu ...
分类:系统相关   时间:2021-04-08 13:56:37    阅读次数:0
Docker安装
官方文档: 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
K8S集群搭建
一、 环境和版本 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
linux ssh 免密登录到另外一台虚机
现在有两台 虚机 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
find 查找练习
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
Windbg与KVM虚拟机双机调试(libvirt)
一、场景及需求描述 被调试虚拟机: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 问题
在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
linux 防火墙查看
一、iptables防火墙 1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # ...
分类:系统相关   时间:2021-04-07 11:31:55    阅读次数:0
无密码通过代理登录内网linux服务器
RCE root权限执行命令,无法读取密码的情况下 1:在受害者机子上执行如下命令,开启认证 # echo RSAAuthentication yes >> /etc/ssh/sshd_config # echo PubkeyAuthentication yes >> /etc/ssh/sshd_c ...
分类:系统相关   时间:2021-04-07 11:05:28    阅读次数:0
60615条   上一页 1 ... 38 39 40 41 42 ... 6062 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!