How To Fix CentOS Network Is Unreachable & Could Not Retrieve MirrorList Could Not Resolve Host mirrorlist.centos.org Unknown Error

Recently I installed CentOS 7.7 on Oracle VirtualBox. After installation, when I run command yum update, it shows could not retrieve mirrorlist could not resolve host mirrorlist.centos.org unknown error.

How To Fix CentOS Network Is Unreachable & Could Not Retrieve MirrorList Could Not Resolve Host mirrorlist.centos.org Unknown Error Read More »

How To Use Nginx Redirect Function To Decorate V2ray Request As Https Request

In the previous article How To Install BT VPS Control Panel And Restore WordPress Website Into It, I had done the following things. Install BT(宝塔) VPS control panel in a Linux VPS. Install Nginx server in the above Linux VPS server. Create a website in the Nginx server. Register a domain point to the website.

How To Use Nginx Redirect Function To Decorate V2ray Request As Https Request Read More »

How To Install V2ray On Amazon EC2 And Google Cloud Ubuntu Linux

V2ray is similar but better than ShadowSocks. This article will tell you how to install v2ray on an Ubuntu Linux server. It also tells you how to use the v2ray client to access the v2ray server. Before starting, you should know that v2ray has strict requirements on time. It is required that the absolute value

How To Install V2ray On Amazon EC2 And Google Cloud Ubuntu Linux Read More »

How To Use __import__() Function to Load / Import Python Package, Module Dynamically

Python, known for its dynamic nature, provides various mechanisms to dynamically load modules during runtime. One such method is the __import__() function. This powerful function enables developers to import modules dynamically, allowing for flexible and adaptable code structures. This article will show you how to use the __import__() function with examples.

How To Use __import__() Function to Load / Import Python Package, Module Dynamically Read More »