<?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: Adesikemi Onifade</title>
    <description>The latest articles on DEV Community by Adesikemi Onifade (@adesikemi_onifade_3c339af).</description>
    <link>https://dev.to/adesikemi_onifade_3c339af</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%2F1983186%2Fc24159ac-38a8-46d0-8082-6e2c35e1caf7.jpg</url>
      <title>DEV Community: Adesikemi Onifade</title>
      <link>https://dev.to/adesikemi_onifade_3c339af</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adesikemi_onifade_3c339af"/>
    <language>en</language>
    <item>
      <title>Easy Steps to Set Up VS Code and Python.</title>
      <dc:creator>Adesikemi Onifade</dc:creator>
      <pubDate>Fri, 27 Sep 2024 20:12:27 +0000</pubDate>
      <link>https://dev.to/adesikemi_onifade_3c339af/easy-steps-to-set-up-vs-code-and-python-3k4k</link>
      <guid>https://dev.to/adesikemi_onifade_3c339af/easy-steps-to-set-up-vs-code-and-python-3k4k</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Setting up a development environment can be exciting, but it also comes with its fair share of challenges especially when you are doing it for the first time. Recently, I began learning Python and needed to install both Visual Studio Code (VSCode) and Python on my system. In this article, I’ll walk you through the step-by-step process of how I set them up.&lt;/p&gt;

&lt;h2&gt;
  
  
  Visual Studio Code
&lt;/h2&gt;

&lt;p&gt;Visual Studio Code (VSCode) is a powerful, open-source code editor created by Microsoft. It's known for being lightweight yet having many features, supporting multiple programming languages and offering a highly customizable environment. With its vast array of extensions, developers can tailor VSCode to their specific needs, making it one of the most versatile and popular editors in the development community.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Steps to Install Visual Studio Code (VSCode)&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to your browser and search for "visual studio code download".
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbzbb9s0wwvfjh5guyuuc.png" alt="vsc install" width="657" height="196"&gt;
&lt;/li&gt;
&lt;li&gt;Click the first link that appears on your browser page. 
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fev6iv6r4ogg3t1b944t2.png" alt="vsc install" width="695" height="161"&gt;
&lt;/li&gt;
&lt;li&gt;Next, select the VS Code download compatible with your operating system, whether it’s Windows, Linux, or macOS.
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm45mgyu29egj0kiojoby.png" alt="vsc install" width="598" height="322"&gt;
&lt;/li&gt;
&lt;li&gt;Go to your downloads and open VS Code. This will take you to the license page—click "accept agreement" and then hit "next" to proceed.&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftbptexmcisz8wg8uwtkj.png" alt="vsc install" width="499" height="392"&gt;
&lt;/li&gt;
&lt;li&gt;Next, you'll see the select destination page. If you want to change the installation folder, click "browse." and if you're keeping the default location, click "next" to continue, the same goes for the next page.&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9ccio6k7y7q1fbqyizb6.png" alt="vsc install" width="500" height="388"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F48r6d7znsqyfskmljhma.png" alt="vsc install" width="492" height="354"&gt;
&lt;/li&gt;
&lt;li&gt;On the next page, make sure you select the checkboxes.
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgwj2laeu8umi7hqhmfbc.png" alt="vsc install" width="495" height="352"&gt;
&lt;/li&gt;
&lt;li&gt;Next, proceed with the installation. If you need to review your settings, click "Back" to make any changes.&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnsulqp7ec1lk7jkbkwm8.png" alt="vsc install" width="499" height="349"&gt;
&lt;/li&gt;
&lt;li&gt;Once the installation is finished, you should see this page and that's all for VS Code.
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqr3qyb08eqeab6pwrlp9.png" alt="vsc install" width="496" height="342"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Python
&lt;/h2&gt;

&lt;p&gt;Python is a high-level programming language known for its simplicity and readability, making it a good choice for beginners and experienced developers. Python is widely used in web development, data analysis, machine learning and automation. It is compatible with Windows, macOS, and Linux systems.&lt;br&gt;
&lt;em&gt;Ps: Programming languages are languages or tools we use to communicate with the computer to solve problems or complete a task.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Steps to Install Python&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open your browser and search for "Python download," then click on the first link that appears in the search results.&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzlcvmwpluw0zr37ecsxh.png" alt="py install" width="465" height="302"&gt;
&lt;/li&gt;
&lt;li&gt;Select the latest version of Python compatible with your operating system, whether it’s Windows, Linux, or macOS.&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzh6trq4a79wv0jreajo8.png" alt="py install" width="800" height="297"&gt;
&lt;/li&gt;
&lt;li&gt;Open your downloads folder and install Python. On the setup page, select the boxes and click "install" to finish the process.
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8uvqv8vnpnskyfzail0n.png" alt="py install" width="647" height="365"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh325xcoz2vay9wsxonz6.png" alt="py install" width="626" height="218"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Setting up VS Code and Python was a learning experience that helped me understand the importance of having the right tools for development. Although I made a few mistakes, I now have a solid environment to work with. I hope this guide helps you get started smoothly and saves you time.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>python</category>
      <category>vscode</category>
    </item>
    <item>
      <title>Basic Commands in Linux</title>
      <dc:creator>Adesikemi Onifade</dc:creator>
      <pubDate>Fri, 30 Aug 2024 01:02:22 +0000</pubDate>
      <link>https://dev.to/adesikemi_onifade_3c339af/basic-commands-in-linux-ja6</link>
      <guid>https://dev.to/adesikemi_onifade_3c339af/basic-commands-in-linux-ja6</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Have you ever felt lost staring at a blinking cursor on a Linux terminal, unsure of what to type next? Are you setting up your first server or simply curious about how Linux works? Well, in this article we will guide you through the basic Linux commands that everyone should know. Learning the basic commands in Linux is like building the foundation of a house, once these basics are in place, you have a strong base to support all your future learning and projects. Whether you're managing a server, automating tasks, or simply exploring Linux for the first time, these commands will be very helpful in expanding your skills and knowledge.&lt;/p&gt;

