Congrats, you’ve finally created a personal website that you want your own custom domain name instead of using gh-pages to host it. The process of connecting your domain to your gh-pages is quite simple. Howeve
(本節部分取自 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...
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 ...
how to set up github blog
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 After naming the repository, click on the “create repo...
The next step is to create a GitHub repository to store our project’s files and revisions. In your GitHub account, click the+icon in the top right and follow the prompts to set up a new repository: After your repository has been successfully created, you should see a page that looks li...
Step 1:Head over to theGithub helm release pageand copy the Linux amd64 link for the required version. Step 2:Download the binary using wget. wget -O helm.tar.gz https://get.helm.sh/helm-v3.13.0-rc.1-linux-amd64.tar.gz Step 3:Untar the downloaded file. ...
A GitHub README is a text file that introduces and explains a project. It also contains information required to understand what the project is about. If you’re working on a programming project, others working on the same thing can use it or contribute. Further, a README is a set of ...
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...
If you're working with Git on the Command Line, you'll have to open the GitHub.com interface in your browser. Right on the "Dashboard" view, you can see a button to create a new repository:Then, on the project's main page, you can use the green "Code" button to reveal the ...