Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ 10 really interesting Linux command     - Formatted output printf command (Programming)

- gzip, bzip2, xz, tar, zip compression, archive Detailed (Linux)

- Make full use of the Raspberry Pi SD card space (Linux)

- Oracle 11g partition maintenance (two) - Coalescing Partitions (Database)

- C language programming entry - Common operators (Programming)

- Linux System Getting Started Learning: After starting in Ubuntu or Debian, enter the command line (Linux)

- top command causes the system load increases (Linux)

- Raspberry Pi configuration wireless hotspot (Linux)

- Git you do not know about some of the things (Linux)

- Oracle 11g creates virtual private directory RMAN-06004 ORA-00942 error handling (Database)

- Commonly used Linux system camouflage method (Linux)

- Struts2 dynamic call DMI and error Solution (Programming)

- Linux package management (Linux)

- Nginx Load Balancing (standby) + Keepalived (Server)

- Performance Optimization: Using Ramlog transfer log files to memory (Linux)

- How to Install Apache on Linux servers (Server)

- Analysis JavaBean (Programming)

- systemctl Command Complete Guide (Linux)

- CentOS 6.5 boot automatically mount the hard drive (Linux)

- Lua4.0 interpreter documents (Programming)

 
         
  10 really interesting Linux command
     
  Add Date : 2018-11-21      
         
         
         
  In the operation of the terminal is a very interesting thing. Today, we will have to give some fun to bring you laughter Linux command.

1. rev

Create a file, enter a few words inside documents, rev command will you write the inverted output to the console.

# Rev
Selection_002

Selection_001

2. fortune

This command is not installed by default, install it with apt-get command, fortune command will display some random sentences

crank @ crank-System: ~ $ sudoapt-get install fortune

Selection_003

_s Use fortune command options, he will limit the output length of a sentence.

# Fortune -s

Selection_004

3. yes

#yes
This command will stop the print string, until the user process to end this fall.

#yes unixmen

Selection_005

4. figlet

This command can be used apt-get install, after installation in / usr / share / figlet can see some ascii font files.

cd / usr / share / figlet
#figlet -f < font > < string >
#figlet -f big.flf unixmen

Selection_006

#figlet -f block.flf unixmen

Selection_007

Of course, you can also try other options.

5. asciiquarium

This command will put you into a terminal aquariums.

Downloads term animator:

#wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz
Installation and configuration of the package:

# Tar-zxvf Term-Animation-2.4.tar.gz
# CdTerm-Animation-2.4 /
# Perl Makefile.PL && make && maketest
#sudomake install
Then install the following package:

# Apt-get install libcurses-perl
Download and install asciiquarium:

#wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
# Tar-zxvf asciiquarium.tar.gz
#cd asciiquarium_1.0 /
#cp asciiquarium / usr / local / bin /
Run the following command:

# / Usr / local / bin / asciiquarium

asciiquarium_1.1: perl_008

6. bb

# Apt-get install bb
# Bb
And see what output?

Selection_009

7. sl

Sometimes you may mistakenly hit into the ls sl, sl is actually a command, if you hit sl, you will see a moving locomotive

# Apt-get install sl
# Sl

Selection_012

8. cowsay

A very common command, it will use the ascii display you want to say.

apt-get install cowsay
# Cowsay < string >

Selection_013

Or, you can use other characters instead of the default role for this sentence, these roles are stored in / usr / share / cowsay / cows directory

# Cd / usr / share / cowsay / cows
cowsay -f ghostbusters.cow unixmen

Selection_014

or

# Cowsay -f bud-frogs.cow Rajneesh

Selection_015

9. toilet

You're not wrong, this is a command, he would string colored ascii strings to the terminal

# Apt-get install toilet
# Toilet --gay unixmen

Selection_016

toilet -F border -F gay unixmen

Selection_017

toilet -f mono12 -F metal unixmen


Selection_018

10. aafire

aafire make your terminal ignite.

# Apt-get install libaa-bin
# Aafire

Selection_019

So much, I wish you the Linux terminal fun! ! !
     
         
         
         
  More:      
 
- Gitlab installation under CentOS 7 (Linux)
- ORA-28000 the account is locked fault simulation (Database)
- Keepalived + HAProxy high availability load balancing (Server)
- Linux Nginx installation and configuration instructions (Server)
- How to troubleshoot Windows and Ubuntu dual system time is not synchronized (Linux)
- C # using the HttpClient Note: Preheat the long connection (Programming)
- How common Linux automation tasks (Server)
- Modify Linux terminal prompt path length (Linux)
- Java development environment to build under Ubuntu (Linux)
- CentOS6.5 installation Docker (Linux)
- Firewall settings oracle remote connection in Linux systems (Linux)
- Install NetBeans IDE 8.0 on Ubuntu, Linux Mint, Elementary OS, and Debian (Linux)
- open V switch port mirror in OpenStack neutron (Server)
- How to configure chroot environment in Ubuntu 14.04 (Linux)
- installation process of Matlab 2012a under Ubuntu 14.04 (Linux)
- Linux Oracle environment variable is invalid Problem Solving (Database)
- Graphics of Java Tools (Programming)
- Cobbler remotely install CentOS system (Linux)
- ORA-12154 TNS could not resolve the specified identifier (Database)
- PyCharm new Python file name and the name of the module will import the same problem might arise (Programming)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.