linux gpg-check key failed update
# 1. Clean DNF cache sudo dnf clean all # 2. Update the AlmaLinux release package (installs new keys) sudo dnf upgrade almalinux-release -y # 3. Import the latest AlmaLinux…
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
# 1. Clean DNF cache sudo dnf clean all # 2. Update the AlmaLinux release package (installs new keys) sudo dnf upgrade almalinux-release -y # 3. Import the latest AlmaLinux…
ALTER TABLE tableName MODIFY COLUMN field/column VARCHAR(255);