SlideShare a Scribd company logo
1 of 32
Download to read offline
重新定义IT基础架构管理
--使用SUSE Manager优化IT运维
陈希典
xi.dian.chen@suse.com
2
系统状态记录 定时任务
系统状态回滚 消除重复操作
图形化操作 一键注册
配置文件集中管理 文件版本差异对比
配置文件版本管理 批量创建文件,目录,链接
支持编辑shell,xml,ruby,python,perl文件
版本统计 架构信息
硬件规格统计 运行参数统计
位置信息统计 操作记录
软件包版本统计 自定义软件源
详细信息 软件包平行对比
依赖性记录 SP升级
补丁分类 CVE索引
批量补丁下发 基线扫描
详细信息
按补丁包索引
运维 用户的烦恼
SUSE Manager
3
Asset
Management
Provisioning
Redeployment
Configuration
Management Package
Management
Patch
Management
SUSE
Manager
HEALTH MONITORING
COMPLIANCESECURITY
SUSE Manager作为业界最好的自动化运维工具,
可为IT运维团队带来:
•优化操作效率的同时降低运维成本
•降低IT运维复杂性,掌握Linux资产信息
•确保Linux服务器合规性
4
Operating System
SUSE Linux Enterprise Server
SMT
SUSE Customer Center
SUSE Manager 4.0
SUSE Manager模块
prometheus
5
实施架构
6
安装在DMZ区的SMT服务用于镜像补丁源
位于内网的SUSE Manager从SMT服务同步镜像
位于不同业务网段的Proxy服务器将管理任务推送
至位于不同业务网段的客户端
7
Prometheus Server
PostgreSQL
Database
Repository
Repository
Apache
File
System
Metadata
https://
User APIWeb UI
Salt Master
Tomcat
Java
Traditional
Client
OSAD
(jabberd)
Python
Python
WSGI
Traditional
Client (ssh)
Salt Minion
Salt (ssh)
XML-RPC
(CLI, scripts)
ZMQ
ssh
Client
API
RPMs
RPMs
Packages
netapi
xmlrpc
over ssh
xmlrpc
管理流程图
SUSE Manager – 支持客户端系统
8
Operating System Architecture
Traditional
Clients
Salt Clients
SUSE Linux Enterprise 11 SP3 and SP4
x86, x86-64, Itanium, IBM Power
Systems, IBM z Systems
Supported Supported
SUSE Linux Enterprise 12, SP1, SP2, SP3, SP4,
SP5
x86-64, IBM Power Systems (ppc64le),
IBM z Systems, ARM64 (aarch64)
Supported Supported
SUSE Linux Enterprise 15, SP1 x86-64, IBM Power Systems (ppc64le),
IBM z Systems, ARM64 (aarch64)
Supported Supported
Red Hat Enterprise Linux 6 x86, x86-64 Supported Supported
Red Hat Enterprise Linux 7 x86-64 Supported Supported
Novell Open Enterprise Server 11, SP1, SP2 and
SP3
x86, x86-64 Supported Supported
Novell Open Enterprise Server 2015 SP1, 2018 x86, x86-64 Supported Supported
9
Operating System Architecture
Traditional
Clients
Salt Clients
openSUSE Leap 42.3, 15, 15.1 x86-64, ARM64 (aarch64) Supported Supported
Ubuntu LTS – 16.04, 18.04
x86-64 Not supported Supported
CentOS Linux 6 x86, x86-64 Functional Supported
CentOS Linux 7 x86-64 Functional Supported
Oracle Enterprise Linux x86, x86-64 Supported Supported
SUSE Manager – 支持客户端系统
10
Icinga Server
PostgreSQL
Database
Repository
Repository
Apache
File
System
Metadata
https://
User APIWeb UI
Salt Master
Tomcat
Java
Traditional
Client
OSAD
(jabberd)
Python
Python
WSGI
Traditional
Client (ssh)
Salt Minion
Salt (ssh)
XML-RPC
(CLI, scripts)
0MQ
ssh
Client
API
RPMs
RPMs
Packages
netapi
xmlrpc
over ssh
xmlrpc
基本功能介绍- 资产管理
位置信息
12
系统状态
13
Service Pack迁移
14
补丁分类
使用CVE编码按条件帅选Linux服务器
多个CVE号查询,返回CVE号查询信息
1. findebyCve:Lookup the details for errata associated with the given CVE (e.g. CVE-
2008-3270)
参数:
⚫ string sessionKey
⚫ string cveName
2. getDetails :Retrieves the details for the erratum matching the given advisory
name.Paramet
SUMA API 接口:
https://www.suse.com/documentation/suse-manager-3/pdfdoc/susemanager_api_doc_color_en_31/susemanager_api_doc_color_en_31.pdf
多个CVE号查询
18
集成命令行和图形界面基线扫描
配置文件
20
配置文件
21
集成 到SUSE Manager 4.0
Highstate Management
23
使用Salt通过状态文件对Linux服务器进行管理
Monitoring 监控
Prometheus
Dashboard
客户案例
◆ 维护主机数量大(目前统计SUSE主机数量约1900台)
◆ SUSE操作版本种类多(9个SUSE版本)
◆ 承载的业务应用种类多(六个业务域)
困难
解决方案
某运营商2019年系统维护的技术和工具变化
◆ 维护主机数量持续增加
◆ 虚拟机模板/容器镜像出现安全漏洞
◆ Linux系统的类型增加
◆ 维护人员数量有限
被动变主动维护
通过转维前主动进行批量更新+后期定时自动
批量更新
自动化代替人工维护
通过部署管理工具软件实现批量升级、批量配
置管理
30
2019年服务总结—故障分析
故障分类 数量
内核BUG 1
软件版本不匹配 4
文件系统双挂 5
维护问题 7
固件问题 2
业务问题 2
网络问题 1
GPFS或存储链路问题 2
机房断电 1
硬件问题 1
合计 26
内核BUG
4% 软件版本不
匹配
15%
文件系统双
挂
19%
维护问题
27%
固件问
题
7%
业务问题
8%
网络问题
4%
GPFS或存
储链路问题
8%
机房断电
4%
硬件问题
4%
故障分类占比
对总体故障分析可以看到,故障TOP3如下:
1、维护问题导致故障7例;
2、文件系统双挂导致故障5例;;
3、软件版本不匹配故障4例;
原因分析:
日常维护问题导致(包含双挂问题)故障数量占
到故障总数量近一半,经过定位分析,发现多数
为误操作或没有严格按照维护规范实施导致。同
时因为个别软件包与操作系统版本不匹配导致故
障。
改进建议:
1、制定优化运维操作规范和流程,并严格按照执行
2、SUSE针对现场维护团队定期提供必要的技术交流,
加强现场维护对操作系统产品生命周期版本的维护熟悉
维护效果提升:
SUSE高服通过持续的开展包括
深度巡检、自动化运维服务在内的
各个方面的优化建议实施,极大了
提升主机的可用性,使得19年
SUSE主机全年故障同比18年降低
58%,为业务系统的稳定、安全、
可靠的运行提供了良好环境保障。
62
26
0 50 100
18年故障
数量
19年故障
数量
18年与19年
故障对比
诺基亚
SUSE Manager 的忠实用户,计划扩大运维适用范围
一、实施 SUSE Manager 升级
• 之前版本 3.2,升级到 4.x
• SUSE 提供简单迁移工具,无缝迁移,并可安全回退。
SLES12SP3
SUMA 3.2
SLES15SP1
SUMA 4.0
/usr/lib/susemanager/bin/mgr-setup -m
File
System
File
System
network
诺基亚
SUSE Manager 的忠实用户,计划扩大运维适用范围
二、软件通道定制化
• 满足应用业务开发部门的测试要求
• 满足生产环境的特殊要求
• 满足QA部门的并发多版本要求
• 嵌入到DevOps的流程环节
三、多发行版产品支持
• SUSE SLES 全系列版本支持
• SUSE for SAP 产品支持
• CentOS 多个版本
• Ubuntu LTS 多个版本
Suse manager 4.0_201907

