<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>terminal Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 31 Aug 2022 05:51:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>This is the difference between terminal, console, shell and command line.</title>
		<link>https://www.osradar.com/this-is-the-difference-between-terminal-console-shell-and-command-line/</link>
					<comments>https://www.osradar.com/this-is-the-difference-between-terminal-console-shell-and-command-line/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Wed, 07 Sep 2022 21:49:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[windows terminal]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=37102</guid>

					<description><![CDATA[<p>Hello! working in text mode, Manage from the command line, Open the console. All of them are expressions that refer to similar concepts and that we tend to confuse and intermingle. Certainly, the environment beyond the typical graphical interfaces is confusing enough for novices. Therefore, it is not advisable to dive into it without having [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/this-is-the-difference-between-terminal-console-shell-and-command-line/">This is the difference between terminal, console, shell and command line.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! <em>working in text mode</em>, <em>Manage from the command line</em>, <em>Open the console</em>. All of them are expressions that refer to similar concepts and that we tend to confuse and intermingle. Certainly, the environment beyond the typical graphical interfaces is confusing enough for novices. Therefore, it is not advisable to dive into it without having a clear understanding of the concepts. Next, we will learn the difference between <a href="https://www.osradar.com/some-aspects-and-commands-of-windows-terminal/" target="_blank" rel="noreferrer noopener">terminal,</a> console, shell and command line.</p>



<h2>Terminal (emulator)</h2>



<p>The terminal itself is a physical device that allows inputting and receiving information from a <a href="https://github.com/microsoft/terminal" target="_blank" rel="noreferrer noopener">computer</a>. The most important thing is that it is not necessary for the processing of instructions and data to be carried out on the terminal itself.</p>



<p>Certainly, in today&#8217;s world, it is common to interact with the operating system in text mode. Well, in most cases, we will not refer to this meaning of <em>terminal</em>. In fact, the correct term refers to the so-called <em>terminal emulators</em>. These allow us to use text mode within a graphical user interface. This other class of terminals are merely applications that run and give us access to a shell. In fact, they usually allow multiple shell types to be used. This is the case, for example, of Windows Terminal. By default, we will be able to manage the following: Windows PowerShell, PowerShell, Command Prompt, Azure Cloud Shell, the multiple distributions we have installed in the Linux Subsystem (WSL), etc.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="358" src="https://www.osradar.com/wp-content/uploads/2022/08/ter-1024x358.png" alt="" class="wp-image-37103" srcset="https://www.osradar.com/wp-content/uploads/2022/08/ter-1024x358.png 1024w, https://www.osradar.com/wp-content/uploads/2022/08/ter-300x105.png 300w, https://www.osradar.com/wp-content/uploads/2022/08/ter-768x268.png 768w, https://www.osradar.com/wp-content/uploads/2022/08/ter-696x243.png 696w, https://www.osradar.com/wp-content/uploads/2022/08/ter-1068x373.png 1068w, https://www.osradar.com/wp-content/uploads/2022/08/ter.png 1219w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>On the other hand, Windows Terminal is not the only Windows terminal emulator. Indeed, there are MobaXterm, Cmder, ConEmu and others. However, in the case of Unix-based systems (Linux, *BSD, macOS), the catalog of available terminals is multiplied to infinity. In fact, each desktop environment usually offers its own (Gnome Terminal in GNOME, Konsole in KDE, iTerm in macOS…). But it is also possible to install third-party alternatives for all tastes (Terminator, Alacritty, Guake, st…).</p>



<p>Each terminal emulator differs by offering its own graphical interfaces, functionalities, and configuration options. For example, keyboard shortcuts, font and background customization, clipboard management, etc.</p>



<h2>Consola [Virtual]</h2>



<p>Console is a term that is often used inconsistently. In fact, even more so than the other terms in this list. Additionally, multiple definitions are available on the Internet. In fact, the discrepancies start even in the origin of the word. For some, the old physical console is exactly the same as a physical terminal. On the other hand, others introduce certain nuances, considering the former as a subset of the latter.</p>



<p>What happens when we talk about virtual console? What happens when we talk about virtual console? Many sources consider it, also, synonymous with (terminal emulator.) However, it would be more correct to refer to it as a shell session. Let&#8217;s see, let&#8217;s suppose we open a terminal emulator and start typing commands directly. In that case, we are,  effectively, using a terminal and a console.</p>



<p>On the other hand, suppose we open two tabs in the terminal emulator, whether they are from the same shell. In that case, we are already using two consoles. It can also happen that we subdivide a tab using tools such as a multiplexer (for example, Tmux), or functions such as <em>split table</em> of Windows Terminal. In such a case, the number of consoles will continue to multiply, even if we are only using a single terminal.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="853" src="https://www.osradar.com/wp-content/uploads/2022/08/ter2-1024x853.png" alt="" class="wp-image-37105" srcset="https://www.osradar.com/wp-content/uploads/2022/08/ter2-1024x853.png 1024w, https://www.osradar.com/wp-content/uploads/2022/08/ter2-300x250.png 300w, https://www.osradar.com/wp-content/uploads/2022/08/ter2-768x640.png 768w, https://www.osradar.com/wp-content/uploads/2022/08/ter2-696x580.png 696w, https://www.osradar.com/wp-content/uploads/2022/08/ter2-1068x889.png 1068w, https://www.osradar.com/wp-content/uploads/2022/08/ter2.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>In addition, when using a Linux system, we always have several consoles open (although not visible). We are talking about the so-called &#8216;TTY&#8217;, which we can access with the keyboard shortcut Ctrl + Alt + function key (one per key). Part of them will be graphic consoles. However, the others will be text consoles, each running in parallel with the others. Additionally, all of them working outside our graphical environment, so we would not be using them from terminal emulators.</p>



<h2>Shell</h2>



<p>We have already mentioned, when talking about terminals, several examples of different shells that can be found in Windows. As with terminals, the number of shells in Unix systems multiplies. Certainly, Bash is usually installed as the default shell. However, it is possible to change it for different ones, such as the very popular Zsh. Remember that macOS ended up adopting it as a default shell. Other options include the emerging Fish, the old Ksh and Tcsh, or minority options such as Xonsh.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="650" height="650" src="https://www.osradar.com/wp-content/uploads/2022/08/ter3.png" alt="" class="wp-image-37106" srcset="https://www.osradar.com/wp-content/uploads/2022/08/ter3.png 650w, https://www.osradar.com/wp-content/uploads/2022/08/ter3-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2022/08/ter3-150x150.png 150w" sizes="(max-width: 650px) 100vw, 650px" /></figure>



<p>The function of the shell is to interpret the commands we enter. You might think that there can&#8217;t be much difference in how some commands are interpreted. However, there are many variables to watch out for. For example, the different syntax of the scripts, or aspects such as the possibility of creating aliases and defining variables. Also, the existence of syntax highlighting or auto-completion functions. Likewise, the way in which the system output is displayed on the screen. Well, all these elements can make the user experience vary significantly depending on which shell we use.</p>



<h2>Command interpreter (or command line)</h2>



<p>Every shell is a command interpreter. However, not every shell is a shell. A command interpreter (also called CLI), is any software that interacts with us through the input of text commands. Some CLIs run on top of a shell and are not intended to be a way to control the operating system. Instead, they aim to be just a very specific software or online service. Examples of this can be NPM, IPython, GitHub CLI, AWS CLI or our favorite SSH client. Very well, in this way we have made clear the differences between terminal, console, shell and command line. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/this-is-the-difference-between-terminal-console-shell-and-command-line/">This is the difference between terminal, console, shell and command line.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/this-is-the-difference-between-terminal-console-shell-and-command-line/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Top ten most dangerous text commands for Windows, GNU/Linux, and Mac</title>
		<link>https://www.osradar.com/top-ten-most-dangerous-text-commands-for-windows-gnu-linux-and-mac/</link>
					<comments>https://www.osradar.com/top-ten-most-dangerous-text-commands-for-windows-gnu-linux-and-mac/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Mon, 14 Mar 2022 22:26:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[text]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=35022</guid>

					<description><![CDATA[<p>Hello! Clicking on a button or icon whose function you don&#8217;t know can be quite dangerous. On the other hand, if we are talking about text commands entered the terminal, the thing can be just as serious or even worse. The text commands listed below can have destructive effects on your system. Specifically, if you [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/top-ten-most-dangerous-text-commands-for-windows-gnu-linux-and-mac/">Top ten most dangerous text commands for Windows, GNU/Linux, and Mac</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! Clicking on a button or icon whose function you don&#8217;t know can be quite dangerous. On the other hand, if we are talking about text commands entered the terminal, the thing can be just as serious or even worse. The text commands listed below can have destructive effects on your system. Specifically, if you run them with administrator privileges. Therefore, be meticulous how you use them. Look Top ten most dangerous text commands for <a href="https://www.microsoft.com/en-us/software-download/windows10" target="_blank" rel="noreferrer noopener">Windows</a>, <a href="https://www.osradar.com/category/linux/" target="_blank" rel="noreferrer noopener">GNU/Linux</a>, and Mac.</p>



<h2>Some of the most threatening commands</h2>



<h3>rm -Rf / (GNU/Linux, BSD, Mac)</h3>



<p>Look, regarding GNU/Linux, there is a really classic example. Indeed, this command has earned its reputation as dangerous, with good reason. In effect, this command deletes each directory on your hard disk, starting from the root directory (/). Let&#8217;s see what it is:</p>



<pre class="wp-block-preformatted">rm -Rf /</pre>



<p>Plain and simple, it erases everything completely. To avoid this, several distributions have an <em>alias</em> configured by default. Therefore, when we start <em>rm</em>, we are actually accessing <em>rm -i</em>. Consequently, Bash will ask us to confirm that we really want to perform the deletion.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="500" height="500" src="https://www.osradar.com/wp-content/uploads/2022/02/comm2.png" alt="" class="wp-image-35025" srcset="https://www.osradar.com/wp-content/uploads/2022/02/comm2.png 500w, https://www.osradar.com/wp-content/uploads/2022/02/comm2-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2022/02/comm2-150x150.png 150w" sizes="(max-width: 500px) 100vw, 500px" /></figure>



<p>It also has a variant that <strong>only </strong>deletes our user folder. Therefore, it also deletes all the configuration files that reside there: <strong>rm –rf ~.</strong></p>



<h3>mkfs.ext4 /dev/sda (Linux, BSD, Mac)</h3>



<p>If using an EXT4 file system, the following command is not unlike the typical DOS/Windows &#8216;format C:&#8217;. In effect, it formats and takes everything with it.</p>



<pre class="wp-block-preformatted">mkfs.ext4 /dev/sda</pre>



<p>But, instead of formatting the entire file hierarchy, as above, it focuses on a specific media drive. This drive can be /dev/sda or other.</p>



<h3>shred /dev/sda (Linux, BSD, Mac)</h3>



<p>Certainly, the above commands are very dangerous. But at least, once run, they allow you to resort to file recovery tools with a good chance of success. However, there is another much less known command that can erase all files on a hard disk with no possible solution:</p>



<pre class="wp-block-preformatted">shred /dev/sda</pre>



<p>Shred is a tool that not only deletes content. In fact, it also destroys. In other words, it does not just delete a file from the file table, but overwrites dozens of times the physical space it occupies. Consequently, it makes it totally unrecoverable.</p>



<h3>dd if=/dev/random of=/dev/sda (Linux, BSD, Mac)</h3>



<p>DD is a tool that is often used to clone disks to create backups. But, used for other purposes, it can cause us to have to resort to them. As in this example:</p>



<pre class="wp-block-preformatted">dd if=/dev/random of=/dev/sda</pre>



<p>Let&#8217;s take it one step at a time. <strong>dev/random</strong> is the name of a virtual device that Unix uses as a random number generator. Specifically, what this command does is to copy the <em>contents</em> of that <em>device</em> to the primary hard disk. Consequently, its effect will be the same as using <strong>shred /dev/sda</strong>, although much slower.</p>



<h3>mv / /dev/null (Linux, BSD, Mac)</h3>



<p>These virtual devices are much more dangerous than they look. Indeed, <strong>dev/random</strong> is not the only one of its kind that can give us headaches. Watch out for the following command and what it can do:</p>



<pre class="wp-block-preformatted">mv / /dev/null</pre>



<p>What does this command do? Specifically, it moves the contents of  (i.e., the entire contents of the system) to the virtual device <strong>/dev/null</strong>. Before we continue, we want to emphasize that it moves the contents, not copies them. The problem is that <strong>/dev/null </strong>is the Nothing, it does not exist. To put it graphically, it is a kind of computer black hole. Consequently, any piece of information we throw in there is lost, never to return. Do you realize how serious this is?</p>



<h3>:(){ :|:&amp; };: (Linux, BSD, Mac)</h3>



<p>Fortunately, the above commands can be read relatively easily. In other words, it is enough to know something about Unix or elements of the language, for an alarm signal to go off. The problem is when a command doesn&#8217;t look like one at all. Let&#8217;s look at the following example:</p>



<p>:(){ :|:&amp; };:</p>



<p>Introducing the <strong>Fork bomb</strong> command. Its function is to define and execute a function that recursively calls itself infinitely. Basically, it does nothing by itself. Apart from executing itself so many times that it ends up exhausting the available memory and forcing us to reboot the device.</p>



<h3>Hexadecimal commands (Linux, BSD, Mac)</h3>



<p>It is possible to convert a command (any) written in normal text mode to hexadecimal format. Consequently, we will not be able to read it. Strictly speaking, what we will not be able to understand it. However, if we tell the system to reconvert and execute the hexadecimal string, it will be as if we were executing the original command directly. Thus, there is no difference between typing <strong>rm -Rf /</strong> and the following:</p>



<pre class="wp-block-preformatted">char esp[] __attribute__ ((section(“.text”))) /* e.s.p release */

= “\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68” “\xff\xff\xff\xff\x68\xdf\xd0\xdf\xd9\x68\x8d\x99” “\xdf\x81\x68\x8d\x92\xdf\xd2\x54\x5e\xf7\x16\xf7” “\x56\x04\xf7\x56\x08\xf7\x56\x0c\x83\xc4\x74\x56” “\x8d\x73\x08\x56\x53\x54\x59\xb0\x0b\xcd\x80\x31” “\xc0\x40\xeb\xf9\xe8\xbd\xff\xff\xff\x2f\x62\x69” “\x6e\x2f\x73\x68\x00\x2d\x63\x00”

"cp -p /bin/sh /tmp/.beyond; chmod 4755

/tmp/.beyond;";</pre>



<h3>rd/s/q/ C:\ (Windows)</h3>



<p>Let&#8217;s see a command that for Windows is basically equivalent to the &#8216;rm -Rf&#8217; of Linux, Mac, and others:</p>



<pre class="wp-block-preformatted">rd/s/q/ C:\</pre>



<p>However, there is a difference here. It will only erase data from a specific logical drive (in the example, C:), but not from the whole system. The difference, of course, will only be relevant if we have more than one drive in the system.</p>



<h3>Blue Screen of Death command (Windows)</h3>



<p>At this point, we are getting a little more creative. You remember the classic blue screens of death in Windows. You probably do, and not in a good way. But if you want to feel a little nostalgic, you can try this command:</p>



<pre class="wp-block-preformatted">@echo off

delete %systemdrive%*.* /f /s</pre>



<p>Fortunately, copying and pasting into cmd is not enough. In fact, both lines must be saved as a text file with a .BAT extension, equivalent to Linux .SH.</p>



<h3>Registry Deletion (Windows)</h3>



<p>Another set of commands to be executed one after the other using a BAT file:</p>



<pre class="wp-block-preformatted">@echo off

START reg delete HKC/.EXE

START reg delete HKCR.dll

START reg delete HKCR/*</pre>



<p>With this command, we will completely delete the registry. Consequently, the system will become basically unusable. Okay, so we have seen the ten most dangerous text commands for Windows, Linux, and Mac. Bye</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/top-ten-most-dangerous-text-commands-for-windows-gnu-linux-and-mac/">Top ten most dangerous text commands for Windows, GNU/Linux, and Mac</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/top-ten-most-dangerous-text-commands-for-windows-gnu-linux-and-mac/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Upgrade from Debian 11 to Debian 11.1</title>
		<link>https://www.osradar.com/upgrade-from-debian-11-to-debian-11-1/</link>
					<comments>https://www.osradar.com/upgrade-from-debian-11-to-debian-11-1/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 18 Oct 2021 00:57:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bullseye]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=32636</guid>

					<description><![CDATA[<p>Hello, dear friends. Many users who are not used to the Linux upgrade system, may be confused about the way it is done. Recently, Debian 11.1 has been released as one of the first maintenance releases of this great version. In this tutorial, you will learn how to upgrade from Debian 11 to Debian 11.1. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/upgrade-from-debian-11-to-debian-11-1/">Upgrade from Debian 11 to Debian 11.1</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, dear friends. Many users who are not used to the Linux upgrade system, may be confused about the way it is done. Recently, <a href="https://www.debian.org/News/2021/20211009" target="_blank" rel="noreferrer noopener">Debian 11.1 has been released</a> as one of the first maintenance releases of this great version. In this tutorial, you will learn how to upgrade from Debian 11 to Debian 11.1.</p>



<h2>Debian 11.1 is available</h2>



<p>This point release mainly adds corrections for security issues, along with a few adjustments for serious problems. Security advisories have already been published separately and are referenced where available.</p>



<p>One of the things the development team emphasizes is that this is not a <a href="https://www.osradar.com/tag/bullseye" target="_blank" rel="noreferrer noopener">new major release of Debian</a>, but a bug-fix release.</p>



<p>Another thing to note is that those who frequently install updates from security.debian.org won&#8217;t have to update many packages, and most such updates are included in the point release. So the importance of always updating the system and doing so frequently is emphasized.</p>



<p>So this is a maintenance release but we still need to get it on the system to avoid security problems.</p>



<p>In this post, we will show you how to do it using the terminal without any problems.</p>



<h2>Upgrade from Debian 11 to Debian 11.1</h2>



<p>The upgrade process is very easy and should not give us any problems. However, it&#8217;s also not a bad idea to back up the most sensitive data on your disk to an external device.</p>



<p>Also, it is a good idea to have as few external repositories on your system as possible.</p>



<p>So, check the current version of Debian.</p>



<pre class="wp-block-preformatted">lsb_release -a<br>No LSB modules are available.<br>Distributor ID: Debian<br>Description: Debian GNU/Linux 11 (bullseye)<br>Release: 11<br>Codename: bullseye</pre>



<p>After that, open a terminal and update the current package.</p>



<pre class="wp-block-preformatted">sudo apt update<br>sudo apt upgrade</pre>



<p>Now perform the system upgrade</p>



<pre class="wp-block-preformatted">sudo apt dist-upgrade</pre>



<p>After this, the process will be finished and you will have Debian 11.1 up and running.</p>



<p>This way the upgrade has been successful and we can continue our work.</p>



<h2>Conclusion</h2>



<p>In this post, you learned how to upgrade Debian 11 to Debian 11.1 to get the latest Debian security features. I hope you found this post useful, although simple, it can be of help to many newbies to the system.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/upgrade-from-debian-11-to-debian-11-1/">Upgrade from Debian 11 to Debian 11.1</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/upgrade-from-debian-11-to-debian-11-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Exa is the best alternative to the ls command</title>
		<link>https://www.osradar.com/exa-alternative-ls-command-linux/</link>
					<comments>https://www.osradar.com/exa-alternative-ls-command-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 20 Jul 2021 05:23:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Tricks]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=31257</guid>

					<description><![CDATA[<p>Hello, friends. The terminal is the workplace of many Linux users. It’s not that complex to use, at least for basic things, but you can always improve some of its tools. That’s precisely what we’re going to talk about today. Because we are going to talk about Exa, probably the best alternative to the ls [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/exa-alternative-ls-command-linux/">Exa is the best alternative to the ls command</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-line-data">Hello, friends. The terminal is the workplace of many Linux users. It’s not that complex to use, at least for basic things, but you can always improve some of its tools. That’s precisely what we’re going to talk about today. Because we are going to talk about Exa, probably the best alternative to the ls command in Linux. With exa, you can display files in an advanced way without losing simplicity.</p>



<h2 class="code-line">What is this tool?</h2>



<p class="has-line-data">If we refer to the <a href="https://the.exa.website/docs" target="_blank" rel="noreferrer noopener">Exa website</a>, we have the following definition:</p>



<blockquote class="wp-block-quote"><p class="has-line-data" data-line-start="6" data-line-end="7">exa is a modern replacement for the command-line program ls that ships with Unix and Linux operating systems. This command is used by terminal users, administrators, and developers hundreds of times daily, as well as being useful when writing automated scripts.</p></blockquote>



<p class="has-line-data">In other words, this command, written in Rust, improves the way files are displayed in Linux. Of course, exa is a different tool, but one that is used by many professionals to quickly display content on Linux.</p>



<p class="has-line-data">The tool is built in Rust, so it consumes virtually no unnecessary resources. This means that we can use it on as many computers as we can.</p>



<p class="has-line-data">Some of the features of Exa are:</p>



<ul><li class="has-line-data" data-line-start="14" data-line-end="15"><strong>Supports color scheme</strong> to improve the visualization of each of the files.</li><li class="has-line-data" data-line-start="15" data-line-end="16"><strong>Exa provides different views</strong> such as Grid, long, and tree. Each of them, to better display the attributes and files.</li><li class="has-line-data" data-line-start="16" data-line-end="18"><strong>It is integrated with Git</strong> especially useful for developers because, with Exa, you can see the Git status of files when you’re inside a repository.</li></ul>



<p class="has-line-data">Besides this, it is free and does not replace <code>ls</code> so we can use both.</p>



<h2 class="code-line">Install Exa the best alternative to the ls command on Linux</h2>



<p class="has-line-data">Exa is supported by many distributions. If you want to use it on Debian 10, run</p>



<pre class="wp-block-preformatted">sudo apt install exa</pre>



<p class="has-line-data">For Fedora 34</p>



<pre class="wp-block-preformatted">sudo dnf install exa</pre>



<p class="has-line-data">But for the rest of the distributions, you may want to do the manual installation which is quite easy.</p>



<p class="has-line-data">First, make sure you have the necessary packages installed.</p>



<pre class="wp-block-preformatted">sudo apt install wget unzip</pre>



<p class="has-line-data">Now download the binary provided by the developers:</p>



<pre class="wp-block-preformatted">wget -c https://github.com/ogham/exa/releases/download/v0.10.0/exa-linux-x86_64-v0.10.0.zip
--2021-07-15 17:33:37--  https://github.com/ogham/exa/releases/download/v0.10.0/exa-linux-x86_64-v0.10.0.zip
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-releases.githubusercontent.com/20060596/64406f00-9587-11eb-80ae-0a8f59c6468a?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210715%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20210715T153337Z&amp;X-Amz-Expires=300&amp;X-Amz-Signature=422091b2ecf1c031214a026401a9d6546580a6996847c667c0b487b54ed4599a&amp;X-Amz-SignedHeaders=host&amp;actor_id=0&amp;key_id=0&amp;repo_id=20060596&amp;response-content-disposition=attachment%3B%20filename%3Dexa-linux-x86_64-v0.10.0.zip&amp;response-content-type=application%2Foctet-stream [following]
--2021-07-15 17:33:37--  https://github-releases.githubusercontent.com/20060596/64406f00-9587-11eb-80ae-0a8f59c6468a?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210715%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20210715T153337Z&amp;X-Amz-Expires=300&amp;X-Amz-Signature=422091b2ecf1c031214a026401a9d6546580a6996847c667c0b487b54ed4599a&amp;X-Amz-SignedHeaders=host&amp;actor_id=0&amp;key_id=0&amp;repo_id=20060596&amp;response-content-disposition=attachment%3B%20filename%3Dexa-linux-x86_64-v0.10.0.zip&amp;response-content-type=application%2Foctet-stream
Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.109.154, 185.199.110.154, 185.199.111.154, ...
Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.109.154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 717968 (701K) [application/octet-stream]
Saving to: ‘exa-linux-x86_64-v0.10.0.zip’

exa-linux-x86_64-v0.10.0.zip              100%[=====================================================================================>] 701.14K  --.-KB/s    in 0.1s

2021-07-15 17:33:37 (5.75 MB/s) - ‘exa-linux-x86_64-v0.10.0.zip’ saved [717968/717968]</pre>



<p class="has-line-data">Unzip it</p>



<pre class="wp-block-preformatted">unzip exa-linux-x86_64-v0.10.0.zip</pre>



<p class="has-line-data">When finished, we have to access the <code>bin</code> folder where the binary is located</p>



<pre class="wp-block-preformatted">cd bin/</pre>



<p class="has-line-data">Now copy it to any directory that is in the <code>$PATH</code> such as <code>/usr/local/bin</code>.</p>



<pre class="wp-block-preformatted">sudo cp exa /usr/local/bin/</pre>



<p class="has-line-data">Now you can use it without any problems.</p>



<h2 class="code-line"><a id="Using_Exa_the_ls_command_replace_54"></a>Using Exa the ls command alternative</h2>



<p class="has-line-data">With <code>exa</code> in the system we just need to invoke it to run</p>



<pre class="wp-block-preformatted">exa</pre>



<p class="has-line-data">there it will display your files as in the <code>ls</code> command.</p>



<p class="has-line-data">One of the most interesting options is <code>--tree</code> which displays a tree view.</p>



<pre class="wp-block-preformatted">exa --tree</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="618" height="261" src="https://www.osradar.com/wp-content/uploads/2021/07/1-7.png" alt="1.- Using exa on Linux" class="wp-image-31268" srcset="https://www.osradar.com/wp-content/uploads/2021/07/1-7.png 618w, https://www.osradar.com/wp-content/uploads/2021/07/1-7-300x127.png 300w" sizes="(max-width: 618px) 100vw, 618px" /><figcaption>1.- Using exa on Linux</figcaption></figure>



<p class="has-line-data">Also, we can limit the level of parsing, e.g.</p>



<pre class="wp-block-preformatted">exa --tree --level=2</pre>



<p class="has-line-data">This way we can control the scanning.</p>



<p class="has-line-data">If we add <code>--long</code> to this option we can get more information about the files.</p>



<pre class="wp-block-preformatted">exa --tree --long</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="647" height="291" src="https://www.osradar.com/wp-content/uploads/2021/07/2-6.png" alt="2.- Exa the best alternative to the ls command" class="wp-image-31269" srcset="https://www.osradar.com/wp-content/uploads/2021/07/2-6.png 647w, https://www.osradar.com/wp-content/uploads/2021/07/2-6-300x135.png 300w" sizes="(max-width: 647px) 100vw, 647px" /><figcaption>2.- Exa the best alternative to the ls command</figcaption></figure>



<p class="has-line-data">Finally, <code>exa</code> can recurse into a directory and list the contents of every subdirectory beneath it.</p>



<pre class="wp-block-preformatted">exa --recurse</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="691" height="339" src="https://www.osradar.com/wp-content/uploads/2021/07/3-2.png" alt="3.- Using Exa" class="wp-image-31270" srcset="https://www.osradar.com/wp-content/uploads/2021/07/3-2.png 691w, https://www.osradar.com/wp-content/uploads/2021/07/3-2-300x147.png 300w" sizes="(max-width: 691px) 100vw, 691px" /><figcaption>3.- Using Exa</figcaption></figure>



<p class="has-line-data">For symbolic links, <code>exa</code> handles them very well</p>



<pre class="wp-block-preformatted">exa -l /etc/localtime /etc/resolv.conf</pre>



<p class="has-line-data">So, enjoy it</p>



<h2 class="code-line"><a id="Conclusion_86"></a>Conclusion</h2>



<p class="has-line-data">Exa is a tool that increases our productivity on the terminal. It is not surprising that more and more people use it in their daily work. Now that you know it, tell us about it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/exa-alternative-ls-command-linux/">Exa is the best alternative to the ls command</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/exa-alternative-ls-command-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install the netstat command on Linux?</title>
		<link>https://www.osradar.com/how-to-install-the-netstat-command-on-linux/</link>
					<comments>https://www.osradar.com/how-to-install-the-netstat-command-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 03 Jul 2021 04:50:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[alma linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[rockylinux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=30911</guid>

					<description><![CDATA[<p>Hello, friends. In this post, we will show you how to install the Netstat command with which we can quickly monitor our network information. The post will be approached from the terminal and covering most Linux distributions or at least the most popular ones. Netstat is a tool that we can use through the command [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-the-netstat-command-on-linux/">How to install the netstat command on Linux?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-line-data">Hello, friends. In this post, we will show you how to install the Netstat command with which we can quickly monitor our network information. The post will be approached from the terminal and covering most Linux distributions or at least the most popular ones.</p>



<p class="has-line-data"><strong><a href="http://netstat.net/" target="_blank" rel="noreferrer noopener">Netstat </a>is a tool that we can use through the command line</strong>. It allows us to <strong>monitor networks and also to troubleshoot certain problems that may arise</strong>. Also, it is widely used to identify the TCP connections that are active on the machine on which the command is executed.</p>



<p class="has-line-data">All this, we emit an output screen where we can visualize the network information or even export it through the use of commands.</p>



<p class="has-line-data"><strong>This tool is quite useful for the more technical Linux users</strong> because it allows us to quickly analyze and detect possible problems that are happening in our network. Even more, to make an analysis on it.</p>



<p class="has-line-data">Despite being so popular, it is not included in most Linux distributions and that is why in this post, we will help you how to install it.</p>



<p class="has-line-data">So, let’s start.</p>



<h2 class="code-line"><a id="Install_the_Netstat_on_Linux_command_12"></a>Install the Netstat on Linux command</h2>



<p class="has-line-data">As we said, being such a popular tool, it is hard to believe that it is not included in the existing Linux distributions.</p>



<p class="has-line-data">The solution to this is to install via official repositories, the <code>net-tools</code> package in order to add the command but also other important tools.</p>



<p class="has-line-data">So, in the case of Debian, Ubuntu, Linux Mint, ElementaryOS, and any distribution based on any of these, just open the terminal and execute</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt install net-tools</pre>



<p class="has-line-data">In case you are using, Fedora 34, RockyLinux, AlmaLinux OS, RHEL 8, CentOS 8, Oracle Linux 8, or any distribution based on these.</p>



<pre class="wp-block-preformatted">sudo dnf install net-tools</pre>



<p class="has-line-data">But, if you are using older versions such as RHEL 7, CentOS 7, Oracle Linux 7, or any of their derivatives, then you will need to run</p>



<pre class="wp-block-preformatted">sudo yum install net-tools</pre>



<p class="has-line-data">A very popular distribution among Linux users is Arch Linux. It also has some derivatives such as Manjaro. For these distributions or any derivative of them, just run:</p>



<pre class="wp-block-preformatted">sudo pacman -S netstat-nat</pre>



<p class="has-line-data">As we all know, one of our favorite distributions is OpenSUSE, so we can’t leave it out.</p>



<p class="has-line-data">So, to install it on OpenSUSE</p>



<pre class="wp-block-preformatted">sudo zypper in net-tools</pre>



<p class="has-line-data">This way we will be able to use it from the terminal without problems.</p>



<h2 class="code-line"><a id="Using_the_Netstat_command_43"></a>Using the Netstat command</h2>



<p class="has-line-data">It is normal to use the command directly on the terminal. And there it will show much of the default information of the active network interface.</p>



<p class="has-line-data">Another common use is to run it together with some other options, for example:</p>



<pre class="wp-block-preformatted">netstat -tulpn</pre>



<p class="has-line-data">For more complex use of this command, we have prepared a post on the use of Netstat where you can find use cases.</p>



<p class="has-line-data"><a href="https://www.osradar.com/monitor-network-with-netstat-command-in-linux/" target="_blank" rel="noreferrer noopener">Monitor Network with netstat command in Linux</a></p>



<p class="has-line-data">So, enjoy it.</p>



<h2 class="code-line"><a id="Conclusion_57"></a>Conclusion</h2>



<p class="has-line-data">These types of commands can be useful in our work where many tools are required to help with network control. Although there are more specialized and larger tools, it is also true that sometimes we just need a little help.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-the-netstat-command-on-linux/">How to install the netstat command on Linux?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-the-netstat-command-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to List users in Linux?</title>
		<link>https://www.osradar.com/how-to-list-users-in-linux/</link>
					<comments>https://www.osradar.com/how-to-list-users-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 15 Jun 2021 00:11:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=30468</guid>

					<description><![CDATA[<p>Hello friends. Normally when we are in the presence of a Linux server or computer at some point we will need to know how to list users. This is either for administrative or informative purposes but it becomes necessary. So, in this post, you will learn how to do it using the terminal quickly and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-list-users-in-linux/">How to List users in Linux?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello friends. Normally when we are in the presence of a Linux server or computer at some point we will need to know how to list users. This is either for administrative or informative purposes but it becomes necessary. So, in this post, you will learn how to do it using the terminal quickly and easily.</p>



<p>I think you already know but there are commands to create a user, delete a user, list registered users, but at work needs always arise. And if you need to know which are the users of the system? What is that command?</p>



<p>Well, there are several commands, and each one has its own way of doing the job and you can even combine them to get better results.</p>



<p>Let&#8217;s go for it.</p>



<h2>How to list users in Linux</h2>



<h3>Commands that use the /etc/passwd file</h3>



<p>In the <code>/etc/passwd</code> file you can find information about the system users. However, it is not as readable as you would like it to be, it is a good option.</p>



<p>Open a terminal and run the following command</p>



<pre class="wp-block-preformatted">cat /etc/passwd</pre>



<p>And you will get a screen output similar to this.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="692" height="218" src="https://www.osradar.com/wp-content/uploads/2021/06/1-6.png" alt="1.- Cat command" class="wp-image-30591" srcset="https://www.osradar.com/wp-content/uploads/2021/06/1-6.png 692w, https://www.osradar.com/wp-content/uploads/2021/06/1-6-300x95.png 300w" sizes="(max-width: 692px) 100vw, 692px" /><figcaption>1.- Cat command</figcaption></figure>



<p>The first thing you may notice is that there are many users but most of them are system users required to perform many operations that have to do with the operation of the system.</p>



<p>The second thing is that the information is separated by columns where different fields are shown such as Username, encrypted password, UID, GID, and other information.</p>



<p>If you want to know only the users, you can filter the on-screen output of the <code>cat</code> command with the help of the <code>cut</code> command.</p>



<pre class="wp-block-preformatted">cat /etc/passwd | cut -d: -f1</pre>



<p>This way only the users will be displayed without the rest of the information.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="850" height="271" src="https://www.osradar.com/wp-content/uploads/2021/06/2-4.png" alt="2.- List users in Linux" class="wp-image-30592" srcset="https://www.osradar.com/wp-content/uploads/2021/06/2-4.png 850w, https://www.osradar.com/wp-content/uploads/2021/06/2-4-300x96.png 300w, https://www.osradar.com/wp-content/uploads/2021/06/2-4-768x245.png 768w, https://www.osradar.com/wp-content/uploads/2021/06/2-4-696x222.png 696w" sizes="(max-width: 850px) 100vw, 850px" /><figcaption>2.- List users in Linux</figcaption></figure>



<p>The same result can be obtained with the command <code>awk</code>.</p>



<pre class="wp-block-preformatted">cat /etc/passwd | awk -F: '{print $1}'</pre>



<p>This way we will be able to list the system users.</p>



<h3>List users in Linux with compgen</h3>



<p>Although the above commands are easy to use, they are not so easy to memorize. Especially when you have to share them with others.</p>



<p>That is why there is the command <code><a href="https://www.unix.com/man-page/centos/1/compgen/" target="_blank" rel="noreferrer noopener">compgen</a></code> with which we can simply get all the users of the system.</p>



<p>To do this, just run</p>



<pre class="wp-block-preformatted">compgen -u</pre>



<p>And in this simple way, we will be able to have all the users of the system.</p>



<h3>Bonus: List the users connected to the system</h3>



<p>On the other hand, it is convenient on many occasions to know which are the users that are connected in real-time with the system. To do this you only have to run</p>



<pre class="wp-block-preformatted">who</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="549" height="115" src="https://www.osradar.com/wp-content/uploads/2021/06/3-2.png" alt="3.- Users connected to the system" class="wp-image-30593" srcset="https://www.osradar.com/wp-content/uploads/2021/06/3-2.png 549w, https://www.osradar.com/wp-content/uploads/2021/06/3-2-300x63.png 300w" sizes="(max-width: 549px) 100vw, 549px" /><figcaption>3.- Users connected to the system</figcaption></figure>



<p>And you will be able to list the users that are using the system at this moment.</p>



<h2>Conclusion</h2>



<p>A terminal is a tool in which many professionals make their working life and that is full of tricks to take full advantage of it. In this post, you have learned how to list users in Linux quickly and easily.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-list-users-in-linux/">How to List users in Linux?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-list-users-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Find files in Linux?</title>
		<link>https://www.osradar.com/how-to-find-files-linux/</link>
					<comments>https://www.osradar.com/how-to-find-files-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 14 Jun 2021 00:16:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tools]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=30544</guid>

					<description><![CDATA[<p>Hello friends. Many users, newcomers to Linux, are curious to use the terminal and it is always good to give them support. But not only them, but other users even being veterans, need to know how to use commands to streamline their tasks. Well, in this post we will teach you How to find files [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-find-files-linux/">How to Find files in Linux?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello friends. Many users, newcomers to Linux, are curious to use the terminal and it is always good to give them support. But not only them, but other users even being veterans, need to know how to use commands to streamline their tasks. Well, in this post we will teach you How to find files in Linux using the terminal.</p>



<p>The <code>find</code> command is a command that searches for files and folders, from the command line, in a directory tree. It is used by many users who work in the terminal and can help even the most veteran users of the system.</p>



<p>So, let’s show you some examples of how to use the command to find files in any Linux distribution.</p>



<h2 id="how-to-find-files-in-linux"><a href="#how-to-find-files-in-linux" name="how-to-find-files-in-linux"></a>How to find files in Linux</h2>



<p>The <code>find</code> command is part of the <a href="https://www.gnu.org/software/coreutils/" target="_blank" rel="noreferrer noopener">GNU Utils</a> so it is available in any Linux distribution you can think of. So like any command, it has a basic syntax which is as follows</p>



<pre class="wp-block-preformatted">find [path] [parameters] [values] [values]</pre>



<p>From what we can see, it is simple to use and now we will show some examples</p>



<ul><li><strong>Find a file of which we know the name and extension:</strong></li></ul>



<pre class="wp-block-preformatted">find / -name name.txt </pre>



<p>Replace <code>name</code> with the name of the file. In this case, a file named <code>name.txt</code> will be searched for in the whole system.</p>



<ul><li><strong>Search for files in a particular location.</strong></li></ul>



<pre class="wp-block-preformatted">find /home/angelo/ -name name.txt</pre>



<ul><li><strong>Doing case-insensitive searches</strong></li></ul>



<p>When searching by filename it is common to not remember whether it is upper or lower case. To do this, you can follow the following structure</p>



<pre class="wp-block-preformatted">find /home/angelo -iname name name.txt</pre>



<p>Remember that you can modify the names and parameters to fit your criteria.</p>



<ul><li><strong>Search for directories or folders</strong></li></ul>



<p>To search for directories we must use the <code>type d</code> parameter, it is as simple as this.</p>



<pre class="wp-block-preformatted">find / -type d -name documents</pre>



<p>This will search for all folders named <code>documents</code> in the whole system. Also, you can change the search directory.</p>



<ul><li><strong>Search files by extension</strong></li></ul>



<p>In this case, it is also useful to know how to search for files by extension. In this case, the option that will help us is <code>type f</code>.</p>



<pre class="wp-block-preformatted">find / -type f -name *.sh</pre>



<p>Thus, in the above example, all files with the extension <code>.sh</code> in the system will be searched.</p>



<h3 id="other-examples-of-the-find-command"><a href="#other-examples-of-the-find-command" name="other-examples-of-the-find-command"></a>Other examples of the find command</h3>



<p>It is also useful to know how to search for files by permissions, to do this use the <code>perm</code> parameter and the permission you want to search for.</p>



<pre class="wp-block-preformatted">find / -type f -perm 0775</pre>



<p>or even, permissions different from the specified one</p>



<pre class="wp-block-preformatted">find / -type f ! -perm 775</pre>



<ul><li><strong>Search for empty files or folders</strong></li></ul>



<p>In this case, we can easily do it with these two commands</p>



<pre class="wp-block-preformatted">find / -type f -empty
find / -type d -empty</pre>



<p>The first one works for files and the second one for directories or folders.</p>



<ul><li><strong>Find files according to their modification date</strong></li></ul>



<p>For many sysadmins this can be very useful because we can perform a search according to the time it was modified.</p>



<pre class="wp-block-preformatted">find / -type f -mtime +21</pre>



<p>In this case, all files that are older than 21 days since their last modification will be searched.</p>



<ul><li><strong>Search files according to their size</strong></li></ul>



<p>Also, with the <code>size</code> option we can further filter our search. For example, we can search for files that weigh more than 10Mb.</p>



<pre class="wp-block-preformatted">find / -type f -size +10M</pre>



<p>That is to say, with this we can be more effective.</p>



<p>So, enjoy it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-find-files-linux/">How to Find files in Linux?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-find-files-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Terminal Tools for Downloading Files</title>
		<link>https://www.osradar.com/terminal-tools-downloading-files/</link>
					<comments>https://www.osradar.com/terminal-tools-downloading-files/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 07 Nov 2020 02:34:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[wget]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=25194</guid>

					<description><![CDATA[<p>Throughout our posts, we have downloaded many files via the terminal but have never made an envelope post. So in this post, we&#8217;ll tell you all the details about Terminal Tools for Downloading Files. When referring to downloading files, the first thing we can think of is the web browser. This is true up to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/terminal-tools-downloading-files/">Terminal Tools for Downloading Files</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Throughout our posts, we have downloaded many files via the terminal but have never made an envelope post. So in this post, we&#8217;ll tell you all the details about Terminal Tools for Downloading Files.</p>



<p>When referring to downloading files, the first thing we can think of is the web browser. This is true up to a point. Because in the terminal we also have many options for downloading.</p>



<p>The Linux Terminal is a powerful tool so much so that it is the main working support for many servers. Therefore, the terminal is fast, secure, and efficient.</p>



<p>So, let&#8217;s talk about those tools.</p>



<h2>Terminal Tools for Downloading Files</h2>



<p>Several tools allow a download without major problems, but we will name the most familiar and easy to use.</p>



<h3>1.- The great wget</h3>



<p><a href="https://www.gnu.org" target="_blank" rel="noreferrer noopener">GNU</a> wget is a CLI (command-line interface) utility that allows you to download files from the internet if you know its link. It is very efficient in the management of computer resources because it is practically unnoticeable its use. In addition, this allows you to rename the downloaded files quickly.</p>



<p>On the other hand, although it is a program that is used in the terminal, it is quite complete. Here is a list of the main features of the application:</p>



<ul><li>Wget supports downloads through proxies</li><li>IPv6 is fully supported by wget.</li><li>It allows limiting the bandwidth used for downloads.</li><li>Wget works with SSL/TSL to secure downloads.</li></ul>



<p>But Wget has many configurations and work options. So many that we made a post about it:</p>



<p><a href="https://www.osradar.com/the-wget-command/" target="_blank" rel="noreferrer noopener">The Wget Command</a></p>



<p>There you can learn even more about Wget and above all how to use it.</p>



<h3>2.- cURL</h3>



<p>Another veteran of our site is cURL.</p>



<p><a href="https://curl.haxx.se/">CURL</a> is a command line tool and library for transferring data with URLs. Many download scripts or file transfers use CURL as a means to achieve this. In addition, CURL supports FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP and many other protocols quite popular on networks.</p>



<p>On the other hand, the use of CURL is not limited exclusively to computers but to other devices that use UNIX such as cell phones, cars and is the transfer backend of many of the most popular applications in the world.</p>



<p>Say that cURL is even more advanced than Wget but you also have other additional features.</p>



<p>So, if you want to learn more about it, check our post:</p>



<p><a href="https://www.osradar.com/how-to-use-curl-command-linux/" target="_blank" rel="noreferrer noopener">How to use CURL command on Linux?</a></p>



<h3>3.- Terminal Tools for Downloading Files used on Scripts</h3>



<p>It is also possible to find other tools that are in the main repositories of most Linux distributions. We are talking about tools like rsync or scp.</p>



<p>Rsync, remote synchronize is known as a remote synchronization function of the software, it synchronizes files at the same time, can maintain the original file permissions, time, hard and soft links and other additional information. it is a “sync algorithm” that provides a quick way to synchronize files between clients and remote file servers, and can also be transferred via SSH, which is also very confidential, supports breakpoint continuation, data can be pushed or pulled, and is free of chargeS.</p>



<p>Rsync advantages：</p>



<ul><li>Ability to update entire directories and trees and file systems;</li><li>Selectively maintain symbolic links, hard links, file ownership, permissions, devices, and time for folders and files;</li><li>For installation, there are no special permission requirements;</li><li>For multiple files, the internal pipeline reduces the file wait delay;</li><li>Can use RSH, SSH or direct port as the transfer port;</li><li>Support anonymous Rsync synchronization files are the ideal mirror tool;</li></ul>



<p>You can read:</p>



<p><a href="https://www.osradar.com/synchronous-data-using-rsync-command-in-linux/" target="_blank" rel="noreferrer noopener">Synchronous data Using rsync Command in Linux</a></p>



<p>Although it is true that with Rsync we do not make a download itself, it can help us to copy and synchronize files from a server. What in practice can be considered a download.</p>



<p>On the other hand, <strong>scp is a variation of the cp command that allows you to copy files over a network</strong>. As with Rsync it is not a download but in practice it allows us to do it. Especially when we have access to certain files from a given server.</p>



<h2>Conclusion</h2>



<p>The terminal is a marvel in Linux and so much so that you can download files from the internet or a network using commands. This is useful on servers or computers with ssh connections.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/terminal-tools-downloading-files/">Terminal Tools for Downloading Files</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/terminal-tools-downloading-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install Nu Shell on Ubuntu 20.04</title>
		<link>https://www.osradar.com/install-nu-shell-ubuntu/</link>
					<comments>https://www.osradar.com/install-nu-shell-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 11 Oct 2020 22:27:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[nu shell]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tools]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=15887</guid>

					<description><![CDATA[<p>If there is one thing we can reproach Linux every time it is the lack of variety in the programs. Every day there are more and better that cover all areas of computer science. It also includes terminal emulators. Today, we will tell you about a new one called Nu shell. This terminal for Linux [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-nu-shell-ubuntu/">Install Nu Shell on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If there is one thing we can reproach Linux every time it is the lack of variety in the programs. Every day there are more and better that cover all areas of computer science. It also includes terminal emulators. <strong>Today, we will tell you about a new one called Nu shell.</strong> This terminal for Linux is also fast and with important improvements.</p>
<h2>Nu shell?</h2>
<p>Let&#8217;s start with the basics. What is Nu Shell? Well, <strong>Nu shell is a new terminal, released under the MIT license and created in Rust with a different paradigm than others</strong>. According to its official documentation the goal of this project is &#8220;to take the Unix philosophy of shells, where pipes connect simple commands together, and bring it to the modern style of development&#8221;.</p>
<p>So, we can say with these objectives that Nu Shell intends to modernize the output of some commands in the terminal. Adapting them to situations less complex to understand and ideal for developers or sysadmin.</p>
<h2>Install it on Ubuntu 20.04</h2>
<p>Nu Shell is created in Rust. For tango we can use the Rust package manager called cargo. However, obviously the first step is to install Rust on Linux.</p>
<p><a href="https://www.osradar.com/install-rust-programming-language-ubuntu-debian/" target="_blank" rel="noopener noreferrer">How to install Rust on Ubuntu 20.04 / Debian 10?</a></p>
<p>Then, you have to install some dependencies. If you use Debian, Ubuntu or one of their dervidas, just use this command:</p>
<pre>:~$ sudo apt install pkg-config libssl-dev libxcb-composite0-dev libx11-dev</pre>
<p>And then, if we can start the installation.</p>
<pre>:~$ cargo install nu --all-features</pre>
<p><figure id="attachment_16070" aria-describedby="caption-attachment-16070" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-16070 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/1-20.png" alt="1.- Installing Nu Shell on Ubuntu 20.04" width="1365" height="717" srcset="https://www.osradar.com/wp-content/uploads/2019/11/1-20.png 1365w, https://www.osradar.com/wp-content/uploads/2019/11/1-20-300x158.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/1-20-1024x538.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/1-20-768x403.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/1-20-696x366.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/1-20-1068x561.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/1-20-800x420.png 800w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-16070" class="wp-caption-text">1.- Installing Nu Shell on Ubuntu 20.04</figcaption></figure></p>
<p>And we wait for the process to end.</p>
<h2>Using Nu Shell</h2>
<p>The first thing to say is that the official documentation of the project is quite good. And we will use it for some illustrative examples.</p>
<p>To start the program just use the following command:</p>
<pre>:~$ nu</pre>
<p><figure id="attachment_16071" aria-describedby="caption-attachment-16071" style="width: 998px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16071" src="https://www.osradar.com/wp-content/uploads/2019/11/2-19.png" alt="2.- Launch Nu Shell" width="998" height="174" srcset="https://www.osradar.com/wp-content/uploads/2019/11/2-19.png 998w, https://www.osradar.com/wp-content/uploads/2019/11/2-19-300x52.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/2-19-768x134.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/2-19-696x121.png 696w" sizes="(max-width: 998px) 100vw, 998px" /><figcaption id="caption-attachment-16071" class="wp-caption-text">2.- Launch Nu Shell</figcaption></figure></p>
<p>And to exit the application, just run <strong>exit</strong>.</p>
<p>To see a sample of the potential of the application, let&#8217;s use the command <strong>ls</strong> in any directory. Remember that the command ls shows the files in a directory.</p>
<p><figure id="attachment_16072" aria-describedby="caption-attachment-16072" style="width: 781px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16072" src="https://www.osradar.com/wp-content/uploads/2019/11/3-18.png" alt="3.- Using Nu Shell - The ls command" width="781" height="321" srcset="https://www.osradar.com/wp-content/uploads/2019/11/3-18.png 781w, https://www.osradar.com/wp-content/uploads/2019/11/3-18-300x123.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/3-18-768x316.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/3-18-696x286.png 696w" sizes="(max-width: 781px) 100vw, 781px" /><figcaption id="caption-attachment-16072" class="wp-caption-text">3.- Using Nu Shell &#8211; The ls command</figcaption></figure></p>
<p>As we can see that is the content of the carptea Music of my system. But what stands out is the way in which the command is presented to us, different from the typical Linux terminal.</p>
<p>Easily and quickly we can have information about the files in a folder. But the strength of the application are the pipes and the filters. <strong>What if we want to show only the folders?</strong></p>
<p>I will go back to my personal folder and from there I will illustrate the example.</p>
<p>Just, run:</p>
<pre>:~$ ls | where type == Directory</pre>
<p><figure id="attachment_16073" aria-describedby="caption-attachment-16073" style="width: 979px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16073" src="https://www.osradar.com/wp-content/uploads/2019/11/4-14.png" alt="4.- Using filters on the terminal" width="979" height="703" srcset="https://www.osradar.com/wp-content/uploads/2019/11/4-14.png 979w, https://www.osradar.com/wp-content/uploads/2019/11/4-14-300x215.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/4-14-768x551.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/4-14-696x500.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/4-14-585x420.png 585w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption id="caption-attachment-16073" class="wp-caption-text">4.- Using filters on the terminal</figcaption></figure></p>
<p>And that&#8217;s how fast and easy we can use the <strong>ls</strong> command.</p>
<p>Let&#8217;s see what the <strong>date</strong> command looks like.</p>
<p><figure id="attachment_16074" aria-describedby="caption-attachment-16074" style="width: 609px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16074" src="https://www.osradar.com/wp-content/uploads/2019/11/5-10.png" alt="5.- The date command" width="609" height="200" srcset="https://www.osradar.com/wp-content/uploads/2019/11/5-10.png 609w, https://www.osradar.com/wp-content/uploads/2019/11/5-10-300x99.png 300w" sizes="(max-width: 609px) 100vw, 609px" /><figcaption id="caption-attachment-16074" class="wp-caption-text">5.- The date command</figcaption></figure></p>
<p>If you use a lot of Linux, you will know that the ps command lists the active processes of our computer.</p>
<p><figure id="attachment_16075" aria-describedby="caption-attachment-16075" style="width: 1006px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16075" src="https://www.osradar.com/wp-content/uploads/2019/11/6-4.png" alt="6.- The ps command " width="1006" height="638" srcset="https://www.osradar.com/wp-content/uploads/2019/11/6-4.png 1006w, https://www.osradar.com/wp-content/uploads/2019/11/6-4-300x190.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/6-4-768x487.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/6-4-696x441.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/6-4-662x420.png 662w" sizes="(max-width: 1006px) 100vw, 1006px" /><figcaption id="caption-attachment-16075" class="wp-caption-text">6.- The ps command</figcaption></figure></p>
<p>Of course there are many more utilities that are available in the official project documentation.</p>
<p>Over time they will improve and incorporate others. In addition to polishing others.</p>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>Nu shell is profiled as a revolutionary terminal that wants to adapt the shell to today&#8217;s needs without many problems. If you are sysadmin or work a lot with the terminal thank applications like this.</p>
<p>It still has a long way to go but thanks to the official documentation it is possible to get a lot out of it.</p>
<p>One last detail that I forgot to mention is that the application has autocomplete that makes the job even easier.</p>
<p><a href="https://book.nushell.sh/" target="_blank" rel="noopener noreferrer">The Nu Shell official documentation</a></p>
<p><a href="https://github.com/nushell/nushell" target="_blank" rel="noopener noreferrer">GitHub site.</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-nu-shell-ubuntu/">Install Nu Shell on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-nu-shell-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>eDEX-UI: A cross-platform terminal with a cool graphic interface.</title>
		<link>https://www.osradar.com/edex-ui-a-cross-platform-terminal-with-a-cool-graphic-interface/</link>
					<comments>https://www.osradar.com/edex-ui-a-cross-platform-terminal-with-a-cool-graphic-interface/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Wed, 30 Sep 2020 21:00:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Weird]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[edex-ui]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[terminal emulator]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=23913</guid>

					<description><![CDATA[<p>No doubt there are many terminal emulators on the market. However, you can hardly get one as original as eDEX-UI. In fact, everything in this project is very original. Since this free and open source emulator is really amazing. In the first place, it is not only a common terminal. Since the visual aspect is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/edex-ui-a-cross-platform-terminal-with-a-cool-graphic-interface/">eDEX-UI: A cross-platform terminal with a cool graphic interface.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>No doubt there are many terminal emulators on the market. However, you can hardly get one as original as <a href="https://github.com/GitSquared/edex-ui" target="_blank" rel="noreferrer noopener">eDEX-UI</a>. In fact, everything in this project is very original. Since this free and open source emulator is really amazing. In the first place, it is not only a common terminal. Since the visual aspect is really attractive. Since it looks like something out of a science fiction movie. Indeed, its creators are inspired by the movie Tron Legacy. Even, at the time of boot, the app has a startup sequence with sound effects included. However, the surprises do not end there, as it includes a practical on-screen keyboard. But in my opinion, the most striking thing is that it includes a complete system monitor. It shows a lot of hardware information in real time. Come with me to see eDEX-UI: A cross-platform terminal with a cool graphic interface.</p>



<h2>eDEX-UI is a terminal emulator with a strange name but full of interesting features.</h2>



<p>Actually, the whole aspect of the terminal is very interesting. However, the system monitor is very complete. It shows date and time, information about the hardware, resource consumption, network traffic, running processes, and a perfectly functional directory viewer. GNU/Linux users have multiple graphic options to monitor the computer. Such as <a href="https://github.com/brndnmtthws/conky/wiki/Installation" target="_blank" rel="noreferrer noopener">Conky</a> or <a href="http://i-nex.linux.pl/install/" target="_blank" rel="noreferrer noopener">I-Nex</a>. However, in Windows this is not as common or easy to use. But in addition, eDEX-UI includes several themes to modify the visual aspect. And as mentioned, it includes great sound effects. These appear when the terminal is launched and while it is being used as well.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="819" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/edex-1024x819.png" alt="eDEX-UI running on Windows 10 with Tron theme" class="wp-image-23917" srcset="https://www.osradar.com/wp-content/uploads/2020/09/edex-1024x819.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/edex-300x240.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/edex-768x614.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/edex-696x557.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/edex-1068x854.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/edex.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>eDEX-UI running on Windows 10 with Tron theme</figcaption></figure>



<h2>How to install and use eDEX-UI</h2>



<p>This open source project is hosted by <a href="https://github.com/" target="_blank" rel="noreferrer noopener">GitHub</a>. Therefore, you just need to download it from the project <a href="https://github.com/GitSquared/edex-ui" target="_blank" rel="noreferrer noopener">site</a>. However, there is no need to compile it, since its maintainers offer an <a href="https://github.com/GitSquared/edex-ui/releases/download/v2.2.2/eDEX-UI.Windows.Installer.exe" target="_blank" rel="noreferrer noopener">executable</a> file for Windows 10. After downloading, you just need to install it like any other program for Windows. At the time of launching it, the emulator has a very striking startup sequence with welcome more sound effects included. Although it is usually new at first, you may want to remove it later. And this can be done from the settings screen. To do this, just press the combination Ctrl+Shift+S.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="819" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/edex2-1024x819.png" alt="EDEX-UI settings." class="wp-image-23919" srcset="https://www.osradar.com/wp-content/uploads/2020/09/edex2-1024x819.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/edex2-300x240.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/edex2-768x614.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/edex2-696x557.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/edex2-1068x854.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/edex2.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>EDEX-UI settings.</figcaption></figure>



<p>As you can see there are many configurations. For example, you can choose other themes.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="819" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/edex3-1-1024x819.png" alt="eDEX-UI running Matrix theme." class="wp-image-23923" srcset="https://www.osradar.com/wp-content/uploads/2020/09/edex3-1-1024x819.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/edex3-1-300x240.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/edex3-1-768x614.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/edex3-1-696x557.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/edex3-1-1068x854.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/edex3-1.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>eDEX-UI running Matrix theme.</figcaption></figure>



<p>At the level of customization, the program allows you to modify many things. For example, remove the welcome screen and sound effects. Additionally, change the font, text size, enable a window mode, hide the keyboard from the screen, etc. In addition, there is a guide on the <a href="https://github.com/GitSquared/edex-ui/wiki" target="_blank" rel="noreferrer noopener">wiki</a> about customization that includes even CSS injection. </p>



<h2>Conclusion</h2>



<p>We are definitely in front of a terminal emulator very different from the rest. Because apart from the options shown, it allows you to select the terminal that will be used. In addition, it is possible to run several terminal windows. From now on, you only have to use it to discover more features. I hope you enjoyed this look about eDEX-UI: A cross-platform terminal with a cool graphic interface. Before saying goodbye I invite you to see our post about increasing <a href="https://www.osradar.com/how-to-increase-privacy-in-windows-10/" target="_blank" rel="noreferrer noopener">privacy</a> in Windows 10. See you soon!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/edex-ui-a-cross-platform-terminal-with-a-cool-graphic-interface/">eDEX-UI: A cross-platform terminal with a cool graphic interface.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/edex-ui-a-cross-platform-terminal-with-a-cool-graphic-interface/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
