Best Practices for Scripting Linux Shells

 

Foreword Due to the need of work, recently I started to clean up the shell script again. Although most commands are often used by the user, they are always ugly when they are written into scripts. And when I read scripts written by others, I always find it difficult to read. After all, shell script is not a serious programming language, it is more like a tool to mix different programs read the whole passage

Discuz!- QQ Internet 100010 Error Resolution

 

Recently, a forum was set up, and errors (100010) were always reported when accessing QQ Internet. As shown in the figure below, it is found through online search methods that the reason is the wrong callback address, but the online methods are old posts of several years ago, and the methods are outdated, and do not actually help me solve the problem. Through my own attempt, I found that the following methods can be used to solve the problem. Look at the picture above. I'm reporting a wrong letter read the whole passage

15 Vim Quick Reference Tables - Help You Improve N-fold Efficiency

 

In the first half of last year, we began to use Linux for development and entertainment. Now we can't go back to Windows. Let's get down to business. I have been using vim on Linux. I gradually became familiar with its commands, and finally understood what is the god of editors. Recently, I took the time to sort out this quick checklist. I have gained a lot and shared it with you. Enter vim vim read the whole passage

Operation and maintenance engineers must have common Linux security policies and practices

 

The security of operating system is one of the most important and basic problems in the field of information security. With the rapid development of domestic Internet technology and industry in recent years, more and more users use Linux network operating system as the server. Linux is faced with unprecedented development opportunities, while Linux is also facing more and more security risks. As an open system, on the Internet read the whole passage

18 common network bandwidth monitoring commands necessary for operation and maintenance engineers

 

This article introduces some Linux command line tools that can be used to monitor network usage. These tools can monitor the data transmitted through the network interface and measure the current speed of which data is transmitted. Inbound traffic and outbound traffic are displayed separately. Some commands can display the bandwidth used by a single process. In this way, users can easily find a process that is over using network bandwidth. This read the whole passage

Zheng Wei - How to make your voice more attractive

 

Brief introduction to the author: Zheng Wei, Ph. D. of Communication University of China, and teacher of broadcasting department of the university. He has trained 40000 people in language expression, and he is also Luo Pang's voice trainer. 1. How to effectively control the sound? Breathing method of air field chest abdomen combination. The aura is not a deterrent, but a loud voice. What is chest abdomen combined breathing? It will make the air intake more full, more active and full, and the daily read the whole passage

Ning Xiangdong - management thinking that everyone should master [Live Notes]

 

Briefly introduce the author: professor and doctoral supervisor of School of Economics and Management of Tsinghua University, director of the Corporate Governance Research Center of Tsinghua University, independent director of Huaichai Power, China Southern Airlines, Sinopec Sales Company and other enterprises, consultant services for Samsung, Huawei and other domestic and foreign enterprises, and responsible professor of training programs of the Central Organization Department, the State owned Assets Supervision and Administration Commission and other ministries and commissions. 1. From perceptual thinking to instrumental thinking (logical thinking read the whole passage

Python Black Technology | Four ways to run other programs in Python

 

In Python, you can easily use the os module to run other scripts or programs, so that you can directly use the functions provided by other scripts or programs in the script without having to write code to implement the function again. To better control the running process, you can use the functions in the win32process module. If you want to further control the process, you can use ctyp read the whole passage