Get the App
  • GPT,LVM concept and shell script fundamentals

    GPT,LVM concept and shell script fundamentals

    The concept of GPT,LVM and the basics of shell scripts describe what GPT is and how to use 1.GPT. The full name of 1.GPT is Globally Unique Identifier Partition Table, which means GUID partition table, GUI.

    Shulou · 2022-06-02 19:08
  • Character pointer and string

    Character pointer and string

    Void getmemory (char p) {p = (char) malloc; strcpy (p, "hello world");} int main () {char * str=NULL;get

    Shulou · 2022-06-02 19:08
  • Windows Server 2012 R2 administrator password forgotten

    Windows Server 2012 R2 administrator password forgotten

    The required materials correspond to the installation disk of the operating system version (preferably the installation disk for the system, which does not correspond to the system model; if not, you will have to download and engrave a new one on the Internet) the main steps are (1) enter the BIOS setting and boot from the CD (2) after entering the system installation interface; "repair the computer."

    Shulou · 2022-06-02 19:08
  • Nginx virtual host configuration

    Nginx virtual host configuration

    Multiple sites run on a machine, that is, multiple domain names Nginx default virtual host # No matter what domain name is resolved to the server, the first server {} # or listen 80 default_s in the default virtual host # nginx.conf will be accessed

    Shulou · 2022-06-02 19:08
  • Enable the AD Recycle Bin in the AD domain to retrieve deleted users, 2008R2 and 2012R2

    Enable the AD Recycle Bin in the AD domain to retrieve deleted users, 2008R2 and 2012R2

    1 there are no directory services available during the authorized recovery process 1.1 We can only restore the object state in the last run backup 1.2 the process of authorized recovery is not convenient to operate, at least we must have the directory service shut down 2 Recycle Bin recovery 2.1 enable to meet condition 2.1.1 forest functional level

    Shulou · 2022-06-02 19:07
  • V. traditional IDC deployment website

    V. traditional IDC deployment website

    Traditional IDC deployment website 1, hidden permissions lasttr_ chattr2, special permissions set_ uid 3, special rights set_ Gid 4, special rights stick_ bit5, soft link files 6, hard link files 1, hidden permissions lasttr_chat

    Shulou · 2022-06-02 19:07
  • Problems in the installation of GODADDY SSL certificates

    Problems in the installation of GODADDY SSL certificates

    Problems in the process of installing GODADDY certificates 1. Register an account number 2. Apply for certificate 3. After entering the SSL certificate, select "Management" to open and you can download the corresponding certificate 4. The Nginx I downloaded here, one is the certificate, the other is gd_b.

    Shulou · 2022-06-02 19:07
  • Configure the environment variable so that you can see the time when the command is executed when the history is executed.

    Configure the environment variable so that you can see the time when the command is executed when the history is executed.

    1) add a new line to ~ / .bash_profile file, write: HISTTIMEFORMAT= "% F% T", save and exit. 2) to make the updated configuration file effective, execute: source ~ / .bash_profile run

    Shulou · 2022-06-02 19:07
  • 90 lines of code, 15 elements to achieve infinite scrolling

    90 lines of code, 15 elements to achieve infinite scrolling

    Preface in this article you will learn: the use of IntersectionObserver API, and how to be compatible. How to implement infinite scrolling in React Hook. How to correctly render a list of up to 10000 elements. Use of infinite drop-down loading technology

    Shulou · 2022-06-02 19:06
  • Quiet installation of patches in windows system

    Quiet installation of patches in windows system

    Purpose: you can automatically install system patches in batches. Environment: window 7 script is as follows: @ echo Off title Install Windows Update pack echo is being installed, please wait a moment. :: cycle

    Shulou · 2022-06-02 19:06
  • CMPT8: how do I verify and set up SQL Server?

    CMPT8: how do I verify and set up SQL Server?

    ConfigMgr Prerequisites Tool user Guide Series-8: how to verify and set up SQL Server? ©Lander Zhang focuses on on-demand IT infrastructure operation and maintenance services for foreign enterprises, IT Helpdesk real

    Shulou · 2022-06-02 19:06
  • Enterprise operation and maintenance-play with windows server 2016 DHCP service

    Enterprise operation and maintenance-play with windows server 2016 DHCP service

    Installation and configuration of DHCP services under Windows Server2016 part 1: environment and preparation part 1: windows server2016 operating system; 2: a common windows operating system, take WIN7 as an example (test); 3:

    Shulou · 2022-06-02 19:06
  • Number of remote connections under the Windows server

    Number of remote connections under the Windows server

    When you remotely log in to the desktop to operate on a software program this afternoon, the software cannot be operated. I checked the database, memory, process, and configuration files respectively, and found that they were not the cause, and it was not good to restart the server. After that, it is finally solved by logging out of the remote desktop, as follows: (1), cmd

    Shulou · 2022-06-02 19:05
  • Learn a little implict implicit parameter of Scala every day

    Learn a little implict implicit parameter of Scala every day

    What are implicit parameters? In a function or method, define a parameter modified with the implicit keyword; this parameter is an implicit parameter. Scala automatically attempts to query objects decorated with implicit in the scope, and automatically injects the parameter Scala to find implicit parameters

    Shulou · 2022-06-02 19:05
  • Command line processing using getopt (), getopt_long (), getopt_long_only ()

    Command line processing using getopt (), getopt_long (), getopt_long_only ()

    Summary: all UNIX ®programs, even those with a graphical user interface (graphical user interface,GUI), can accept and process command line options. For some programs, this is the main means of interacting with other programs or users

    Shulou · 2022-06-02 19:05
  • Cobbler automatic installation

    Cobbler automatic installation

    Cobbler unattended environment preparation [root@oldboy ~] # cat / etc/redhat-releaseCentOS release 6.9 (Final) [root@oldboy ~] # un

    Shulou · 2022-06-02 19:05
  • Windows10 builds FTP service

    Windows10 builds FTP service

    Install ftp service, IIS Management console Control Panel-> programs-> enable or disable Windows function-> internet information services, check FTP service, IIS dry console, click OK to add FTP

    Shulou · 2022-06-02 19:05
  • Construction of nginx reverse proxy cache server

    Construction of nginx reverse proxy cache server

    Blogger QQ:819594300 blog address: http://zpf666.blog.51cto.com/ friends who have any questions can contact the blogger, the blogger will help you answer, thank you for your support! Proxy service can be simply divided into forward proxy and reverse proxy: forward agent

    Shulou · 2022-06-02 19:05
  • Discuz Forum of LAMP Architecture (practical part)

    Discuz Forum of LAMP Architecture (practical part)

    LAMP architecture experiment premise mount.cifs / / 192.168.100.3/LAMP-C7 / mnt # remotely mount the software package to the local server / mnt directory 1, compile and install Apache service 1), extract the source code package to / o

    Shulou · 2022-06-02 19:05
  • 9: 00 tonight | actual battle between Flask Foundation and Web development

    9: 00 tonight | actual battle between Flask Foundation and Web development

    Needless to say, let's introduce the contents of this open course directly. Main content: first, Web development foundation 2, "Hello World" in Flask 3, Flask template 4, Flask message prompt and exception handling 1, Web development

    Shulou · 2022-06-02 19:05