- iSulad 是一个轻量级的容器运行守护程序,它是为物联网和云计算基础设施而设计的。iSulad 具有轻便、快速、不受硬件规格和架构限制的特点,可以更广泛地应用。和 Docker 操作镜像和容器的操作无大差别,所以对于悉 Docker 的同学,使用起来学习成本也很低。 iSulad 是一个轻量级的容器运行守护程序,它是为物联网和云计算基础设施而设计的。iSulad 具有轻便、快速、不受硬件规格和架构限制的特点,可以更广泛地应用。和 Docker 操作镜像和容器的操作无大差别,所以对于悉 Docker 的同学,使用起来学习成本也很低。
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 openeuler rpm 安装openeuler-lsb -bash: lsb_release: command not found最近在学习openeuler,当使用lsb_release时,提示未找到# lsb_release -a... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 openeuler rpm 安装openeuler-lsb -bash: lsb_release: command not found最近在学习openeuler,当使用lsb_release时,提示未找到# lsb_release -a...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux netstat 查看端口和已建立的链接 ip a 查看网卡信息地址已部分隐藏# ip a1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN g... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux netstat 查看端口和已建立的链接 ip a 查看网卡信息地址已部分隐藏# ip a1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN g...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux SELINUX 查看配置文件 /etc/sysconfig/selinux是符号链接# stat /etc/sysconfig/selinux File: /etc/sysconfig/selinux -> ../seli... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux SELINUX 查看配置文件 /etc/sysconfig/selinux是符号链接# stat /etc/sysconfig/selinux File: /etc/sysconfig/selinux -> ../seli...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux alias和bashrc 查看命令的别名 alias 查看已经设置的命令别名# aliasalias cp='cp -i'alias egrep='egrep --color=auto'alias fgrep='fgrep -... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux alias和bashrc 查看命令的别名 alias 查看已经设置的命令别名# aliasalias cp='cp -i'alias egrep='egrep --color=auto'alias fgrep='fgrep -...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux which whatis whereis 查看python命令的信息which 查找指令的绝对路径# which python/usr/bin/pythonstat 查看文件具体信息# stat /usr/bin/python... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux which whatis whereis 查看python命令的信息which 查找指令的绝对路径# which python/usr/bin/pythonstat 查看文件具体信息# stat /usr/bin/python...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux shell 输出helloworld shell 输出helloworld# vim hello.sh#!/bin/bashecho 'hello world'echo 'hello'# bash hello.shhello ... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux shell 输出helloworld shell 输出helloworld# vim hello.sh#!/bin/bashecho 'hello world'echo 'hello'# bash hello.shhello ...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux yum 查看main和repository配置文件 yum 查看main部分的配置文件# cat /etc/yum.conf [main]gpgcheck=1installonly_limit=3clean_requireme... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux yum 查看main和repository配置文件 yum 查看main部分的配置文件# cat /etc/yum.conf [main]gpgcheck=1installonly_limit=3clean_requireme...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux 查看网络配置文件和路由信息 ifconfig 查看正在工作的网卡设备名称IP信息已隐藏获取网卡设备名称:eth0# ifconfig eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAS... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux 查看网络配置文件和路由信息 ifconfig 查看正在工作的网卡设备名称IP信息已隐藏获取网卡设备名称:eth0# ifconfig eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAS...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux 查看硬盘和网卡的信息 查看硬盘的信息# fdisk -lDisk /dev/vda: 40 GiB, 42949672960 bytes, 83886080 sectorsUnits: sectors of 1 * 512 =... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux 查看硬盘和网卡的信息 查看硬盘的信息# fdisk -lDisk /dev/vda: 40 GiB, 42949672960 bytes, 83886080 sectorsUnits: sectors of 1 * 512 =...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux 查看CPU 内存 硬盘的信息 查看CPU的信息# cat /proc/cpuinfo processor : 0BogoMIPS : 200.00Features : fp asimd evtstrm aes pmull sh... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux 查看CPU 内存 硬盘的信息 查看CPU的信息# cat /proc/cpuinfo processor : 0BogoMIPS : 200.00Features : fp asimd evtstrm aes pmull sh...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux date 查看系统时间与使用参数生成时间戳 date 查看系统时间# dateSat Oct 2 21:53:40 CST 2021 date 使用参数生成时间戳# date "+%Y%m%d-%H%M%S"2021100... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux date 查看系统时间与使用参数生成时间戳 date 查看系统时间# dateSat Oct 2 21:53:40 CST 2021 date 使用参数生成时间戳# date "+%Y%m%d-%H%M%S"2021100...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux echo 输出字符与变量 查看echo的帮助内容 echo 输出字符变量# echo $SHELL/bin/bash# echo hello worldhello world 查看echo的帮助内容正确示范# /bin/ec... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux echo 输出字符与变量 查看echo的帮助内容 echo 输出字符变量# echo $SHELL/bin/bash# echo hello worldhello world 查看echo的帮助内容正确示范# /bin/ec...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux rpm 查看包的帮助文档、配置文件和依赖条件 rpm --query --configfiles 查看rpm包的配置文件# rpm -qa |grep sshopenssh-7.8p1-8.oe1.aarch64libssh-... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux rpm 查看包的帮助文档、配置文件和依赖条件 rpm --query --configfiles 查看rpm包的配置文件# rpm -qa |grep sshopenssh-7.8p1-8.oe1.aarch64libssh-...
- ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux 查看系统的发行版本 rpm -qi openEuler-release# rpm -qi openEuler-releaseName : openEuler-releaseVersion : 20.03L... ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux 查看系统的发行版本 rpm -qi openEuler-release# rpm -qi openEuler-releaseName : openEuler-releaseVersion : 20.03L...
上滑加载中
推荐直播
-
让你的应用用上GaussDB
2024/12/19 周四 16:30-18:00
Jerry 华为云生态技术讲师
GaussDB很受客户关注,伙伴们想知道什么时候该选用,开发者也跃跃欲试想尝鲜。课程会分享适用的场景,并一步步演示如何用上GaussDB。
即将直播 -
2024创原会年度技术峰会
2024/12/20 周五 09:00-12:00
华为云讲师团
2024创原会年度技术峰会将于12月20日在海南万宁石梅湾威斯汀酒店举办,本次大会将以“智能・进化”为主题探讨从Cloud Native到AI Native的新阶段企业如何通过AI技术重塑企业应用,围绕AI如何在千行万业落地进行深入交流,探索可以先行先试先成功的创新场景和实现路径。
即将直播 -
华为云开发者日·2024年度创享峰会
2024/12/23 周一 14:00-16:00
华为云讲师团
华为云开发者日HDC.Cloud Day是面向全球开发者的旗舰活动,汇聚来自千行百业、高校及科研院所的开发人员。致力于打造开发者专属的技术盛宴,全方位服务与赋能开发者围绕华为云生态“知、学、用、创、商”的成长路径。通过前沿的技术分享、场景化的动手体验、优秀的应用创新推介,为开发者提供沉浸式学习与交流平台。开放创新,与开发者共创、共享、共赢未来。
去报名
热门标签