博客 / 列表

simmy - 安裝OpenMetadata

OS:Ubuntu Server 22.04 安裝docker 注意不要使用root安裝 sudo apt -y update sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-c

openmetadata , 運維 , Docker , Ubuntu

simmy - MySQL報錯:Access denied for user root@localhost

報錯之後嘗試各種方式修改密碼都失敗,查詢後才發現是密碼沒有符合標準 Attempt to fix the "Access denied for user root@localhost" by changing the authentication method from auth_socket to mysql_native_password and setting the

密碼 , MySQL , 運維 , root

simmy - Jenkins EC2虛擬機設置AWS Role訪問

1.先創建Role添加codecommit access Trust relationships設定EC2 AssumeRole 賦予EC2 Role 2.Jenkins安裝插件:AWS CodeCommit URL Helper 配置項目添加Behaviours, 選擇URL Helper,Credentail選n

AWS , 運維 , EC2 , IAMRole , jenkins