<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Debug School: Maulik</title>
    <description>The latest articles on Debug School by Maulik (@maulikd2397).</description>
    <link>https://www.debug.school/maulikd2397</link>
    <image>
      <url>https://www.debug.school/images/CPDdQlGexClW9WOTxwLbEDeLKxuBxqind7bvkmstzXo/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly90aGVw/cmFjdGljYWxkZXYu/czMuYW1hem9uYXdz/LmNvbS9pLzk5bXZs/c2Z1NXRmajltN2t1/MjVkLnBuZw</url>
      <title>Debug School: Maulik</title>
      <link>https://www.debug.school/maulikd2397</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/maulikd2397"/>
    <language>en</language>
    <item>
      <title>Linux Assignment &amp; Excercise</title>
      <dc:creator>Maulik</dc:creator>
      <pubDate>Thu, 09 Mar 2023 16:44:51 +0000</pubDate>
      <link>https://www.debug.school/maulikd2397/linux-assignment-excercise-gpj</link>
      <guid>https://www.debug.school/maulikd2397/linux-assignment-excercise-gpj</guid>
      <description>&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; What is EPEL and Write a instructions to install and use it. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Extra Package for Enterprise Linux is a special group form ferdora group that provides more packages for Redhat family[Ubuntu,centos and many more]
Commands for installation of EPEL 
For install EPEL :  yum install epel-release -y
For refresh: yum repolist
For install package: yum install pkg&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2.&lt;/strong&gt; What is diffrence between hypervisor and cloud?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the difference between hypervisor and cloud, hypervisor is a software that creates and run virtual machines{VMs} moreover hypervisor need few opreting system like memory manager,input/output(I/O),process scheduler, network stack and more to run VMs, On the otherhand cloud is a model that provide computing resources such as storage and networking via Internet in added that, there are few type of cloud providers are  providing the computing resources on a rent as per user demand without buy and maintain hardware such as Amazon Web Services [aws], Microsoft Azure and google Cloud.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;3.What are the Network Adaptor(Driver) you have in VirtualBox and write a usecase of it? &lt;/p&gt;

&lt;p&gt;3.1 NOT ATTACHED: A virtual network adapter is installed in a VM, but the network connection is missing, much like when you unplug the Ethernet network cable when using a physical network adapter. &lt;/p&gt;

&lt;p&gt;3.2 NAT : This network mode is enabled for a virtual network adapter by default. A guest operating system on a VM can access hosts in a physical local area network (LAN) by using a virtual NAT (Network Address Translation) device.&lt;/p&gt;

&lt;p&gt;3.3 NAT NETWROK: It is similar to the NAT mode that you use for configuring a router. If you use the NAT Network mode for multiple virtual machines, they can communicate with each other via the network.&lt;/p&gt;

&lt;p&gt;3.4 BRIDGED ADAPTER: Bridged Adapter is used for connecting the virtual network adapter of a VM to a physical network to which a physical network adapter of the VirtualBox host machine is connected. Also this mode used to run servers on VMs that allowing to fully network of local area.&lt;/p&gt;

&lt;p&gt;3.5 INTERNET NETWORK:  VMs connected to this network can communicate with each other, but they cannot communicate with a VirtualBox host machine, or with any other hosts in a physical network or in external networks, also this network can't be accessed from host or any other devices.&lt;/p&gt;

&lt;p&gt;3.6  HOST-ONLY ADAPTER: This network mode is used for communicating between a host and guests. A VM can communicate with other VMs connected to the host-only network, and with the host machine. The VirtualBox host machine can access all VMs connected to the host-only network.&lt;/p&gt;

&lt;p&gt;3.7 GENERIC DRIVER: This network allows you to share the generic network interface. A user can select the appropriate driver to be distributed in an extension pack or be included with VirtualBox.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>DevOps Assignments 01</title>
      <dc:creator>Maulik</dc:creator>
      <pubDate>Fri, 24 Feb 2023 23:53:12 +0000</pubDate>
      <link>https://www.debug.school/maulikd2397/devops-assignments-01-3ge6</link>
      <guid>https://www.debug.school/maulikd2397/devops-assignments-01-3ge6</guid>
      <description>&lt;ol&gt;
&lt;li&gt;What is DevOps in simple terms?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In simple terms, Devops is gathering Developments and Operations team. Under the DevOps both teams are work to gather for the entire software application cycle along with development,testing and implementation.&lt;/p&gt;

&lt;p&gt;2 what exactly DevOps do?&lt;/p&gt;

&lt;p&gt;The main work for DevOps is removing the gap between Development and Operation team. Moreover  , it’s connected between every single stage of the life cycle for reduce cost, time and fast deployment.&lt;/p&gt;

&lt;p&gt;3 What are the list of DevOps Tools?&lt;/p&gt;

&lt;p&gt;Jenkins, Docker, git, jira, Maven&lt;/p&gt;

&lt;p&gt;4 How DevOps and SRE are different?&lt;/p&gt;

&lt;p&gt;DevOps work with Development and operations team for managing software development, on the other hand SRE(site reliability engineering) work with operations,design and automation.&lt;/p&gt;

&lt;p&gt;5 What is DevSecOps?&lt;/p&gt;

&lt;p&gt;DevSecOps is Development, Security  and Operations which is provided security after every single step of the software application life cycle.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
