<?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>Tricks Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/tricks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 15 Jul 2021 17:25:35 +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>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>Open files using the terminal</title>
		<link>https://www.osradar.com/open-files-terminal-linux/</link>
					<comments>https://www.osradar.com/open-files-terminal-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 26 Jun 2021 04:33:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[sever]]></category>
		<category><![CDATA[Tricks]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=30777</guid>

					<description><![CDATA[<p>Hello friends. You know we like the terminal so lately we are solving some usual problems and today we have another one. Although it is not a problem it is quite a problem for scripts or applications that we are developing. In short, in this post, you will learn how to open files from the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/open-files-terminal-linux/">Open files using the terminal</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. You know <a href="https://www.osradar.com/tag/terminal" target="_blank" rel="noreferrer noopener">we like the terminal</a> so lately we are solving some usual problems and today we have another one. Although it is not a problem it is quite a problem for scripts or applications that we are developing. <strong>In short, in this post, you will learn how to open files from the terminal.</strong></p>



<h2>Why would it be useful for me to know how to open files from the terminal?</h2>



<p>Generally, most Linux users use the graphical interface more than the terminal. But others prefer to do many tasks from the terminal because it is faster and more efficient.</p>



<p>On the other hand, if you are a developer, you probably need to use some system features. Some command or some process revision may become useful in the development of this application.</p>



<p>So, one of them can be to open a file directly from our application or script, then you have to use the command that actually executes our option. Even shortcuts can be configured so the possibilities are many.</p>



<p>So, let&#8217;s start</p>



<h2>Open files using the terminal</h2>



<p>To open a file from the terminal you can invoke the application command with the file path. For example, if I want to open an image with the program <code>okular</code> then you have to run</p>



<pre class="wp-block-preformatted">okular [file_path]</pre>



<p>This will open the file with the <code>okular</code> program. Although this method is effective, because you only have to remember the program command in question, it has two drawbacks. The first is that <strong>we have to remember the command that executes the application</strong>; secondly, it will open a permanent process in the terminal that will terminate when the program is closed.</p>



<p>The second one can be solved in the following way:</p>



<pre class="wp-block-preformatted">okular [file_path] &amp;&gt; /dev/null &amp;</pre>



<p>Remember that I am using <code>okular</code> as an example, but it could be <code>firefox</code> or <code>vlc</code>.</p>



<p>There is another method that I think is even more efficient. I am talking about the <code>xdg-open</code> command.</p>



<p>What this command does is runs the default program to open the file that we pass as an argument. For example, if the file is MP3 then it will open the default program to open that type of file. <strong>With this, we don&#8217;t need to worry about knowing the name of the applications.</strong></p>



<pre class="wp-block-preformatted">xdg-open [file_path]</pre>



<p>In this way, the file will be opened with the ideal program for it. The best thing is that an independent process will be created and the terminal will be free.</p>



<p>So, enjoy it</p>



<h2>Conclusion</h2>



<p>Now you know how to get more out of the terminal and open files from the terminal which can be useful in application development or scripting.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/open-files-terminal-linux/">Open files using the terminal</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/open-files-terminal-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Shutdown Linux using the terminal?</title>
		<link>https://www.osradar.com/shutdown-linux-terminal/</link>
					<comments>https://www.osradar.com/shutdown-linux-terminal/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 17 Jun 2021 04:05:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tricks]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=30611</guid>

					<description><![CDATA[<p>Hello, friends. In this post, we address a simple topic that although we always do it using a graphical interface, sometimes it is useful to do it from a terminal. So after reading this post, you will learn how to shutdown Linux from the terminal. Shutting down and restarting a computer is a simple and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/shutdown-linux-terminal/">How to Shutdown Linux using the terminal?</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. In this post, we address a simple topic that although we always do it using a graphical interface, sometimes it is useful to do it from a terminal. So after reading this post, you will learn how to shutdown Linux from the terminal.</p>



<p>Shutting down and restarting a computer is a simple and routine task that is also important for the operating system. That is why we all do it.</p>



<p>Things can get complicated when we need to do it using the terminal because it is not a normal process. This may be needed when creating bash scripts or if some of our applications require it.</p>



<p>So for this, we have several commands and situations. Let&#8217;s go for it.</p>



<h2>How to Shutdown Linux</h2>



<p>To shutdown the computer immediately, you just have to run the following command</p>



<pre class="wp-block-preformatted">shutdown -h now</pre>



<p><strong>Note: this command has to be executed with root permissions or using the <code><a href="https://www.osradar.com/how-to-change-the-default-sudo-timeout/" target="_blank" rel="noreferrer noopener">sudo</a></code></strong> command.</p>



<p>This way, the system will immediately start the shutdown process.</p>



<p>Another way to do this is with the <code>poweroff</code> command.</p>



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



<p>Also, this command requires root privileges.</p>



<h3>shutdown Linux after a specified time</h3>



<p>Imagine you are downloading a file and you know approximately how much time is left. But you have to leave or do other things, you can &#8220;schedule&#8221; a system shutdown.</p>



<p>To do this, you can use the following syntax.</p>



<pre class="wp-block-preformatted">shutdown -h +[time]</pre>



<p>For example, if you want the system to shut down in 20 minutes, just run:</p>



<pre class="wp-block-preformatted">shutdown -h +20</pre>



<p>Also, you have to run the command with sudo or be root user.</p>



<h3>Shutdown Linux at a specific time</h3>



<p>On the other hand, if you know at what time you want to shut down the system, then you can also do it this way:</p>



<pre class="wp-block-preformatted">shutdown -h [time]</pre>



<p>Replace [time] with the exact time in 24H format. For example, if we want the system to shut down at 20:30 hrs.</p>



<pre class="wp-block-preformatted">shutdown -h 20:30</pre>



<h3>Reboot Linux</h3>



<p>The command to reboot the system is <code>shutdown</code> but adding the <code>-r</code> option</p>



<pre class="wp-block-preformatted">shutdown -r now</pre>



<p>Or you can schedule it for a specific time:</p>



<pre class="wp-block-preformatted">shutdown -r 20:30</pre>



<p>In the same way as with shutting down the system</p>



<h2>Conclusion</h2>



<p>It is always useful to know how to use the terminal and the utilities that we can take advantage of it. That&#8217;s why in this post, you learned how to do it hoping that it can always be useful to you.</p>



<p>More info: <a href="https://man7.org/linux/man-pages/man2/shutdown.2.html" target="_blank" rel="noreferrer noopener">Shutdown page</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/shutdown-linux-terminal/">How to Shutdown Linux using the terminal?</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/shutdown-linux-terminal/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install eSpeak on CentOS 8 / Ubuntu 20.04 / 18.04?</title>
		<link>https://www.osradar.com/install-espeak-on-centos-ubuntu/</link>
					<comments>https://www.osradar.com/install-espeak-on-centos-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 27 Feb 2021 00:30:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Centos 8]]></category>
		<category><![CDATA[espeak]]></category>
		<category><![CDATA[gespeaker]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[voice]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14311</guid>

					<description><![CDATA[<p>The multimedia section continues to be one of the most requested topics of Linux. Because until now, Linux is master and master of servers. Within the developers, it has a pretty good reputation that competes for face-to-face with Windows and macOS. But in the multimedia section, it has to be said that it is still [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-espeak-on-centos-ubuntu/">How to install eSpeak on CentOS 8 / Ubuntu 20.04 / 18.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>The multimedia section continues to be one of the most requested topics of Linux. Because until now, Linux is master and master of servers. Within the developers, it has a pretty good reputation that competes for face-to-face with Windows and macOS.  But in the multimedia section, it has to be said that it is still a bit behind the competition. In this sense, open-source projects try to shorten the differences with many new libraries or with software that allows shortening differences. It is also true that the differences lie in the drivers of the new devices and in the applications that can be installed in the system. However, today we will show you how to install eSpeak on CentOS 8 and<a aria-label=" Ubuntu (opens in a new tab)" rel="noreferrer noopener" href="https://www.osradar.com/tag/ubuntu/" target="_blank"> Ubuntu</a> 20.04 / 18.04. With this program, you will be able to transform text to speech and use it in your multimedia or development projects.</p>



<h2>eSpeak to convert text to speech</h2>



<p>In general, we can say that eSpeak is an application written in open-source C that allows transforming the text into a voice file. <strong>In short, it works as a synthesizer</strong>.</p>



<p class="has-text-align-left">The application can be installed in multiple operating systems such as Windows, Linux and macOS. However, in Linux there is a fork called <a href="https://github.com/espeak-ng/espeak-ng/" target="_blank" rel="noreferrer noopener" aria-label="eSpeak NG (opens in a new tab)">eSpeak NG</a> that was born with the aim of facilitating the compilation for unix systems.</p>



<p>eSpeak is quite a wonder. In the first place, because<strong> it supports many languages including the most spoken as English, Cantonese, Japanese and others</strong>.  Also because the audio quality is quite good and is very reliable in its target.</p>



<p>One aspect to keep in mind the application is that it is a tool purely <strong>used in the terminal</strong>. So you have to get to work on it. But do not worry the community has developed a graphical interface for the program called <g class="gr_ gr_5 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="5" data-gr-id="5"><a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="http://www.muflone.com/gespeaker/english/" target="_blank">gespeaker</a></g>.</p>



<p>So, let us install it.</p>



<h3>Install eSpeak on Ubuntu 20.04 / 18.04 / Linux Mint 19/20</h3>



<p>A great advantage is that eSpeak is an application that is available in the official repositories of Ubuntu- So to install it, just use the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo apt install espeak</pre>



<p>Once installed, it will be ready for action. If you don&#8217;t want to use eSpeak from the temrinal, you can install gespeaker which is a graphical interface for the application.</p>



<pre class="wp-block-preformatted">:~$ sudo apt install gespeaker</pre>



<p>And now you can use the application.</p>



<h3>Install eSpeak on CentOS 7 / CentOS 8</h3>



<p>In the case of CentOS 7 and 8, they are also available in the official repositories. So as a root user you run some of these commands depending on which version of CentOS you are running:</p>



<p>For CentOS 7:</p>



<pre class="wp-block-preformatted">:~$ su <br>:~# yum install espeak </pre>



<p>But if you use CentOS 8:</p>



<pre class="wp-block-preformatted">:~$ su
:~# dnf install espeak</pre>



<p>This way, you will have the application running.</p>



<h2>Basic use of eSpeak</h2>



<p>The most basic way to use eSpeak through the console is with the following syntax:</p>



<pre class="wp-block-preformatted">:~$ espeak "[text_to_convert]" -w [output_file] -g [x] -p [x] -s [x] -v [language]</pre>



<p>I&#8217;ll explain briefly. First we invoke the command and pass it the text we want it to &#8220;read&#8221;. With the -w option we simply point to the path of the output file. The -g option is used to set the pause time between words. -p defines the pitch. To define the reading time we use the option -s and finally we set the language of the reading.</p>



<p>An example would be the following:</p>



<pre class="wp-block-preformatted">:~$ espeak "Hello welcome to osradar" -w /tmp/output.wav -g 10 -p 80 -s 100 -v en-uk</pre>



<p>Then, open the file with <a rel="noreferrer noopener" aria-label="VLC (opens in a new tab)" href="https://www.osradar.com/how-to-add-plugins-on-vlc-media-player/" target="_blank">VLC</a> or another media player.</p>



<p>If you want to use the graphical interface, just install it. This is how it looks.</p>



<figure class="wp-block-image"><img loading="lazy" width="902" height="501" src="https://www.osradar.com/wp-content/uploads/2019/10/1-5.png" alt="1.- Install espeak on CentOS 8 / Ubuntu 20.04 / 18.04" class="wp-image-14313" srcset="https://www.osradar.com/wp-content/uploads/2019/10/1-5.png 902w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-300x167.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-768x427.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-696x387.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-756x420.png 756w" sizes="(max-width: 902px) 100vw, 902px" /><figcaption>1.- Install espeak on CentOS 8 / Ubuntu 20.04 / 18.04</figcaption></figure>



<p>And enjoy it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-espeak-on-centos-ubuntu/">How to install eSpeak on CentOS 8 / Ubuntu 20.04 / 18.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-espeak-on-centos-ubuntu/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>HTML to PDF with HTMLDoc on Debian 10 /Debian 9 / Ubuntu / Linux Mint</title>
		<link>https://www.osradar.com/html-to-pdf-with-htmldoc-on-debian-9-ubuntu-linux-mint/</link>
					<comments>https://www.osradar.com/html-to-pdf-with-htmldoc-on-debian-9-ubuntu-linux-mint/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 25 Jan 2020 00:05:00 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTMLdoc]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12396</guid>

					<description><![CDATA[<p>PDF is a fairly common format today for distributing documents. It has great popular support and is widely supported by many communities. In addition to this, almost all office tools support it on almost all known platforms. From the desktop with Windows, Linux, MacOS and BSD; to the mobile with Android and iOS. Then it&#8217;s [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/html-to-pdf-with-htmldoc-on-debian-9-ubuntu-linux-mint/">HTML to PDF with HTMLDoc on Debian 10 /Debian 9 / Ubuntu / Linux Mint</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>PDF is a fairly common format today for distributing documents. It has great popular support and is widely supported by many communities. In addition to this, almost all office tools support it on almost all known platforms. From the desktop with Windows, Linux, MacOS and BSD; to the mobile with <a href="https://www.osradar.com/how-to-install-android-studio-3-2-in-ubuntu-18-04-18-10/" target="_blank" rel="noopener noreferrer">Android</a> and iOS. Then it&#8217;s a good idea to have tools that can take advantage of them. Today, I will teach you how to install and use HTMLDoc to generate a PDF file based on HTML.</p>
<h2>What is HTMLDoc?</h2>
<p>HTMLDOC is a program that reads HTML and Markdown source files or web pages and generates corresponding EPUB, HTML, PostScript, or PDF files with an optional table of contents.</p>
<p>One of the best things about this program is that it is released under GPL v2. That is, we will have no problem using it. If you are a developer, it is also a great advantage because we can include or use them in our project without problems.</p>
<h2>How to install and use it?</h2>
<p>The program is available for Linux through the official repositories of each distribution. This at least, in <a href="https://www.osaradar.com/tag/debian/" target="_blank" rel="noopener noreferrer">Debian</a> and derivative. However, you can download the source code from <a href="https://github.com/michaelrsweet/htmldoc/releases" rel="noopener">GitHub</a>. It is not very large.</p>
<p>In Debian and derivatives, just open a terminal and run the following:</p>
<pre>:~$ sudo apt install htmldoc</pre>
<p>Once the installation is complete, we are ready to begin.</p>
<p>First of all, I recommend you to check the help page of the command. To do this, type:</p>
<pre>:~$ htmldoc --help</pre>
<p><figure id="attachment_12399" aria-describedby="caption-attachment-12399" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-12399 size-full" src="https://www.osradar.com/wp-content/uploads/2019/06/1-1-1.png" alt="1.- HTMLDoc help" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/06/1-1-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/1-1-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/1-1-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/1-1-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/1-1-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/1-1-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/1-1-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12399" class="wp-caption-text">1.- HTMLDoc help</figcaption></figure></p>
<p>As we can see there are many options that alter the operation of the command. One thing to keep in mind is that HTMLDoc does not support CSS or Emojis correctly. So be careful. To get it up and running, just use this command:</p>
<pre>:~$<code>htmldoc --webpage -f [output_file].pdf [input_file]</code></pre>
<p>However, you can use a webpage on the [input_file] field.</p>
<p>If we want to modify the margins, we can do it with these options:</p>
<ul>
<li>&#8211;top</li>
<li>&#8211;bottom</li>
<li>&#8211;left</li>
<li>&#8211;right</li>
</ul>
<p>Another quality of HTMLDoc is to allow not to compress anything of the resulting file so as not to lose quality. For this use the <code>--no-compression</code> option.</p>
<p>As you can see, it&#8217;s easy to use.</p>
<p>Tell us, have you used it? do you like it? have you integrated it into your projects? Let us know in the comments</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/html-to-pdf-with-htmldoc-on-debian-9-ubuntu-linux-mint/">HTML to PDF with HTMLDoc on Debian 10 /Debian 9 / Ubuntu / Linux Mint</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/html-to-pdf-with-htmldoc-on-debian-9-ubuntu-linux-mint/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows 7 is obsolete, switch to Linux!</title>
		<link>https://www.osradar.com/windows-7-obsolete-switch-linux/</link>
					<comments>https://www.osradar.com/windows-7-obsolete-switch-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 15 Jan 2020 23:06:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Tricks]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17674</guid>

					<description><![CDATA[<p>Microsoft&#8217;s support for Windows 7 has ended, so it&#8217;s obsolete. This means that you will not receive any more security updates and gradually third party applications will not release any more versions for this system. So Windows 7 is obsolete, switch to Linux and in this post, we tell you why it is convenient for [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/windows-7-obsolete-switch-linux/">Windows 7 is obsolete, switch to 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>Microsoft&#8217;s support for Windows 7 has ended, so it&#8217;s obsolete. This means that you will not receive any more security updates and gradually third party applications will not release any more versions for this system. <strong>So Windows 7 is obsolete, switch to Linux and in this post, we tell you why it is convenient for you.</strong></p>



<h2>1.- Windows 7 is obsolete but Linux is not</h2>



<p>There are a lot of Linux distributions that are still updated. This means that they receive official support from the developers of the distribution. <strong>In addition, many of them are guaranteed to be supported until 2023</strong> or later. Which makes them ideal for you.</p>



<p>On the other hand, <strong>Linux updates are not as aggressive as in Windows, although they are more frequent.</strong> This speaks to the fact that under Linux becoming obsolete is quite difficult.</p>



<h2>2.- Linux is free</h2>



<p>It is true that in some countries there is a stable situation that makes this not an acute problem, <strong>but it is always good to save money</strong>. On the other hand, many of the Linux distributions can be downloaded from the same web site of the same.</p>



<p>Besides this<strong>, Linux doesn&#8217;t have complicated software licenses that tie us to a company.</strong> The main advantage of this is that you can use it from educational projects to your home without contracts and free of charge.</p>



<h2>3.- In the variety is the strength of Linux</h2>



<p>Let&#8217;s be honest, there are a lot of Windows 7 users. But there are also many computers running this operating system. There are modern computers but there are also those with few resources. In both cases, there are Linux distributions that fit each of them.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2020/01/eu-1024x576.jpg" alt="Windows 7 is obsolete. Linux is more secure." class="wp-image-17702" srcset="https://www.osradar.com/wp-content/uploads/2020/01/eu-1024x576.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/01/eu-300x169.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/01/eu-768x432.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/01/eu-696x392.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/01/eu-1068x601.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/01/eu-747x420.jpg 747w, https://www.osradar.com/wp-content/uploads/2020/01/eu.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Windows 7 is obsolete. Linux is more secure.</figcaption></figure>



<p>While in Microsoft we only have a few versions of Windows, in Linux there are many different distributions like <a href="https://www.osradar.com/tag/ubuntu">Ubuntu</a>, <a href="https://www.osradar.com/tag/debian" target="_blank" rel="noreferrer noopener" aria-label="Debian (opens in a new tab)">Debian</a>, <a href="https://www.osradar.com/tag/opensuse" target="_blank" rel="noreferrer noopener" aria-label="OpenSUSE (opens in a new tab)">OpenSUSE</a>, <a href="https://www.osradar.com/tag/linux-mint" target="_blank" rel="noreferrer noopener" aria-label="Linux Mint (opens in a new tab)">Linux Mint</a>. <strong>Each one of them has its own personality and being free you can try them all without any compromise</strong>.  </p>



<h2>4.- Windows 7 is obsolete as well as the myth
that using Linux is for geniuses</h2>



<p>Maybe at first, it was like that, but nowadays the use of the terminal is quite optional.<strong> All the routine work of a normal user can be done without even looking at the terminal.</strong></p>



<p>Operations such as installing, uninstalling or
reinstalling programs can be done in a few clicks through the
software stores or by simply downloading the packages from the web.</p>



<p>Even tasks like installing drivers, languages or
managing services and repositories can be done with a few clicks.</p>



<p>On the other hand, almost all popular applications have versions for Linux for example, Firefox, Google Chrome, Vivaldi, VLC, Steam, Spotify or applications that do the job like LibreOffice, GIMP, Inkscape or Blender.</p>



<p><strong>For developing Linux applications it is ideal because almost all tools for Windows are for Linux.</strong></p>



<p><strong>So, anyone can use Linux.</strong> That&#8217;s all in the past with Linux.</p>



<h2>5.- Linux is a very secure system</h2>



<p>Linux is used by a lot of web servers worldwide. That is, you are
seeing this publication thanks to a computer that runs Linux and much
of what you do on the web is likely thanks to Linux. Do you think
many companies that use Linux for their services would do so if it
was an insecure system? I don&#8217;t think so.</p>



<p>On the other hand, Linux is not invulnerable, it&#8217;s true, but <strong>the level of attack from viruses is much lower than in Windows 7</strong>. And when there is a vulnerability, it is quickly patched without deception and with honesty.</p>



<p>Finally, it must be said that Linux does not allow application
installation without user consent. It is also not possible to touch
system files just like that. And it won&#8217;t track you and send
information to third parties either.</p>



<p><strong>So, Windows 7 is obsolete, switch to Linux!!!</strong></p>



<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener" aria-label="our Telegram Channel (opens in a new tab)">our Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/windows-7-obsolete-switch-linux/">Windows 7 is obsolete, switch to 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/windows-7-obsolete-switch-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Monitoring WiFi with Wavemon</title>
		<link>https://www.osradar.com/monitoring-wifi-with-wavemon/</link>
					<comments>https://www.osradar.com/monitoring-wifi-with-wavemon/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 30 Dec 2019 23:24:00 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[wavemon]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16579</guid>

					<description><![CDATA[<p>Although Linux is a pretty secure and flexible system, the truth is that by default it does not have a tool to monitor our wifi hardware. That is why in this post I will talk about a tool to do it called Wavemon: a wonderfull tool to monitoring wifi. Wavemon is a CLI tool written [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/monitoring-wifi-with-wavemon/">Monitoring WiFi with Wavemon</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Although Linux is a pretty secure and flexible system, the truth is that by default it does not have a tool to monitor our wifi hardware. <strong>That is why in this post I will talk about a tool to do it called Wavemon: a wonderfull tool to monitoring wifi.<br /></strong></p>
<p><a href="https://github.com/uoaerg/wavemon" target="_blank" rel="noopener noreferrer">Wavemon</a> is a CLI tool written in C and open source that provides information about our wifi hardware. The interesting thing about the tool is that it gives us detailed information about our hardware as well as the active wireless connection.</p>
<p>On the other hand, Wavemon is compatible with all hardware recognized by the Linux kernel. This means that if your wireless device is recognized and works well, you should have no problems with Wavemon.</p>
<h2>Install Wavemon on Linux</h2>
<p>Fortunately Wavemon is available on most Linux distributions through the official repositories. So installation should not be a problem.</p>
<p>If you use Debian, Ubuntu, Linux Mint or any derivative, just use the following command:</p>
<pre>:~$ sudo apt install wavemon</pre>
<figure id="attachment_17102" aria-describedby="caption-attachment-17102" style="width: 975px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17102" src="https://www.osradar.com/wp-content/uploads/2019/12/1-13.png" alt="1.- Install Wavemon on Ubuntu" width="975" height="407" srcset="https://www.osradar.com/wp-content/uploads/2019/12/1-13.png 975w, https://www.osradar.com/wp-content/uploads/2019/12/1-13-300x125.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/1-13-768x321.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/1-13-696x291.png 696w" sizes="(max-width: 975px) 100vw, 975px" /><figcaption id="caption-attachment-17102" class="wp-caption-text">1.- Install Wavemon on Ubuntu</figcaption></figure>
<p>On the contrary, if you use Manjaro, Arch Linux or other derivative, you only have to use pacman.</p>
<pre>:~$ sudo pacman -S wavemon</pre>
<p>If you use CentOS, the <a href="https://www.osradar.com/nable-the-epel-repository-centos-rhel-oracle-linux-8/" target="_blank" rel="noopener noreferrer">EPEL repository</a> must be enabled and then installed.</p>
<p>In the case of fedora, if it is in the repositories and it is installed with the following command</p>
<pre>:~$ sudo dnf install wavemon</pre>
<p>However if you use another distribution, on the <a href="https://github.com/uoaerg/wavemon" target="_blank" rel="noopener noreferrer">project&#8217;s Github site</a>, there are instructions for compiling the program.</p>
<h2>Monitoring WiFi with Wavemon is really easy</h2>
<p>One of the main advantages of Wavemon is the great ease of use. Everything is visible. There are no tricks but everything is there.</p>
<p>Once you install it, you can run it from the terminal with the following command:</p>
<pre>:~$ wavemon</pre>
<figure id="attachment_17104" aria-describedby="caption-attachment-17104" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17104" src="https://www.osradar.com/wp-content/uploads/2019/12/2-12.png" alt="2.- Wavemon allows monitoring wifi easily" width="1366" height="767" srcset="https://www.osradar.com/wp-content/uploads/2019/12/2-12.png 1366w, https://www.osradar.com/wp-content/uploads/2019/12/2-12-300x168.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/2-12-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/2-12-768x431.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/2-12-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/2-12-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/2-12-748x420.png 748w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17104" class="wp-caption-text">2.- Wavemon allows monitoring wifi easily</figcaption></figure>
<p>As you can see in the image, there is a lot of useful information, perfectly displayed.</p>
<p>First of all, we have the interface information. There we will find the SSID of the active wifi connection.</p>
<p>We can also see the signal strength and quality. In my case, I am close to the wifi device so the quality is high.</p>
<p>Then, we will see a statistics section where we will see the sent and received packages.</p>
<p>In info we will obtain many more data like the time of connection, the frequency and the channel.</p>
<p>Finally, we will be able to see the mac address of our device as well as the public IP address.</p>
<p>As you can see, all easy and fast.</p>
<p>At the bottom we can access the other screens. If you press F2 or l you will see the following screen:</p>
<figure id="attachment_17105" aria-describedby="caption-attachment-17105" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17105" src="https://www.osradar.com/wp-content/uploads/2019/12/3-13.png" alt="3.-Level histogram" width="1366" height="767" srcset="https://www.osradar.com/wp-content/uploads/2019/12/3-13.png 1366w, https://www.osradar.com/wp-content/uploads/2019/12/3-13-300x168.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/3-13-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/3-13-768x431.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/3-13-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/3-13-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/3-13-748x420.png 748w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17105" class="wp-caption-text">3.-Level histogram</figcaption></figure>
<p>There you will see a histogram showing the signal level and strength of the network.</p>
<p>But Wavemon is flexible and has a preference screen:</p>
<figure id="attachment_17106" aria-describedby="caption-attachment-17106" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17106" src="https://www.osradar.com/wp-content/uploads/2019/12/4-10.png" alt="4.- Wavemon preferences screen" width="1366" height="767" srcset="https://www.osradar.com/wp-content/uploads/2019/12/4-10.png 1366w, https://www.osradar.com/wp-content/uploads/2019/12/4-10-300x168.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/4-10-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/4-10-768x431.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/4-10-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/4-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/4-10-748x420.png 748w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17106" class="wp-caption-text">4.- Wavemon preferences screen</figcaption></figure>
<p>And that&#8217;s how easy it is to use Wavemon.</p>
<p>If you want more information, you can check the wavemon man page in the terminal:</p>
<pre>:~$ man wavemon</pre>
<p>So, enjoy it.</p>
<p> </p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/monitoring-wifi-with-wavemon/">Monitoring WiFi with Wavemon</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/monitoring-wifi-with-wavemon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Overwrite: an application to prevent recovering information from a hard disk</title>
		<link>https://www.osradar.com/overwrite-prevent-recovering-information-from-hard-disk/</link>
					<comments>https://www.osradar.com/overwrite-prevent-recovering-information-from-hard-disk/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 20 Oct 2019 23:14:31 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[disks]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[overwrite]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14732</guid>

					<description><![CDATA[<p>When we format an entire disk or partition we know that the data that is there is recoverable. This can be very useful, but what if we are sure we want to recover them? and if someone takes our computer and starts recovering them? as you can read, this poses a danger to the privacy [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/overwrite-prevent-recovering-information-from-hard-disk/">Overwrite: an application to prevent recovering information from a hard disk</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>When we format an entire disk or partition we know that the data that is there is recoverable. This can be very useful, but what if we are sure we want to recover them? and if someone takes our computer and starts recovering them? as you can read, this poses a danger to the privacy of our data. Luckily, there is an application called overwrite that allows us to avoid this situation. Today we will tell you about it.</p>



<p>Overwrite <a href="https://github.com/ivoprogram/overwrite" target="_blank" rel="noreferrer noopener" aria-label="is an application written in the C language (opens in a new tab)">is an application written in the C language</a> that simply <strong>overwrites with 1, 0 or random data the empty space of a disk</strong>. This helps prevent other programs from recovering information from that empty space. This puts your privacy at risk.</p>



<p>Similarly, Overwrite is an open-source application, <strong>released under the GPL license</strong>. Therefore there will be no problems with the use and dissemination of the application. On the other hand, it is multiplatform and in a single download, we will have all the binaries available with versions for Linux or <a href="https://www.osradar.com/tag/windows" target="_blank" rel="noreferrer noopener" aria-label="Windows (opens in a new tab)">Windows</a>.</p>



<p>Also, the application has some options to customize its use, such as the amount of data and files to overwrite.</p>



<p>So, let us install it and use it.</p>



<h2>Install Overwrite on any Linux distribution</h2>



<p>The application comes with compiled binaries so we can work as soon as we download it. However, make sure you have the wget and unzip packages installed.</p>



<p>For <a rel="noreferrer noopener" aria-label="Debian (opens in a new tab)" href="https://www.osradar.com/tag/debian/" target="_blank">Debian</a>, <a href="https://www.osradar.com/tag/ubuntu/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Ubuntu</a>, <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://www.osradar.com/tag/linux-mint/" target="_blank">Linux Mint</a> and derivatives:</p>



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



<p>In the case of <a rel="noreferrer noopener" aria-label="Fedora (opens in a new tab)" href="https://www.osradar.com/tag/fedora/" target="_blank">Fedora</a>, <a rel="noreferrer noopener" aria-label="CentOS (opens in a new tab)" href="https://www.osradar.com/tag/centos/" target="_blank">CentOS</a> 8, <a href="https://www.osradar.com/tag/rhel/" target="_blank" rel="noreferrer noopener" aria-label="RHEL (opens in a new tab)">RHEL</a> 8, Oracle Linux 8 and derivatives:</p>



<pre class="wp-block-preformatted">:~$ sudo dnf install wget unzip</pre>



<p>Finally, in the case of <a href="https://www.osradar.com/tag/opensuse/" target="_blank" rel="noreferrer noopener" aria-label="OpenSUSE (opens in a new tab)">OpenSUSE</a>, it would be enough to use the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo zypper in wget unzip</pre>



<p>Once they are installed, we can start downloading overwrite from github:</p>



<pre class="wp-block-preformatted">:~$ wget -c https://github.com/ivoprogram/overwrite/releases/download/ver1.1-2019-10-06/overwrite-bin-ver1.1-2019-10-06.zip</pre>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="326" src="https://www.osradar.com/wp-content/uploads/2019/10/1-11-1024x326.png" alt="1.- Downloading Overwrite on Linux" class="wp-image-14733" srcset="https://www.osradar.com/wp-content/uploads/2019/10/1-11-1024x326.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/1-11-300x96.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/1-11-768x245.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/1-11-696x222.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/1-11-1068x340.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/1-11-1318x420.png 1318w, https://www.osradar.com/wp-content/uploads/2019/10/1-11.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Downloading Overwrite on Linux</figcaption></figure>



<p>Once the download has finished, we will have to decompress it using unzip. To do this, use the following command:</p>



<pre class="wp-block-preformatted">:~$ unzip overwrite-bin-ver1.1-2019-10-06.zip</pre>



<p>Remember, be aware of the downloaded version.</p>



<figure class="wp-block-image"><img loading="lazy" width="652" height="228" src="https://www.osradar.com/wp-content/uploads/2019/10/2-10.png" alt="2.- Decompressing the program" class="wp-image-14734" srcset="https://www.osradar.com/wp-content/uploads/2019/10/2-10.png 652w, https://www.osradar.com/wp-content/uploads/2019/10/2-10-300x105.png 300w" sizes="(max-width: 652px) 100vw, 652px" /><figcaption>2.- Decompressing the program</figcaption></figure>



<p>To make the job easier, I will rename the uncompressed folder by a name easier to remember.</p>



<pre class="wp-block-preformatted">:~$ mv [overwrite_folder_name] overwrite</pre>



<p>Also, you can check the contents of the folder with the command ls.</p>



<pre class="wp-block-preformatted">:~$ cd overwrite
:~$ ls</pre>



<figure class="wp-block-image"><img loading="lazy" width="988" height="84" src="https://www.osradar.com/wp-content/uploads/2019/10/3-9.png" alt="3.- using the ls command to check the content of the folder" class="wp-image-14735" srcset="https://www.osradar.com/wp-content/uploads/2019/10/3-9.png 988w, https://www.osradar.com/wp-content/uploads/2019/10/3-9-300x26.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/3-9-768x65.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/3-9-696x59.png 696w" sizes="(max-width: 988px) 100vw, 988px" /><figcaption>3.- using the ls command to check the content of the folder</figcaption></figure>



<p>As you can see, all 32-bit and 64-bit Linux binaries and Windows binaries are available. However, you have to choose the corresponding binary according to your system and make it executable. In my case, my system is 64 bits.</p>



<pre class="wp-block-preformatted">:~$ chmod +x overwrite-linux-x86-64</pre>



<p>And we will be able to use it.</p>



<p>First, it is a good idea to start with the program help.</p>



<pre class="wp-block-preformatted">:~$ ./overwrite-linux-x86-64 -h</pre>



<figure class="wp-block-image"><img loading="lazy" width="632" height="438" src="https://www.osradar.com/wp-content/uploads/2019/10/4-8.png" alt="4.- Overwrite help" class="wp-image-14736" srcset="https://www.osradar.com/wp-content/uploads/2019/10/4-8.png 632w, https://www.osradar.com/wp-content/uploads/2019/10/4-8-300x208.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/4-8-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2019/10/4-8-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2019/10/4-8-606x420.png 606w" sizes="(max-width: 632px) 100vw, 632px" /><figcaption>4.- Overwrite help</figcaption></figure>



<p>I added a new hard drive and mounted it on /media and used this example command.</p>



<pre class="wp-block-preformatted">:~$ sudo ./overwrite-linux-x86-64 -rand -block:512 -files:10 -data:10mb -path:/media</pre>



<figure class="wp-block-image"><img loading="lazy" width="927" height="230" src="https://www.osradar.com/wp-content/uploads/2019/10/5-9.png" alt="5.- Using Overwrite on Linux" class="wp-image-14737" srcset="https://www.osradar.com/wp-content/uploads/2019/10/5-9.png 927w, https://www.osradar.com/wp-content/uploads/2019/10/5-9-300x74.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/5-9-768x191.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/5-9-696x173.png 696w" sizes="(max-width: 927px) 100vw, 927px" /><figcaption>5.- Using Overwrite on Linux</figcaption></figure>



<p>In this case, the command is executed as the root user. It uses 10mb random data and overwrites 10 files in blocks of 512. Finally, the path where the file system is mounted is specified.</p>



<p>Finally, if you want to use overwrite comfortably, <strong>rename the binary and move it <g class="gr_ gr_6 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="6" data-gr-id="6">to </g><code>/usr/bin</code></strong><g class="gr_ gr_6 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="6" data-gr-id="6">.</g></p>



<h2>Conclusion</h2>



<p>Overwrite is a very lightweight program that can help us protect our data even more from third parties. Its installation and use is within reach of many people for its ease and quality of work. Best of all we can install it on all Linux distributions without problems.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/overwrite-prevent-recovering-information-from-hard-disk/">Overwrite: an application to prevent recovering information from a hard disk</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/overwrite-prevent-recovering-information-from-hard-disk/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>nnn: a terminal file manager for Linux</title>
		<link>https://www.osradar.com/nnn-terminal-file-manager-for-linux/</link>
					<comments>https://www.osradar.com/nnn-terminal-file-manager-for-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 25 Jul 2019 23:22:52 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[nnn]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[terminal app]]></category>
		<category><![CDATA[Tricks]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12592</guid>

					<description><![CDATA[<p>As we all know, the terminal is one of the most powerful tools that Linux has. In fact, there are so many things we can do with them that they are simply almost innumerable. It is not all GNU commands or utilities in the terminal but terminal-specific applications. In this sense, today I will talk [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/nnn-terminal-file-manager-for-linux/">nnn: a terminal file manager for 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>As we all know, the terminal is one of the most powerful tools that Linux has. In fact, there are so many things we can do with them that they are simply almost innumerable. It is not all GNU commands or utilities in the terminal but terminal-specific applications. In this sense, today I will talk to you about <em>nnn</em> file manager. A file manager for the Linux terminal with which you will be much more productive and agile.</p>
<h2>A look at this great file manager for Linux</h2>
<p>There are too many tools to make the most of the terminal. <a href="https://github.com/jarun/nnn" target="_blank" rel="noopener noreferrer"><em>Nnn</em></a> is one of them because it is a file manager that runs on the terminal.</p>
<p>The application is quite fast and light, thanks to the fact that <strong>it is made in C Language</strong>. That is to say, thanks to nnn we will be able to &#8220;<strong>write less and do more</strong>&#8220;. Besides, it is open source which guarantees that the source code is auditable in search of bugs.</p>
<p>On the other hand, the application has a very useful default configuration, that is to say, that once <strong>it is installed it is ready to start working</strong>.</p>
<h2>The nnn features</h2>
<p>Although it is an application made for the terminal is very complete. With nnn we will have two display modes available, one detailed and one lighter.</p>
<p>Also, the application allows us to have a very useful <strong>disk analyzer</strong>. In addition, the classic thing that we can expect in a manager of files as they are the <strong>markers</strong>, <strong>filters of searches</strong> and <strong>extraction of compressed files</strong>.</p>
<p>On the other hand, <em>nnn</em> is easy to navigate thanks to the keyboard arrows, but also for its wide keyboard shortcuts that allows you to <strong>open a file</strong>, <strong>create new ones</strong> and <strong>delete them</strong>. That&#8217;s its main strength.</p>
<p><figure id="attachment_12812" aria-describedby="caption-attachment-12812" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12812" src="https://www.osradar.com/wp-content/uploads/2019/07/1-6.jpeg" alt="1.- The shortcuts of this file manager for Linux" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/07/1-6.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-300x169.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-768x432.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-1024x576.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-696x391.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-1068x600.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-747x420.jpeg 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12812" class="wp-caption-text">1.- The shortcuts of this file manager for Linux</figcaption></figure></p>
<p>Just type ? to display all the shortcuts.</p>
<h2>How to install this file manager on Linux?</h2>
<p>The Linux file manager <em>nnn</em> has installers for many distributions. So installing it is quite simple. Open a terminal and run the command according to the distribution you use.</p>
<ul>
<li>For <a href="https://www.osradar.com/tag/debian/" target="_blank" rel="noopener noreferrer">Debian</a>, <a href="https://www.osradar.com/tag/ubuntu/" target="_blank" rel="noopener noreferrer">Ubuntu</a> and <a href="https://www.osradar.com/tag/linux-mint/" target="_blank" rel="noopener noreferrer">Linux Mint</a>:</li>
</ul>
<pre>:~$ sudo apt install nnn</pre>
<ul>
<li>If you are using <a href="https://www.osradar.com/tag/arch-linux/" target="_blank" rel="noopener noreferrer">Arch Linux</a> or derivates:</li>
</ul>
<pre>:~$ sudo pacman -S nnn</pre>
<ul>
<li>For <a href="https://www.osradar.com/tag/opensuse/" target="_blank" rel="noopener noreferrer">OpenSuse</a> Leap:</li>
</ul>
<pre>:~$ sudo zypper in nnn</pre>
<p>Finally, if you are using <a href="https://www.osradar.com/tag/fedora/" target="_blank" rel="noopener noreferrer">Fedora</a>:</p>
<pre>:~$ sudo dnf install nnn</pre>
<p>Next, run it from the terminal by typing:</p>
<pre>:~$ nnn</pre>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>Productivity is something you can&#8217;t buy. Then it is a good idea to have tools that help you save time. Nnn is a file manager for the Linux terminal that helps to be more productive in the terminal. Especially for sysadmin and server administrators who spend a lot of time in the terminal. It has many useful features, just need to take a look.</p>
<p>Please share this post with your friends and join <a href="http://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/nnn-terminal-file-manager-for-linux/">nnn: a terminal file manager for 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/nnn-terminal-file-manager-for-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
