Get the App
  • Mysql Basics (8) mysql Log

    Mysql Basics (8) mysql Log

    Mysql log type: 1. Query log (usually not enabled and not recommended) 2, slow log (recommended) 3, error log (recommended) 4, binary log (recommended) 5, relay log 6

    Shulou · 2022-06-03 07:16
  • Using puppet to realize automatic operation and maintenance

    Using puppet to realize automatic operation and maintenance

    Overview of using puppet to automate operation and maintenance services: 1. What is puppetpuppet is a configuration management software designed to achieve automated management of data centers. Is a Linux, Unix platform centralized configuration management system, using Ruby language, manageable

    Shulou · 2022-06-03 07:16
  • Implementation case of vsftpd in Enterprise Network (CentOS)

    Implementation case of vsftpd in Enterprise Network (CentOS)

    Vsftpd implementation case environment in the enterprise network: VMware workstation 10centos6.4 operating system SFTP is a GPL-based Unix-like system using FTP server software, its full name is Very Se

    Shulou · 2022-06-03 07:16
  • WCF and Http (s) framework

    WCF and Http (s) framework

    New project-other project types-Visual Studio solution-blank solution-named WcfHTTP (S)-OK selected solution right-click-add-create project-WCF---WCF service library, named W

    Shulou · 2022-06-03 07:16
  • Clearance of logs

    Clearance of logs

    Due to the wide range of system problems involved, it is impossible to explain clearly the logs of all unix systems, but most of them are similar. I will only use the common sunos & redhat to introduce other systems. Unix system log files are usually stored in "

    Shulou · 2022-06-03 07:16
  • Crack the root password of kernel management

    Crack the root password of kernel management

    CentOS6 in the kernel boot interface of boot, enter a 1, s, S or single at the end of the last line of the a key, enter enter into single-user mode and use passwd, the command can change the root password, restart and enter the password to log in to the kernel boot interface to add

    Shulou · 2022-06-03 07:16
  • Set up DNS server to realize domain name resolution

    Set up DNS server to realize domain name resolution

    Set up a DNS server to implement domain name resolution configure a private network DNS server in the company, which can resolve the domain name www.linux.com to IP:192.168.24.200; in the private network. In addition, in order to ensure the stability of the DNS server, it is necessary to build a slave DNS server.

    Shulou · 2022-06-03 07:16
  • Create a virtual machine template using the virsh tool

    Create a virtual machine template using the virsh tool

    Today we introduce the use of virsh virtual machine management tool components to create virtual machine templates. First of all, prepare the basic environment: install a Centos7.0 virtual machine on vmware and turn on the virtualization function of CPU. After installing the operating system, verify that the virtualization feature is turned on using eg.

    Shulou · 2022-06-03 07:15
  • Conversation history cannot be displayed in individual user outlook

    Conversation history cannot be displayed in individual user outlook

    Some time ago, some users reported that the chat records of Skype for business could not be displayed in the outlook of individual users of their company. I have received a lot of feedback. Now I would like to share the process of dealing with this problem with you: the problem is described in Skype fo.

    Shulou · 2022-06-03 07:15
  • (1) Linux basic description, basic commands and environment variables

    (1) Linux basic description, basic commands and environment variables

    1 Linux distribution Linux distribution (English: Linux distribution, also known as GNU/Linux distribution), for general users pre-integrated Linux operating system and a variety of application software. Ordinary users do not need to reprogram.

    Shulou · 2022-06-03 07:15
  • Commonly used cmd Shortcut Command

    Commonly used cmd Shortcut Command

    Gpedit.msc-- group policy 2. Sndrec32--- tape recorder 3. Nslookup---IP address detector is a command line tool to monitor whether the DNS server in the network can correctly implement domain name resolution. It's in Window.

    Shulou · 2022-06-03 07:15
  • Use powershell to connect to the oracle database (value, update)

    Use powershell to connect to the oracle database (value, update)

    In our work, we often need to use powershell to connect to Oracle databases. But the code found in Baidu is very old, and it also requires oracle database to connect to the client. After searching for it, it was found that the Oracle official had already released the official connection to. Net.

    Shulou · 2022-06-03 07:15
  • Little knowledge of shell

    Little knowledge of shell

    [root@DBBK1 changeIP] # cat view.sh #! / bin/shif [$#-ne 1]; then echo "USAGE:/bin/sh $0 ARG1"

    Shulou · 2022-06-03 07:15
  • The host system where the VMware is located automatically starts up and boots the virtual machine operating system

    The host system where the VMware is located automatically starts up and boots the virtual machine operating system

    Using Microsoft's two gadgets, instsrv.exe and srvany.exe (download address https://link-pan.sankuai.com/link/ZDc) 1, download these two files and put them on disk D or somewhere else.

    Shulou · 2022-06-03 07:15
  • Win7 upgrades to win10 summary via wsus

    Win7 upgrades to win10 summary via wsus

    In the wsus server, open IIS, select the "wsus" service, click mime type, modify or add ".esd" Filename extension: .esdMime type: application/oc

    Shulou · 2022-06-03 07:15
  • Theory: linux remote control openssh explains in detail

    Theory: linux remote control openssh explains in detail

    SSH remote management 1. Configure OpenSSH server 2. Use SSH client program 3. SSH Architecture for key pair Verification TCP Wrappers Overview (Management Mechanism for programs) 1.TCP Wrappers Overview 2.TCP Wr

    Shulou · 2022-06-03 07:15
  • Pve+ceph Super Fusion (1)

    Pve+ceph Super Fusion (1)

    Because there is no physical machine, you can only use a virtual machine to test the node1 configuration: 2C 4G 20G hard disk (installed system) 3 50G hard disk simulation 3 separate hard disk ceph distributed storage using IP:192.168.77.160 (storage in production environment recommended 10 Gigabit network

    Shulou · 2022-06-03 07:15
  • Building Serverless Web applications by function calculation (2)-Custom Domain name

    Building Serverless Web applications by function calculation (2)-Custom Domain name

    Summary: binding a custom domain name allows users to access FC functions through a custom domain name, which is used with HTTP triggers to facilitate the use of function computing to build Web applications. Brief introduction to Ali Cloud function Computing (Function Compute) is a thing

    Shulou · 2022-06-03 07:15
  • The certificate bound to the Exchange Server 2016 IIS website disappears

    The certificate bound to the Exchange Server 2016 IIS website disappears

    Recently, after dealing with the maintenance of a user, the certificate assigned by IIS on the exchange 2016 server is automatically gone. The Exchange server uses the certificate to encrypt the data transmission with the client or other server. how can the certificate be lost on its own? find a lot of methods.

    Shulou · 2022-06-03 07:15
  • Making Dockerfile File of nginx Image by compiling method

    Making Dockerfile File of nginx Image by compiling method

    Image file: DockerfileFROM centosMAINTAINER This is nginx image # add environment package RUN yum install-y make zlib zlib-dev

    Shulou · 2022-06-03 07:15