Code Monkey home page Code Monkey logo

linuxworldinternship's Introduction

OTHER TASKS SOLUTON : https://github.com/ARTH-TASKS

18 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Task Description๐Ÿ“„

๐Ÿ”… Create an AWS EC2 instance

๐Ÿ”… Configure the instance with Apache Webserver.

๐Ÿ”… Download php application name "WordPress".

๐Ÿ”… As wordpress stores data at the backend in MySQL Database server. Therefore, you need to setup a MySQL server using AWS RDS service using Free Tier.

๐Ÿ”… Provide the endpoint/connection string to the WordPress application to make it work

17 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Task Description๐Ÿ“„

๐Ÿ”… Create your own Chat Servers, and establish a network to transfer data using Socket Programing by creating both Server and Clinet machine as Sender and Receiver both. Do this program using UDP data transfer protocol.

๐Ÿ”… Use multi-threading concept to get and receive data parallelly from both the Server Sides. Observe the challenges that you face to achieve this using UDP.

Note: Machines must have different OS like One Linux Machine one Windows. Both machines must be configured with python.

16 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Task Description๐Ÿ“„

โœ”๐Ÿ”ฐ Research how Kubernetes is used in Industries and what all use cases are solved by Kubernetes?

๐Ÿ“‘ Create a blog/Article/video on industry use case for Kubernetes.

#15 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Task Description๐Ÿ“„

โœ”๐Ÿ”…Create an ansible role myapache to configure Httpd WebServer.

๐Ÿ”…Create another ansible role myloadbalancer to configure HAProxy LB.

๐Ÿ”…We need to combine both of these roles controlling webserver versions and solving challenge for host ip's addition dynamically over each Managed Node in HAProxy.cfg file.

14 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Task Description๐Ÿ“„

โœ”๐Ÿ”ฐ 14.1 Create a network Topology Setup in such a way so that System A can ping to two Systems System B and System C but both these systems should not be pinging each other without using any security rule e.g firewall etc .

๐Ÿ”ฐ 14.2 Further in ARTH - Task 10 have to create an Ansible playbook that will retrieve newContainer IP and update the inventory. So that further Configuration of Webserver could be done inside that Container.

๐Ÿ”ฐ 14.3 Create an Ansible Playbook which will dynamically load the variable file named same as OS_name and just by using the variable names we can Configure our target node.( Note: No need to use when keyword here. )

Task 13 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Task Description๐Ÿ“„

โœ”๐Ÿ”ฐ Create a Setup so that you can ping google but not able to ping Facebook from same system

12 ๐Ÿ‘จโ€๐Ÿ’ป

Task Description ๐Ÿ“ƒ

โœ”12.1 Use Ansible playbook to Configure Reverse Proxy i.e. Haproxy and update it's configuration file automatically on each time new Managed node (Configured With Apache Webserver) join the inventory.

12.2 Configure the same setup as 12.1 over AWS using instance over there.

11 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Task Description๐Ÿ“„

โœ”๐Ÿ”ฐ 11.1 Configure Hadoop and start cluster services using Ansible Playbook

โœ”๐Ÿ”ฐ 11.2 Create a Article, blog or Video on how industries are solving challenges using Ansible.

โœ”๐Ÿ”ฐ 11.3 Restarting HTTPD Service is not idempotence in nature and also consume more resources suggest a way to rectify this challenge in Ansible playbook

10 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Task Description๐Ÿ“„

โœ”๐Ÿ”ฐWrite an Ansible PlayBook that does the following operations in the managed nodes: ๐Ÿ”น Configure Docker ๐Ÿ”น Start and enable Docker services ๐Ÿ”น Pull the httpd server image from the Docker Hub ๐Ÿ”น Run the docker container and expose it to the public ๐Ÿ”น Copy the html code in /var/www/html directory and start the web server

9 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Task Description๐Ÿ“„ โœ”๐Ÿ”ฐ Task 9.1 Create a Menu Using Voice Control in Python integrating all the concepts that have been taught by Vimal sir till now. โœ”๐Ÿ”ฐ Task 9.2 Create a Web Menu Using Python-CGI and API integrating all the concepts that have been taught by Vimal sir till now.

8 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Task Description

โœ”๐Ÿ”ฐCreate a Menu Using Python integrating all the concepts that have been taught by Vimal sir till now

7 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Description๐Ÿ“„

7.1: Elasticity Task ๐Ÿ”นIntegrating LVM with Hadoop and providing Elasticity to DataNode Storage ๐Ÿ”นIncrease or Decrease the Size of Static Partition in Linux. ๐Ÿ”นAutomating LVM Partition using Python-Script.

7.2: Docker Task ๐Ÿ”นConfiguring HTTPD Server on Docker Container ๐Ÿ”นSetting up Python Interpreter and running Python Code on Docker Container ๐Ÿ”นComplete Task 7 must be performed within the respective teams allotted.

6 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Task Description

โœ”๐Ÿ”ฐCreate High Availability Architecture with AWS CLI The architecture includes-

  • Webserver configured on EC2 Instance

  • Document Root(/var/www/html) made persistent by mounting on EBS Block Device. - Static objects used in code such as pictures stored in S3

  • Setting up Content Delivery Network using CloudFront and using the origin domain as S3 bucket.

  • Finally place the Cloud Front URL on the webapp code for security and low latency.

5 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Task Description

โœ”๐Ÿ”ฐExplore the benefits which MNCs are getting from AI/ML and Create Blog/Article emphasizing the enhancement of AI provided to their products and make them the top notch companies of this generation.

4 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

๐Ÿ”ฐTask 4.1 :- research and the world the know about the Myths of Hadoop

In a Hadoop cluster, find how to contribute limited/specific amount of storage as slave to the cluster?

Hint: Linux partitions

๐Ÿ”ฐTask 4.2 :- Team task:

According to popular articles, Hadoop uses the concept of parallelism to upload the split data while fulfilling Velocity problem.

Research with your teams and conclude this statement with proper proof

Hint: tcpdump

3 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

๐Ÿ”ฐTask 3.1

  • Setup a Hadoop cluster with one NameNode(Master) and 4 DataNodes(Slave) and one Client Node.

  • Upload a file through client to the NameNode.

  • Check which DataNode the Master chooses to store the file.

  • Once uploaded try to read the file through Client using the cat command and while Master is trying to access the file from that DataNode where it stored the file delete that DataNode or crash it and see with help of the replicated storage how master retrieves the file and present it to client

โœ”๐Ÿ”ฐTask 3.2Description โ€“ AWS*

  • Create a key pair

  • Create a security group

  • Launch an instance using the above created key pair and security group.

  • Create an EBS volume of 1 GB.

  • The final step is to attach the above created EBS volume to the instance you created in the previous steps.

  • All the above steps must be performed using AWS CLI

2 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

โœ”๐Ÿ”ฐRead at least one case study or stories of companies that got benefitted from AWS according to your interest field and then create a blog/article of the same.

1 ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

โœ”๐Ÿ”ฐwrite a blog/Article on any Blogging site (Eg LinkedIn, Medium) that how big MNCโ€™s

linuxworldinternship's People

Contributors

akshayanil1080 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.