pipenv learning record

3 advanced usage 3.1 creating virtual environment based on Pipfile pipenv install Practical examples are as follows: Here, delete the current virtual environment first, and then recreate the virtual environment. You can see that the recreated environment is the same as that before deletion. Not only the virtual environment is recreated ...

Added by kaizix on Wed, 26 Jan 2022 18:34:36 +0200

Detailed explanation of actual combat in DC-3 shooting range

Environmental installation The old version of DC-3 was installed several times before, and nmap couldn't scan the machine. Later, I thought about it for a long time and couldn't find the problem. Then I went to the official website and downloaded it again Official website address: https://www.vulnhub.com/entry/dc-32,312/ Both KALI and ...

Added by thebluebus on Wed, 26 Jan 2022 17:31:36 +0200

Huawei cloud Centos installation and configuration PPTP VPN service

1, Deploy PPTP VPN server 1. Check whether the server system environment supports the installation of pptp 1,Check whether the system kernel supports MPPE patch [root@PPTP ~]# modprobe ppp-compress-18 && echo success display success Description system support MPPE If the patch is not supported, you need to install it first k ...

Added by Imperialoutpost on Wed, 26 Jan 2022 00:24:37 +0200

Common scene simulation of Nginx jump

Common scene simulation of Nginx jump 1, Nginx jump introduction: Now, Nginx has become the first choice for many companies as front-end reverse proxy servers. In practical work, they often encounter a lot of requirements for jump (Rewriting uRL). For example, after changing the domain name, you need to keep the old domain name jump to the ne ...

Added by riwan on Tue, 25 Jan 2022 20:50:12 +0200

Linux Kernel Debugging 3: Translation of QEMU ARM guest support

Original path: https://wiki.qemu.org/Documentation/Platforms/ARM QEMU usually has good support for ARM clients. It supports nearly fifty different machines. The reason we support this much is that the ARM hardware is much more variable than the x86 hardware. ARM CPU s are usually built into "on-chip systems" (SoC) designs created b ...

Added by elfyn on Tue, 25 Jan 2022 19:56:13 +0200

Linux system uses g + + to compile and run multiple files of C + +

Everyone's compiler environment under Linux system should be the installed gcc compiler, and the debugger is gdb. We can have a better understanding of the compilation process of C + + files through the gcc compiler, which is helpful for us to write some vscode js files ourselves. 1. Use gcc compiler to compile and run C + + multiple files Fir ...

Added by randomfool on Tue, 25 Jan 2022 18:43:29 +0200

Installation of R and rstudio server in the server, etc

1, Installation and environment configuration of conda 1. conda can install miniconda or anaconda $ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh $ bash Miniconda3-latest-Linux-x86_64.sh #### run to activate conda 2. After that, you can add different channel s to create an independent conda environment. The fol ...

Added by trp on Tue, 25 Jan 2022 18:31:30 +0200

Linux explore 13- directory operations

-----Latest update [2022-01-22]----- Preview of this article's directory structure: 1, Related concepts 1. Absolute path and relative path 2. Current directory 3. Home directory 4. Path name abbreviations: And~ 2, Related commands 1. Switch and view working directory: cd, pwd 2. Directory operations: create (mkdir), remove (rmdir), rename (mv) ...

Added by dancingbear on Tue, 25 Jan 2022 14:45:45 +0200

linux (centos 7.6) production environment is based on three physical machines to install ceph cluster

Zero revision record Serial numberRevised contentRevision time1newly added20210423 I. summary This article introduces CentOS 7 6 use ceph deploy to install the version of ceph nautilus. This paper mainly deploys ceph based on the production environment, especially the redundant configuration at the network level. II. Environmental informatio ...

Added by nazariah on Tue, 25 Jan 2022 12:26:47 +0200

How to install Tomcat 9 on Ubuntu 20.04

This article was first published in: How to install Tomcat 9 - ITCoder on Ubuntu 20.04 This guide describes how to Ubuntu Install and configure Tomcat 9 on 20.04. Apache Tomcat is an open source Web server and Java servlet container. It is the most popular choice in the world to build Java based websites and applications. Tomcat is lightweigh ...

Added by ruttegar on Tue, 25 Jan 2022 10:11:31 +0200