<?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>DEV Community: AakritiGoyal12458</title>
    <description>The latest articles on DEV Community by AakritiGoyal12458 (@aakritigoyal12458).</description>
    <link>https://dev.to/aakritigoyal12458</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F618276%2Fa1212097-c0be-4c54-b708-c0cbdb227c94.jpg</url>
      <title>DEV Community: AakritiGoyal12458</title>
      <link>https://dev.to/aakritigoyal12458</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aakritigoyal12458"/>
    <language>en</language>
    <item>
      <title>How to FIND, REMOVE and INSTALL A PACKAGE in RHEL8</title>
      <dc:creator>AakritiGoyal12458</dc:creator>
      <pubDate>Mon, 01 May 2023 19:05:00 +0000</pubDate>
      <link>https://dev.to/aakritigoyal12458/how-to-find-remove-and-install-a-package-in-rhel8-op7</link>
      <guid>https://dev.to/aakritigoyal12458/how-to-find-remove-and-install-a-package-in-rhel8-op7</guid>
      <description>&lt;p&gt;95% of the commands we use in any OS are created by the software's/Packages. For Example, if we talk about Red Hat Linux Operating System: below we can see &lt;strong&gt;&lt;em&gt;&lt;code&gt;which date&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt; &lt;strong&gt;&lt;em&gt;&lt;code&gt;which cal&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--AXYxD9CD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/iaslr4h5nup5r3koqt1x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AXYxD9CD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/iaslr4h5nup5r3koqt1x.png" alt="date command" width="444" height="253"&gt;&lt;/a&gt;Here we run &lt;strong&gt;&lt;em&gt;&lt;code&gt;rpm -q -f /usr/bin/date&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
