Tag:Red hat
-
Time:2021-1-22
Editor’s note: webassembly has been making great strides in the fields of serverless and cloud computing. Many rust enthusiasts have shared their expectations for rust in 2021. Happy Mid Autumn Festival WebAssembly Azure static network application supports webassembly Azure static web apps now supports blazor webassembly with server less azure function support! Design of web […]
-
Time:2020-11-23
Installing kubectl Using Tsinghua source Red hat system $ cat <<EOF > /etc/yum.repos.d/kubernetes.repo [kubernetes] name=Kubernetes baseurl=“` https://mirrors.tuna.tsinghua.edu.cn/kubernetes/yum/repos/kubernetes-el7-$basearch enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg EOF $ yum install -y kubectl Debian system $ sudo apt-get update && sudo apt-get install -y apt-transport-https $ curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add – $ echo “deb https://mirrors.tuna.tsinghua.edu.cn/kubernetes/apt kubernetes-xenial main” […]
-
Time:2020-10-7
Install nginx under CentOS 7, and use Yum install nginx to prompt that there is no available software package. 18 (flaskApi) [[email protected] flaskDemo]# yum -y install nginx 19 loaded plug-ins: fastmirror, langpacks 20 Loading mirror speeds from cached hostfile 21 * base: mirrors.aliyun.com 22 * extras: mirrors.aliyun.com 23 * updates: mirrors.aliyun.com No package nginx […]
-
Time:2020-9-30
Linux distribution teaches you how to choose Linux distributions are more than just dazzling. They’re just popping into your eyes. Should you use popular Ubuntu? Red hat of orthodoxy? Or something else? Choosing a distribution is often the first consideration before installing Linux. This article will introduce the author’s experience in choosing the distribution version, […]