How should I configure the server after spending 288 for three years

preface The ECS that Alibaba cloud bought for 95 yuan is about to expire. It needs more than 1000 to renew. I thought there was nothing important on the server, so I took advantage of Tencent cloud discount and spent 288 to buy a three-year CVM. CVM is a cloud virtual machine. Let's call it a server for the time being. 1 core 2G, it seems tha ...

Added by dch27 on Sun, 20 Feb 2022 19:06:18 +0200

GTS Academy: create CVM in batch by using interface

backgroundAt present, the training of Tencent cloud self-developed products such as GTS academy, TCS, TBDS, TSF, TDSQL and TBASE requires the trainees to bring their own environment. During the training, the trainees use their own environment for practical exercises. The training environment of each product has different requirements for the nu ...

Added by Fari on Sat, 19 Feb 2022 06:29:11 +0200

Serverless + GitHub Actions perfectly automates the deployment of static websites

As a patient with obsessive-compulsive disorder, he has always been obsessed with automatic deployment. Personally, I think the most important thing of automatic deployment is stability and reliability. After research and testing, GitHub and Tencent cloud The two platforms have successfully completed the practice of fully automatic deployment o ...

Added by jf3000 on Thu, 10 Feb 2022 20:30:20 +0200

Alibaba cloud builds ngrok to achieve intranet penetration

Intranet penetration must be necessary for comrades who develop wechat. Most people first think of going online to find all kinds of ready-made ones, such as sunny ngrok or sunflower, but there is no free lunch in the world, and the free ones will collapse!!! Now I'll teach you how to use it Alibaba cloud Build an intranet penetration with ngro ...

Added by big-dog on Thu, 10 Feb 2022 03:09:22 +0200

[teach you to build a server series] (11) use GitHub+Hexo to build your own website and blog

Some cloud vendors I have visited in vain: Cloud server manufacturerStudent identityNew user (non student)Tencent cloudStudent special, 1-core 2G5M broadband, only 9 yuan / monthXingxinghai SA2 cloud server, 1-core 2G, 99 yuan in the first year (answer: currently used by the owner) I don't know if there are any coupons. You can tryThere is no ...

Added by mpf on Sun, 23 Jan 2022 21:07:03 +0200

Detailed explanation of Java8 features lambda expression: Principle

Why does Java need lambda expressions?It can improve the simplicity and readability of the code.For example, in the normal development process, it is a common requirement to convert a list into another list or map.This is usually the case before lambda.List<Long> idList = Arrays.asList(1L, 2L, 3L); List<Person> personList = new Arra ...

Added by louie35 on Mon, 13 Dec 2021 07:32:47 +0200

load average of the system

The average load of the system refers to the number of processes in the running state and non interruptible state of the system in a unit timeRunnable process: it can be understood as the process that is occupying CPU or waiting for CPU in the system, that is, the process in R stateNon interruptible process: Generally speaking, it refers to the ...

Added by tbone05420 on Fri, 10 Dec 2021 02:48:08 +0200

Construction of open source community - mastoson

#What are you doing with this double eleven? Get up quickly and collect the goose feathers!Double eleven venue portal https://cloud.tencent.com/act/double11##Goose feather first step, stroll around the main venueYou can buy lightweight application servers at an ultra-low price! I'll pull the hatred! I grabbed a 11.11. Is hee hee very fragrant?D ...

Added by _SAi_ on Thu, 25 Nov 2021 03:01:07 +0200

WebHook combines GitHub Action and Coding to realize continuous integration and deployment of blogs to personal servers

preface What are GitHub Action and GitHub Page Github Action can help you automatically complete tasks in the software development cycle. It is event driven and has been deeply integrated with GitHub. It can run many GitHub events, most commonly pushed to the master branch. But actions are not just deployment and release, they are contai ...

Added by connex on Mon, 13 Sep 2021 23:55:46 +0300