In simple words the command means red hat package management i have a query who created this file &lt;strong&gt;&lt;em&gt;&lt;code&gt;/usr/bin/date&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
and in return it will provide you with a software name.&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0S2jIgxl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1cayyauyx5omfu6ncnf9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0S2jIgxl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1cayyauyx5omfu6ncnf9.png" alt="rpm query command" width="694" height="81"&gt;&lt;/a&gt;So let's start our demo by 1st finding Firefox package, let's run and check if it exists or not.&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2pb_e6Op--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3aryzlzl8gmx73pmj5o1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2pb_e6Op--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3aryzlzl8gmx73pmj5o1.png" alt="check package exist or not " width="710" height="60"&gt;&lt;/a&gt;Now,&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Find Firefox package &lt;strong&gt;&lt;em&gt;&lt;code&gt;rpm -q firefox&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vE89eyZJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2z2lvephhjrmdapeiz9t.png" alt="Image description" width="800" height="60"&gt;
&lt;/li&gt;
&lt;li&gt;Remove the package using &lt;strong&gt;&lt;em&gt;&lt;code&gt;rpm -e firefox&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nHs9hjC4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/s5fy6s9a4sa1ga7jbs0w.png" alt="Image description" width="800" height="27"&gt;
check if firefox is installed &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1H5jlKV6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zo50wkm2nmch4cra1ei4.png" alt="Image description" width="800" height="56"&gt;
&lt;/li&gt;
&lt;li&gt;try to install  firefox &lt;strong&gt;&lt;em&gt;&lt;code&gt;rpm -i firefox&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt; &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--s4vIO60d--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1mm5ejigvhtz2xoh9mrv.png" alt="Image description" width="800" height="61"&gt;
OOPS! WE ENCOUNTER AN ERROR No such file this means we cannot install Firefox like this. When we downloaded RHEL8 we had one DVD or iso file downloaded with us which is basically a bootable image. We will use this image as it already has 5k+ software in it. 
So, &lt;strong&gt;&lt;em&gt;add the image in the optical drive&lt;/em&gt;&lt;/strong&gt;. for that 1st soft shut down the system using &lt;strong&gt;&lt;em&gt;&lt;code&gt;init 0&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt;. &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oG-h_9T2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p2b9lksgya47ex7px9wm.png" alt="Image description" width="800" height="23"&gt;
now go to &lt;strong&gt;&lt;em&gt;&lt;code&gt;Settings -&amp;gt;Storage-&amp;gt;Add Optical drive --&amp;gt;Add the pre installed iso image&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt;as shown below &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zvK26jZB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jvwbpl2ke7rklccwqkym.png" alt="Image description" width="800" height="98"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WyhcXNQv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/efvehmgs6ffqx1t5uy08.png" alt="Image description" width="800" height="634"&gt;
After Inserting DVD, you will face 2 options regarding reinstalling the OS. but as you already have OS installed so to avoid this go to &lt;strong&gt;&lt;em&gt;Settings -&amp;gt;System -&amp;gt;Boot Order&lt;/em&gt;&lt;/strong&gt;  and change it to hard drive and then optical drive. So, from now onwards if according to boot order if OS already exist in Hard Disk no option to reinstall will be shown and if OS do not exist in Hard Disk, then only install from DVD option will be shown. 
Now you can find DVD in GUI after going to &lt;em&gt;&lt;strong&gt;Activities&lt;/strong&gt;&lt;/em&gt;. 
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6zewc4Ef--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sa38z8wojfsfene1dsu5.png" alt="Image description" width="536" height="1167"&gt;
All the Packages are stored in AppStream and BaseOs . 
NOTE: they all have extension as &lt;strong&gt;_.rpm _&lt;/strong&gt;
Right click in white space: click on &lt;strong&gt;&lt;em&gt;&lt;code&gt;open in Terminal&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt; option you will be landed directly in DVD folder. 
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--28PRswM2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xayrp38qdrwzv7ip1dk1.png" alt="Image description" width="800" height="222"&gt;
Now our plan is to &lt;strong&gt;&lt;em&gt;install Firefox&lt;/em&gt;&lt;/strong&gt;. 
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZOabgLvd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8thovzub02b72umods1d.png" alt="Image description" width="800" height="388"&gt;
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lfJNsnOu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6b0ijqyvtspitx6vhpjn.png" alt="Image description" width="800" height="43"&gt;
lets install Firefox using &lt;strong&gt;&lt;em&gt;&lt;code&gt;rpm -i firefox...&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt;(click TAB to get the full name at your terminal ) 
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9fOvzh3C--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qhxivkjjr4ymb6mx1qr4.png" alt="Image description" width="800" height="58"&gt;
let's &lt;strong&gt;&lt;em&gt;check if software is installed&lt;/em&gt;&lt;/strong&gt; using &lt;strong&gt;&lt;em&gt;&lt;code&gt;rpm -q firefox&lt;/code&gt;&lt;/em&gt;&lt;/strong&gt;.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TJnEC50d--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a2eeuvg64voyo758cmgr.png" alt="Image description" width="800" height="67"&gt;
&lt;em&gt;Thank You.&lt;/em&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>linux</category>
      <category>redhat</category>
      <category>software</category>
      <category>package</category>
    </item>
    <item>
      <title>WHY OS and WHAT is OS :)</title>
      <dc:creator>AakritiGoyal12458</dc:creator>
      <pubDate>Tue, 28 Feb 2023 19:59:30 +0000</pubDate>
      <link>https://dev.to/aakritigoyal12458/why-os-and-what-is-os--20jg</link>
      <guid>https://dev.to/aakritigoyal12458/why-os-and-what-is-os--20jg</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0sjp9a7arzek7yqi6gvq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0sjp9a7arzek7yqi6gvq.png" alt="WHY OS" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;WHAT is &lt;strong&gt;an operating system&lt;/strong&gt; ?? &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;OS is made up of System Software . &lt;/li&gt;