&lt;h2&gt;
  
  
  Linux
&lt;/h2&gt;

&lt;p&gt;Linux is an operating system's kernel that was created in 1991 by &lt;strong&gt;Linus Torvalds&lt;/strong&gt;. The kernel in this context means that it facilitates interaction between hardware and software.&lt;br&gt;
Linux is like the brain of your computer. Just as your brain controls everything your body does, Linux controls how your computer's hardware and software work together. It's an operating system like MacOS and Windows, which means it helps you run programs, manage files, and connect to the internet. &lt;br&gt;
What makes it special is that it is open-source, meaning anyone can see how it works, change it, and share it with others. This makes Linux incredibly versatile and secure, and it's used in everything from smartphones to supercomputers. Whether you're browsing the web, running a server, or learning to code, Linux is a powerful tool that helps you get things done.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Ps: Directory is the technical term for a structure in the file system that organizes files and other folders, it is known as a folder. The terminal is where we type our Linux commands.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Basic Commands
&lt;/h2&gt;

&lt;p&gt;The commands you need to run in the terminal will be included with each step as inline code.&lt;/p&gt;

&lt;p&gt;1.&lt;code&gt;whoami&lt;/code&gt;- it is a simple command that displays the username of the currently logged-in user.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fksaxb3urm613300z6zy9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fksaxb3urm613300z6zy9.png" alt="Image description" width="650" height="79"&gt;&lt;/a&gt;&lt;br&gt;
2.&lt;code&gt;clear&lt;/code&gt;- this is a frequently used command that clears the terminal screen.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9nvzp81eny0g5kl0mcoi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9nvzp81eny0g5kl0mcoi.png" alt="Image description" width="647" height="39"&gt;&lt;/a&gt;&lt;br&gt;
3.&lt;code&gt;man&lt;/code&gt;- short form for manual page, it is a built-in and informative manual for using Linux commands. It includes a command description, applicable options, examples, and other sections. &lt;code&gt;man ls&lt;/code&gt; gives information about the &lt;code&gt;ls&lt;/code&gt; command.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F585nhq4wntu9w7mjh3b7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F585nhq4wntu9w7mjh3b7.png" alt="Image description" width="645" height="92"&gt;&lt;/a&gt;&lt;br&gt;
4.&lt;code&gt;ls&lt;/code&gt;- this allows us to list out the files and folders present in a directory.&lt;code&gt;ls -l&lt;/code&gt; prints out the list of full information of the files and folders, &lt;code&gt;ls -a&lt;/code&gt; lists out all the files including the hidden ones.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdzbvhvlobhi5h5de3k7j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdzbvhvlobhi5h5de3k7j.png" alt="Image description" width="642" height="74"&gt;&lt;/a&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqajsfrs6klzjay7xtue0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqajsfrs6klzjay7xtue0.png" alt="Image description" width="689" height="144"&gt;&lt;/a&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj1awrqn4ruq44l47my0m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj1awrqn4ruq44l47my0m.png" alt="Image description" width="800" height="73"&gt;&lt;/a&gt;&lt;br&gt;
5.&lt;code&gt;pwd&lt;/code&gt;- print working directory, it prints out the path of the current directory.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F25jwjwi5ueunkhspcnri.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F25jwjwi5ueunkhspcnri.png" alt="Image description" width="655" height="74"&gt;&lt;/a&gt;&lt;br&gt;
6.&lt;code&gt;cd&lt;/code&gt;- change directory, this enables us to change the directory from the current one.&lt;code&gt;cd Basic&lt;/code&gt; lets us move into our newly created directory named "Basic" and if we want to get back to where we started we can use &lt;code&gt;cd ..&lt;/code&gt; which moves one level(directory/folder)back, &lt;code&gt;cd ../..&lt;/code&gt; moves us two levels back and so on.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8loq8uhwohu45zsw5inm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8loq8uhwohu45zsw5inm.png" alt="Image description" width="655" height="77"&gt;&lt;/a&gt;&lt;br&gt;
7.&lt;code&gt;mkdir&lt;/code&gt;- short for make directory, allows us to create a folder in our system. &lt;code&gt;mkdir Commands&lt;/code&gt; lets us create a folder named "command" in our current directory.&lt;code&gt;mkdir Commands/Basic&lt;/code&gt; creates a folder named "Basic" inside Command folder.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqefmh672anvgte9kua1o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqefmh672anvgte9kua1o.png" alt="Image description" width="666" height="198"&gt;&lt;/a&gt;&lt;br&gt;
8.&lt;code&gt;touch&lt;/code&gt;- this command changes file timestamps i.e. &lt;code&gt;touch festo.txt&lt;/code&gt; would change the access and modification time of the "festo.txt" file to the current time. It also creates new files. For instance, &lt;code&gt;touch basic&lt;/code&gt; creates a new empty file named basic.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2zpiggq0f0kcv771qykz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2zpiggq0f0kcv771qykz.png" alt="Image description" width="640" height="378"&gt;&lt;/a&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F36c3u855ezhefxm84741.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F36c3u855ezhefxm84741.png" alt="Image description" width="581" height="89"&gt;&lt;/a&gt;&lt;br&gt;
9.&lt;code&gt;mv&lt;/code&gt;- this command lets you rename your files, let's say we made a mistake typing the name of our file named "journil.txt" and we want to correct it, we use &lt;code&gt;mv journil.txt journal.txt&lt;/code&gt; This changes it to journal.txt.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fime90q7wjn870cbbs4xv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fime90q7wjn870cbbs4xv.png" alt="Image description" width="643" height="124"&gt;&lt;/a&gt;&lt;br&gt;
10.&lt;code&gt;cp&lt;/code&gt;- copy file, we use this to copy files or folders.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc15g4vu1xc2x8sht2aod.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc15g4vu1xc2x8sht2aod.png" alt="Image description" width="633" height="133"&gt;&lt;/a&gt;&lt;br&gt;
11.&lt;code&gt;echo&lt;/code&gt;- The echo command prints out arguments as the output.&lt;code&gt;echo "basic"&lt;/code&gt; prints out - basic on the terminal screen.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl8191q7w0y4izol8x775.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl8191q7w0y4izol8x775.png" alt="Image description" width="565" height="69"&gt;&lt;/a&gt;&lt;br&gt;
12.&lt;code&gt;cat&lt;/code&gt;- short for concatenate, it shows the full contents of a file.&lt;code&gt;cat -n&lt;/code&gt; lets you line or number the contents in the file.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F08z68b6zadi1brc1snr4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F08z68b6zadi1brc1snr4.png" alt="Image description" width="603" height="179"&gt;&lt;/a&gt;&lt;br&gt;
13.&lt;code&gt;history&lt;/code&gt;- this shows us all the commands we ran previously.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftg0lmqwieosh6pa334n3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftg0lmqwieosh6pa334n3.png" alt="Image description" width="582" height="105"&gt;&lt;/a&gt;&lt;br&gt;
14.'rmdir'- Let us to remove or delete a folder.&lt;code&gt;rmdir Commands&lt;/code&gt; deletes the "Commands" folder.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2fmqkyut9aaibwapalrg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2fmqkyut9aaibwapalrg.png" alt="Image description" width="718" height="117"&gt;&lt;/a&gt;&lt;br&gt;
15.&lt;code&gt;rm&lt;/code&gt;- we use this to delete or remove files.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F77m1tzy8g463e8ivw0k8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F77m1tzy8g463e8ivw0k8.png" alt="Image description" width="690" height="121"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;In summary, As you continue your journey with Linux, remember that the Linux terminal is not just a tool, but a gateway to automation, customization, and control. The more comfortable you become with these basic commands, the better equipped you'll be to tackle more advanced tasks and challenges in the Linux environment. Keep exploring, practising, and pushing the boundaries of what you can achieve with Linux.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Credits&lt;/strong&gt;&lt;br&gt;
(&lt;a href="https://youtu.be/ZtqBQ68cfJc?si=Pm4s8_WBMGZmvyzx" rel="noopener noreferrer"&gt;https://youtu.be/ZtqBQ68cfJc?si=Pm4s8_WBMGZmvyzx&lt;/a&gt;)&lt;br&gt;
(&lt;a href="https://dev.to/clouddiadem/linux-commands-trying-out-linux-commands-with-directories-and-files-5dhh"&gt;https://dev.to/clouddiadem/linux-commands-trying-out-linux-commands-with-directories-and-files-5dhh&lt;/a&gt;)&lt;br&gt;
&lt;em&gt;Ps: These sites provide useful information that can help us understand Linux commands more effectively.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>linuxcommands</category>
    </item>
  </channel>
</rss>