More Related Content

What's hot

Juniper Networks Router Architecture
Juniper Networks Router ArchitectureJuniper Networks Router Architecture
Juniper Networks Router Architecturelawuah
 
管理思想的演進
管理思想的演進管理思想的演進
管理思想的演進joe lo
 
Cisco Catalyst 2960-X Series Switching Architecture
Cisco Catalyst 2960-X Series Switching ArchitectureCisco Catalyst 2960-X Series Switching Architecture
Cisco Catalyst 2960-X Series Switching ArchitectureSunil Kumar Guduru
 
Finance Cost Of Capital
Finance Cost Of CapitalFinance Cost Of Capital
Finance Cost Of Capitaltltutortutor
 
PMT-005-生產作業管理 製程選擇與設施佈置
PMT-005-生產作業管理 製程選擇與設施佈置PMT-005-生產作業管理 製程選擇與設施佈置
PMT-005-生產作業管理 製程選擇與設施佈置handbook
 
如何利用 OpenAPI 及 WebHooks 讓老舊的網路服務也可程式化
如何利用 OpenAPI 及 WebHooks 讓老舊的網路服務也可程式化如何利用 OpenAPI 及 WebHooks 讓老舊的網路服務也可程式化
如何利用 OpenAPI 及 WebHooks 讓老舊的網路服務也可程式化Mu Chun Wang
 