&lt;li&gt;OS is a piece of &lt;strong&gt;software&lt;/strong&gt; that &lt;strong&gt;manages all the resources&lt;/strong&gt; of a computer system ,both hardware and software.&lt;/li&gt;
&lt;li&gt;OS &lt;strong&gt;provides an environment&lt;/strong&gt; in which the user can
&lt;strong&gt;execute&lt;/strong&gt; his/her &lt;strong&gt;programs&lt;/strong&gt; in a convenient and efficient manner .&lt;/li&gt;
&lt;li&gt;Other than this OS &lt;strong&gt;acts as an interface&lt;/strong&gt; between &lt;strong&gt;user and computer H/W&lt;/strong&gt; by helping user to Access computer H/W . And It hides complexity of H/W. &lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>perl</category>
      <category>javascript</category>
      <category>bigdata</category>
      <category>ai</category>
    </item>
    <item>
      <title>How to launch Linux OS from EC2-instance as GUI ?</title>
      <dc:creator>AakritiGoyal12458</dc:creator>
      <pubDate>Tue, 21 Feb 2023 18:03:51 +0000</pubDate>
      <link>https://dev.to/aakritigoyal12458/how-to-launch-linux-os-from-ec2-instance-as-gui--55bp</link>
      <guid>https://dev.to/aakritigoyal12458/how-to-launch-linux-os-from-ec2-instance-as-gui--55bp</guid>
      <description></description>
      <category>ai</category>
      <category>productivity</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Companies using AWS</title>
      <dc:creator>AakritiGoyal12458</dc:creator>
      <pubDate>Sun, 19 Feb 2023 18:22:40 +0000</pubDate>
      <link>https://dev.to/aakritigoyal12458/companies-using-aws-5a1c</link>
      <guid>https://dev.to/aakritigoyal12458/companies-using-aws-5a1c</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F25ze39te61odltg5ihfc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F25ze39te61odltg5ihfc.png" alt="AWS" width="474" height="233"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What is AWS?&lt;br&gt;
Amazon Web Services (AWS) is a cloud service provider that uses Amazon’s own infrastructure and experience. Rather than a division of the company, like Microsoft’s Azure, AWS is a subsidiary company of Amazon.&lt;/p&gt;

&lt;p&gt;AWS offers a wide range of cloud services, from basic hosting and deployment to analytics, blockchain, machine learning, and more.&lt;/p&gt;

&lt;p&gt;Organizations of all sizes across all industries are transforming their businesses and delivering on their missions every day using AWS. &lt;/p&gt;

&lt;p&gt;BigBasket Grows Bigger with 400,000 Daily Orders on AWS : &lt;br&gt;
BigBasket, India’s largest online grocery, has been in business since 2011. Customer retention is at the heart of its strategy, as well as a hyper-local approach to inventory. BigBasket is available in 21 cities and runs its infrastructure on the Amazon Web Services (AWS) Cloud. The business had been growing 20–30 percent each year, but when COVID-19 struck and India went into lockdown, BigBasket faced unprecedented demand. Daily traffic was suddenly six times higher than pre–COVID-19 peaks.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Scales from 250,000 to 400,000 daily orders in 8 months&lt;/li&gt;
&lt;li&gt;Maintains 99.9% site uptime with latency of 350 milliseconds&lt;/li&gt;
&lt;li&gt;Saves 1 weeks’ worth of staff time per month on database maintenance&lt;/li&gt;
&lt;li&gt;Frees up engineering time with managed services&lt;/li&gt;
&lt;li&gt;Recommends products to expedite shopping experience&lt;/li&gt;
&lt;li&gt;Develops loyalty program to reward repeat shoppers&lt;/li&gt;
&lt;li&gt;Achieves high degree of geo-segmentation with data tools&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>discuss</category>
      <category>career</category>
      <category>productivity</category>
      <category>gamedev</category>
    </item>
    <item>
      <title>INTERACTING WITH SERVICES PROVIDED BY AWS</title>
      <dc:creator>AakritiGoyal12458</dc:creator>
      <pubDate>Thu, 26 Jan 2023 07:21:38 +0000</pubDate>
      <link>https://dev.to/aakritigoyal12458/interacting-with-services-provided-by-aws-5ae7</link>
      <guid>https://dev.to/aakritigoyal12458/interacting-with-services-provided-by-aws-5ae7</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ulePC9To--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fq9d9rmv9mg4guuitdpm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ulePC9To--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fq9d9rmv9mg4guuitdpm.png" alt="Image description" width="880" height="719"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For interaction  services provided by AWS we have various ways :&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Web UI&lt;/li&gt;
