码迷,mamicode.com
首页 >  
搜索关键字:centos centos7 iptables ssh ssh连不上linux    ( 60615个结果
Docker入门
1、docker介绍 详情参见:https://www.cnblogs.com/xiaoyuanqujing/p/11839932.html 0 各种软件用什么语言写的 zabbix(监控软件):php ansible(批量管理主机,执行命令,无angent):python # angent客户端 ...
分类:其他好文   时间:2021-06-16 17:31:04    阅读次数:0
Gitlab 定时备份
#要求 1.为了能够备份和恢复,请确保你的系统上安装了Rsync #Debian/Ubauntu sudo apt-get install rsync # RHEL/Centos sudo yum install rsync 2.配置了与备份目标机器之间的免密认证 #修改gitlab配置文件: vi ...
分类:其他好文   时间:2021-06-15 18:36:38    阅读次数:0
centos7关闭防火墙
有些人安装的linux的系统默认防火墙不是iptables,而是firewall,那就得使用以下方式关闭防火墙了。 >>>关闭防火墙 systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止 ...
分类:其他好文   时间:2021-06-15 18:12:55    阅读次数:0
linux 软链接和硬链接区别
1、按系列罗列Linux的发行版,并描述不同发行版之间的联系与区别。 linux的发行版: RedHat、suse、红旗、debian、Ubuntu、centos等,主流有suse、centos、Redhat、ubuntu Redhat: RHEL: RedHat Enterprise Linux, ...
分类:系统相关   时间:2021-06-15 18:02:15    阅读次数:0
解决xshell-ssh远程登录,只能通过public key登录导致无法登录的情况
xshell无法通过密码登录的问题如下: 1、登录主机:vi /etc/ssh/sshd_config 2、搜索关键字:PasswordAuthentication 3、将PasswordAuthentication no改为yes 4、保存后重启网络设置:service sshd restart ...
分类:系统相关   时间:2021-06-13 10:49:47    阅读次数:0
CentOS 安装 NETCore 教程
CentOS 7 安装 NETCore 教程 注册微软安装包源 sudo rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm 安装 NETCore SDK sudo yum insta ...
分类:Web程序   时间:2021-06-13 10:39:59    阅读次数:0
CentOS 安装 nginx 教程
CentOS 安装 nginx 教程 下载安装包 cd /usr/local wget http://nginx.org/download/nginx-1.19.8.tar.gz 安装依赖 yum install gcc-c++ yum install pcre yum install pcre-d ...
分类:其他好文   时间:2021-06-13 10:38:46    阅读次数:0
CentOS 安装 git 教程
CentOS 安装 git 教程 移除自带 git yum remove git 安装依赖 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc yum install gcc perl- ...
分类:其他好文   时间:2021-06-13 10:37:37    阅读次数:0
CentOS 增加服务
增加 ba.admin.service cd /usr/lib/systemd/system/ vi ba.admin.service 文件内容如下: [Unit] Description=Bootstrap Admin Application [Service] Type=simple Worki ...
分类:其他好文   时间:2021-06-13 10:36:44    阅读次数:0
在 CentOS 上安装及使用 VirtualBox
https://blog.csdn.net/wxb880114/article/details/80937659?utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearn ...
分类:其他好文   时间:2021-06-13 10:26:12    阅读次数:0
60615条   上一页 1 ... 10 11 12 13 14 ... 6062 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!