<?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: CODETOPIA-COMMUNITY</title>
    <description>The latest articles on DEV Community by CODETOPIA-COMMUNITY (@codetopiacommunity).</description>
    <link>https://dev.to/codetopiacommunity</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%2F651890%2Ff070b37b-e42a-403a-a630-160f2fedfbe2.jpeg</url>
      <title>DEV Community: CODETOPIA-COMMUNITY</title>
      <link>https://dev.to/codetopiacommunity</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/codetopiacommunity"/>
    <language>en</language>
    <item>
      <title>Terminal</title>
      <dc:creator>CODETOPIA-COMMUNITY</dc:creator>
      <pubDate>Sat, 19 Jun 2021 23:11:31 +0000</pubDate>
      <link>https://dev.to/codetopiacommunity/terminal-3fnm</link>
      <guid>https://dev.to/codetopiacommunity/terminal-3fnm</guid>
      <description>&lt;h2&gt;
  
  
  Getting a terminal for windows (cmder)
&lt;/h2&gt;

&lt;p&gt;Before we proceed with this blog article, I would want to inform you that there is a video about this article on Codetopia’s YouTube channel. You can watch it or read this post or preferably do both.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/zCQt6TBr5OY"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  What is a terminal?
&lt;/h3&gt;

&lt;p&gt;From experience, I can tell that about 90% of learners who begin their way into the development world or into computing often know nothing about the terminal and often get confused when anything about it is mentioned. What is the terminal? one may ask. The terminal is actually an interface where instructions known as commands could be given to the computer to carry out. Unlike the normal GUI (Graphical User Interface) where the mouse is used to click buttons and other graphical elements in order to issue commands, we have another interface called the CLI (short for Command-Line Interface) of which the terminal happens to fall under, and it is through the terminal that commands are written to give out a task. Let us take for instance, a shutdown operation. Using the normal way, a user would click a few buttons in order to achieve that. That same task (shutdown) could be carried out with the terminal but within a short amount of time. Since this tutorial is actually not dedicated to the deep stuffs about the terminal, we’ll not go deep into it. But below is just a glance of what a linux terminal looks like.&lt;br&gt;
&lt;br&gt;
  &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WBsD8IAo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a9uviws92oat2uji9hcp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WBsD8IAo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a9uviws92oat2uji9hcp.png" alt="ubuntu terminal"&gt;&lt;/a&gt;&lt;/p&gt;
ubuntu terminal





&lt;p&gt;For the unix and linux users, a terminal is no news because most of the operations on these operating systems require the use of terminals. But for some windows users, it’s a big pool of confusion and fear. Windows terminals have proven to be insufficient as it is very inefficient and slow in accomplishing some computational and development task. But in recent times, developers have contributed to developing terminal tools to aid windows users and developers complete their computational and development task with ease. So lets get straight into it. We’ll not be using windows’ default terminal (command prompt) but a terminal tool called cmder (commander). But first We’ll need to install it. Cmder is a software package created out of pure frustration over the absence of nice and efficient console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout, looking sexy from the start. Follow the instructions below to install Cmder.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Go to this link -&amp;gt; &lt;a href="https://cmder.net/"&gt;https://cmder.net/&lt;/a&gt; and scroll down till you see something like the picture below&lt;br&gt;
&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ROjZIvQf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/v0o21mnoyn4b0nuy2bzq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ROjZIvQf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/v0o21mnoyn4b0nuy2bzq.png" alt="cmder download page"&gt;&lt;/a&gt;&lt;/p&gt;
cmder download page



