Comments on: 6 Useful Tools to Remember Linux Commands Forever https://www.tecmint.com/remember-linux-commands/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 06:44:46 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-2031663 Mon, 03 Jul 2023 04:11:13 +0000 https://www.tecmint.com/?p=29686#comment-2031663 In reply to JRS.

@Jrs,

In the terminal, the $ sign is often used as the default prompt symbol, which indicates that commands are executed as a normal user.

Similary, # sign in the prompt indicates that you are logged in as the root user.

]]>
By: JRS https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-2031287 Sat, 01 Jul 2023 21:44:24 +0000 https://www.tecmint.com/?p=29686#comment-2031287 Arron,

What’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’s what you presented. The leading "$" in each of the snippet lines prevents them from running:

“To install and use it on Unix-like systems, you may simply paste the following snippet into your terminal:

$ 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

You may need to change the version number…”

— JRS

]]>
By: sebastian https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-2029270 Sun, 25 Jun 2023 20:43:47 +0000 https://www.tecmint.com/?p=29686#comment-2029270 Tardigrade is a bookmark tool allows you to bookmark and organize your frequently used commands for easy access.

For more: https://github.com/sebastianxyzsss/tardigrade

]]>
By: Vellu https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-1048702 Mon, 15 Oct 2018 20:25:44 +0000 https://www.tecmint.com/?p=29686#comment-1048702 You forgot the Bash Tab 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.

]]>
By: Aaron Kili https://www.tecmint.com/remember-linux-commands/comment-page-1/#comment-1016381 Mon, 16 Jul 2018 07:09:07 +0000 https://www.tecmint.com/?p=29686#comment-1016381 In reply to Martin.

@Martin

Great, we will check it out. Many thanks for mentioning.

]]>