CPchandan pandeyinchandanaws2024.hashnode.devยทFeb 6, 2024 ยท 2 min readLinux commands you must knowTOP 50 Linux commands and tricks that are useful for DevOps tasks TOP 50 Linux commands and tricks that are useful for DevOps tasks: SSH Key Authentication: ssh-keygen -t rsa ssh-copy-id user@hostname File Transfer: scp localfile.txt user@remote:/p...00
CPchandan pandeyinchandanaws2024.hashnode.devยทJan 28, 2024 ยท 1 min readLinux๐ป Here are some essential Linux commands and concepts you should know: 1. ls: List files and directories ๐2. cd: Change the current directory ๐ช3. mkdir: Create a new directory ๐4. rm: Remove files or directories โ5. cp: Copy files or directorie...00