MSMohit Singhinmohitsblog.hashnode.dev路Feb 5, 2023 路 5 min readDocker For BeginnersDocker For Beginners Why do you need Docker? Long setup time: As we all know, applications are not run in all environments in a traditional setup; if we want them to run in all environments, we must first set up each environment, which takes time...01P
MSMohit Singhinmohitsblog.hashnode.dev路Jan 22, 2023 路 2 min readShell Scripts 馃Why Shell Scripts? Shell scripts help to automate things in Linux and it is very helpful: Automate daily backups. Automate installation and patching of software on multiple servers. Monitor the system periodically. It also helps in troubleshooting a...02RP
MSMohit Singhinmohitsblog.hashnode.dev路Jan 8, 2023 路 2 min readLinux CommandsLinux Command Touch command This command is used to make files. touch file.txt output This command is used to make multiple files. touch file{1...5}.txt output Remove command This command is used to remove files that start with a...02PR