Get the App
  • About setting IP and telnet in AIX for the first time

    About setting IP and telnet in AIX for the first time

    When you install AIX for the first time, start the telnet service using smit mktcpip: # startsrc-t telnet

    Shulou · 2022-06-03 06:18
  • Huawei (HUAWEI Cloud Server) cannot access the solution through the public network and domain name

    Huawei (HUAWEI Cloud Server) cannot access the solution through the public network and domain name

    Solution 1) Log in to Huawei Cloud www.huaweicloud.com2) Click to enter the console 3) Select the address of the computer room to purchase the server. The default is Shanghai II, which is actually purchased from Beijing. You need to switch 4) Click the elastic CVM to view the current server ecs-1.

    Shulou · 2022-06-03 06:18
  • Linux kill process command

    Linux kill process command

    Today, the editor will bring you an article that introduces the command to kill the process under linux. The editor thinks it is very practical, so I will share it for you as a reference. Let's follow the editor and have a look. First, we can execute the [ps-ef | grep process name] command to view the PID of the process.

    Shulou · 2022-06-03 06:18
  • Linux environment mysql running error how to check

    Linux environment mysql running error how to check

    Let's learn about the linux environment mysql operation errors how to view, I believe you will benefit a lot after reading, the text in the essence is not much, hope that the linux environment mysql operation errors how to view this short content is what you want. 1. Enter mysql Security

    Shulou · 2022-06-03 06:18
  • Zabbix email alarm

    Zabbix email alarm

    This paper mainly uses the external mailbox account to send the alarm email. 1 if Sendmail or postfix is installed, the service needs to be stopped: [root@www alertscripts] # uname-aLinux www 3.10

    Shulou · 2022-06-03 06:18
  • Commands to start, stop, restart php and kill php processes under linux

    Commands to start, stop, restart php and kill php processes under linux

    Today, the editor will bring you an article that introduces the commands to start, stop, restart php and kill php processes under linux. The editor thinks it is very practical, so I will share it for you as a reference. Let's follow the editor and have a look. Check whether php starts ps-ef | gr

    Shulou · 2022-06-03 06:18
  • Linux's command to open php

    Linux's command to open php

    This article is to share with you the method of using the command to open php in linux. I believe most people have not yet learned this skill. In order to make you understand better, I have summarized the following content. Without saying much, let's read on. The command to enable php is as follows: / usr/local

    Shulou · 2022-06-03 06:18
  • Solution to unrecognized linux command

    Solution to unrecognized linux command

    This article mainly discusses the solution of non-recognition of linux commands. There is a certain reference value, friends in need can refer to, follow the editor to see the solution. Solution: first, directly modify the path value. First, execute the following command to add the target path to PATHexpor.

    Shulou · 2022-06-03 06:18
  • How do I view device information using the linux command?

    How do I view device information using the linux command?

    How do I view device information using the linux command? This problem may be often seen in our daily work. Through this question, I hope you can gain more. Let's take a look at the solution with the editor today. View pci device lspci-v for cpu information? Answer: more /

    Shulou · 2022-06-03 06:18
  • How does linux view cpu information?

    How does linux view cpu information?

    How does linux view cpu information? This problem may be often seen in our daily work. Through this question, I hope you can gain more. Here are the steps to solve this problem. We can use the cat command to see, and the cat command is used to connect files and print to standard output

    Shulou · 2022-06-03 06:18
  • PPP authentication (PAP and CHAP)

    PPP authentication (PAP and CHAP)

    Ppp protocol PPP protocol is a point-to-point link protocol, which is mainly used for point-to-point data transmission on full-duplex links:-support point-to-point and point-to-multipoint-support synchronous and asynchronous serial services-support multiple network layer protocols at the same time-support authentication-support automatic address negotiation

    Shulou · 2022-06-03 06:18
  • How to set the password for Mysql database

    How to set the password for Mysql database

    The following is about how to set the password for the Mysql database. The secret of the text is that it is close to the topic. So, no gossip, let's go straight to the following, I believe you will benefit from reading this article on how to set the password for the Mysql database. Mysqladmin

    Shulou · 2022-06-03 06:18
  • The method of using mkdir command to create directory in linux

    The method of using mkdir command to create directory in linux

    On Linux systems, users can create new directories from the command line or from the desktop file manager. The command to create a directory (also known as a folder) in Linux is the mkdir command. The following article will introduce you to the basics of the mkdir command, and give you an example.

    Shulou · 2022-06-03 06:18
  • Monitoring the use of software monit

    Monitoring the use of software monit

    Installation: sudo apt-get install monit profile: sudo vim / etc/monit/monitrc main configuration options: SMTP server for outgoing mail, AWS Simple is used here

    Shulou · 2022-06-03 06:18
  • Chrome display scale is too large-set zoom ratio

    Chrome display scale is too large-set zoom ratio

    Google browser-- > Properties-- > goal: add: / high-dpi-support=1 / force-device-scale-factor=1 notice that there is a space in the middle.

    Shulou · 2022-06-03 06:18
  • How to use the TiOps script library

    How to use the TiOps script library

    TiOps provides the function of a scripting library for unified storage and authorization of scripts. TiOps script library, the biggest feature is that it can support the script version of the function, a little gitlab web version of the feeling. Log in to TiOps and select "script Library" in the left menu bar. By default,

    Shulou · 2022-06-03 06:18
  • Selected architectural technical articles and summaries

    Selected architectural technical articles and summaries

    We are all old friends of mine, so let's have some practical information today. Of course, the first dedication to you is the technical summary (e-book). Read the article in front of the mobile phone. Don't worry, keep it before you finish it, and then read it slowly. The author summarizes, classifies and refines the original articles on the history of official accounts, and combs them into e-books and e-books.

    Shulou · 2022-06-03 06:18
  • Modify CentOS6 log cycle

    Modify CentOS6 log cycle

    CentOS6 logs are kept for 4 weeks by default, which is too short. In order to keep the log longer, the modification period is 24 months from 4 weeks. 1. Modify the configuration logrotate.conf [root@D65 etc] # vi / etc/logrotate.co

    Shulou · 2022-06-03 06:18
  • Making rpm package by openssh8.1

    Making rpm package by openssh8.1

    Due to the vulnerability of ssh scanned by security, it is relatively slow to upgrade ssh one by one to compile and install. Therefore, it is convenient to install and download the source package wget https://openbsd.hk/pub/OpenBSD/OpenSSH by making the source package into a rpm package.

    Shulou · 2022-06-03 06:18
  • Nginx optimization-log segmentation

    Nginx optimization-log segmentation

    The overview increases as the Nginx runtime increases, so does the log. In order to easily grasp the running status of Nginx, you need to always pay attention to Nginx log files that are too large for monitoring-a catastrophe requires regular log file cutting. Nginx itself does not have log segmentation.

    Shulou · 2022-06-03 06:18