Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • 7 best 3D scanning apps for Android and iOS How-To
  • Best ti-82 graphing calculator 2020

    Best ti-82 graphing calculator 2020. 1 - Texas Instruments TI-82 Graphing Calculator Top Reviews As described, arrived

  • How to Restore a Folder that has Turned into a Package in OS X OS X
  • Sum a Table Column in Word Office Tips
  • How to Add or Change the Photo Widget on iPhone iPhone
  • 3 Discord Games For Gaming & Anime Fans Gaming
  • CPU Processor Comparison – Intel Core i7 vs. i5 vs. i3 – Part 2 How-To
  • How To Make a Bulk App Installer For a New Mac OS Install using HomeBrew Tutorials

10 Cool Linux Terminal Commands You Have to Try

Posted on October 7, 2020 By blog_786 No Comments on 10 Cool Linux Terminal Commands You Have to Try

Linux terminal commands don’t have to be boring. Many commands are interesting, interesting and entertaining for users.

This article will discuss some tricks for using pro-Linux commands that can save you time, hassle, and increase your productivity.

10 Cool Linux Terminal Commands You Have to Try

Stop and run Linux Terminal commands in the background

Have you ever half-typed into a file and realized you want to add another command to the terminal, but you can’t do it because you’ve opened a text tile in foreground mode?

To return to the Linux terminal command prompt without interrupting your activity, press CTRL + Z to pause the foreground application.

Now you can run any additional commands you want. When done, you can return to your previously suspended session by typing fg into a terminal window and then hitting return.

Use and search for Wikipedia in Linux Terminal

Many people use Wikipedia to search for information in its vast database. Google often promotes Wikipedia to the top of search engine results to help users quickly find what they are looking for.

– /

Linux users can save a lot of time by opening Wikipedia in a terminal. Use Wikit to quickly get your questions answered within your Linux distribution.

The Wikit Linux terminal command line will show users a summary of the search topics from Wikipedia. Start by installing Node.js on your computer.

Run the following commands on Mint, Ubuntu or Debian systems:

sudo apt-get install nodejs
sudo apt-get install npm

To install Wikit, run the following simple command:

sudo npm install wikit -g

Once you have installed Wikit, get the Wikipedia summaries by running the following command:

wikit

Note that you can also use multiple word queries.

Steam locomotive

10 Cool Linux Terminal Commands You Have to Try

Do you want to see a steam locomotive run through your Linux terminal from right to left? If you want to have some fun on your day, enter the following command:

$ sudo apt-get install sl

If the sl program is not installed, you need to install it:

$ sudo apt-get install sl

Kozai

10 Cool Linux Terminal Commands You Have to Try

Create an ASCII (American Standard Code for Information Interchange) cow (Cowsay) in the terminal and use Cowthink to make her think.

Install Cowsay (for Debian OS) using the following Linux terminal command:

root @ tecmint: ~ # apt-get install cowsay

Tell the cow what to think and say using this command:

root @ tecmint: ~ # cowsay I Love nix

Aquarium installed in terminal building

10 Cool Linux Terminal Commands You Have to Try

Enjoy the secrets of the sea from within your very own terminal with ASCIIQuarium. If you are using Fedora, it is very easy to install it as it is in the repositories. Use this command:

$ sudo dnf install asciiquarium

If you are using a different distribution please visit the home page to find out how to download it.

Or you can install Term-Animation, a Perl module. Enter the following in the command line terminal:

$ sudo apt-get install libcurses-perl
$ cd / tmp
$ wget http://search.cpan.org/CPAN/authors/ id / K / KB / KBAUCOM / Term-Animation-2.4.tar.gz
$ tar -zxvf Term-Animation-2.4.tar.gz
$ cd Term-Animation-2.4 /
$ perl Makefile.PL && make && make test
$ sudo make install

Then enter the following at the Linux terminal prompt:

$ cd / tmp
$ wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
$ tar -zxvf asciiquarium.tar.gz
$ cd asciiquarium_1.0 /
$ sudo cp asciiquarium / usr / local / bin
$ sudo chmod 0755 / usr / local / bin / asciiquarium

To see your aquarium use the command below:

$ perl / usr / local / bin / asciiquarium

Browse

10 Cool Linux Terminal Commands You Have to Try

Browsh is a simple, modern open source text browser. This is especially useful when you don’t have a good internet connection, as it helps you avoid draining your battery.

It plays videos and everything else that a regular browser can do. However, this happens in terminal environments.

To install Browsh on Linux, you must have the latest version of Firefox and a terminal client with True Color support.

