<?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: shafya02</title>
    <description>The latest articles on DEV Community by shafya02 (@shafya02).</description>
    <link>https://dev.to/shafya02</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%2F1059394%2Fddc206ae-c484-4811-9d44-04f7b7002ee0.png</url>
      <title>DEV Community: shafya02</title>
      <link>https://dev.to/shafya02</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shafya02"/>
    <language>en</language>
    <item>
      <title>Important commands used in terminal</title>
      <dc:creator>shafya02</dc:creator>
      <pubDate>Wed, 05 Apr 2023 14:32:51 +0000</pubDate>
      <link>https://dev.to/shafya02/important-commands-used-in-terminal-3pdo</link>
      <guid>https://dev.to/shafya02/important-commands-used-in-terminal-3pdo</guid>
      <description>&lt;p&gt;Here we are going to discuss about some important and frequently used some commands in ubuntu terminal.&lt;/p&gt;

&lt;h2&gt;
  
  
  CD Command
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  cd command is akso called as **chdir** that means change directory.
  Its is used to chabge a current location of one directory to another location.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Ex:         cd my\songs&lt;/p&gt;

&lt;h2&gt;
  
  
  LS Command
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  ls command is used to list the files and directories that are available in your system.
  There are many types of ls command available,that are
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;1.ls -a&lt;br&gt;
    this  command is used to display the hidden files or directory&lt;/p&gt;

&lt;p&gt;2.ls -l&lt;br&gt;
    this command is used to display the complete information about the files&lt;/p&gt;

&lt;p&gt;3.ls -f&lt;br&gt;
    this command is used to classify the files with special charecters for example (@,$,*) that are ens with the sumbols.&lt;/p&gt;
&lt;h2&gt;
  
  
  MKDIR Command
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;     It allows the user to make new directories.
     this command is used to create the new directories.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;Ex: Crete the simple directory on current location.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mkdir book_title
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;o/p book_title&lt;/p&gt;

&lt;h2&gt;
  
  
  MV Command
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  To move a file from one loaction to another location we use the mv command
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mv filename destinationfile
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
    <item>
      <title>How to Rename a file using terminal in UBUNTU</title>
      <dc:creator>shafya02</dc:creator>
      <pubDate>Wed, 05 Apr 2023 14:32:37 +0000</pubDate>
      <link>https://dev.to/shafya02/how-to-rename-a-file-using-terminal-in-ubuntu-2795</link>
      <guid>https://dev.to/shafya02/how-to-rename-a-file-using-terminal-in-ubuntu-2795</guid>
      <description>&lt;p&gt;To rename a file from it's old name to new name we use the command called "mv command".&lt;br&gt;
Ex: rename a file original.txt&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mv original.txt new_name
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
    <item>
      <title>How to install chrome using terminal in UBUNTU</title>
      <dc:creator>shafya02</dc:creator>
      <pubDate>Wed, 05 Apr 2023 14:32:21 +0000</pubDate>
      <link>https://dev.to/shafya02/how-to-install-chrome-using-terminal-in-ubuntu-5cnf</link>
      <guid>https://dev.to/shafya02/how-to-install-chrome-using-terminal-in-ubuntu-5cnf</guid>
      <description>&lt;p&gt;Chrome is a web browser that was developed  by the Google&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  to intall chrome, we need to update our terminal that is
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt update
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Step 2
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Next step is to check the version
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;wget --version
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;if it is not coming then try another way&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt insatall wget
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Step 3
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; installation process
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;wget https:dl.google.com/linux/direcct/google.chrome.stable_current_amd64.deb
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ls
sudo dpkg .i google.chrome.stable_current_amd64.deb

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Step 4
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   To run the chrome enter the command as
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;google-chrome
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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