码迷,mamicode.com
首页 >  
搜索关键字:svn centos7    ( 23609个结果
Git配置和使用?Git你真的会用么?Git与SVN的主要区别
1、Git环境配置 下载地址:https://git-scm.com/ 也就是Git官网 官网下载太慢,我们可以使用淘宝镜像下载:http://npm.taobao.org/mirrors/git-for-windows/ 下载完成后,傻瓜式安装即可 安装完成后,我们在开始菜单Git项菜单小有3个程 ...
分类:其他好文   时间:2021-06-23 17:03:31    阅读次数:0
大数据平台搭建(Ambari +HDP)
安装包 ambari-2.7.3.0-centos7.tar.gz HDP-3.1.0.0-centos7-rpm.tar.gz HDP-UTILS-1.1.0.22-centos7.tar.gz HDP-GPL-3.1.0.0-centos7-gpl.tar.gz Ambari Ambari 跟 ...
分类:其他好文   时间:2021-06-23 16:52:56    阅读次数:0
svn
服务器svn重新生成--Git clone 1588 svn info 1589 cd .. 1590 rm rules -fr 1591 ls 1592 svn up 1593 svn co http://svn.xxxxx.com/xxxxx/uledeploy_doc/prometheus/r ...
分类:其他好文   时间:2021-06-22 18:16:56    阅读次数:0
centos7.5-nginx-1.20.1安装教程
1.安装编码依赖包 nginx在linux安装的前提需要:wget、gcc、pcre、openssl、zlib [root@master ~]# yum -y install gcc gcc-c++ [root@master ~]# yum install -y pcre pcre-devel [r ...
分类:其他好文   时间:2021-06-21 21:09:19    阅读次数:0
Linux 平台安装 Nginx 1.20
Linux 平台安装 Nginx 1.20 该博客中使?的系统为 CentOS 7 Linux 发?版 系统版本详情: Linux centos7-shanghai 3.10.0-1160.25.1.el7.x86_64 #1 SMP Wed Apr 28 21:49:45 UTC 2021 x86 ...
分类:系统相关   时间:2021-06-21 19:54:00    阅读次数:0
CentOS7环境变量
1、CentOS7环境变量分系统环境变量和用户环境变量 系统环境变量:/etc/bashrc、/etc/profile、/etc/profile.d 推荐:/etc/profile.d 用户环境变量:~/.bash_profile、~/.bashrc 推荐:~/.bash_profile 2、查看环 ...
分类:其他好文   时间:2021-06-20 18:02:13    阅读次数:0
CentOS7部署Zookeeper
1.下载Zookeeper 官网 使用wget下载: wget https://mirrors.bfsu.edu.cn/apache/zookeeper/zookeeper-3.7.0/apache-zookeeper-3.7.0-bin.tar.gz 2.解压资源 # 解压资源到指定目录下 tar ...
分类:其他好文   时间:2021-06-18 20:04:20    阅读次数:0
VirtualBox6.1启用VT-x/AMD-V
我的宿机是Mint20,所有使用linux的命令启用VT-x/AMD-V linux启用方式 在宿机上执行命令列出所有虚机 ~$ VBoxManage list vms "centos7-1" {ec49b90a-fd46-402d-bce6-d73f0b889c9b} "centos7-2" {f ...
分类:其他好文   时间:2021-06-18 19:55:56    阅读次数:0
CentOS7 定时任务
在centos上最常用的定时任务服务是crond。 任务是由 cron (crond) 这个系统服务来控制的,这个系统服务是默认启动的。用户自己设置的计划任务则使用crontab命令。crond和crontab是不可分割的。 1. 安装软件服务 正常centos7自动安装crond服务及cronta ...
分类:其他好文   时间:2021-06-18 19:55:38    阅读次数:0
centos7 lvm添加硬盘后扩展磁盘空间
df -h pvdisplay vgdisplay fdisk -l 查看新加卷在新磁盘创建物理卷pvcreate /dev/sdb将新磁盘添加到物理卷组vgextend rootvg /dev/sdb扩容lvmlvextend -L +2000G /dev/mapper/rootvg-rootlv ...
分类:其他好文   时间:2021-06-18 19:08:09    阅读次数:0
23609条   上一页 1 2 3 4 5 6 ... 2361 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!