Recent Activity
Admin
User for 4 years
Created Content
Recently Created Pages View All
Create Role
Kubernetes
kubectl create clusterrole <USER>-cr --verb=get,list,create,update --resources=pods --dry-run=cli...
Create User
Kubernetes
Create Certificate Get Certificate Key openssl genrsa -out <USER>.key 2048 Create CertificateS...
[FIX] PVE update failed(Failed to fetch 401 Unauthorized) (TASK ERROR: command ‘apt-get update’ failed: exit code 100)
Proxmox
Update problem 1 Change working directory cd /etc/apt/sources.list.d 2 Backup the file we will...
Allow root login
SSH
mkdir .sshtouch .ssh/authorized_keys sed -i 's/#PermitRootLogin prohibit-password/PermitRootL...
PostgreSQL commands
PostgreSQL
Access the PostgreSQL server from psql with a specific user: psql -U [username]; ...
Recently Created Chapters
Admin has not created any chapters