随笔分类 -  centos

摘要:centos9 [yuan@iv-yds4ws7x8gcva4g7cazq ~]$ docker ps permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.so 阅读全文
posted @ 2025-03-27 16:18 TIFOSI_Z 阅读(431) 评论(0) 推荐(0)
摘要:下载对应文件,并解压 cd /usr/lib/jvm/ tar xzf jdk-17.0.12_linux-x64_bin.tar.gz 配置环境 vi /etc/profile 在profile文件中添加 # java enviroment export JAVA_HOME=/usr/lib/jv 阅读全文
posted @ 2025-03-26 12:12 TIFOSI_Z 阅读(188) 评论(0) 推荐(0)
摘要:卸载云盾 远程连接到阿里云云服务器或者轻量应用服务器后,执行以下代码卸载阿里云盾: wget http://update.aegis.aliyun.com/download/uninstall.sh chmod +x uninstall.sh ./uninstall.sh wget http://u 阅读全文
posted @ 2022-09-09 22:28 TIFOSI_Z 阅读(1343) 评论(0) 推荐(0)
摘要:[root@localhost ~]# java -v Unrecognized option: -v Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program w 阅读全文
posted @ 2022-02-01 20:28 TIFOSI_Z 阅读(248) 评论(0) 推荐(0)
摘要:Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. 先卸载podman和docker 然后重新安装 yum install https://download.docker.com/linux/c 阅读全文
posted @ 2022-01-30 15:44 TIFOSI_Z 阅读(3386) 评论(0) 推荐(0)