cobbler介绍 cobbler服务端部署 环境描述 关闭防火墙/SElinux 主机 ip地址 服务 角色 vm2(centos7) 192.168.225.128 cobbler,httpd,tftp 服务端 下载软件 配置yum源 [root@vm2 yum.repos.d]# curl - ...
分类:
其他好文 时间:
2020-12-01 11:57:15
阅读次数:
4
安装依赖软件包:sudoaptinstall-ycurlgnupg2添加docker-ce源sudovim/etc/apt/sources.list.d/docker.list#deb-src[arch=amd64]https://mirrors.aliyun.com/docker-ce/linux/debianbusterstabledeb[arch=amd64]http://mirrors.u
分类:
其他好文 时间:
2020-12-01 11:46:00
阅读次数:
2
1.由于rabbitmq是基于erlang语言开发的,所以必须先安装erlang。 安装依赖 yum -y install gcc glibc-devel make ncurses-devel openssl-devel xmlto perl wget gtk2-devel binutils-dev ...
分类:
其他好文 时间:
2020-11-30 16:03:52
阅读次数:
5
1.卸载python(防止未卸载干净) rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps #强制删除已安装程序及其关联 whereis python|xargs rm -frv #删除所有残余文件 #xargs,允许你对输出执行其他某些命 ...
分类:
其他好文 时间:
2020-11-27 11:39:37
阅读次数:
9
一、在linux服务器上搭建私有Git服务程序:make编译方式远程仓库实际上和本地仓库没啥不同,纯粹为了7x24小时开机并交换大家的修改。GitHub就是一个免费托管开源代码的远程仓库。但是对于某些视源代码如生命的商业公司来说,既不想公开源代码,又舍不得给GitHub交保护费,那就只能自己搭建一台Git服务器作为私有仓库使用。1、环境准备:Linux主机:centos7.6-1810Git版本:
分类:
其他好文 时间:
2020-11-27 11:23:21
阅读次数:
7
跟着网上的步骤走就好了,这里就记录一个过程: 先加个docker的源 1 curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg | sudo apt-key add - 2 3 echo 'deb htt ...
分类:
其他好文 时间:
2020-11-27 10:55:57
阅读次数:
5
Mac中安装brew最简单的方式 1.启动命令行,输入命令 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 2.启动脚本后,选择下载源 3.默默等待安装成功。。。。 ...
分类:
系统相关 时间:
2020-11-26 14:39:06
阅读次数:
8
##源码安装Python3 ###一、安装Python3需要的依赖包 [root@localhost ~]# yum install -y gcc make wget openssl openssl-devel readline readline-devel zlib* libffi-devel 注 ...
分类:
编程语言 时间:
2020-11-26 14:09:24
阅读次数:
5
概述在复杂的网络环境中,需要通过抓包来排查网络问题,但是有时候https的包是tls加密,无法看到真实它在做什么,需要对其进行解密。工具tcpdumpwiresharkhttps请求工具浏览器curl设置解密变量exportSSLKEYLOGFILE=~/Downloads/ssl.key测试发送https请求curlhttps://baidu.com<html><head>
分类:
Web程序 时间:
2020-11-25 12:50:13
阅读次数:
14
#二进制安装k8s ##网络设置和初始化 ##cfssl证书设置 vi cfssl.sh chmod 777 cfssl.sh #!/bin/bash wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 wget https://pkg.cfssl.o ...
分类:
其他好文 时间:
2020-11-25 12:03:39
阅读次数:
5