代码改变世界

docker学习网址

2020-10-28 11:39 by 握瑾怀瑜, 94 阅读, 0 推荐, 收藏,
摘要:http://c.biancheng.net/view/3208.html 阅读全文

ubantu安装docker

2020-10-28 11:37 by 握瑾怀瑜, 132 阅读, 0 推荐, 收藏,
摘要:ubantu安装docker比centos 安装docker简单的多 https://linuxconfig.org/how-to-install-docker-on-ubuntu-18-04-bionic-beaver 阅读全文

ssh查看自己的公钥

2020-09-17 12:09 by 握瑾怀瑜, 1016 阅读, 0 推荐, 收藏,
摘要:前提是安装了git 右键 点击 Git Bash Here 进入下面 78204@DESKTOP-65Q8KM9 MINGW64 ~/Desktop/新建文件夹 $ cd 78204@DESKTOP-65Q8KM9 MINGW64 ~ $ cd .ssh/ 78204@DESKTOP-65Q8KM9 阅读全文

Ubuntu 桥接设置 (在ubantu 18.04.5 之前好用 ,,,,18.04.5 就不好用了)

2020-09-02 14:56 by 握瑾怀瑜, 467 阅读, 0 推荐, 收藏,
摘要:1 安装vmware (如果不安装 不能直接在ubantu的terminal界面进行复制) 点击虚拟机 点击 安装vmware tools 2 安装 openssh-server (如果不安装 xshell无法连接)会提示如下信息 安装openssh-server。 命令如下:sudo apt-ge 阅读全文

MANO官网

2020-08-14 17:48 by 握瑾怀瑜, 181 阅读, 0 推荐, 收藏,
摘要:https://osm.etsi.org/docs/user-guide/ 阅读全文

centos7 的防火墙 开放端口

2020-08-14 16:00 by 握瑾怀瑜, 172 阅读, 0 推荐, 收藏,
摘要:firewall-cmd --zone=public --add-port=15672/tcp --permanent firewall-cmd --zone=public --add-port=8081/tcp --permanent firewall-cmd --zone=public --ad 阅读全文

centos7安装arp-sacn (./configure make makeinstall)

2020-08-14 14:58 by 握瑾怀瑜, 983 阅读, 0 推荐, 收藏,
摘要:1 git clone https://github.com/royhills/arp-scan.git 1 在windows上克隆下来项目 2 将项目压缩成zip文件,上传至linux上 3 在linux解压这个文件 4 进入到相应目录进行操作( cd /song/arp-scan ) 执行命令 阅读全文

yum源-postgresql

2020-08-13 17:31 by 握瑾怀瑜, 988 阅读, 0 推荐, 收藏,
摘要:vi /etc/yum.repos.d/pgdg-redhat-all.repo ####################################################### # PGDG Red Hat Enterprise Linux / CentOS repositories 阅读全文

yum源-mysql

2020-08-13 17:28 by 握瑾怀瑜, 221 阅读, 0 推荐, 收藏,
摘要:vi /etc/yum.repos.d/mysql-community.repo [mysql-connectors-community] name=MySQL Connectors Community baseurl=http://repo.mysql.com/yum/mysql-connecto 阅读全文

yum源-mongo

2020-08-13 17:27 by 握瑾怀瑜, 220 阅读, 0 推荐, 收藏,
摘要:vi /etc/yum.repos.d/mongodb-org-4.0.repo [mongodb-org-4.0] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org 阅读全文
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页