- 在华为鲲鹏云服务器和openEuler系统上基于Jexus部署.net环境和aspx网站 在华为鲲鹏云服务器和openEuler系统上基于Jexus部署.net环境和aspx网站
- 使用VirtualBox安装openEuler中遇到的网卡问题解决方案 使用VirtualBox安装openEuler中遇到的网卡问题解决方案
- 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...
上滑加载中
推荐直播
-
探秘仓颉编程语言:华为开发者空间的创新利器
2025/02/22 周六 15:00-16:30
华为云讲师团
本期直播将与您一起探秘颉编程语言上线华为开发者空间后,显著提升开发效率,在智能化开发支持、全场景跨平台适配能力、工具链与生态完备性、语言简洁与高性能特性等方面展现出的独特优势。直播看点: 1.java转仓颉的小工具 2.仓颉动画三方库lottie 3.开发者空间介绍及如何在空间用仓颉编程语言开发
即将直播 -
大模型Prompt工程深度实践
2025/02/24 周一 16:00-17:30
盖伦 华为云学堂技术讲师
如何让大模型精准理解开发需求并生成可靠输出?本期直播聚焦大模型Prompt工程核心技术:理解大模型推理基础原理,关键采样参数定义,提示词撰写关键策略及Prompt工程技巧分享。
去报名 -
华为云 x DeepSeek:AI驱动云上应用创新
2025/02/26 周三 16:00-18:00
华为云 AI专家大咖团
在 AI 技术飞速发展之际,DeepSeek 备受关注。它凭借哪些技术与理念脱颖而出?华为云与 DeepSeek 合作,将如何重塑产品与应用模式,助力企业数字化转型?在华为开发者空间,怎样高效部署 DeepSeek,搭建专属服务器?基于华为云平台,又该如何挖掘 DeepSeek 潜力,实现智能化升级?本期直播围绕DeepSeek在云上的应用案例,与DTSE布道师们一起探讨如何利用AI 驱动云上应用创新。
去报名
热门标签