&lt;p&gt;&lt;br&gt;
&lt;strong&gt;N.B:&lt;/strong&gt; There are two options to download from namely the &lt;strong&gt;Mini&lt;/strong&gt; and &lt;strong&gt;Full&lt;/strong&gt;. If you choose the &lt;strong&gt;Mini&lt;/strong&gt;, you would have limited features and would have to install git with cmder manually (don’t worry, will show you how very soon). But if you choose the &lt;strong&gt;full&lt;/strong&gt; setup with git, then you don’t need to install &lt;em&gt;git&lt;/em&gt; again. In this case it is recommended to go in for the &lt;strong&gt;full&lt;/strong&gt; version.&lt;br&gt;
After hitting the download button, Wait for it to finish downloading&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After downloading, you have to extract the zipped file into the &lt;strong&gt;Program Files&lt;/strong&gt; directory in your &lt;strong&gt;local C drive&lt;/strong&gt;.&lt;br&gt;
If you don’t have an extraction tool or software for the extraction, I recommend &lt;a href="https://www.win-rar.com"&gt;winrar&lt;/a&gt;.&lt;br&gt;
Before you extract the files into your Program Files, you first have to create a new folder in the Program Files directory. Let’s do that together.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;First open a new file explorer&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--awgw-NOD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qhu2qno8a4zbbdtlqp90.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--awgw-NOD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qhu2qno8a4zbbdtlqp90.png" alt="windows file explorer"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;click on &lt;strong&gt;This PC&lt;/strong&gt; located on the left pane of your file explorer&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--wAni-Dxs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nhmitrnwrdwa6dyhq59q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wAni-Dxs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nhmitrnwrdwa6dyhq59q.png" alt="This PC"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Double click on Local Disk (C:) to open&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--q9nv3-QG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rakem41cnmgsgh6gfns1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--q9nv3-QG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rakem41cnmgsgh6gfns1.png" alt="Local Disk (C:)"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;locate &lt;strong&gt;Program Files&lt;/strong&gt; and launch it &lt;em&gt;(it’s just Program Files not Program Files (x86))&lt;/em&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UXc3VgVy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ur55ixjzqqmj9cw8zqni.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UXc3VgVy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ur55ixjzqqmj9cw8zqni.png" alt="program files"&gt;&lt;/a&gt;&lt;br&gt;
After opening the &lt;strong&gt;Program Files&lt;/strong&gt; directory, create a new folderyou can create a new folder by simply using the shortcut Ctrl+Shift+n or using the GUI way which is &lt;strong&gt;right clicking on an empty space in the directory (folder), selecting new and then folder&lt;/strong&gt;. Grant administrative permissions if you are being asked by your computer by clicking yes, continue or ok.&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--70XyMIsi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ak6ht3zqh9fg6vdn35cs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--70XyMIsi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ak6ht3zqh9fg6vdn35cs.png" alt="new folder"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now rename that folder to any name you want. But due to pratical reasons, I recommend you name it &lt;strong&gt;commander&lt;/strong&gt;&lt;br&gt;
To rename a folder, you have to right click on that folder and choose rename from the pop-up menu. After selecting rename, type the name you want to give to your folder and press enter&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--iCrau8_d--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/i1zn54sj20wg5b7lmfe8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--iCrau8_d--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/i1zn54sj20wg5b7lmfe8.png" alt="commander folder"&gt;&lt;/a&gt; Now that we are done creating our folder in the Program Files directory, Its time to extract the cmder zipped files to our &lt;strong&gt;commander folder&lt;/strong&gt;,&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Locate the cmder downloaded zipped file. (Which should be in your downloads directory or folder.).&lt;br&gt;
After locating it, right click on it and select &lt;strong&gt;Open with WinRAR&lt;/strong&gt; (if only you have &lt;a href="https://www.win-rar.com"&gt;winrar&lt;/a&gt; installed)&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---R2Wi1yN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7f8wvakpgo7sq9fqfk6m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---R2Wi1yN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7f8wvakpgo7sq9fqfk6m.png" alt="open cmder with winrar"&gt;&lt;/a&gt;&lt;br&gt;
After opening with winrar, you should see something like this&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--M-wFcVx6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z4tukzbfbiqikucjy72g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--M-wFcVx6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z4tukzbfbiqikucjy72g.png" alt="cmder launched with winrar"&gt;&lt;/a&gt;&lt;br&gt;
After opening cmder with winrar, go back to your &lt;strong&gt;program files&lt;/strong&gt; directory and open the &lt;strong&gt;commander&lt;/strong&gt; folder we created.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ORoiuOlf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/spbqewor3x8rlewimlgb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ORoiuOlf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/spbqewor3x8rlewimlgb.png" alt="commander folder"&gt;&lt;/a&gt;&lt;br&gt;
Now open the cmder zipped folder and the commander folder side by side on your windows&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ejB5Ip0N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vhrotwleaar7ldpib4i7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ejB5Ip0N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vhrotwleaar7ldpib4i7.png" alt="open folder side by side"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now highlight all the files and folders in the cmder winrar directory&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---bh7JgBo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/i1r9upk8js5qiclbfjml.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---bh7JgBo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/i1r9upk8js5qiclbfjml.png" alt="highlight files and folder in the cmder winrar folder"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;To highlight on your windows, press and hold the left button of your mouse and drag the mouse over the object you want to hightlight&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After highlighting all the files and folders in the cmder winrar directory, drag all the files and folders and drop it into the commander folder (which is opened by the side of the cmder winrar directory). After droping the files and folders into the commander folder, your should see something like this&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--b04rOhhp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g4piksmfnig7l7o802vz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--b04rOhhp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g4piksmfnig7l7o802vz.png" alt="extraction in progress"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;since we are extracting to the &lt;strong&gt;commander&lt;/strong&gt; directory which is located in the &lt;strong&gt;Program Files&lt;/strong&gt; directory in our &lt;strong&gt;Local Disk (C:)&lt;/strong&gt;, we may need to grant administrative rights. To do this, click on &lt;strong&gt;Do this for all current items&lt;/strong&gt;, click on &lt;strong&gt;continue&lt;/strong&gt; and wait for it to complete the extraction&lt;/em&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CmswqXo5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wqpefjbc1tnf3kt3w20h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CmswqXo5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wqpefjbc1tnf3kt3w20h.png" alt="granting administrative rights"&gt;&lt;/a&gt;&lt;br&gt;
After the extraction you should see these bunch of files and folders in your commander directory&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7pgn8TQm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/snuk5a11grfavngegtxr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7pgn8TQm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/snuk5a11grfavngegtxr.png" alt="extraction complete"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now double click on the &lt;strong&gt;cmder&lt;/strong&gt; icon in the &lt;strong&gt;commander&lt;/strong&gt; directory to begin the installation &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--67tuA1ky--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3idlelgspw044hunja3q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--67tuA1ky--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3idlelgspw044hunja3q.png" alt="cmder icon in commander directory"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After launching cmder, cmder will begin to run some script for the installation&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fo2HrHkM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kuqmj3rmhyy1idtd6t75.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fo2HrHkM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kuqmj3rmhyy1idtd6t75.png" alt="cmder running scripts"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;We finally now have a very powerful and cool terminal on our windows that we can use to perform command line tasks.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  You might want to do this
&lt;/h2&gt;

