rm -f /etc/pve/pve-root-ca.pem /etc/pve/priv/pve-root-ca.* /etc/pve/local/pve-ssl.*;
pvecm updatecerts -f;
rm -f /etc/pve/pve-root-ca.pem /etc/pve/priv/pve-root-ca.* /etc/pve/local/pve-ssl.*;
pvecm updatecerts -f;
ubuntu, debian 에서 PlatformIO IDE 설치시에 Python3를 찾을 수 없다고 나오는 경우 오류 해결 방법
sudo apt instal python3-venv
설치 후 vscode 실행이 정상적으로 진행됩니다.
The $cfg[‘TempDir’] (/var/lib/phpmyadmin/tmp/) is not accessible. phpMyAdmin is not able to cache templates and will be slow because of this.
sudo chown www-data:www-data /usr/share/phpmyadmin/tmp
phpadmin은 apache web server와 light-http 웹서만 공식적으로 지원합니다.
따라서 nginx와 사용할 경우 별도의 설정이 필요합니다.
nginx 설정 파일 Alias을 합니다.
location /phpmyadmin {
alias /usr/share/phpmyadmin;
index index.php;
location ~ \.php$ {
fastcgi_pass unix:/run/php/php8.2-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $request_filename;
include fastcgi_params;
}
}
Arduino는 이탈리어로 ‘친구’라는 뜻입니다.