NKNilesh Kumar Sahuinnileshsahu.hashnode.dev路Aug 14, 2024 路 3 min readDay 1 : AWS Zero to HeroTasks for Day1 Learn about the different pricing models offered by AWS and write a post in own words. Differentiate between on-premises, on-cloud, and hybrid cloud computing models, and explain when each might be most appropriate. Explore IAAS, PA...00
NKNilesh Kumar Sahuinnileshsahu.hashnode.dev路Aug 14, 2024 路 2 min readDay 3 Task: Basic Linux Commands with a TwistTask: What are the Linux commands to View the content of a file and display line numbers. Change the access permissions of files to make them readable, writable, and executable by the owner only. Check the last 10 commands you have run. Remove a ...00
NKNilesh Kumar Sahuinnileshsahu.hashnode.dev路Aug 12, 2024 路 4 min readUsefull Linux CommandsBasic Linux Commands File and Directory Management pwd: Print working directory (shows the current directory). ls: List files and directories. cd <directory>: Change directory. mkdir <directory>: Create a new directory. rmdir <directory>: Remov...00
NKNilesh Kumar Sahuinnileshsahu.hashnode.dev路Aug 12, 2024 路 3 min readLinux Fundamentals: A Beginner's Guide 馃惂Linux is a powerful and versatile operating system that powers everything from servers to smartphones. Whether you鈥檙e looking to learn Linux for personal use, development, or system administration, understanding its fundamentals is essential. Here鈥檚 ...00
NKNilesh Kumar Sahuinnileshsahu.hashnode.dev路Aug 8, 2024 路 3 min readIntroduction of DevOps 鈾撅笍What is DevOps? 馃馃捇 DevOps is a way of working that brings together Development (Dev) and Operations (Ops) teams. Goal: To make software development and delivery faster and more efficient! 馃殌 Key Ideas: Collaboration: Developers and operations w...00