<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: 6 Useful Tools to Remember Linux Commands Forever	</title>
	<atom:link href="https://www.tecmint.com/remember-linux-commands/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/remember-linux-commands/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 06:44:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-2031663</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 03 Jul 2023 04:11:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29686#comment-2031663</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-2031287&quot;&gt;JRS&lt;/a&gt;.

@Jrs,

In the terminal, the &lt;code&gt;$&lt;/code&gt; sign is often used as the default prompt symbol, which indicates that commands are executed as a normal user. 

Similary, &lt;code&gt;#&lt;/code&gt; sign in the prompt indicates that you are logged in as the root user.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-2031287">JRS</a>.</p>
<p>@Jrs,</p>
<p>In the terminal, the <code>$</code> sign is often used as the default prompt symbol, which indicates that commands are executed as a normal user. </p>
<p>Similary, <code>#</code> sign in the prompt indicates that you are logged in as the root user.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JRS		</title>
		<link>https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-2031287</link>

		<dc:creator><![CDATA[JRS]]></dc:creator>
		<pubDate>Sat, 01 Jul 2023 21:44:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29686#comment-2031287</guid>

					<description><![CDATA[Arron,

What&#039;s the point of providing a snippet to cut and paste into a terminal window to install a cheat if the snippet is so badly formatted that the cut-and-paste fails on all 5 lines? Here&#039;s what you presented. The leading &lt;code&gt;&quot;$&quot;&lt;/code&gt; in each of the snippet lines prevents them from running:

&quot;To install and use it on Unix-like systems, you may simply paste the following snippet into your terminal:
&lt;pre&gt;
$ cd /tmp 
$ wget https://github.com/cheat/cheat/releases/download/4.4.0/cheat-linux-amd64.gz 
$ gunzip cheat-linux-amd64.gz
$ chmod +x cheat-linux-amd64 
$ sudo mv cheat-linux-amd64 /usr/local/bin/cheat
&lt;/pre&gt;
You may need to change the version number...&quot;

-- JRS]]></description>
			<content:encoded><![CDATA[<p>Arron,</p>
<p>What&#8217;s the point of providing a snippet to cut and paste into a terminal window to install a cheat if the snippet is so badly formatted that the cut-and-paste fails on all 5 lines? Here&#8217;s what you presented. The leading <code>"$"</code> in each of the snippet lines prevents them from running:</p>
<p>&#8220;To install and use it on Unix-like systems, you may simply paste the following snippet into your terminal:</p>
<pre>
$ cd /tmp 
$ wget https://github.com/cheat/cheat/releases/download/4.4.0/cheat-linux-amd64.gz 
$ gunzip cheat-linux-amd64.gz
$ chmod +x cheat-linux-amd64 
$ sudo mv cheat-linux-amd64 /usr/local/bin/cheat
</pre>
<p>You may need to change the version number&#8230;&#8221;</p>
<p>&#8212; JRS</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sebastian		</title>
		<link>https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-2029270</link>

		<dc:creator><![CDATA[sebastian]]></dc:creator>
		<pubDate>Sun, 25 Jun 2023 20:43:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29686#comment-2029270</guid>

					<description><![CDATA[&lt;strong&gt;Tardigrade&lt;/strong&gt; is a bookmark tool  allows you to bookmark and organize your frequently used commands for easy access.

For more: &lt;code&gt;https://github.com/sebastianxyzsss/tardigrade&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p><strong>Tardigrade</strong> is a bookmark tool  allows you to bookmark and organize your frequently used commands for easy access.</p>
<p>For more: <code>https://github.com/sebastianxyzsss/tardigrade</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vellu		</title>
		<link>https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-1048702</link>

		<dc:creator><![CDATA[Vellu]]></dc:creator>
		<pubDate>Mon, 15 Oct 2018 20:25:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29686#comment-1048702</guid>

					<description><![CDATA[You forgot the &lt;strong&gt;Bash Tab&lt;/strong&gt; tool.

In Bash, type a few letters of the beginning of the command, press Tab, and you get all commands beginning with those letters. Add letters and press Tab again. Repeat until you only have one option, add flags and parameters and press Enter. 

Note: Some terminal emulators sound the alarm beep when you press Tab, just press again and it should work.]]></description>
			<content:encoded><![CDATA[<p>You forgot the <strong>Bash Tab</strong> tool.</p>
<p>In Bash, type a few letters of the beginning of the command, press Tab, and you get all commands beginning with those letters. Add letters and press Tab again. Repeat until you only have one option, add flags and parameters and press Enter. </p>
<p>Note: Some terminal emulators sound the alarm beep when you press Tab, just press again and it should work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-1016381</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 16 Jul 2018 07:09:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29686#comment-1016381</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-1016261&quot;&gt;Martin&lt;/a&gt;.

@Martin

Great, we will check it out. Many thanks for mentioning.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-1016261">Martin</a>.</p>
<p>@Martin</p>
<p>Great, we will check it out. Many thanks for mentioning.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
