DSDipu Singhindipusingh.hashnode.dev·Jun 16, 2023 · 4 min readDocker for Complete Beginners: A Comprehensive Guide.Introduction: Docker has emerged as a game-changing technology that simplifies application deployment, enhances collaboration, and improves scalability. Whether you're a developer, system administrator, or simply curious about containerization, this ...00
DSDipu Singhindipusingh.hashnode.dev·Apr 14, 2023 · 2 min readLinux Challenge #2 (Users and Permissions)Welcome to Linux Challenge #2! In this challenge, you will delve into the world of Linux users and permissions. As an aspiring Linux user, it's crucial to understand how users and permissions work in a Linux system. Create a new user called "user1"....00
DSDipu Singhindipusingh.hashnode.dev·Apr 13, 2023 · 2 min readLinux Command Line Challenge #1Description: In this challenge, you will be given a set of tasks to complete using the Linux command line interface. You will be required to use the most commonly used Linux commands to complete these tasks, including pipe, redirect, and grep command...00
DSDipu Singhindipusingh.hashnode.dev·Apr 6, 2023 · 2 min readHost a WordPress website in AWS EC2 InstanceCreate an AWS account and log in to the AWS Management Console. Navigate to the EC2 dashboard and launch a new instance. You'll need to choose an Amazon Machine Image (AMI) that's compatible with WordPress. Install Apache2: sudo apt insta...00