积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部系统运维(56)httpd(23)Zabbix(20)Linux(11)Jenkins(2)

语言

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

格式

全部PDF文档 PDF(39)其他文档 其他(17)
 
本次搜索耗时 0.138 秒,为您找到相关结果约 56 个.
  • 全部
  • 系统运维
  • httpd
  • Zabbix
  • Linux
  • Jenkins
  • 全部
  • 中文(简体)
  • 英语
  • 德语
  • 西班牙语
  • 法语
  • 意大利语
  • 日语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Referência Debian v2.124

    sobre a rede entre máquinas diferentes. Os dois mais comuns são o socket de Internet e o socket de domínio Unix. Dica ”netstat -an” dá uma visão geral, muito útil, dos sockets que estão abertos num determinado em ”/etc/hostname”. Este ficheiro deve conter apenas o nome de máquina do sistema e não um nome de domínio totalmente qualificado. Para escrever o nome de máquina atual corra hostname(1) sem argumentos outros métodos. • Integração de utilizador e grupo com o sistema Windows. – Aceda a serviços de domínio Windows com os pacotes winbind e libpam_winbind. – Veja winbindd(8) e Integrar Redes MS Windows
    0 码力 | 281 页 | 1.39 MB | 1 年前
    3
  • pdf文档 Apache HTTP Server Documentation Version 2.0

    RewriteEngine on RewriteCond /your/docroot/%{REQUEST_FILENAME} !-f RewriteRule ˆ(.+) http://webserverB.dom/$1 The problem here is that this will only work for pages inside the DOCUMENTROOT. While you can add better variant: RewriteEngine on RewriteCond %{REQUEST_URI} !-U RewriteRule ˆ(.+) http://webserverB.dom/$1 This uses the URL look-ahead feature of MOD REWRITE. The result is that this will work for all ˆ/CxAN/(.*) %{REMOTE_HOST}::$1 [C] RewriteRule ˆ.+\.([a-zA-Z]+)::(.*)$ ${multiplex:$1|ftp.default.dom}$2 [R,L] 2.20. URL REWRITING GUIDE 95 ## ## map.cxan -- Multiplexing Map for CxAN ## de ftp://ftp
    0 码力 | 682 页 | 2.05 MB | 1 年前
    3
  • pdf文档 This Debian Reference (version 2.109)

    ”Machines to relay mail for:”. Set ”IP address or host name of the outgoing smarthost:” to ”smtp.hostname.dom:587”. Select ”No” for ”Hide local mail name in outgoing mail?”. (Use ”/etc/email-addresses” as in sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password Configure exim4(8) with ”QUEUERUNNER=’queueonly’”, ”QUEUERUNNER=’nodaemon’”, etc the real host name with the following. $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 I use regex in ”/etc/exim4/passwd
    0 码力 | 266 页 | 1.25 MB | 1 年前
    3
  • pdf文档 Barrierefreiheit von Jenkins

    wahrnehmen. Abbildung 3-15: Fehlermeldung ist nicht verknüpft (Bsp. Benutzerlink > Zugangsdaten > Domäne hinzufügen) Jenkins Freigabedatum: 18.12.2014 Version: 1.0 Prüfbericht_Barrierefreiheit_Jenkins_v1 hin. Abbildung 3-45: Kontrastabstand ist nicht ausreichend (Bsp. Benutzerlink > Zugangsdaten > Domäne hinzufügen) Des Weiteren weist die graue Schrift der Registerkartennamen auf dem weißen Hintergrund ausfüllen. Abbildung 3-47: Pflichtfelder sind nicht ausgezeichnet (Bsp. Benutzerlink > Zugangsdaten > Domäne hinzufügen) BITV 2.0, 3.3.2 Beschriftungen Für notwendige Eingaben der Nutzerinnen und Nutzer
    0 码力 | 61 页 | 3.91 MB | 1 年前
    3
  • pdf文档 Debian Referenz v2.124

    Wert. Diese Datei sollte nur den Rechnernamen des Systems enthalten, nicht einen vollqualifizierten Domänennamen. Um den derzeitigen Rechnernamen auszugeben, führen Sie hostname(1) ohne ein Argument aus Setzen Sie ”IP-Adresse oder Rechnername der Sendezentrale für ausgehende E-Mails” auf ”smtp.hostname.dom:587”. Wählen Sie ”Nein” bei der Frage ”Lokalen E-Mail-Namen in ausgehenden E-Mails verbergen?”. (Nutzen sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password Konfigurieren Sie exim4(8) mit ”QUEUERUNNER=’queueonly’”, ”QUEUERUNNER=’nodaemon’”
    0 码力 | 289 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Debian 参考手册(版本 2.109)

    选项留空。 Debian 参考手册 109 / 233 设置”IP address or host name of the outgoing smarthost:” 为”smtp.hostname.dom:587”。 设置”Hide local mail name in outgoing mail?” 选项为”NO”。(或者像第 6.2.4.3 节描述的那样使用 /etc/email-addresses” sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password 配置 exim4(8),在”/etc/default/exim4” 文件中写入”QUEUERUNNER=’queueonly’”,”QUEUERUNNER=’nodaemon’” client” 文件中的主机名不应该是别名,你应该按如下所示的检查真正的主机名。 $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 我在”/etc/exim4/passwd.client” 文件中使用正则表达式来绕过别名问题。即使
    0 码力 | 261 页 | 1.39 MB | 1 年前
    3
  • pdf文档 Debian Reference v2.124

    Impostare l’”Indirizzo IP o nome host dello smarthost per la posta in uscita:” a ”smtp.hostname.dom:587”. Selezionare ”No” per ”Omettere il mail name locale dai messaggi in uscita?”. (Usare invece sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password Configurare exim4(8) con ”QUEUERUNNER=’queueonly’”, ”QUEUERUNNER=’nodaemon’ ecc controllare il vero nome host nel modo seguente. $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 Per aggirare il problema degli alias
    0 码力 | 283 页 | 1.40 MB | 1 年前
    3
  • pdf文档 Guía de referencia de Debian v2.124

    Asigne «Direcciones de IP o nombre de equipos para correo inteligente de salida:« a «smtp.hostname.dom:587«. Selecciona ”No” para ”¿Ocultar el nombre del correo local en el correo saliente?”. (Use ”/etc/email-addresses” sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password Configura exim4(8) con ”QUEUERUNNER=’queueonly’”, ”QUEUERUNNER=’nodaemon’”, etc Compruebe el nombre real del equipo como sigue. $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 Yo utilizo las expresiones regulares
    0 码力 | 285 页 | 1.43 MB | 1 年前
    3
  • pdf文档 Debian 參考手冊(第 2.109 版)

    選項留空。 Debian 參考手冊 109 / 232 設定”IP address or host name of the outgoing smarthost:” 為”smtp.hostname.dom:587”。 設定”Hide local mail name in outgoing mail?” 選項為”NO”。(或者像節 6.2.4.3描述的那樣使用 /etc/email-addresses” sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password 配置 exim4(8),在”/etc/default/exim4” 檔案中寫入”QUEUERUNNER=’queueonly’”,”QUEUERUNNER=’nodaemon’” client” 檔案中的主機名不應該是別名,你應該按如下所示的檢查真正的主機名。 $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 我在”/etc/exim4/passwd.client” 檔案中使用正規表達式來繞過別名問題。即使
    0 码力 | 260 页 | 1.41 MB | 1 年前
    3
  • pdf文档 Référence Debian v2.124

    Référence Debian 116 / 251 Définir « dresse IP ou nom d’hôte du relais sortant : à « smtp.hostname.dom:587 ». Sélectionner « Non » pour « Faut-il cacher le nom local de courriel dans les courriels sortants sudo vim /etc/exim4/passwd.client ... $ cat /etc/exim4/passwd.client ^smtp.*\.hostname\.dom:username@hostname.dom:password Configurez exim4(8) avec « QUEUERUNNER=’queueonly’ », « QUEUERUNNER=’nodaemon’ Vérifiez le nom de machine réel comme suit : $ host smtp.hostname.dom smtp.hostname.dom is an alias for smtp99.hostname.dom. smtp99.hostname.dom has address 123.234.123.89 J’utilise une expression rationnelle
    0 码力 | 279 页 | 1.47 MB | 1 年前
    3
共 56 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
RefernciaDebianv2124ApacheHTTPServerDocumentationVersion2.0ThisReferenceversion2.109BarrierefreiheitvonJenkinsReferenz参考手册参考手册版本Gudereferencia參考手冊rence
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