Reading time: < 1 minute
Sense ajudes, descripcions ni notes… només per refrescar el tema amb 1s:
- client ssh:
- ssh-keygen -t dsa
- id_dsa.pub el copiem al servidor
- servidor ssh:
- afegim contingut id_dsa.pub al ~/.ssh/authorized_keys
- borrem id_dsa.pub
Reading time: < 1 minute
Sense ajudes, descripcions ni notes… només per refrescar el tema amb 1s:
Reading time: 2 – 2 minutes Tracking Docker container status in real time is a common challenge in DevOps. Popular
Reading time: 4 – 6 minutes Tired of updating documentation across multiple platforms? If your projects rely on Notion for
Reading time: 9 – 15 minutes Packaging Python applications into standalone executables can simplify deployment and distribution, especially when dealing
Reading time: 34 – 56 minutes Managing environment variables for different environments, such as production and development, is crucial for