Get the App
  • Centos History command history add execution time

    Centos History command history add execution time

    Centos History command history add execution time at the end of / etc/profile add the following environment variable export HISTTIMEFORMAT='%F% T' execution environment variable effective source / etc/

    Shulou · 2022-06-03 04:06
  • A series of performances before the failure of hard disk

    A series of performances before the failure of hard disk

    1. Fault hint. That is, what we often say, hard disk self-monitoring, analysis of error reports. When the magnetic head, disk, circuit and other components under its control conflict with the pre-stored safety value, a warning message will occur automatically. When there is a hint of this fault, we will take it as a warning and divide it as soon as possible.

    Shulou · 2022-06-03 04:06
  • ZooKeeper installation and deployment

    ZooKeeper installation and deployment

    About 0x01 Zookeeper is a good cluster management tool and is widely used in distributed computing. Such as Hadoop and Storm systems. Apache ZooKeeper is an open source coordination service designed for distributed applications, designed to

    Shulou · 2022-06-03 04:06
  • An example of how to write centos nginx upstream nextserver

    An example of how to write centos nginx upstream nextserver

    Http {proxy_next_upstream error timeout http_500 http_502 http_503 http_504 http_404;proxy_connect_t

    Shulou · 2022-06-03 04:05
  • How to quickly clean up docker resources

    How to quickly clean up docker resources

    Preface if you often use docker, you will find that the resources occupied by docker expand rapidly, of which the most obvious and easy to detect should be the occupation of disk space. This article will show you how to quickly clean up the system resources occupied by docker, specifically to delete the

    Shulou · 2022-06-03 04:05
  • Forrester Wave ™: Bitdefender, a leader in cloud workload security

    Forrester Wave ™: Bitdefender, a leader in cloud workload security

    Independent research and consulting firm Forrester rated Bitdefender as Forrester Wave ™: the leader in cloud workload security in the fourth quarter of 2019. Among the 13 suppliers evaluated, Bitdefender was selected as the evaluation.

    Shulou · 2022-06-03 04:05
  • How to Create DAG in Exchange 2013 and Exchange 2016

    How to Create DAG in Exchange 2013 and Exchange 2016

    Today you will share how to create DAG. Here are the specific steps to create DAG. Create a DAG Computer Object in AD, keeping the computer name consistent with the DAG name. Right click 'New'-> 'computer' to enter the computer name and DAG

    Shulou · 2022-06-03 04:05
  • Configure takeout printer

    Configure takeout printer

    Group Vision-- > Store Management-- > print Settings-- > add Printer a, Brand (other) b, name (takeout) c, Port Type (driver) d, Port (cf) e, Paper width (80) f, horizontal print indent (0) g, remarks (print)

    Shulou · 2022-06-03 04:05
  • Write a UNIX file system

    Write a UNIX file system

    Recently, someone asked for help to write a UNIX file system as a summer homework. This kind of thing is basically something that must be done or has been done to learn the operating system. After all, the file system is an important part of the operating system course. To implement this UNIX file system, a lot of people dive into UNIX

    Shulou · 2022-06-03 04:05
  • Using Power BI API to push real-time data to a streaming dataset and visualize it on the dashboard

    Using Power BI API to push real-time data to a streaming dataset and visualize it on the dashboard

    Using Power BI to realize the visualization of real-time data is a topic of concern. The display of push data on the dashboard can be used in scenarios such as a large command screen. The actual combat content of this video is as follows: https://v.qq.com/x/page/y

    Shulou · 2022-06-03 04:05
  • Detailed explanation of nginx.conf file of online nginx_cache server

    Detailed explanation of nginx.conf file of online nginx_cache server

    # the user and group user www www;# used to specify the number of work-derived processes (generally equal to twice the total number of cores of cpu, for example, 8 for two quad-core cpu) worker_processes 4 * specify the path where the error log is stored

    Shulou · 2022-06-03 04:05
  • Build seafile server under windows, own your own personal cloud disk, and no longer worry about losing the network disk.

    Build seafile server under windows, own your own personal cloud disk, and no longer worry about losing the network disk.

    1. Download the required environment and software (Python 2.7.11 32-bit version) Note: be sure to use Python 2.7.11 32-bit version. A 64-bit version or a version other than 2.7.11 does not work. 2. Double-click to install pytho

    Shulou · 2022-06-03 04:05
  • WIN 2012 File Server Migration (WSMT-based FSRM)

    WIN 2012 File Server Migration (WSMT-based FSRM)

    First you need to install the migration tool, which is installed in the list of WINDOWS features. Both the moving out end and the moving in end need to be installed. After installation, there will be an additional function "windows server migration tool" in the list of server management tools to run the to

    Shulou · 2022-06-03 04:05
  • Sublime Text 3 Build3176 Registration Code

    Sublime Text 3 Build3176 Registration Code

    1. First, add two lines to the hosts file: 127.0.0.1 127.0.0.1 license.sublimehq.com12 to prevent Sublime Text updates and detection, do not know how to modify the hosts file

    Shulou · 2022-06-03 04:05
  • The relationship between memory and CPU

    The relationship between memory and CPU

    The memory is connected to the CPU through the control chip, which is mainly responsible for storing instructions and data. Memory consists of read-write elements, each byte with an address number. CPU can read instructions and data in memory through this address number. The instructions and data stored in memory will be cleared automatically as the computer shuts down.

    Shulou · 2022-06-03 04:05
  • Nginx configure virtual host

    Nginx configure virtual host

    1. Port-based virtual host server {listen 80; server_name www.nginx1.com; # charset koi8

    Shulou · 2022-06-03 04:05
  • Configure docker Mirror acceleration

    Configure docker Mirror acceleration

    Leader: because the docker-hub image warehouse site is abroad, access is very slow, in order to accelerate pull images, d provides acceleration sites such as https://registry.docker-cn.com and Ali Cloud acceleration sites (each

    Shulou · 2022-06-03 04:05
  • Centos6 install yapi

    Centos6 install yapi

    The environment requires nodejs (7.6 +) mongodb (2.6 +) git where the installation of nodejs and git is very simple, only the installation process of mongodb is recorded here: install mongodbcurl-O https://fastdl

    Shulou · 2022-06-03 04:05
  • Introduction of system basic symbols

    Introduction of system basic symbols

    1. Introduction of system basic symbols 1) basic symbol series dollar sign $is used to remove the contents of the specified column (awk) awk 'print $2' file view file the second column information indicates the user command prompt symbol super user # ordinary user $

    Shulou · 2022-06-03 04:05
  • Reinstall the virtual machine system using the nova command on Openstack

    Reinstall the virtual machine system using the nova command on Openstack

    Requirement: a machine failed to reinstall automatically and needs to be handled manually. Command: rebuild uuid glanceid id case IP:10.14.45.831, first we need to find the machine's UUID command: nova list-- al

    Shulou · 2022-06-03 04:05