安装CentOS 8.2-解决Error setting up base repository 准备工作 下载系统镜像 制作U盘启动盘 CentOS 8出来了也有一段时间,秉承着用新不用旧的原则,把电脑上原先的CentOS 7.6 换成了CentOS 8.2。拆掉了原先装系统盘,装了一块新的250G的Samsung 850EVO。准备安装CentOS 8.2。 准备工作
Creating a New React Project: Once Node.js is installed, you can use the Node Package Manager (npm) to create a new React project. Open your terminal or command prompt and navigate to the desired directory where you want to create the project. Run the below-mentioned command to create a ...
I learnt to make an Airbmb clone and learn to use MongoDb database, prisma and nextauth. I can now make custom react hooks and am a little more familiar with setting typings in TypeScript - julia-rodrigo/AiReserve
Docker & Kubernetes : MongoDB / MongoExpress on Minikube Docker & Kubernetes : Setting up a private cluster on GCP Kubernetes Docker & Kubernetes : Kubernetes Namespaces (default, kube-public, kube-system) and switching namespaces (kubens) Docker & Kubernetes : StatefulSets on minikube Docke...
The private clusters use the following GCP featuresSetting up a private cluster: VPC Network Peering: Private clusters requireVPC Network Peering. Your VPC network contains the cluster nodes, but a separate VPC network in a Google-owned project contains the master. The two VPC networks are connect...
$ mkdir MyProject.git $ cd MyProject.git $ git --bare init Here is the structure of the git we've just made: $ tree -a Now, we'll set up two git repos at local machines, A and B. A will be connected to remote repo viagit remote addwhile B will be cloned from remote repo...
Auto Scaling is also polling on the health of the instances, and it make take up 1 minute. On top of the two, we need to consider the instance booting time. Finally, the load balance is running a couple of health-check cycles.
rDNS record for 172.217.8.14: iad23s59-in-f14.1e100.net PORT STATE SERVICE 80/tcp open http Nmap done: 1 IP address (1 host up) scanned in 0.05 seconds Now that we just placed an instance into public subnet, it's time to put an instance intoPrivate subnetlinked with BackendsSG securi...
Updating Route Tables for a VPC Peering ConnectionTo send traffic from an instance to an instance in a peer VPC using private IPv4 addresses, we must add a route to the route table that's associated with the subnet in which the instance resides. The route points to the CIDR block (or ...
Setting up slave nodes On master Jenkins, click "Build Executor Status", and select "New Node". Type in "node-1" for "Node name", and select "Permanent Agent".The "Configure" page looks like this: For Credential, we paste the master's private key (~/.ssh/id_rsa) as shown below:...