What is the purpose of the /run/user/1000, tmpfs filesystem that appears in df?

环境 Red Hat Enterprise Linux (RHEL) 7 问题 We could see /run/user/1000 filesystem , is this a symptom of any issue? Why do I see multiple of tmpfs filesystems / partitions in ...

2020/06/16 21:57
1K
解决Python报错“SSL: CERTIFICATE_VERIFY_FAILED”

原因:python2.79之后urllib.urlopen打开一个 https要验证ssl证书,目标网站证书是自签名的证书时就会抛出此异常。 注:自签名证书是由服务器自己颁发给自己,用于证明自己身份的东西,非权威...

Linux column命令详解

功能介绍: 格式化输出 使用放法: NAME column - columnate lists SYNOPSIS column [-tx] [-c columns] [-s sep] [file ...] DESCRIPTION The column utility formats its input into mul.....

Linux 共享库

有个工具提示 error while loading shared libraries: libiconv.so.2 Linux 系统上有两类根本不同的 Linux 可执行程序。第一类是静态链接的可执行程序。静态可执行程序包含执行所需的所有函数...

2020/05/08 13:02
377
ETCD使用中需要注意的问题

我们在实际生产中使用ETCD存储元数据, 起初集群规模不大的时候元数据信息不多没有发现什么问题。 随着集群规模越来越大问题逐渐暴露了 有些实际的配置还是需要在初始化的时候就研究确定 ...

linux tar 压缩加密

tar加密压缩 tar -czvf - 1.sh | openssl des3 -salt -k 123123 -out 1.tar.gz 1.sh 可以是文件或者目录 123123 是密码 1.tar.gz 是生成后的压缩文件 tar加密解压 openssl des3 -d -k 12312...

Docker容器的DNS和主机名

同一个Docker镜像可以启动很多个容器,它们的主机名并不一样,可知主机名并不是被写入镜像中. 实际上容器中/etc目录下有3个文件是容器启动后被虚拟文件覆盖掉的,分别是 /etc/hostname /etc/hos...

2019/09/19 18:04
1W
nginx优化之request_time 和upstream_response_time差别

1、request_time 官网描述:request processing time in seconds with a milliseconds resolution; time elapsed between the first bytes were read from the client and the log write aft...

mysql left join 无法使用上索引

mysql left join 的原则上有两点 左表为小表 右表的关联字段是索引(就是on后面的条件尽量加上索引) 遇到的问题:右表(c)是大表,分别 有两个小表(a和b) 当 a left join c 的时候可以使用上...

没有更多内容

加载失败,请刷新页面