&lt;li&gt;CLI&lt;/li&gt;
&lt;li&gt;API&lt;/li&gt;
&lt;li&gt;Cloud Formation &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;First 3 approaches are Monotonous and harder in terms of Management .  &lt;/p&gt;

&lt;p&gt;For Example , in CLI we have scripted or Imperative approach where we have to tell &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What to do &lt;/li&gt;
&lt;li&gt;How to do &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;but Approach 4 is Declarative Approach where we only have to tell&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What to do &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;AWS has its own tool service called as CLOUD FORMATION that help us with Automation and is declarative. &lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloudskills</category>
      <category>devops</category>
      <category>linux</category>
    </item>
    <item>
      <title>Creating HTML &lt;a&gt; Anchor &lt;/a&gt; Tag With JAVASCRIPT</title>
      <dc:creator>AakritiGoyal12458</dc:creator>
      <pubDate>Mon, 01 Aug 2022 19:36:31 +0000</pubDate>
      <link>https://dev.to/aakritigoyal12458/creating-html-anchor-tag-with-javascript-5aa3</link>
      <guid>https://dev.to/aakritigoyal12458/creating-html-anchor-tag-with-javascript-5aa3</guid>
      <description>&lt;p&gt;This article will help you to &lt;strong&gt;&lt;em&gt;create link over any text&lt;/em&gt;&lt;/strong&gt; you have used in your webpage without using anchor tags of html . &lt;/p&gt;

&lt;p&gt;Also whenever you will click on link it will &lt;em&gt;ask&lt;/em&gt; you to &lt;strong&gt;&lt;em&gt;confirm whether you want to continue or not ...&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DZ1ByN2F--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/f3xvrhp0ktjfobllh2il.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DZ1ByN2F--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/f3xvrhp0ktjfobllh2il.jpg" alt="continue or not" width="225" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 1 &lt;/p&gt;

&lt;p&gt;We know Browser know our current workspace and JavaScript is the best way to communicate with browser . So with this command &lt;br&gt;
&lt;code&gt;document.location="delete_me.html"&lt;/code&gt; JavaScript can ask for your current location from Browser . &lt;/p&gt;

&lt;p&gt;Step 2 &lt;/p&gt;

&lt;p&gt;We have confirm dialog box in JS &lt;code&gt;confirm()&lt;/code&gt;which gives its o/p as Boolean values . These values can be used with if and else conditions .&lt;/p&gt;

&lt;p&gt;Code:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;script&amp;gt;
function abc(){

var c= confirm("Do you want to Continue....?? ");

if(c)
     {
          document.location="delete_me.html";
     }
else
     {
          alert("we stay here");
     }

}
&amp;lt;/script&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;div onclick=abc()&amp;gt;Click me &amp;lt;/div&amp;gt; 
&amp;lt;/body&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zv3p4hrY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r08uz63jzes80iu2pxzj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zv3p4hrY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r08uz63jzes80iu2pxzj.png" alt="Thank You" width="200" height="200"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>programming</category>
      <category>html</category>
      <category>webdev</category>
    </item>
    <item>
      <title>LinkedIn</title>
      <dc:creator>AakritiGoyal12458</dc:creator>
      <pubDate>Thu, 25 Nov 2021 12:52:36 +0000</pubDate>
      <link>https://dev.to/aakritigoyal12458/linkedin-37mn</link>
      <guid>https://dev.to/aakritigoyal12458/linkedin-37mn</guid>
      <description>&lt;p&gt;Points you should definitely keep in mind while creating a LinkedIn profile . &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Customize: 

