积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部系统运维(31)Linux(31)eBPF(8)Cilium(7)

语言

全部英语(14)中文(简体)(11)德语(1)西班牙语(1)法语(1)意大利语(1)日语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(23)其他文档 其他(8)
 
本次搜索耗时 0.195 秒,为您找到相关结果约 31 个.
  • 全部
  • 系统运维
  • Linux
  • eBPF
  • Cilium
  • 全部
  • 英语
  • 中文(简体)
  • 德语
  • 西班牙语
  • 法语
  • 意大利语
  • 日语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 openEuler 23.09 技术白皮书

    openEuler 23.09 技术白皮书 1. 执行 uprobe 系统调用,在待修改函数 func 处增加 uprobe 断点。 2. 注册 uprobe handler。 3. 进行运行到 func 时调用 uprobe handler。 4. 将 patch 映射到当前进程地址空间。 5. 进行安全检查并将 func 的第一条指令修改为 jump 指令,指向 patch 地址。 6 用户无感知的全 栈热修复能力。 new_func1 new_func2 hot-patch hot-patch ... func1 func2 elf ... uprobe handler kernel old_func1 old_func2 process ... jmp insn 1 2 3 4 5 6 热 补 丁 服 务 上层应用软件 upatch 全栈监控:提供面向应用的精细化监控能力,覆盖语言运行时 (JVM)、GLIBC、系统调用、内核 (TCP、I/O、调度等 ) 等跨软件栈观测能力,实时查看系统资源对应用的影响。 • 全链路监控:提供网络流拓扑 (TCP、RPC)、软件部署拓扑信息,基于这些信息构建系统 3D 拓扑,精准查看应用依赖 的资源范围,快速识别故障半径。 • GALA 因果型 AI:提供可视化根因推导能力,分钟级定界至资源节点。 K8S Control
    0 码力 | 52 页 | 5.25 MB | 1 年前
    3
  • pdf文档 大学霸 Kali Linux 安全渗透教程

    SERVER: Apache/2.2.22 (Debian) [+] Interesting header: X-POWERED-BY: PHP/5.4.4-14+deb7u8 [+] XML-RPC Interface available under: http://192.168.41.130/xmlrpc.php [+] WordPress version 3.6.1 identified SERVER: Apache/2.2.22 (Debian) [+] Interesting header: X-POWERED-BY: PHP/5.4.4-14+deb7u8 [+] XML-RPC Interface available under: http://192.168.41.130/xmlrpc.php [+] WordPress version 3.6.1 identified SERVER: Apache/2.2.22 (Debian) [+] Interesting header: X-POWERED-BY: PHP/5.4.4-14+deb7u8 [+] XML-RPC Interface available under: http://192.168.41.130/xmlrpc.php [+] WordPress version 3.6.1 identified
    0 码力 | 444 页 | 25.79 MB | 1 年前
    3
  • pdf文档 ubuntu server guide

    allow the add machine script (and other admin functions) to work. This is achieved by executing: net rpc rights grant -U sysadmin "EXAMPLE\Domain Admins" SeMachineAccountPrivilege \ SePrintOperatorPrivilege • wwids_file • prkeys_file • log_checker_err • reservation_key • all_tg_pt • retain_attached_hw_handler • detect_prio • detect_checker • force_sync • strict_timing • deferred_remove • partition_delimiter 6. hardware_handler The hardware handler to use for this device type. The following hardware handler are implemented (all of these are hardware-dependent): 377 • 1 emc - Hardware handler for DGC class
    0 码力 | 486 页 | 3.33 MB | 1 年前
    3
  • epub文档 Cilium v1.10 Documentation

    Cloud City, which had been overtaken by empire forces. gRPC [https://grpc.io/] is a high-performance RPC framework built on top of the protobuf [https://developers.google.com/protocol-buffers/] serializa the protobuf parsing as well as advantages from leveraging HTTP 2 as a transport make it a popular RPC framework for those building new microservices from scratch. For those unfamiliar with the details DoorManager { // Get human readable name of door. rpc GetName(DoorRequest) returns (DoorNameReply) {} // Find the location of this door. rpc GetLocation (DoorRequest) returns (DoorLocationReply)
    0 码力 | 1307 页 | 19.26 MB | 1 年前
    3
  • pdf文档 This Debian Reference (version 2.109)

    super-server • ”/etc/hosts.deny” and ”/etc/hosts.allow” for TCP wrapper, tcpd(8) • ”/etc/rpc.conf” for Sun RPC • ”/etc/at.allow” and ”/etc/at.deny” for atd(8) • ”/etc/cron.allow” and ”/etc/cron.deny” infrastructure See Section 3.5, Section 4.5.1, and Section 5.7. Tip Sun RPC services need to be active for NFS and other RPC based programs. Tip If you have problems with remote access in a recent Debian Categories=Network;WebBrowser; MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/ ←� https; StartupWMClass=Chromium StartupNotify=true This is an oversimplified description
    0 码力 | 266 页 | 1.25 MB | 1 年前
    3
  • epub文档 Cilium v1.8 Documentation

    Cloud City, which had been overtaken by empire forces. gRPC [https://grpc.io/] is a high-performance RPC framework built on top of the protobuf [https://developers.google.com/protocol-buffers/] serializa the protobuf parsing as well as advantages from leveraging HTTP 2 as a transport make it a popular RPC framework for those building new microservices from scratch. For those unfamiliar with the details DoorManager { // Get human readable name of door. rpc GetName(DoorRequest) returns (DoorNameReply) {} // Find the location of this door. rpc GetLocation (DoorRequest) returns (DoorLocationReply)
    0 码力 | 1124 页 | 21.33 MB | 1 年前
    3
  • epub文档 Cilium v1.9 Documentation

    Cloud City, which had been overtaken by empire forces. gRPC [https://grpc.io/] is a high-performance RPC framework built on top of the protobuf [https://developers.google.com/protocol-buffers/] serializa the protobuf parsing as well as advantages from leveraging HTTP 2 as a transport make it a popular RPC framework for those building new microservices from scratch. For those unfamiliar with the details DoorManager { // Get human readable name of door. rpc GetName(DoorRequest) returns (DoorNameReply) {} // Find the location of this door. rpc GetLocation (DoorRequest) returns (DoorLocationReply)
    0 码力 | 1263 页 | 18.62 MB | 1 年前
    3
  • epub文档 Cilium v1.11 Documentation

    Cloud City, which had been overtaken by empire forces. gRPC [https://grpc.io/] is a high-performance RPC framework built on top of the protobuf [https://developers.google.com/protocol-buffers/] serializa the protobuf parsing as well as advantages from leveraging HTTP 2 as a transport make it a popular RPC framework for those building new microservices from scratch. For those unfamiliar with the details DoorManager { // Get human readable name of door. rpc GetName(DoorRequest) returns (DoorNameReply) {} // Find the location of this door. rpc GetLocation (DoorRequest) returns (DoorLocationReply)
    0 码力 | 1373 页 | 19.37 MB | 1 年前
    3
  • pdf文档 鸟哥的Linux私房菜:服务器架设篇 第三版

    0:* LISTEN 1300/master 7. tcp 0 0 0.0.0.0:35363 0.0.0.0:* LISTEN 1023/rpc.statd 8. tcp 0 0 :::111 :::* LISTEN 1005/rpcbind 9. tcp LISTEN 1300/master 11. tcp 0 0 :::36985 :::* LISTEN 1023/rpc.statd 12. udp 0 0 0.0.0.0:5353 0.0.0.0:* 1108/avahi-daemon: 13. udp Address State PID/Program name 5. tcp 0 0 0.0.0.0:34796 0.0.0.0:* LISTEN 987/rpc.statd 6. tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 969/rpcbind 7. tcp 0
    0 码力 | 795 页 | 17.63 MB | 1 年前
    3
  • epub文档 Cilium v1.5 Documentation

    Cloud City, which had been overtaken by empire forces. gRPC [h�ps://grpc.io/] is a high-performance RPC framework built on top of the protobuf [h�ps://developers.google.com/protocol-buffers/] serializa�on/deserializa�on the protobuf parsing as well as advantages from leveraging HTTP 2 as a transport make it a popular RPC framework for those building new microservices from scratch. For those unfamiliar with the details DoorManager { // Get human readable name of door. rpc GetName(DoorRequest) returns (DoorNameReply) {} // Find the location of this door. rpc GetLocation (DoorRequest) returns (DoorLocationReply)
    0 码力 | 740 页 | 12.52 MB | 1 年前
    3
共 31 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
openEuler23.09技术白皮皮书白皮书大学KaliLinux安全渗透教程ubuntuserverguideCiliumv110DocumentationThisDebianReferenceversion2.10911鸟哥私房服务务器服务器架设第三第三版
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