<?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>file manager Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/file-manager/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 24 Jul 2019 14:51:17 +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>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>
<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>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>
		<item>
		<title>Polo File Manager – Compact with Features</title>
		<link>https://www.osradar.com/polo-file-manager-compact-with-features/</link>
					<comments>https://www.osradar.com/polo-file-manager-compact-with-features/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Thu, 27 Sep 2018 11:06:43 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[file manager linux]]></category>
		<category><![CDATA[polo]]></category>
		<category><![CDATA[polo file manager]]></category>
		<category><![CDATA[polo file manager linux]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6064</guid>

					<description><![CDATA[<p>In the case of Linux, file managers play a very important role. It allows navigating throughout the entire directories and file systems in a nice GUI. Polo is a modern and lightweight file manager with a number of available features that are not so enjoyable in all the generic file managers. Polo features There are [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/polo-file-manager-compact-with-features/">Polo File Manager – Compact with Features</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In the case of Linux, file managers play a very important role. It allows navigating throughout the entire directories and file systems in a nice GUI. Polo is a modern and lightweight file manager with a number of available features that are not so enjoyable in all the generic file managers.</p>
<h1>Polo features</h1>
<p><img loading="lazy" class="size-full wp-image-6071 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/polo-features.png" alt="" width="994" height="493" srcset="https://www.osradar.com/wp-content/uploads/2018/09/polo-features.png 994w, https://www.osradar.com/wp-content/uploads/2018/09/polo-features-300x149.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/polo-features-768x381.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/polo-features-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/09/polo-features-696x345.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/polo-features-847x420.png 847w" sizes="(max-width: 994px) 100vw, 994px" /></p>
<p>There are a number of avialalble features of Polo File Manager.</p>
<ul>
<li>Multiple panes – Single, dual or quad pane layouts with support for multiple tabs each pane.</li>
<li>Multiple views – tiled, list view and others.</li>
<li>Archive support – Browser archives as a normal folder. Supports creation of archives in multiple formats along with advanced compression settings.</li>
<li>PDF actions – split, merge pages, add/remove password, rotate etc.</li>
<li>Image actions – rotate, resize, optimize PNG, convert to other formats etc.</li>
<li>ISO actions – mount ISO, boot in VM, write to USB</li>
<li>Checksum and hashing – Checking using different hashes like MD5, SHA1, SHA2-256 and SHA2-512.</li>
<li>Video downloading – Powered by “youtube-dl”.</li>
</ul>
<h1>Getting Polo File Manager</h1>
<p>Polo is available for all the Linux distros. Run the following commands –</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install polo-file-manager</pre>
<ul>
<li>Other distros</li>
</ul>
<p>The easiest way to install Polo File Manager is through the RUN installer package.</p>
<p><a href="https://github.com/teejee2008/polo/releases">Get the latest RUN package of Polo</a>.</p>
<p><img loading="lazy" class="size-full wp-image-6070 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/get-polo.png" alt="" width="1068" height="611" srcset="https://www.osradar.com/wp-content/uploads/2018/09/get-polo.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/get-polo-300x172.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/get-polo-768x439.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/get-polo-1024x586.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/get-polo-696x398.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/get-polo-734x420.png 734w" sizes="(max-width: 1068px) 100vw, 1068px" /></p>
<p>Now, run the following commands –</p>
<pre class="">chmod +x polo-file-manager-v18.8.2-amd64.run
sudo ./polo-file-manager-v18.8.2-amd64.run</pre>
<h1></h1>
<p><img loading="lazy" class="size-full wp-image-6066 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/polo-2.png" alt="" width="1061" height="102" srcset="https://www.osradar.com/wp-content/uploads/2018/09/polo-2.png 1061w, https://www.osradar.com/wp-content/uploads/2018/09/polo-2-300x29.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/polo-2-768x74.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/polo-2-1024x98.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/polo-2-696x67.png 696w" sizes="(max-width: 1061px) 100vw, 1061px" /> <img loading="lazy" class="size-full wp-image-6067 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/polo-3.png" alt="" width="1060" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/09/polo-3.png 1060w, https://www.osradar.com/wp-content/uploads/2018/09/polo-3-300x209.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/polo-3-768x535.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/polo-3-1024x713.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/polo-3-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/09/polo-3-696x485.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/polo-3-603x420.png 603w" sizes="(max-width: 1060px) 100vw, 1060px" /></p>
<h1>Using Polo</h1>
<p>Start Polo File Manager –</p>
<p><img loading="lazy" class="size-full wp-image-6068 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/polo-4.png" alt="" width="1366" height="735" srcset="https://www.osradar.com/wp-content/uploads/2018/09/polo-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/polo-4-300x161.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/polo-4-768x413.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/polo-4-1024x551.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/polo-4-696x374.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/polo-4-1068x575.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/polo-4-781x420.png 781w" sizes="(max-width: 1366px) 100vw, 1366px" /> <img loading="lazy" class="size-full wp-image-6069 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/09/polo-5.png" alt="" width="1366" height="735" srcset="https://www.osradar.com/wp-content/uploads/2018/09/polo-5.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/polo-5-300x161.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/polo-5-768x413.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/polo-5-1024x551.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/polo-5-696x374.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/polo-5-1068x575.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/polo-5-781x420.png 781w" sizes="(max-width: 1366px) 100vw, 1366px" /></p>
<p>Enjoy!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/polo-file-manager-compact-with-features/">Polo File Manager – Compact with Features</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/polo-file-manager-compact-with-features/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
