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

无数据

分类

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

语言

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

格式

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

    multipass start my-vm Go ahead and set up your new VM devel environment with Docker, your preferred editor, and any other tools you like having on hand: $ sudo apt-get update $ sudo apt-get -y install docker my_db;' > my-database.sql $ sudo docker run -d --name my-database -e TZ=UTC \ -e POSTGRES_PASSWORD=mysecret \ -v $(pwd)/my-database.sql:/docker-entrypoint-initdb.d/my-database.sql:ro \ ubuntu/postgres:latest docker-entrypoint-initdb.d/ directory we’re using here is special in that files ending in the .sql extension (or .sql.gz or .sql.xz) will be executed to the database on container initialization. Bash scripts (.sh)
    0 码力 | 486 页 | 3.33 MB | 1 年前
    3
  • pdf文档 Ubuntu Server Guide 18.04

    database servers. 232 Databases 1. MySQL MySQL is a fast, multi-threaded, multi-user, and robust SQL database server. It is intended for mission- critical, heavy-load production systems as well as for percona.com/members/wizard 234 Databases mysqldump --all-databases --routines -u root -p > ~/fulldump.sql This will then prompt you for the root password before creating a copy of the data. It is advisable speed of inserting can vary wildly from row to row with mysqldumps: sudo apt install pv pv ~/fulldump.sql | mysql Once that is complete all is good to go! This is not necessary for all my.cnf changes. Most
    0 码力 | 413 页 | 1.40 MB | 1 年前
    3
  • pdf文档 Linux命令大全搜索工具 v1.8

    PDF,还支持各种漫画书格式 Pixlr (Adobe Photoshop) 一个强大的图像编辑工具 Inkscape (Adobe Illustrator) 一个专业的矢量图形编辑器 Pinegrow Web Editor (Adobe Dreamweaver) 一个可视化编辑制作 HTML 网站 Scribus (Adobe InDesign) 一个开源电子杂志制作软件 Webflow (Adobe Muse) 额,在重新启动系统之后,我们假设lanf是需要定额的系统 帐户,可以使用如下命令来为用户分配磁盘配额: 1. edquota -u lanf 这个命令将启动默认文本编辑器(如vi或其他由$EDITOR 环境变量指定的编辑器),其内容如下所 示: 1. Quotas for user lanf: 2. /dev/sda5:blocks in use:0,limits(soft = 0,hard 显示历史列表中的命令。 编辑并重新执行历史列表的命令。 1. -e ename 选择使用的编辑器,默认调用次序为环境变量`FCEDIT`、环境变量 `EDITOR`、`vi`。 2. -l 列出而不是编辑。 3. -n 列出时不输出行号(需配合-l选项)。 4
    0 码力 | 1347 页 | 8.79 MB | 1 年前
    3
  • pdf文档 鸟哥的Linux私房菜:服务器架设篇 第三版

    标准的网站连结:http://standards.ieee.org/ 注4:Request For Comment (RFC) 技术文件:http://www.rfc-editor.org/ 注5:RFC-1122 标准的文件数据:ftp://ftp.rfc-editor.org/in-notes/rfc1122.txt 注6:粘添寿老师官网:http://www.tsnien.idv.tw/, 因特网相关课 程:http://120 仿真出多部操作系统同时运作的环境,真正 达到节能减碳的目的,那样也是很好的选择呦! 不过,选购什么主机配备与该主机即将运作的服务其实是有关系的,例如防火墙系统与 DHCP 等服务并不需要很强的 主机, 但是 Proxy 及 SQL 等服务器就得要强而有力的主机系统,甚至得要磁盘阵列的辅助会比较好!鸟哥在后续 的章节所要介绍的服务, 大多仅是企业内部或者是外部很轻松的服务,并不需要什么强效的主机系统,因此目前的双 核心入门级机种,已经非常棒了! (Diskless Remote Boot in Linux) package. 14. drbl-chntpw.i386 : Offline NT password and registry editor 15. ....(底下省略).... 16. 17. [root@www ~]# yum repolist all 18. Loaded plugins: fastestmirror
    0 码力 | 795 页 | 17.63 MB | 1 年前
    3
  • pdf文档 This Debian Reference (version 2.109)

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 1.3.5 The internal editor in MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.3 . . . . . 21 1.4.6 The text editor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 1.4.7 Setting a default text editor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 9.3.7 Recording the editor activities for complex repeats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 9.3
    0 码力 | 266 页 | 1.25 MB | 1 年前
    3
  • pdf文档 Ubuntu Desktop Training 2009

    10. Editing Videos ................................ 333 8.10.1. Editing videos using Pitivi video editor ..................................... 333 8.11. Lesson Summary ............................. 342 Course Copyright © 2009 Canonical Limited 4.1.5. OpenOffice.org Draw Draw is a vector graphics editor that provides tools to create anything from simple graphics to dynamic 3D illustrations and special mathematical equations by using a graphic user interface or by directly typing the formula into the equation editor. The formula created in this manner can then be inserted into other OpenOffice.org programmes, such
    0 码力 | 428 页 | 57.45 MB | 1 年前
    3
  • pdf文档 Debian Reference v2.124

    di comando di MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 1.3.5 L’editor interno di MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.6 L’editor di testo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.7 Impostare un editor di testi predefinito . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 9.3.7 Registrare le attività dell’editor per ripetizioni complesse . . . . . . . . . . . . . . . . . . . . . . . . . . 152 9.3.8 Registrare
    0 码力 | 283 页 | 1.40 MB | 1 年前
    3
  • pdf文档 Referência Debian v2.124

    comandos no MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 1.3.5 O editor interno em MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.6 O editor de texto . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.7 Definir um editor de texto predefinido . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 9.3.7 Recordar as atividades do editor para repetições complexas . . . . . . . . . . . . . . . . . . . . . . . . . 152 9.3.8 Gravar a imagem
    0 码力 | 281 页 | 1.39 MB | 1 年前
    3
  • pdf文档 Guía de referencia de Debian v2.124

    órdenes en MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.3.5. El editor interno de MC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.6. El editor de texto . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.7. Configuración del editor de texto por defecto . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154 9.3.7. Grabación de las actividades del editor con repeticiones complejas . . . . . . . . . . . . . . . . . . . . . 154 9.3.8. Capturar una imagen
    0 码力 | 285 页 | 1.43 MB | 1 年前
    3
  • pdf文档 The Linux Commands Handbook

    This command just visualises the file's content. You can directly open an editor by pressing v . It will use the system editor, which in most cases is vim . Pressing the F key enters follow mode, current session. Here I have a few fish shell instances, mostly opened by VS Code inside the editor, and an instances of Hugo running the development preview of a site. Those are just the commands variable command1 | xargs -I % /bin/bash -c 'command2 %; comm 96 vim vim is a very popular file editor, especially among programmers. It's actively developed and frequently updated, and there's a very
    0 码力 | 135 页 | 14.14 MB | 1 年前
    3
共 58 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
ubuntuserverguideUbuntuServerGuide18.04Linux命令大全搜索工具v18.0鸟哥私房服务务器服务器架设第三第三版ThisDebianReferenceversion2.109DesktopTrainingv2124RefernciaGudereferenciaTheCommandsHandbook
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