Get the App
  • Installation and configuration of Qunhui DS918+ NAS and its common skills

    Installation and configuration of Qunhui DS918+ NAS and its common skills

    Qunhui DS918+ NAS bought on JD.com, because there is no built-in hard disk, so bought 2 4T Xishi red disk: DS918+ configuration: out of the box: NAS positive and negative: load 2 4T Xishi red disk, follow the instructions to operate: then connect the power and network cable, install DSM

    Shulou · 2022-06-03 09:24
  • Chapter 5: system Services

    Chapter 5: system Services

    Chapter 5: system Services 1. The service directory is in the previous Redhat Linux5.x&6.x system, and we know that the services of the system are stored in the / etc/init.d directory, but in the RHEL7.x system, it has changed, as follows

    Shulou · 2022-06-03 09:24
  • IPSE connects to Substrate/Polkadot slot to realize mutual operation.

    IPSE connects to Substrate/Polkadot slot to realize mutual operation.

    The Substrate framework modularizes many functions of the blockchain, which is only a matter of choice for developers, while maintaining a large number of customizable functions and modules, such as the underlying communication module, such as the account system, such as consensus mechanism, etc. can be customized. As a.

    Shulou · 2022-06-03 09:24
  • Special permissions in Linux

    Special permissions in Linux

    What is a special permission SUID only for binary executable files? when you use a file with SUID permission, the program recorded in it executes SGID against binary executable files as the owner of the file: the program initiated by this command is executed against the directory as all groups of the command

    Shulou · 2022-06-03 09:24
  • Getting started with Linux Interprocess Communication for 10 minutes

    Getting started with Linux Interprocess Communication for 10 minutes

    Running a program in the Linux environment, whether clicking an icon on the desktop or tapping a shell command under the command line, the Linux system will "package" our program into a process, and then schedule it to run: each process takes turns to take up CPU to execute

    Shulou · 2022-06-03 09:23
  • (enterprise environment deployment) K8S multi-node deployment-load balancing-UI page

    (enterprise environment deployment) K8S multi-node deployment-load balancing-UI page

    Enterprise environment deployment) K8S multi-node deployment-load balancing-environment that the UI page needs to prepare: 6 centos7 devices: 192.168.136.167 master01192.168.136.168 node1192.168.

    Shulou · 2022-06-03 09:23
  • Where is the screen size set for remote Desktop display?

    Where is the screen size set for remote Desktop display?

    The first method is to set local remote desktop settings to open the computer start button-- "enter to find" remote Desktop connection "-" display options "-" display "-" adjust the remote Desktop display screen. Second, the remote Desktop tool sets the screen comparison column!

    Shulou · 2022-06-03 09:23
  • COSL chooses Infortrend storage as the support of huge data

    COSL chooses Infortrend storage as the support of huge data

    CNOOC Service Co., Ltd. is a comprehensive and integrated oil field service provider with more than 30 years of offshore operation experience, with the largest scale and dominant position in China's offshore market. The company's services cover all stages of oil and gas exploration, development and production, and the business is divided into drilling services and oil well technology.

    Shulou · 2022-06-03 09:23
  • Ceph distributed storage installation

    Ceph distributed storage installation

    The preface of Ceph distributed storage installation refers to the quick installation in the official documentation, combined with the domestic environment, modify the relevant installation source to domestic mirror source to improve the installation speed. Add Aliyun YUM source m to http://docs.ceph.org.cn/start/ basic system environment

    Shulou · 2022-06-03 09:23
  • Comrades who use gohst, Ghost is certainly very convenient.

    Comrades who use gohst, Ghost is certainly very convenient.

    Comrades who use gohst, Ghost is certainly very convenient, often blue screen to see if this is the reason, but do you know? The blue screen turns out to be like this: after entering the DOS, the machine running GHOST will stop and become a fake crash. If you enter PE and run GHOST, the screen will be blue.

    Shulou · 2022-06-03 09:23
  • Text processing 3 swordsman sed command

    Text processing 3 swordsman sed command

    1. Delete the white space character  2 at the beginning of all lines beginning with white space in the centos7 system / etc/grub2.cfg file, delete all lines beginning with # in the / etc/fstab file, followed by at least one white space character, and the white space character  3, in ce

    Shulou · 2022-06-03 09:23
  • Sshfs mounts the remote directory locally

    Sshfs mounts the remote directory locally

    In the process of development, it is often necessary to copy the written program to the target board for compilation and execution, usually using scp or rsync copy or building nfs, but nfs needs kernel support. Today, we found a ssh command that can mount the remote directory locally, and then you can

    Shulou · 2022-06-03 09:23
  • Jenkins+GitLab+Msbuild+Python from

    Jenkins+GitLab+Msbuild+Python from

    Preface the enterprise online environment is .NET Framework, which naturally uses the Windows Server platform. Now the demand is to automate and continuously integrate the .NET project, so that every time it is released manually, one machine logs in, and all those who have done painful work know that it is tedious and effective.

    Shulou · 2022-06-03 09:23
  • Shanyan leads domestic distributed storage manufacturers and adheres to the technical route of localization.

    Shanyan leads domestic distributed storage manufacturers and adheres to the technical route of localization.

    As China enters the first year of the new data era in 2019, the latest IDC release "China will have the world's largest data circle in 2025" shows that various types of data in China are growing exponentially, and it is expected that China's data circle will increase to 48.6ZB in 2025. Data brings unprecedented commercial dividends.

    Shulou · 2022-06-03 09:23
  • Windows Server 2012 remote default port 3389

    Windows Server 2012 remote default port 3389

    Many friends like to modify the default port of remote connection when using WINDOWS operating system. However, many friends can not operate the server remotely due to the wrong method of modifying the port, which brings trouble to themselves. Here, I'll give you a brief talk about how to modify the remote port correctly.

    Shulou · 2022-06-03 09:23
  • LNMT Cluster realizes Session sharing based on Redis

    LNMT Cluster realizes Session sharing based on Redis

    In order to make web adapt to large-scale access, it is necessary to realize the cluster deployment of applications. The most effective solution of the cluster is load balancing, and every request of load balancing users may be assigned to unstable servers, so we must first solve the unity of session to ensure that there is no

    Shulou · 2022-06-03 09:22
  • Private repository for installing Docker containers for K8S cluster installation

    Private repository for installing Docker containers for K8S cluster installation

    Steps to install a private warehouse on the mainframe of operation and maintenance cd / optopt] # mkdir srcopt] # cd src/# can be downloaded from this address, or you can directly use my software package https://github.com/goharb

    Shulou · 2022-06-03 09:22
  • Mysql-separation of read and write

    Mysql-separation of read and write

    Article directory 1, Mysql read-write separation principle 2, about Amoeba 3, configuration example step 1: configure Amoeba server step 2: add permissions on three mysql servers, open to amoeba access (that is, three mysql allow a

    Shulou · 2022-06-03 09:22
  • Everything tool

    Everything tool

    Microsoft convenience software Everything double-click to use everything.exe, fuzzy search is very easy to use link: https://pan.baidu.com/s/1pdbSelUuF5wzIJ00tSV2_A version: Frid

    Shulou · 2022-06-03 09:22
  • Building a simple DHCP server based on Server2016 system

    Building a simple DHCP server based on Server2016 system

    Based on Server2016 system to build a simple DHCP server > DHCP server introduction: the Chinese name is the dynamic host configuration protocol server, the dynamic host protocol is a local area network protocol. It means that the server controls a range of IP addresses, and the client logs in to the server.

    Shulou · 2022-06-03 09:22