In the AWS environment: Very simple AWS diagram This is exactly the architecture that cloud providers like AWS use for security and…
Technology
EKS PersistantVolumeClaim cannot be destroy solution terraform
If you are using Kubernetes version >= 1.31 PVC on AWS EKS, by default will add finalizer kubernetes.io/pvc-protection. This is a…

Self host OpenVAS on Docker Debian
OpenVASÂ play a crucial role in preventing cyber attacks that could cause significant damage to physical infrastructure, disrupt essential services, and…

Fail2ban startup fail on Debian
Error message The key message: Failed during configuration: Have not found any log file for sshd jail Solution Edit /etc/fail2ban/jail.local…

Repair Kopia rclone remote repository blob error
When I migrate from remote SFTP kopia repository via rclone to Pcloud drive instead, I got this error after rclone…
MicroK8s resize default storage Persistent Volumes
By default microk8s will create 20GiB disk space, If you need to expand it, you will have to Describe pv…
k3s install on Debian
ks3 install Wait for node in ready state Describe the node token Add to kubectl on local machine Check connection…

GL-inet TTL to 65
Here are some command that I use that works properly on my device Devices that I use Remember check your…

Turn off taint on k0s kubernetes
Here is the error when I run Nginx on k0s When I played with k0s on bare metal server, I…

Add Samba on Debian
Samba is an open-source utility that enables file sharing between machines running on a single network. It enables Linux machines…