linux下硬盘安装以及扩容
摘要:分区数据盘 fdisk /dev/vdb创建物理卷PVpvcreate /dev/vdb1 查看物理卷pv pvs 创建卷组VGvgcreate vghome /dev/vdb1 或者加入vghome卷组vgextend vghome /dev/vdb1 查看卷组 vgs 一、使用lvextend命
阅读全文
git push 报错 Updates were rejected because the tip of your current branch is behind
摘要:[root@localhost newccdeploy]# git push Username for 'https://172.28.17.127': xxxx Password for 'https://xxxxx@172.28.17.127': To https://172.28.17.127
阅读全文