Once the above requirements are met, you can download the correct package for your Linux distribution. After installing it, launch Browsh on a terminal with the following command:

$ browsh

Most of the mouse and key functions work the same as in a regular browser. Some of the main functions are:

  • BACKSPACE to go back to history
  • CTRL + l to focus the URL line
  • F1 to open documentation
  • CTRL + r to reload the page
  • ARROW KEYS, PageUP, PageDown to scroll
  • CTRL + t to open a new tab
  • CTRL + w to close the tab
  • CTRL + q to exit the program

Lolcat

10 Cool Linux Terminal Commands You Have to Try

Use lolcat to print the text in cheerful rainbow colors. To install it, use the following code:

# apt-get install lolcat

Link it with other Linux terminal commands to see rainbow color output in Linux terminal.

10 Cool Linux Terminal Commands You Have to Try

Search for hard drive errors

Use smartctl to monitor hard drive reliability, predict drive failures, and perform drive self-tests.

Use the command below to install smartctl on Ubuntu:

$ sudo apt-get install smartmontools

To start the service, use the following command:

$ sudo /etc/init.d/smartmontools start

To use with other distributions and see examples, read: Smartctl – a hard drive monitoring and analysis tool.

Cpanel Backup & Restore

Quickly and easily back up and restore your cPanel account files with the following Linux terminal commands:

/ scripts / pkgacct username / scripts / restoracct username

Create a Bootable Drive

Create a bootable USB stick from iso with one terminal command:

$ dd if = / home / user / Downloads / ubuntu.iso of = / dev / sdb1 bs = 512M; sync

The above command creates a USB stick (/ dev / sdb1) on the Debian boot disk.

If you spend a lot of time on the command line, the examples above explain some tricks and keyboard shortcuts to improve your productivity.

You can also use Linux terminal commands that have nothing to do with work, just for fun.

–

Share this:

  • Twitter
  • Facebook
Linux Tips

Post navigation

Previous Post: What Is Mesh Messaging & How Does It Work?
Next Post: How To Track Windows Computer and User Activity

Related Posts

  • Make a Custom Live Linux Distro with Linux Live Kit Linux Tips
  • TOP 5 Linux Distros for Gaming Linux Tips
  • How to Take a Linux System Benchmark Linux Tips
  • How To Install a Linux OS On Your Android Phone Linux Tips
  • Display a List of Recently Installed Software Packages in Ubuntu Linux Tips
  • 5 Great Reasons to Ditch Windows for Linux Linux Tips

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • AI Tools & Guides
  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • islamic Books
  • Linux
  • Linux Tips
  • Mac OS X
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress
  • Six Copyscape Alternatives That you can use
  • How to Make Phone Calls Without Revealing Your True identity
  • 50 Useful Websites on the Internet You Didn’t Know Existed
  • Everything You Need to Know About WannaCry Ransomware Attack
  • Automatically Transcribe YouTube Video/Audio with Google Docs
DMCA.com Protection Status

Recent Posts

  • Six Copyscape Alternatives That you can use
  • 4 Different Ways to Test your Internet Speed
  • How to Make Phone Calls Without Revealing Your True identity
  • Use Secret Silver Subscription Plan to Save Money on Audible
  • Everything You Need to Know About WannaCry Ransomware Attack

Recent Comments

  1. 6 Things You Need Know About Email Encryption on Delete All Emails from Gmail With Once Click
  2. Looking For YouTube Alternative? Try These 7 Video Sharing Sites on Ten Best YouTube Video Editing Software 2023
  3. 8 (+1 New) Ways to Post on Instagram From Computer on How I Solved My Bluestacks Graphic Card Error (2 Ways)
  4. Find out what WordPress Theme and Plugin a Website is Using on How to Install a Theme on WordPress
  5. KeepVid Music: Use Online Music as your Personal Music Library on Top Ten Best iPad Music Apps
  • How to Factory Reset Amazon Echo Devices How-To
  • How to Check All of Your Email Accounts from Gmail Computer Tips
  • How to Connect USB Mic to Smartphone for Video Recording How-To
  • How To Import Your Contacts To Gmail Cool Websites
  • View, Backup, and Delete Saved Passwords in Internet Explorer How-To
  • Best fixing unexpected BSOD kernel mode trap Windows 10
  • The 5 Best Smart Flood Sensors

    Few things in the world can do the same damage to a home as water, especially if that water goes unnoticed for almost any period of time. Water leak

  • 54 Best Alexa Skills and Commands Smart Home

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version