突然系统不能使用了,可以看一下是不是磁盘占满 了 首先登录到服务器 我的是mac 直接登录 使用ssh登录ssh -t root@104.224.166.36 -p27988 windows系统也可以使用 xshell来登录 命令行 df df -lh清楚磁盘使用情况 df -a 是全部的文件系统的 ...
分类:
系统相关 时间:
2020-12-19 12:54:28
阅读次数:
2
1、升级准备 1.1、查看系统版本和ssh版本 cat /etc/*release ssh -V 1.2、下载软件包 Openssh下载地址 https://www.openssh.com/ https://openbsd.hk/pub/OpenBSD/OpenSSH/portable/ http: ...
分类:
其他好文 时间:
2020-12-19 12:38:09
阅读次数:
1
https://www.jianshu.com/p/9805a4f02d69 注:开启Kali Linux系统SSH协议22端口,实现服务器与数据库的传输连接管道. 修改属性文件: root@kali:~# leafpad /etc/ssh/sshd_config 去掉#哈希标识PasswordAu ...
分类:
系统相关 时间:
2020-12-17 13:02:04
阅读次数:
5
远程连接工具:MobaXterm 虚拟网络编辑器可通过菜单栏“编辑”打开 第一种模式:桥接模式 第二种模式:NAT模式 第三种模式:仅主机模式 总结:三种方式都可启动ssh服务,但是主机模式无法联网。 ...
分类:
系统相关 时间:
2020-12-17 12:56:34
阅读次数:
5
哈喽哇,今天在访问远程服务器的时候,出现了一个小问题。 原因:之前ssh联系过服务器,重置服务器后,再次连接服务器,就会出这个问题。 一、发现问题 问题如下图代码: $ ssh root@108.61.163.242 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ...
分类:
其他好文 时间:
2020-12-14 13:49:28
阅读次数:
10
下载文件到本地 使用xshell工具 使用xshell来操作服务非常方便,传文件也比较方便。就是使用rz,sz首先,服务器要安装了rz,szyum install lrzsz当然你的本地windows主机也通过ssh连接了linux服务器运行rz,会将windows的文件传到linux服务器运行sz ...
分类:
系统相关 时间:
2020-12-11 12:40:24
阅读次数:
26
One of the building blocks to implement containers is Linux namespaces. Namespaces control what a process can see. It can be the processes IDs, mount ...
分类:
移动开发 时间:
2020-12-11 12:32:59
阅读次数:
22
1.新增host配置到/etc/ansible/hosts文件中 [docker] 192.168.43.95 2.配置无密码登录 # 配置ssh,默认rsa加密,保存目录(公钥)~/.ssh/id_rsa.pub ssh-keygen -t rsa # 配置无密码登陆,这里需要分别4次发送至4台服 ...
分类:
其他好文 时间:
2020-12-09 12:17:15
阅读次数:
4
以windows登录linux为例生产秘钥对切记,生产时不用输入密码,直接回车即可公钥放在linux服务器上目录为~/.ssh/catid_rsa.pub>>authorized_keys执行chmod755*登录验证sshusername@ip-pport-i~.ssh\dev_docker_id_rsa如果登录成功,就ok
分类:
系统相关 时间:
2020-12-09 12:00:15
阅读次数:
8
问题描述:把本地库里的内容推送到远程库的时候出错? git push -u origin master fatal: Could not read from remote repository. Please make sure you have the correct access rights ...
分类:
数据库 时间:
2020-12-09 11:57:01
阅读次数:
5