Abishek Kafleforabisecopsdevops.abisec.xyz·Oct 7, 2024Launch EC2 InstanceTasks For this task, create an EC2 instance with following requirements: 1) The name of the instance must be xfusion-ec2. 2) You can use the Amazon Linux AMI to launch this instance. 3) The Instance type must be t2.micro. 4) Create a new RSA...DiscussCloud PlatformsAWS
Pooja ManelloreforPOOJA BLOGexplorewithme.hashnode.dev·Sep 6, 2024Find the Needle in the Haystack with grepSearch Like a Pro in Linux: Master the Power of grep When working in Windows, you're probably familiar with using text editors like Notepad and WordPad to easily modify, edit, and search through files in seconds. But did you know that Linux offers an...DiscussLinux
Pooja ManelloreforPOOJA BLOGexplorewithme.hashnode.dev·Aug 30, 2024Optimizing Linux Permissions: Harnessing the Power of umask, chmod, and usermodToday, we'll dive into the powerful Linux commands umask, chmod, and usermod, focusing on how to efficiently manage file and directory permissions. As an admin, setting the correct permissions is crucial for maintaining security and functionality acr...Discuss·1 likeLinux
Pooja ManelloreforPOOJA BLOGexplorewithme.hashnode.dev·Aug 28, 2024Unlocking Linux Power: Demystifying the Differences Between chmod and chown Commands"Imagine logging into your system with a password, gaining access to all your files and applications. But when you try to remove or modify certain packages, you’re denied access because you lack the necessary permissions. This is because Linux has a b...DiscussLinux
Pooja ManelloreforPOOJA BLOGexplorewithme.hashnode.dev·Aug 26, 2024Guide to Basic User Management CommandsUserHow to add user to the system and setting the password to that user and modify the user details and add user to specific group GroupHow to create group and add a group to specific user Before using the command make sure that you logged as a ro...DiscussLinux
Paminda Kalpa WickramasingheforPamindaTechTalkspamindatechtalks.hashnode.dev·Aug 20, 2024Days with DevOps | Project 01Nginx (pronounced "engine-x") is a open source web server software that is widely used to serve web content, reverse proxy, and load balance. Also it is widely used in production environments and is a popular choice among web developers and administ...Discuss·51 readsnginx
PrathameshforSundayPyjamas Engineeringengineering.sundaypyjamas.com·Aug 18, 2024Containerizing and Deploying a React App: From Local to EC2In this post, we'll walk through the process of containerizing a React application, pushing it to Docker Hub, and deploying it on an Amazon EC2 instance. We'll dive deep into each step, exploring best practices and uncovering some pro tips along the ...Discuss·36 readsDocker
Muzammil Janfor90Days of DevOps90days.hashnode.dev·Jul 25, 2024Understanding Package Managers and Installing Docker and Jenkins on Amazon LinuxWhat is a package manager in Linux? A package manager in Linux is a tool that automates the process of installing, updating, configuring, and removing software packages from a computer's operating system. What is a package? A package is a compressed ...Discusspackage manager
Samir Dixitforsamirdixit.hashnode.dev·Jul 12, 2024Install SSL certificates on AWS EC2 (Amazon Linux AMI) using "RapidSSL"Following are the steps to install SSL certificate on an AWS EC2 (Amazon Linux AMI) instance running LAMP server. Install mod_ssl on your EC2 instance. sudo yum install -y mod24_ssl Get SSL certificates for your domain from RapidSSL Once you pur...Discussrapidssl
Amit PaunikarforTechHowToamitpaunikar.hashnode.dev·Jun 4, 2024Comparing Linux-based operating systems from AWSAWS offers a variety of Linux-based operating systems that are stable, high performing and focused on security. These can be used to host containers or your workloads depending on your use case. Currently there are three variants available, with one ...Discussamazon-linux