随笔分类 -  linux

摘要:拉取镜像 docker pull docker.elastic.co/kibana/kibana:7.12.0 运行并添加容器后台运行,指定Elasticsearch地址为http://localhost:9200 docker run --name kib01 -d -p 5601:5601 -e 阅读全文
posted @ 2023-03-31 23:52 青争竹马 阅读(36) 评论(0) 推荐(0)
摘要:There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: Please install a package which provides this module, or verify that the module is installed correctly. It's possible that the above module doesn't match the current version of Python, which is: 阅读全文
posted @ 2023-03-31 17:02 青争竹马 阅读(128) 评论(0) 推荐(0)
摘要:解决SSH 免密钥登录却还是需要密码的问题 阅读全文
posted @ 2022-03-08 18:14 青争竹马 阅读(931) 评论(0) 推荐(0)