学习 / 生活
路无止境!

没有伞的孩子要学会努力奔跑!


  • 首页

  • 归档

  • 关于我

  • 公益404

  • 搜索

Azure OpenAI 初体验 - 20230619

时间: 2023-06-19   |   分类: Azure   | 字数: 1491 字 | 阅读: 3分钟
参考文档: Quickstart - Get started using ChatGPT and GPT-4 with Azure OpenAI Service - Azure OpenAI Service | Microsoft Learn 先决条件 Azure 订阅 在所需的 Azure 订阅中授予 Azure OpenAI 的访问权限。 具有 或gpt-35-turbo已部署的模型
阅读全文 »

CentOS 7 PXE Install

时间: 2023-03-14   |   分类: Linux   | 字数: 1054 字 | 阅读: 3分钟
Pre-boot eXecution Environment PXE-client 集成在网卡里 DHCP Server # cat /etc/dhcp/dhcpd.conf # yum install -y dhcp # systemctl start dhcpd # DHCP Server Configuration file. # see /usr/share/doc/dhcp*/dhcpd.conf.example # see dhcpd.conf(5) man page subnet 172.16.21.0 netmask 255.255.255.0 { range 172.16.21.128 172.16.21.163; option domain-name-servers 114.114.114.114; option routers 172.16.21.2; default-lease-time 600; max-lease-time 7200; next-server 172.16.21.8; filename "pxelinu
阅读全文 »

SKS Lab

时间: 2023-01-16   |   分类: Kubernetes   | 字数: 3080 字 | 阅读: 7分钟
SKS 是什么? SKS 全称 SMTX Kubernetes Service , 是 SmartX 公司推出的容器 IAAS 平台,如下图所示,在基于 SMTX OS 的平台上,可以通过 SKS 创建 Kubernetes Cluster 并进行管理。 SKS 的安装和管理依赖 管理工具C
阅读全文 »

IOMESH Installation

时间: 2023-01-12   |   分类: Kubernetes   | 字数: 4969 字 | 阅读: 10分钟
IOMESH Installation 官方文档: Introduction · Documentation 实验拓扑图: 也可以再测试的时候是使用一个端口,官方建议将IOMESH的端口分可,即下图10.234.1.0/24网段: 实
阅读全文 »

VMware虚拟网络-NSX路由交换篇

时间: 2022-12-03   |   分类: VMware   | 字数: 2062 字 | 阅读: 5分钟
在上一篇中,我们把NSX-T和vCenter结合,并部署好了Edge Cluster。现在我们试着将虚拟化网络的网关下移,并使用T0连接到物理
阅读全文 »
1 2 3 4 5 6 7 8
Etaon

Etaon

Kepp Going!

80 日志
15 分类
43 标签
RSS 订阅
GitHub CSDN
友情链接
  • Kubernetes
  • Cisco
  • W3School
  • 廖雪峰
标签云
  • Mysql
  • Aws
  • Dql
  • Hadoop
  • Kubernetes
  • Nsx t
  • Redis
  • Azure
  • Cicd
  • Git
© 2010 - 2023 路无止境!
Powered by - Hugo v0.101.0 / Theme by - NexT
/
Storage by Azure static web apps /
0%