Get the App
  • Summary of Oracle must-know Foundation

    Summary of Oracle must-know Foundation

    Two connection modes of Oracle database: dedicated server connection and shared server connection 1. Oracle database consists of: oracle server is composed of instance and database; oracle database consists of: data file redo log file temporary text

    Shulou · 2022-06-03 04:36
  • How to install and configure harbor to build docker Private Warehouse

    How to install and configure harbor to build docker Private Warehouse

    How to install and configure harbor to build a private docker repository? To solve this problem, today the editor summarizes this article on installing and configuring harbor, hoping to help more friends who want to solve this problem to find a more simple and easy way. 1 harborharbor is

    Shulou · 2022-06-03 04:36
  • What has been changed in the Helm 3 version

    What has been changed in the Helm 3 version

    What has been changed in the Helm 3 version? To solve this problem, the editor summarizes this article on Helm 3 today, hoping to help more friends who want to solve this problem to find a more simple and easy way. 1. Remove TillerHelm and finally remove its server-side components.

    Shulou · 2022-06-03 04:36
  • Mac OS is equipped with Windows dual system

    Mac OS is equipped with Windows dual system

    First of all, it is absolutely not recommended to use only the Windows system on Apple. Be patient and put up with the strangeness of os X, and sooner or later you will feel that it is worth it. Secondly, if you really want to erase the os X Windows, there is also a way to do a good job of BootCa in os X.

    Shulou · 2022-06-03 04:36
  • Office 2016: how do I fill in Card ID information in Excel?

    Office 2016: how do I fill in Card ID information in Excel?

    By default, the format type of cells in Excel is Generate. If the format type in the Excel template is not set properly when HR or other business personnel collect information, it will cause some trouble to users. The cell of the Card ID in the figure is Ge

    Shulou · 2022-06-03 04:36
  • The latest update patch released by Exchange 2013 and 2016

    The latest update patch released by Exchange 2013 and 2016

    Microsoft has released updates to Exchange 2013 CU17 and Exchange 2016 cu6 simultaneously on June 24, 2017. For instructions on the patch, please refer to: https://blogs.technet.mic

    Shulou · 2022-06-03 04:36
  • How to deploy K3s offline

    How to deploy K3s offline

    What this article shares with you is a detailed tutorial on offline deployment of K3s. I believe most people do not know how to install and deploy. In order to let you learn, I have summarized the following content for you. Without saying much, let's move on. Deployment environment: system: ubuntu 16.04component: do

    Shulou · 2022-06-03 04:36
  • Rest framework cannot delete using the DELETE method

    Rest framework cannot delete using the DELETE method

    How to solve the problem that rest framework cannot delete with the DELETE method? I believe that many inexperienced people are at a loss about this. Through this article, I hope you can solve this problem. The framework used by the back-end API is rest framework, and the front end

    Shulou · 2022-06-03 04:36
  • In the super-large-scale commercial K8s scenario, how does Alibaba dynamically solve the problem of on-demand allocation of container resources?

    In the super-large-scale commercial K8s scenario, how does Alibaba dynamically solve the problem of on-demand allocation of container resources?

    Author | Zhang Xiaoyu (Zhongyuan) Ali Cloud Container platform Technical expert Guide: resource utilization has always been a topic of concern to many platform management and R & D personnel. Through the working practice of Alibaba Container platform team in this field, the author has sorted out a set of plans to improve the utilization of resources, hoping to bring

    Shulou · 2022-06-03 04:36
  • Exchange distribution group query owner

    Exchange distribution group query owner

    When a classmate leaves his job, if the distribution group managed by the classmate wants to change the owner, you can use the following command to find out which group is the owner. Get-DistributionGroup * | Where-Object {$_ .ManagedBy-like

    Shulou · 2022-06-03 04:36
  • How to compile and install HAProxy in Ubuntu system

    How to compile and install HAProxy in Ubuntu system

    This article is to share with you the detailed tutorial of compiling and installing HAProxy in the Ubuntu system. I believe most people don't know how to install it. In order to let you learn, I summarized the following contents. Without saying much, let's read on. Environment OS:Ubuntu1804

    Shulou · 2022-06-03 04:36
  • Skillful use of Unix timestamp

    Skillful use of Unix timestamp

    Unix timestamps contain rich time information, many platforms have the concept of timestamps, and provide a lot of system calls that operate timestamps. Although these system calls are powerful, I prefer to use convenient methods rather than call system functions. Here are two small examples encountered when typing code.

    Shulou · 2022-06-03 04:36
  • Why should enterprises choose server hosting?

    Why should enterprises choose server hosting?

    Why should enterprises choose server hosting? In view of this problem, today the editor summarizes this article on server hosting, hoping to help more friends who want to solve this problem to find a more simple and easy way. 1. Improve reliability and reduce cost server shutdown opportunities cause significant economic losses for enterprises

    Shulou · 2022-06-03 04:36
  • How to determine whether a user is on O365 or on a local Exchange server

    How to determine whether a user is on O365 or on a local Exchange server

    The article I refer to is this link. Https://mikefrobbins.com/2018/08/02/determine-if-a-mailbox-is-on-premises-or-in-office-3

    Shulou · 2022-06-03 04:36
  • Docker: replace the pull source of docker, easy pull

    Docker: replace the pull source of docker, easy pull

    # replace the pull source vi / etc/docker/daemon.json {"registry-mirrors": ["https://kfwkfulq.mirror.aliyuncs.com","h"

    Shulou · 2022-06-03 04:36
  • How Nginx uses scripts to analyze logs

    How Nginx uses scripts to analyze logs

    What this article shares with you is Nginx's method of using scripts to analyze logs. I believe most people have not yet learned this skill. In order to let you learn, I have summed up the following for you. Here is the code vim / data/scripts/log_ana for log analysis scripts.

    Shulou · 2022-06-03 04:36
  • Installation of server hardware and centos7.6, use of shortcut keys

    Installation of server hardware and centos7.6, use of shortcut keys

    First, the role of 1.cpu CPU, the main hardware component of the server: there are mainly computing and control functions that focus on information points: the number of paths and cores (that is, the number of cpu; cores on the server is the ability to process data in parallel) 2. The role of memory: temporary storage

    Shulou · 2022-06-03 04:36
  • The first acquaintance of container in docker Learning

    The first acquaintance of container in docker Learning

    Image is a class, and container is an instantiated class object based on image. The fastest way to create a container is to docker run skinglzw/hello-world to run a docker.

    Shulou · 2022-06-03 04:35
  • Filebeat log collection

    Filebeat log collection

    Take the nginx error log as an example to demonstrate the log processing process filebeat--logstash--esfilebeat--kafka--logstash--es#filebeat uses systemd management / usr/lib

    Shulou · 2022-06-03 04:35
  • How to manage users and groups in batch in linux

    How to manage users and groups in batch in linux

    How to manage users and groups in bulk in linux? This article uses the example code to show, the code is very detailed, which can be used for reference by interested friends. I hope it will be helpful to you. Use / etc/sudoers to set user aliases and command aliases to set the requirements for each user type

    Shulou · 2022-06-03 04:35