Skip to content

Instantly share code, notes, and snippets.

View ChengzeHsiao's full-sized avatar

Chengze Hsiao ChengzeHsiao

View GitHub Profile
@ChengzeHsiao
ChengzeHsiao / docker-registry-mirrors.md
Created May 9, 2024 08:44 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized

Docker Hub 镜像加速器

国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。Docker 官方和国内很多云服务商都提供了国内加速器服务。

Dockerized 实践 https://github.com/y0ngb1n/dockerized

配置加速地址

Ubuntu 16.04+、Debian 8+、CentOS 7+

@ChengzeHsiao
ChengzeHsiao / docker-registry-mirrors.md
Created May 9, 2024 08:44 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized

Docker Hub 镜像加速器

国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。Docker 官方和国内很多云服务商都提供了国内加速器服务。

Dockerized 实践 https://github.com/y0ngb1n/dockerized

配置加速地址

Ubuntu 16.04+、Debian 8+、CentOS 7+

Enter selection (default: Close):
== 2020-04-18 14:10:22,658 run.py:538 INFO cmd "./StartTUI.sh" exited with exit code 0 and output:
CurrentMediaDir initial="."
CurrentMediaDir="/dev/shm/build-branfosj-admin/branfosj-admin-up/ABAQUS/2020/system-system/AM_SIM_Abaqus_Extend.AllOS/1"
Current operating system: "Linux"
/bin/lsb_release
DSY_OS_Release="CentOS"
DSY_Force_OS="linux_a64", use it for DSY_OS
DSY_OS="linux_a64"
DSY_LIBPATH_VARNAME="LD_LIBRARY_PATH"
@ChengzeHsiao
ChengzeHsiao / aws_ena_driver.txt
Created October 20, 2021 05:26 — forked from clhjoe/aws_ena_driver.txt
Install AWS ena driver on CentOS
//Run as root
$ sudo su
# yum --enablerepo=extras install epel-release
# yum -y install patch dkms kernel-devel perl
# yum update
//reboot to make sure you're running new kernel if updated
# reboot
//===========after reboot