&lt;p&gt;Some of you might realize that after you install cmder and try to find it by searching it name in your windows search box, it’s nowhere to be found on your windows.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LscQBjOy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6a0fydoxfly4r6sy91ua.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LscQBjOy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6a0fydoxfly4r6sy91ua.png" alt="windows search box"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is on your windows alright but you just have to do a couple of configurations to make it searchable. Like editing your environment variables or pinning it to your start menu. The formal is quite complicated for beginners so we will focus on the latter. To make cmder searchable on your windows, just follow these simple steps to get it done&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Navigate to the &lt;strong&gt;commander&lt;/strong&gt; folder which contains the extracted cmder files and launch it (which is located in your Program Files directory which is also located in your C local disk)&lt;/li&gt;
&lt;li&gt;After launching it, locate and &lt;strong&gt;right click&lt;/strong&gt; on the cmder icon&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s----zVamiM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c7kd8tei6ahrn00clag9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s----zVamiM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c7kd8tei6ahrn00clag9.png" alt="right click on the cmder icon"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;click on &lt;strong&gt;Pin to Start&lt;/strong&gt; from the pop-up menu&lt;/li&gt;
&lt;li&gt;Now go to your start menu and you will now find cmder in there
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7x4ZrB_j--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/n4irqgffx2ehtaxbvnzu.png" alt="cmder on start menu"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good job! Cmder is now searchable on your windows. You can confirm that by doing a quick search in your windows search box&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bRbUWlLc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pctxz584w6x6lu0g17ld.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bRbUWlLc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pctxz584w6x6lu0g17ld.png" alt="searching cmder in windows search box"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  BOUNUS ROUND
&lt;/h2&gt;

&lt;p&gt;The cmder terminal also has some cool settings that you can play around with. You can alter changes to the font, the color scheme, font family, font style etc. To access these settings, you have to right click on either the top-most or bottom section of your terminal and click on settings.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GewWNpZq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wts9pdcp1mnqwogvvym4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GewWNpZq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wts9pdcp1mnqwogvvym4.png" alt="cmder terminal settings"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the pop-up dialog box, you can make a couple of changes and select &lt;strong&gt;“save settings”&lt;/strong&gt; after you are done.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4cSGtCAG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wagmyyqrgyzdfbzcl60u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4cSGtCAG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wagmyyqrgyzdfbzcl60u.png" alt="cmder settings"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Since we are not focusing on altering changes to cmder in this blog post, we won’t dive further. But you can make your own changes to suit your taste and preference.&lt;/p&gt;

