(本節部分取自 https://www.cyberciti.biz/faq/ubuntu-20-04-set-up-wireguard-vpn-server/) 安裝WireGuard。在終端輸入:sudo apt update sudo apt install wireguard -y 生成WireGuard用戶端用的privatekey和publickey。在終端輸入: wg genkey | tee privatekey | wg pubkey > publickey cat privatekey cat...
how to set up github blog
download install script: wget https://raw.githubusercontent.com/KilianKegel/HowTo-setup-a-YOCTO-Development-PC/master/install.sh set x attribute: chmod +x install.sh run ./install.shDisable Microsoft DefenderIf the build machine is physically protected from malware, it is possible to disable ...
So, here we are going to talk about accessing GitHub private repository without a password. Without further ado, let’s get started. There are two ways to access any GitHub repository. They areHTTPSandSSH. Most of you are usingHTTPS. But, now you come to know that it’s not an efficie...
Notice: There are many other ways to reach this, this is just one of them. Some steps could be improved, and some error will happen, such as failed to fetch error SSL –9836. For SSL –9836, you need to set customize domain for your github page, or use the latest Cydia for your...
Once you find the GitHub URL of the remote repo, you can use it to clone the repository locally.Types of GitHub URLsFor most clone operations, all you need is the HTTPS based GitHub URL. The HTTPS GitHub URL is shown by default on the repository page, but the URL actually comes in ...
It means people in major cities in China like Shanghai, Beijing, Shenzhen, and Guangzhou will have a hard time just opening up your site hosted with Github Pages. After speeding up, the result is clearly (all green) better. So if you like the result, let’s see how to do it yourself...
This page is rendered when its directory is viewed on GitHub. LICENSE.md This file contains the license under which the code is provided. CONTRIBUTING.md Explains how users should contribute to the project, such as pull request expectations. SECURITY.md Explains the security policy for the ...
I consider this to be a good point to commit my changes and push them to GitHub. Starting A New Express Project Express is a Node.js framework for building web applications. According to theofficial website, it is a “Fast, unopinionated, minimalist web framework forNode.js.” ...
Open GitHub on your desktop On the upper-hand corner of any page and select the “new” icon On the drop-down menu, select the “new repository” option From there, you’ll be led to a new page where you can name the repository ...