&lt;ul&gt;
&lt;li&gt;LinkedIn URL&lt;/li&gt;
&lt;li&gt;Name , tagline , note(message)&lt;/li&gt;
&lt;li&gt;Profile  picture &lt;/li&gt;
&lt;li&gt;Relevant title&lt;/li&gt;
&lt;li&gt;Headline &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;How your profile pic should look like&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;A headshot pic &lt;/li&gt;
&lt;li&gt;With smile on face &lt;/li&gt;
&lt;li&gt;Formal dress up &lt;/li&gt;
&lt;li&gt;A clear background &lt;/li&gt;
&lt;li&gt;A high-quality picture &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Add Skill Sets&lt;/li&gt;
&lt;li&gt;Be approachable 

&lt;ul&gt;
&lt;li&gt;Add email-id&lt;/li&gt;
&lt;li&gt;Contact info&lt;/li&gt;
&lt;li&gt;About section &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Add summary &lt;/li&gt;
&lt;li&gt;How to Use the featured snippet &lt;/li&gt;
&lt;li&gt;Boost credibility :

&lt;ul&gt;
&lt;li&gt;Get recommendation &lt;/li&gt;
&lt;li&gt;quality quantity and right people matters e.g. College professors colleagues’ client HOD current and managers &lt;/li&gt;
&lt;li&gt;take recommendation from the people who are relevant to your field &lt;/li&gt;
&lt;li&gt;you should focus on your hard skills and soft skills.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;You should add around 10 second voice note to your profile with&lt;/li&gt;
&lt;li&gt;Approachable cover story&lt;/li&gt;
&lt;li&gt;The three E’s approach i.e.

&lt;ul&gt;
&lt;li&gt;Education&lt;/li&gt;
&lt;li&gt;Experience &lt;/li&gt;
&lt;li&gt;Endorsement&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;BYA approach i.e. Boost Your accomplishment : By adding a Publication ,patent, courses, project ,test scores, languages, Organisation , Honours and Awards.&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>espeak -ng</title>
      <dc:creator>AakritiGoyal12458</dc:creator>
      <pubDate>Wed, 29 Sep 2021 18:07:23 +0000</pubDate>
      <link>https://dev.to/aakritigoyal12458/espeak-ng-5apa</link>
      <guid>https://dev.to/aakritigoyal12458/espeak-ng-5apa</guid>
      <description>&lt;p&gt;date | espeak-ng&lt;br&gt;
     it speaks date&lt;br&gt;
espeak-ng — version&lt;br&gt;
     it shows version&lt;br&gt;
espeak-ng -v hi+f2 -q “text”&lt;br&gt;
     it speaks silently we won’t hear anything&lt;br&gt;
espeak-ng “hello Everyone” &lt;br&gt;
     speaks the text written in double quotes &lt;br&gt;
espeak-ng -a 200 “hello world”&lt;br&gt;
     speaks text with amplitude of 200 &lt;br&gt;
espeak-ng -g 100ms “hello world”&lt;br&gt;
     speaks the words with the gap of 100 ms&lt;br&gt;
espeak-ng -k 1 “hello world”&lt;br&gt;
    speaks the text with sound with each word &lt;br&gt;
espeak-ng -k 2 “hello world”&lt;br&gt;
    speaks capital with each words it speaks &lt;br&gt;
espeak-ng -k 200 “hello world”&lt;br&gt;
     if we increase the value with -k option it increase the pitch of text &lt;br&gt;
espeak-ng -p 200 “hello world”&lt;br&gt;
      we set a pitch (value of p depend on your choice)&lt;br&gt;
espeak-ng -s 200 “text”&lt;br&gt;
     it speaks words with a speed of 200 words per minute(value depend on your choice)&lt;br&gt;
espeak-ng -v af+f2 “text”&lt;br&gt;
    it speaks with aferican accent with female voice &lt;br&gt;