InduSoft Web Studio and OPC UA Connectivity
InduSoft Web Studio and OPC UA ConnectivityInduSoft Web Studio and OPC UA Connectivity
InduSoft Web Studio and OPC UA ConnectivityAVEVA
 
RA TechED 2019 - PR03 - Implementation of PlantPAx Systems
RA TechED 2019 - PR03 - Implementation of PlantPAx SystemsRA TechED 2019 - PR03 - Implementation of PlantPAx Systems
RA TechED 2019 - PR03 - Implementation of PlantPAx SystemsRockwell Automation
 

What's hot (14)

Juniper Networks Router Architecture
Juniper Networks Router ArchitectureJuniper Networks Router Architecture
Juniper Networks Router Architecture
 
OTV Configuration
OTV ConfigurationOTV Configuration
OTV Configuration
 
管理思想的演進
管理思想的演進管理思想的演進
管理思想的演進
 
Cisco Catalyst 2960-X Series Switching Architecture
Cisco Catalyst 2960-X Series Switching ArchitectureCisco Catalyst 2960-X Series Switching Architecture
Cisco Catalyst 2960-X Series Switching Architecture
 
Teste Gay
Teste GayTeste Gay
Teste Gay
 
Mainframe TSO
Mainframe TSOMainframe TSO
Mainframe TSO
 
Finance Cost Of Capital
Finance Cost Of CapitalFinance Cost Of Capital
Finance Cost Of Capital
 
PMT-005-生產作業管理 製程選擇與設施佈置
PMT-005-生產作業管理 製程選擇與設施佈置PMT-005-生產作業管理 製程選擇與設施佈置
PMT-005-生產作業管理 製程選擇與設施佈置
 
Ağ bağlantıları
Ağ bağlantılarıAğ bağlantıları
Ağ bağlantıları
 
4630 Spec Sheet
4630 Spec Sheet4630 Spec Sheet
4630 Spec Sheet
 
如何利用 OpenAPI 及 WebHooks 讓老舊的網路服務也可程式化
如何利用 OpenAPI 及 WebHooks 讓老舊的網路服務也可程式化如何利用 OpenAPI 及 WebHooks 讓老舊的網路服務也可程式化
如何利用 OpenAPI 及 WebHooks 讓老舊的網路服務也可程式化
 
ジュニパーアイコン集
ジュニパーアイコン集ジュニパーアイコン集
ジュニパーアイコン集
 
InduSoft Web Studio and OPC UA Connectivity
InduSoft Web Studio and OPC UA ConnectivityInduSoft Web Studio and OPC UA Connectivity
InduSoft Web Studio and OPC UA Connectivity
 
RA TechED 2019 - PR03 - Implementation of PlantPAx Systems
RA TechED 2019 - PR03 - Implementation of PlantPAx SystemsRA TechED 2019 - PR03 - Implementation of PlantPAx Systems
RA TechED 2019 - PR03 - Implementation of PlantPAx Systems
 

Similar to Suse manager 4.0_201907

Nginx常见应用技术指南(Nginx Tips)
Nginx常见应用技术指南(Nginx Tips)Nginx常见应用技术指南(Nginx Tips)
Nginx常见应用技术指南(Nginx Tips)dreamwing.org
 
Ontology-based Content Management System (ICIM 2008)
Ontology-based Content Management System (ICIM 2008)Ontology-based Content Management System (ICIM 2008)
Ontology-based Content Management System (ICIM 2008)Brian Hsu
 
企业级搜索引擎Solr交流
企业级搜索引擎Solr交流企业级搜索引擎Solr交流
企业级搜索引擎Solr交流chuan liang
 
Ruby on Rails 2.1 What's New Chinese Version
Ruby on Rails 2.1 What's New Chinese VersionRuby on Rails 2.1 What's New Chinese Version
Ruby on Rails 2.1 What's New Chinese VersionLibin Pan
 
Ruby on Rails Tutorial Part I
Ruby on Rails Tutorial Part IRuby on Rails Tutorial Part I
Ruby on Rails Tutorial Part IWei Jen Lu
 
Peeling The Onion For Ipdc Forum09 Mix Ver1
Peeling The Onion For Ipdc Forum09 Mix Ver1Peeling The Onion For Ipdc Forum09 Mix Ver1
Peeling The Onion For Ipdc Forum09 Mix Ver1hutuworm
 