&lt;p&gt;:-) Good luck on your new journey with your cool windows terminal&lt;/p&gt;

</description>
      <category>terminal</category>
      <category>cli</category>
      <category>console</category>
      <category>cmder</category>
    </item>
    <item>
      <title>Interface (CLI and GUI) </title>
      <dc:creator>CODETOPIA-COMMUNITY</dc:creator>
      <pubDate>Sat, 19 Jun 2021 00:06:55 +0000</pubDate>
      <link>https://dev.to/codetopiacommunity/interface-cli-and-gui-3o0a</link>
      <guid>https://dev.to/codetopiacommunity/interface-cli-and-gui-3o0a</guid>
      <description>&lt;h3&gt;
  
  
  What is an interface?
&lt;/h3&gt;

&lt;p&gt;An interface is a shared boundary through which two devices, objects or components communicate which each other or exchange information. So with this explanation, you can simply conclude that your monitor is an example of an interface because without your monitor, you might find it very difficult communicating with your computer in terms of playing graphical games, finding files, playing music, checking your CPU performance etc. So the monitor in this case is the shared boundary between you the computer user and the computer itself.&lt;/p&gt;

&lt;h3&gt;
  
  
  User Interface
&lt;/h3&gt;

&lt;p&gt;The term interface can be any shared boundary between two machines or components with no human involvement. But when humans come into the picture, that's when the term User interface comes into play. That is, the shared boundary between a user and a computer system or machine. There are so many types of User interfaces but just to mention a few, we have&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;menu-base interface&lt;/li&gt;
&lt;li&gt;form-base interface&lt;/li&gt;
&lt;li&gt;Command Line interface&lt;/li&gt;
&lt;li&gt;Graphical User interface&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;but we are interested in just two of them from the menu above which are &lt;strong&gt;Command Line interface&lt;/strong&gt; and &lt;strong&gt;Graphical User interface&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Command Line Interface (CLI)
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CeGTN_n6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wjrqny8t8ekvjnbplndr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CeGTN_n6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wjrqny8t8ekvjnbplndr.png" alt="example of a command line interface (cmder) on windows"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the command line interface, users are only allowed to use the console which is the keyboard and monitor. Users only have to enter some simple commands like ls on unix and linux terminals and dir in windows command prompt and the terminal will just list the files and folders in the directory (folder).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--KvcfLBjX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yd56ne8b34b1btolyy5y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KvcfLBjX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yd56ne8b34b1btolyy5y.png" alt="running ls command on ubuntu (WSL)"&gt;&lt;/a&gt;&lt;br&gt;running ls command on ubuntu (WSL)
  &lt;/p&gt;





  &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BQz6KCd---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lyldz9y3ezrbsn01kl39.png" alt="running dir command on windows command prompt"&gt;running dir command on windows command prompt
  




&lt;br&gt;
Since this post is just about introducing you to interface, we are not going to dive into any of the commands. I will do that in another blog post soon.
&lt;h2&gt;
  
  
  Graphical User Interface (GUI)
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;graphical user interface&lt;/strong&gt; is a form of user interface that allows computer users to interact and communicate with their computers, machines or programs through graphical icons, animations, indicators, audios etc.&lt;/p&gt;


  &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QrpgomSd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/02gaedwgyf34fzew62sp.png" alt="windows file explorer"&gt;windows file explorer
  





&lt;p&gt;The above image (windows file explorer) is an example of a graphical user interface because you can manipulate files and folders by interacting with icons. If you want to open a file or folder, all what you need to do is double or single click on that particular file and it will open. There is nothing like entering commands in the windows file explorer unless the situation calls for it.&lt;br&gt;
&lt;/p&gt;



  &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qWelgg6O--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6xjl70xxx4s9u8exstv3.png" alt="github website"&gt;github website
  





&lt;p&gt;A website can also be classified as a GUI because in the same way, you can interact with sections on the web by just clicking on icons, texts and pictures. If you want to sign up, you just simply have to click on sign up on the webpage and you are in. There is no entering of commands required.&lt;br&gt;
So there you go, I hope you now know the difference between a GUI (Graphical User interface) and a CLI (Command Line Interface). You can also check out this video to get the practical feel of it&lt;/p&gt;

&lt;p&gt;YouTube: &lt;iframe width="710" height="399" src="https://www.youtube.com/embed/9WTwW-S6G8o"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>interface</category>
      <category>userinterface</category>
      <category>gui</category>
      <category>cli</category>
    </item>
  </channel>
</rss>
