I used to think that learning Linux is boring, and the command is tedious and difficult to remember, in fact, Linux also has a lot of fun commands, these commands may immediately let your B-grid ascension, or become a programmer to the girl's necessary! Let's take a look at the following:
- Wttr.in is the weather forecast applet under the terminal, we can get the weather information under the terminal with Curl and wttr.in. Wttr.in automatically detects where you are in the default location.
$ Curl wttr.in/london$ Curl Wttr.in/moscow
- And this one is also a number of icons and maps can be displayed on the Linux terminal via the Curl command
Curl-n tty.zone/\[0-2\]\?auto\&cols=$ ((COLUMNS))
We usually look at the United States in a large area of the scene of the computer screen shows a cool picture, like the following, that is how to do it?
- If we are using the Putty tool can check the full screen mode, and then can be switched through the Alt+enter, in Ubuntu, for example, the following command, the operation can be arbitrarily selected conditions can have a different effect
$sudo Apt Install Hollywood
Cmatrix Digital Matrix
$APT Install Cmatrix
$cmatrix
- Tmux command, this is a very practical command, if the mastery of the master can make your work efficiency. For specific usage, refer to [http://harttle.land/2015/11/06/tmux-startup.html]
Linux is not boring, if you are accustomed to, you will find even more quickly than windows, hope that through the above can give you want to learn Linux through the interest!
Linux some big still commands