码迷,mamicode.com
首页 >  
搜索关键字:SSH CentOS REMOTE HO    ( 52052个结果
Linux之Centos7总结
Centos7 Centos7源镜像修改 # Insatll wget yum install -y wget # Backup repo; mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup m ...
分类:系统相关   时间:2021-04-02 13:06:44    阅读次数:0
shell同时执行在多个linux上
https://blog.csdn.net/weixin_33672109/article/details/92378342 #!/bin/bash if [ "$#" -ne 2 ] ; then echo "USAGE: $0 -f server_list_file cmd" exit -1 f ...
分类:系统相关   时间:2021-04-02 13:01:20    阅读次数:0
【CentOS搭建mysql 服务】遇到了一些很抓狂却又很简单的问题
首先安装MySQL服务: wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm yum -y install mysql57-community-release-el7-10.noarch.rp ...
分类:数据库   时间:2021-04-02 12:58:53    阅读次数:0
Go web部署报错panic: listen tcp xxxxxxx:8090: bind: cannot assign requested address
1.centos部署go环境 vim /etc/profile export PATH=$PATH:/usr/local/go/bin export GOROOT=/usr/local/go #go包的解压目录 export GOPATH=/opt/GOPATH #表示实际的工作目录 export ...
分类:Web程序   时间:2021-04-02 12:53:57    阅读次数:0
igraph相关报错
1. GLPK缺失 igraph::cluster_optimal社团检测算法依赖系统中的GLPK包。 MacOS 11.2 brew install glpk CentOS 7 wget http://download-ib01.fedoraproject.org/pub/epel/7/x86_6 ...
分类:其他好文   时间:2021-04-01 12:54:29    阅读次数:0
CentOS安装python3
下载python源码至服务器 http://npm.taobao.org/mirrors/python/3.7.5/Python-3.7.5.tgz (根据自己的需要去下载对应的版本) wget http://npm.taobao.org/mirrors/python/3.7.5/Python-3. ...
分类:编程语言   时间:2021-03-31 12:32:39    阅读次数:0
放弃ipup系列,开始使用更先进的nmcli来管理你的网络
背景 在CentOS的新版本中加入了nmcli来便于管理网络,但网上看到的更多的评论还都是摒弃这个,还继续使用传统的修改/etc/sysconfig/network-scripts/ifcfg-* 的方式来做网络配置。但这个太费时间了,还是用nmcli来管理网络吧。 nmcli简介 nmcli 是N ...
分类:其他好文   时间:2021-03-31 12:29:44    阅读次数:0
Linux上设置redis的开启自启动的方法(适用于centos 7及以上版本)
网上很多帖子有在Linux上安装Redis的分享,这里我就不再多介绍。 redis在centos7中的开机自启在系统服务目录里创建redis.service文件 vi /etc/systemd/system/redis.service 写入以下内容:[Unit]Description=redis-s ...
分类:系统相关   时间:2021-03-31 12:13:38    阅读次数:0
9.ansible 循环功能和忽略错误
在剧本中设置循环信息 vim test04.yml hosts: all remote_user: root tasks: name: Add Users user: name={{ item.name }} groups={{ item.groups }} state=present with_i ...
分类:其他好文   时间:2021-03-31 11:52:29    阅读次数:0
(原创)在Linux上安装运行Python3(CentOS7为例)
在win10上开发好的python项目要部署在Linux上要面对的问题:怎么在Linux上跑py文件呢? 以Lunix CentOS7.x平台为例,CentOS系统上自带的已有python2.x 的版本,使用命令可以查看。 但我们需要python3.x 的主流版本,此时建议不要删除原有的python ...
分类:编程语言   时间:2021-03-31 11:47:11    阅读次数:0
52052条   上一页 1 ... 36 37 38 39 40 ... 5206 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!