espeak-ng -v hi+f2 “text”&lt;br&gt;
    it speaks with hindi accent with female voice&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Fun Commands In Linux </title>
      <dc:creator>AakritiGoyal12458</dc:creator>
      <pubDate>Wed, 29 Sep 2021 17:55:52 +0000</pubDate>
      <link>https://dev.to/aakritigoyal12458/fun-commands-in-linux-ghp</link>
      <guid>https://dev.to/aakritigoyal12458/fun-commands-in-linux-ghp</guid>
      <description>&lt;p&gt;Fun Commands In Linux &lt;/p&gt;

&lt;p&gt;1, sl/LS&lt;br&gt;
2.Fortune&lt;br&gt;
3.rev&lt;br&gt;
4.Factor&lt;br&gt;
    factor 34568&lt;br&gt;
5.cowsay&lt;br&gt;
    cowsay Hello Friend&lt;br&gt;&lt;br&gt;
    fortune | cowsay &lt;/p&gt;

&lt;p&gt;'|' is called pipeline instruction and it is used where the output of one command needs to be the input of another command. In the above example, the output of the 'fortune' command acts as an input of the 'cowsay' command. &lt;br&gt;
6.xcowsway&lt;br&gt;
    xcowsay I Love Linux&lt;br&gt;
7.cowthink&lt;br&gt;
    cowthink Linux is sooo funny&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Yes
yes Linux is funny &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This command will run to infinite until you interrupt with "left ctrl+c"&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;figlet HELLO&lt;/li&gt;
&lt;li&gt;pi
pi 25 &lt;/li&gt;
&lt;li&gt;cmatrix 
cmatrix
cmatrix -h&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Date Command in Linux </title>
      <dc:creator>AakritiGoyal12458</dc:creator>
      <pubDate>Wed, 29 Sep 2021 17:25:44 +0000</pubDate>
      <link>https://dev.to/aakritigoyal12458/date-command-in-linux-bmd</link>
      <guid>https://dev.to/aakritigoyal12458/date-command-in-linux-bmd</guid>
      <description>&lt;p&gt;Date command in Linux &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;date command is used to display both date and time in Linux .&lt;/li&gt;
&lt;li&gt;you can format date and time by using this command &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In Terminal &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;date &lt;/li&gt;
&lt;li&gt;man date : this command will open date manual &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;using some command &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;date -d "STRING"&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;date -d "now"&lt;br&gt;
date -d "today"&lt;br&gt;
date -d "yesterday"&lt;br&gt;
date -d "tomorrow"&lt;br&gt;
date -d "1 hour ago" // no.of hour  and then add ago keyword&lt;br&gt;
date -d "1 hour " //to check future timming do not add ago keyword.&lt;br&gt;
date -d "2 years 3 months and 1 day" &lt;br&gt;
date -d "2 years 3 months and 1 day ago " &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WAO3roSu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jj1hm3387db2frj0to9l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WAO3roSu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jj1hm3387db2frj0to9l.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;now, lets set the time &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;date -s "STRING"&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;date utc --universal time &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;date-u &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;trying various formats with date command
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;syntax== date +%FORMAT&lt;/p&gt;

&lt;p&gt;tip--you can simply type man date to see commands no need to learn them &lt;/p&gt;

