Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Linux practical operation-aliases are permanent, line numbers are permanently displayed, hidden characters are shown, shortcuts quickly open terminal terminals

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the practical simple operation of Linux to speed up the efficiency of doing things.

1. Aliases take effect forever

Add a line to vim / etc/bashrc that is alias clockwise clear`

After that, if you use source / etc/profile to take effect immediately, or reopen terminal

two。 Permanently set the line number of the vim editor

Add set nu or set number to vim / etc/vimrc (cancel and write set nu! Or set unnu)

Then source / etc/vimrc will take effect immediately.

3. Show hidden characters in the vim editor

Write: set list in the last line mode and you can see that there is a "$" symbol at the end, which is why there are more tests on wc-c than expected.

[root@localhost ~] # echo 'hello worldview' > 1.txt [root@localhost ~] # wc-c 1.txt 13 1.txt

Of course, you can write set nolist if you need to cancel.

4. Set the shortcut key to open the terminal terminal

(1) the settings in redhat6 are shown in the following figure:

(2) the settings in Centos7 are shown in the following figure

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report