Linux
且听且吟_
这个作者很懒,什么都没留下…
展开
-
Linux 常见问题和解决方案
curl: (35) Peer reports incompatible or unsupported protocol version.解决方法:yum update nss nss-util nspryum update curl原创 2018-06-05 15:23:19 · 437 阅读 · 0 评论 -
Linux 常用命令
修改主机名称:[root@iZj6cjc25uzdhe0uymzk07Z ~]# vim /etc/sysconfig/network[root@iZj6cjc25uzdhe0uymzk07Z ~]# hostnamectl set-hostname mydocker-server[root@iZj6cjc25uzdhe0uymzk07Z ~]# reboot原创 2018-05-31 10:31:59 · 152 阅读 · 0 评论 -
Linux硬盘挂载和分区操作
[root@ecs-docker-test ~]# fdisk -lDisk /dev/vda: 107.4 GB, 107374182400 bytes, 209715200 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size ...原创 2018-07-03 21:03:17 · 1005 阅读 · 0 评论 -
Linux命令手册
1、查看外网地址curl ifconfig.me2、重启Kubeadmkubeadm reset 3、查看指定namespace下的podkubectl get pod -n kube-system4、获取内网IP地址(https://www.cnblogs.com/kerrycode/archive/2015/06/16/4581030.html)ifconfig eth...原创 2018-12-10 11:12:55 · 347 阅读 · 0 评论