Skip to content
wwwinsights_logo

Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

wwwinsights_logo
Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

  • Home
  • AI
  • Content Management
    • Drupal
    • WordPress
  • Web Infrastructure
    • AWS
    • Network
    • Git
    • Nginx
    • Infra
  • Programming Language
    • Python
  • Contact
  • About
    • Home
    • Web Infrastructure
Git

How to Import Git Repo into Github?

Dr. Anjing Wang July 28, 2024 0 Comments

Importing a Git repo into GitHub is a common task that can be accomplished using either the GitHub web interface or command-line tools. Many developers work with different Git hosting…

Git

Git Repo Nesting – Clone a Git Repo inside another Repo

Dr. Anjing Wang December 20, 2023 0 Comments

For small projects, instead of Git Submodule, we recommend directly cloning a repo inside another repo for so-called repo nesting.

Network Nginx

Install a Free SSL Certificate on Linux for HTTPS

Dr. Anjing Wang September 8, 2023 0 Comments

Since Google requires HTTPS, you must apply for one. This blog shows you the step-by-step guide to installing an SSL certificate on Linux.

DNS Network

DNS Redirect non-www to www on Porkbun

Dr. Anjing Wang September 7, 2023 0 Comments

This post provide a step-by-step guide on how to use DNS to redirect non-www traffic to www on Porkbun.com.

Git

How to Access Others’ GitHub Repository as a Collaborator

Dr. Anjing Wang August 7, 2023 0 Comments

We'll guide you on how to clone another's GitHub repository as a collaborator either by a classic personal token or an SSH key pair.

Git

Configuring GIT HTTPS Proxy Where GitHub Access is Restricted

Dr. Anjing Wang July 19, 2023 0 Comments

Being an active participant in the development community, you might sometimes find yourself in situations where access to essential platforms like GitHub is restricted. As cumbersome as this may seem,…

Git

How to Clone a GitHub Private Repository?

Dr. Anjing Wang May 6, 2023 1 Comments

To clone a private repository, I recommend using HTTPS + the latest fine-grained token. It gives more flexibility over permission controls.

Nginx

Understand Nginx Location Block

Dr. Anjing Wang March 15, 2023 0 Comments

The Nginx location block is summarized in a table; its matching process is detailed in a flow chart; Nginx named location is explained.

Nginx

How to Print Nginx Variables

Dr. Anjing Wang March 12, 2023 0 Comments

In this article, we’ll show you three ways to output embedded variables or user-defined variables, so you can see them and better understand Nginx. These three ways are as follows.…

Nginx

How to Hide or Password Protect a Website from Google while under Development?

Dr. Anjing Wang March 11, 2023 0 Comments

It’s generally a very good idea to hide your website from the search engine while it’s still in the development phase. You do not want Google or Bing to have…

DNS Network

DNS Redirect non-www to www on Namecheap

Dr. Anjing Wang March 9, 2023 0 Comments

In this article, we'll redirect all non-www traffic to the www subdomain and use Namecheap as the registrar.

Nginx

How to Resolve Nginx 404 error for WordPress Permalink

Dr. Anjing Wang March 5, 2023 0 Comments

If you opt to set up your own WordPress server and happen to choose Nginx as your web server, you will bump into this classic problem the moment you change…

About the Author

Dr. Anjing Wang

Dr. Anjing Wang

I am an entrepreneur, data analyst, website builder, and enthusiastic educator. I hold a Ph.D. in computer science and worked for big corporations for years before starting up a few companies. Notably, one of my recent start-up projects is a video dictionary.

  • AI
  • AWS
  • DNS
  • Drupal
  • Git
  • Infra
  • Network
  • Nginx
  • Python
  • Wordpress
Causal Language Models vs. Conditional Generation Models: Key Differences and Real-World Examples
February 7, 2025
Unlocking the Power of Conditional Generation in AI
February 2, 2025
Unveiling NVIDIA DGX: A Journey Through AI Supercomputing
November 19, 2024
How to Measure the Performance of OCR: Why BLEU Isn’t Always the Best Choice
November 13, 2024
Understanding sklearn.metrics.accuracy_score and How to Calculate Accuracy Manually
November 13, 2024
Supervised Fine-Tuning (SFT): How to Fine-Tune Your Model Like a Pro
November 1, 2024
Deep Learning Model Precision: FP32, BF16, INT8 and INT4
October 31, 2024
LoRA vs. QLoRA: Fine-Tuning Your Model’s Superpowers on a Budget
October 31, 2024
How to Run a CUDA Docker Image on an AWS Ubuntu LTS Instance
October 29, 2024
How to Install NVIDIA driver on AWS Ubuntu LTS 24.04
October 29, 2024
Running One Linux Distribution Inside Another Using Docker: A Deep Dive
October 28, 2024
Fine-Tuning Qwen Models: Understanding the Key Parameters
October 25, 2024
Why PyTorch Uses Its Own Tensor Library Instead of NumPy
October 9, 2024
Using torch.Tensor to Represent Images in PyTorch: A Beginner’s Guide
September 17, 2024
Total Available Graphics Memory vs. Dedicated Video Memory – Understanding the Four Types of GPU Memory
September 10, 2024
wwwinsights_logo

Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

Copyright by Anjing Wang © All rights reserved | Blogus by Themeansar.

  • Home
  • About
  • Terms of Use
  • Privacy Policy
  • Contact