&lt;p&gt;lets go through some examples &lt;br&gt;
1.date +%r //to see only time &lt;br&gt;
2.date +%D //to see only date&lt;br&gt;
3.date +%d%m%y //to see date in format you want&lt;br&gt;
4.date +%d/%m/%y //use "/" for cleanliness&lt;br&gt;
5.date +%d/%m/%Y //"Y" to display year in 4 digit &lt;br&gt;
6.date +%d/%b/%Y //b used to display month in 3 leter eg. September as Sep&lt;br&gt;
7.date +"%d %b %Y" //to use spaces you have to make sure to enclose between double inverted quotes. &lt;br&gt;
8.date +"%a %d %b %Y" //%a for days in 3 letters eg. monday as mon&lt;br&gt;
9.date +"%A %d % b %Y" //%A for full day name eg. monday as MONDAY only &lt;br&gt;
10.date +"%A %-d %-m %Y" //using "-" removes 0 from the single digit number . &lt;br&gt;
11.date +"%A %-d %-m %H %M %S" // hours , min and seconds&lt;br&gt;
12.date +"%A %-d %-m %I %M %S" //12 hour format&lt;br&gt;
13.date +"%A %-d %-m %I %M %S %p"// to display time in AM&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--odGbRa7s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w6xwbknvhibbv00xnfs5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--odGbRa7s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w6xwbknvhibbv00xnfs5.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;similarly you can try more commands . &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Zenity Command in LINUX</title>
      <dc:creator>AakritiGoyal12458</dc:creator>
      <pubDate>Mon, 27 Sep 2021 19:50:04 +0000</pubDate>
      <link>https://dev.to/aakritigoyal12458/zenity-command-in-linux-2fo4</link>
      <guid>https://dev.to/aakritigoyal12458/zenity-command-in-linux-2fo4</guid>
      <description>&lt;p&gt;If you want to print something as a &lt;strong&gt;pop-up&lt;/strong&gt; on your screen or you can call it as &lt;strong&gt;GUI (graphical user interface)&lt;/strong&gt; we have a lot of dialog boxes .&lt;br&gt;
GTK is a graphical tool in Linux like qGUI . &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Commands&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;code&gt;zenity --version&lt;/code&gt;&lt;br&gt;
&lt;code&gt;man zenity&lt;/code&gt;&lt;br&gt;
&lt;code&gt;q&lt;/code&gt; to quit &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZCypkq4G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a3mx9alslebfnz8ogb1t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZCypkq4G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a3mx9alslebfnz8ogb1t.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Vsus4fzN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pj1qnn4361gost6f4xov.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Vsus4fzN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pj1qnn4361gost6f4xov.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;code&gt;zenity --calender&lt;/code&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--k0W7xkOP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0axnt41vvajbmfstvccr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--k0W7xkOP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0axnt41vvajbmfstvccr.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;code&gt;zenity --entry&lt;/code&gt; : to take input from the user &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gMIFGqlW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/msd2kjzco0kyem26safx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gMIFGqlW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/msd2kjzco0kyem26safx.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To see &lt;strong&gt;manual&lt;/strong&gt; we have &lt;strong&gt;2&lt;/strong&gt; options &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;code&gt;man zenity&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;zenity --help&lt;/code&gt; &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In &lt;strong&gt;zenity&lt;/strong&gt; whatever you type should be stored somewhere.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;code&gt;zenity --entry&lt;/code&gt; 
now ,lets store the data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;eg . &lt;code&gt;x=zenity --entry&lt;/code&gt; &lt;br&gt;
this is a wrong way to store the data &lt;/p&gt;

&lt;p&gt;Correct way : &lt;br&gt;
&lt;code&gt;x=$(zenity --entry)&lt;/code&gt; &lt;br&gt;
&lt;strong&gt;(💡: No space before and after equal in shell scripting)&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;echo $x&lt;/code&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ii_2JrsG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bunhtdimc0ab5sy3wk60.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ii_2JrsG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bunhtdimc0ab5sy3wk60.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OTx-zoVE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/klj0fsixgmkoy2l39x3b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OTx-zoVE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/klj0fsixgmkoy2l39x3b.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;zenity --info&lt;/code&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--l4Kod1Lt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c55j5c8d30iz9rncm5lo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--l4Kod1Lt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c55j5c8d30iz9rncm5lo.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;code&gt;zenity --info --text="Hey Aakriti this side"&lt;/code&gt; &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mavjwDAi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w7as1i60r1xmxtodfo5i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mavjwDAi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w7as1i60r1xmxtodfo5i.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For more commands you can explore with the help of &lt;em&gt;zenity manual&lt;/em&gt; . &lt;/p&gt;

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