Chinaonrails Rubyonrails21 Zh
Chinaonrails Rubyonrails21 ZhChinaonrails Rubyonrails21 Zh
Chinaonrails Rubyonrails21 ZhJesse Cai
 
095722121-期中報告-UGC
095722121-期中報告-UGC095722121-期中報告-UGC
095722121-期中報告-UGCcherish0906
 
Web應用程式以及資安問題的探討
Web應用程式以及資安問題的探討Web應用程式以及資安問題的探討
Web應用程式以及資安問題的探討Mu Chun Wang
 
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹Alan Tsai
 
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)Windows 7兼容性系列课程(3):有针对的兼容性开发(上)
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)Chui-Wen Chiu
 
Shibuya.abc - Gnashで遊ぼう
Shibuya.abc - Gnashで遊ぼうShibuya.abc - Gnashで遊ぼう
Shibuya.abc - Gnashで遊ぼうgyuque
 
微软客户端技术纵览
微软客户端技术纵览微软客户端技术纵览
微软客户端技术纵览ntoskrnl
 
Ds 008 方法設計之技術產品流程
Ds 008 方法設計之技術產品流程Ds 008 方法設計之技術產品流程
Ds 008 方法設計之技術產品流程handbook
 
Rails Cache
Rails CacheRails Cache
Rails Cachewear
 
Working With Rails
Working With RailsWorking With Rails
Working With RailsDali Wang
 

Similar to Suse manager 4.0_201907 (20)

Nginx常见应用技术指南(Nginx Tips)
Nginx常见应用技术指南(Nginx Tips)Nginx常见应用技术指南(Nginx Tips)
Nginx常见应用技术指南(Nginx Tips)
 
Dev004奚江華
Dev004奚江華Dev004奚江華
Dev004奚江華
 
Ontology-based Content Management System (ICIM 2008)
Ontology-based Content Management System (ICIM 2008)Ontology-based Content Management System (ICIM 2008)
Ontology-based Content Management System (ICIM 2008)
 
What Can Compilers Do for Us?
What Can Compilers Do for Us?What Can Compilers Do for Us?
What Can Compilers Do for Us?
 
企业级搜索引擎Solr交流
企业级搜索引擎Solr交流企业级搜索引擎Solr交流
企业级搜索引擎Solr交流
 
Ruby on Rails 2.1 What's New Chinese Version
Ruby on Rails 2.1 What's New Chinese VersionRuby on Rails 2.1 What's New Chinese Version
Ruby on Rails 2.1 What's New Chinese Version
 
Ruby on Rails Tutorial Part I
Ruby on Rails Tutorial Part IRuby on Rails Tutorial Part I
Ruby on Rails Tutorial Part I
 
Peeling The Onion For Ipdc Forum09 Mix Ver1
Peeling The Onion For Ipdc Forum09 Mix Ver1Peeling The Onion For Ipdc Forum09 Mix Ver1
Peeling The Onion For Ipdc Forum09 Mix Ver1
 
Chinaonrails Rubyonrails21 Zh
Chinaonrails Rubyonrails21 ZhChinaonrails Rubyonrails21 Zh
Chinaonrails Rubyonrails21 Zh
 
QQ
QQQQ
QQ
 
095722121-期中報告-UGC
095722121-期中報告-UGC095722121-期中報告-UGC
095722121-期中報告-UGC
 
Web應用程式以及資安問題的探討
Web應用程式以及資安問題的探討Web應用程式以及資安問題的探討
Web應用程式以及資安問題的探討
 
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
 
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)Windows 7兼容性系列课程(3):有针对的兼容性开发(上)
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)
 
T1
T1T1
T1
 
Shibuya.abc - Gnashで遊ぼう
Shibuya.abc - Gnashで遊ぼうShibuya.abc - Gnashで遊ぼう
Shibuya.abc - Gnashで遊ぼう
 
微软客户端技术纵览
微软客户端技术纵览微软客户端技术纵览
微软客户端技术纵览
 
Ds 008 方法設計之技術產品流程
Ds 008 方法設計之技術產品流程Ds 008 方法設計之技術產品流程
Ds 008 方法設計之技術產品流程
 
Rails Cache
Rails CacheRails Cache
Rails Cache
 
Working With Rails
Working With RailsWorking With Rails
Working With Rails
 

Recently uploaded

SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....ShaimaaMohamedGalal
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 

Recently uploaded (20)

SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 

Suse manager 4.0_201907