Get the App
  • Unable to log in to the domain system after the virtual machine restarts

    Unable to log in to the domain system after the virtual machine restarts

    Financial staff, use win7 system, install xp system under virtual machine and install Kingdee, both systems are in the domain. Software stutter occurs, so restart the virtual machine. Enter the user name and password in the login system interface, but you can't log in to xp. The solution is to unplug the network cable and log in to xp and domain.

    Shulou · 2022-06-03 06:06
  • Domain users and workgroups

    Domain users and workgroups

    Authorization rules for workgroup users: AGDLP rule: a: domain user account G: global group is used to organize accounts, members from this domain, used in the whole forest DL: domain local group is used to authorize, members come from the whole forest, used for local domain P: permission communication group: used for mailing list distribution, can not be used for authorization, neither

    Shulou · 2022-06-03 06:06
  • What are the necessary software for installation in Windows system?

    What are the necessary software for installation in Windows system?

    1, compression software: BandizipBandizip is a compression software developed by BandiSoft, compared with other domestic rogue compression software, this compression software has almost no advertising. 2. Search artifact: Everything what kind of tool is this? Than

    Shulou · 2022-06-03 06:06
  • How to use server curl to simulate postman login and download under linux?

    How to use server curl to simulate postman login and download under linux?

    Work requirements, you need to export a report at a regular time every day, but because you have to log in first, use the server curl to simulate the download, as follows: #! / bin/bashcurdate= `date +% Ymuri% mmury% d` # get tokena= `curl first

    Shulou · 2022-06-03 06:06
  • The handling method that the NFS server cannot be mounted

    The handling method that the NFS server cannot be mounted

    NFS error failed to mount mount-t nfs-o hard,noatime,nodiratime,nolock,noresvport,proto=udp,rsize=1048576,wsize=104

    Shulou · 2022-06-03 06:06
  • Gitlab building

    Gitlab building

    Gitlab official website https://about.gitlab.com/gitlab-com/ official installation document https://about.gitlab.com/installation/?version=c

    Shulou · 2022-06-03 06:06
  • Jenkins realizes the development of front-end VUE project automation packaging and release

    Jenkins realizes the development of front-end VUE project automation packaging and release

    Node ('slave-191') {stage (' pull substitution code from SVN') {checkout ([$class: 'SubversionSCM', additionalCreden

    Shulou · 2022-06-03 06:06
  • Installation environment variable configuration of alisql

    Installation environment variable configuration of alisql

    Install the dependency package yum install-y centos-release-scl devtoolset-4-gcc-c++ devtoolset-4-gcc cmake openssl-devel bis

    Shulou · 2022-06-03 06:05
  • Installation and deployment of redis cache server

    Installation and deployment of redis cache server

    The redis cache server redis is a key-value storage system. Similar to Memcached, it supports relatively more value types for storage, including string (string), list (linked list), set (collection), zset (s)

    Shulou · 2022-06-03 06:05
  • The solution to the command not found error of executing php Command prompt in linux

    The solution to the command not found error of executing php Command prompt in linux

    Problem leads to: unable to execute php under linux, error: php: command not found solution: export PATH=$PATH:/usr/local/php7/bin can enter echo $

    Shulou · 2022-06-03 06:05
  • Data management operation of docker container

    Data management operation of docker container

    Data management in the real environment, docker needs to persist data, or share data among multiple containers, which involves data management operations of containers. Data volumes: data in containers are mapped to local host environment data volumes containers: data volumes are maintained using specific containers (Dat

    Shulou · 2022-06-03 06:05
  • Causes and Solutions of Startup error of docker Container

    Causes and Solutions of Startup error of docker Container

    How to view the docker container startup error report? We will inevitably encounter some problems in the use of docker containers. Common problems can be divided into the following categories. Application failure: application execution status is not consistent with expectations; container failure: unable to create, stop, update containers, etc.

    Shulou · 2022-06-03 06:05
  • Network configuration of Linux centos6.6

    Network configuration of Linux centos6.6

    When centos is installed in the virtual machine, the steps to configure the network are as follows: 1. Check the network card adapter ifconfig-a2. Set the network card boot and other parameters vim / etc/sysconfig/network-scripts/ifcfg

    Shulou · 2022-06-03 06:05
  • Common interview questions and answers for linux

    Common interview questions and answers for linux

    1. What symbol is used to represent the absolute path? What is the current directory and the upper directory? What is the expression of the main catalogue? What command is used to change directories? Answer: absolute path: such as / etc/init.d current directory and upper directory:. /.. / home directory: ~ / switch directory:

    Shulou · 2022-06-03 06:05
  • The linux command implements case insensitivity

    The linux command implements case insensitivity

    1. Load mod_speling module: sudo ln-s / etc/apache2/mods-available/speling.load / etc/apache2/mods-enabled/sp

    Shulou · 2022-06-03 06:05
  • Installation steps of linux Network Card driver

    Installation steps of linux Network Card driver

    1. Check the network card model lspci | grep-I ethernet2, download the network card driver, and pay attention to 32-bit and 64-bit 3. After downloading, copy it to the computer where centos is installed through u disk, and you can only use U disk and removable hard disk, because there is no such tools.

    Shulou · 2022-06-03 06:05
  • Introduction to the Command of ps aux Terminal

    Introduction to the Command of ps aux Terminal

    Ps aux command details ps-aux instructions 1) ps a displays all programs under the current terminal, including those of other users. 3) when ps c lists programs, it displays the real instruction name of each program, without the path, parameter, or resident service tag. 4)

    Shulou · 2022-06-03 06:05
  • Methods to prevent the loss of important data in linux system

    Methods to prevent the loss of important data in linux system

    Make a USB LiveCD boot disk, boot it with the Ubuntu system in the boot disk, and then operate in turn: back up your important data in external memory in case important data is lost after this method fails. Enter the following command in turn: sudo rm / var/l

    Shulou · 2022-06-03 06:05
  • How many ways can ​ run linux programs? What are the differences?

    How many ways can ​ run linux programs? What are the differences?

    There are three ways to run the linux program, which are: 1. Make the file executable and run the file directly. The chmod command modifies the permissions of the file. + x gives the file executable permissions. Just like we run the program above. But what we see is not as good as what we imagined.

    Shulou · 2022-06-03 06:05
  • Linux executes the vi command to edit the file to realize the method of forced exit without saving

    Linux executes the vi command to edit the file to realize the method of forced exit without saving

    1. Open the terminal, execute the vi command to open a file, such as: vi test.txt2, then press an or I to enter the editing mode, edit the text content 3, and finally press the ESC key to exit the editing mode, enter: Qconversation, for example:: Q! # exit does not save the above is the linux to make

    Shulou · 2022-06-03 06:05