Gitlab code hosting server installation

Directory Gitlab installation 1. Install related dependencies 2. Start the ssh service & amp; set it to boot 3. Set postfix to start automatically at boot, and start, postfix supports gitlab sending function 4. Open ssh and http services, and then reload the firewall list 5. Download the gitlab package and install it 6. Modify […]

Translate – ASP.NET Core Hosting and Deployment – Host an ASP.NET Core Website on Linux with Nginx

Translated from https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-5.0 This article describes setting up a production-ready ASP.NET Core environment on an Ubuntu 16.04 server. The instructions here may work on newer versions of Ubuntu, but have not been tested on newer versions of the server. For more information on ASP.NET Core-only Linux distributions, see Prerequisites for .NET Core on Linux. Notice: […]

Section 4: Remote Warehouse (Keywords: git remote, push, clone, pull, remote warehouse, code hosting, Github)

Article directory One: The concept of remote warehouse Two: Code hosting based on Github (1) Register Github (2) Build a warehouse (3) Connect and push the local warehouse to the remote warehouse (4) Clone warehouse (5) Pull the latest code Three: other (1) About .gitignore (2) Regarding public warehouses and private warehouses This section deals […]

Detailed steps for hosting local projects to Github, only this article is enough! ! !

1. Register a GitHub account and log in GitHub official website address: https://github.com/ 2. SSH Key Settings Since the transmission between the local Git repository and the GitHub repository is encrypted by SSH, a little setup is required: 【Step 1】Create an SSH Key. Usually in the user (user) directory of the C disk, enter the […]