This Debian Reference (version 2.109)Reference Osamu Aoki Debian Reference ii Copyright © 2013-2021 Osamu Aoki This Debian Reference (version 2.109) (2023-12-18 14:53:01 UTC) is intended to provide a broad overview of the Debian system as archives without apt-pinning . . . . . . . . . . . . . . . . . . . . . . . 71 2.7.7 Tweaking candidate version with apt-pinning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 2.7.8 Blocking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 10.5.5 Other version control systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2020 码力 | 266 页 | 1.25 MB | 1 年前3
Debian打包教程 version 0.29Debian 打包教程 Lucas Nussbaum packaging-tutorial@packages.debian.org version 0.29 – 2021-11-03 Debian 打包教程 1 / 90 关于该教程 ▶ 目标:告诉你关于 Debian 打包必须知道的知识 ▶ 修改现有软件包 ▶ 创建你自己的软件包 ▶ 在 Debian 社区内与人交流 ▶ 成为 Debian (dpkg, apt) ▶ 非原生软件包:在 Debian 之外开发的软件 ▶ 主要文件: .dsc(元数据) ▶ 与源码格式版本相关的其他文件 ▶ 1.0 或 3.0(原生):package_version.tar.gz ▶ 1.0(非原生): ▶ pkg_ver.orig.tar.gz: 上游源代码 ▶ pkg_debver.diff.gz: 专为 Debian 准备的更新补丁 ▶ 3.0(quilt) Source: wget Binary: wget Architecture: any Version: 1.12-2.1 Maintainer: Noel KotheHomepage: http://www.gnu.org/software/wget/ Standards -Version: 3.8.4 Build-Depends: debhelper (>> 5.0 0 码力 | 90 页 | 663.35 KB | 1 年前3
Debian 套件打包教學指南 version 0.29Debian 套件打包教學指南 Lucas Nussbaum packaging-tutorial@packages.debian.org version 0.29 – 2021-11-03 Debian 套件打包教學指南 1 / 90 關於此教學指南 ▶ 目標: 瞭解 Debian 套件打包的相關知識 ▶ 修改既有套件 ▶ 新增自有套件 ▶ 和 Debian 社群進行交流 ▶ 成為 ▶ 非原生套件: 在 Debian 以外發展的軟體 ▶ 主要檔案: .dsc (描述資料內容) ▶ 其他檔案則相依於原始碼格式版本 ▶ 1.0 or 3.0 (原生): package_version.tar.gz ▶ 1.0 (非原生): ▶ pkg_ver.orig.tar.gz: 上游原始碼 ▶ pkg_debver.diff.gz: 針對 Debian 環境而進行客制修改的補丁 Source: wget Binary: wget Architecture: any Version: 1.12 -2.1 Maintainer: Noel KotheHomepage: http :// www.gnu.org/software/wget/ Standards -Version: 3.8.4 Build -Depends: debhelper (>> 5 0 码力 | 90 页 | 691.02 KB | 1 年前3
Moxa Industrial Linux 3.0 (Debian 11)
Manual for Arm-based Computers
Version 1.0, January 2023Moxa Industrial Linux 3.0 (Debian 11) Manual for Arm-based Computers Version 1.0, January 2023 www.moxa.com/products © 2023 Moxa Inc. All rights reserved. Moxa Industrial Linux 3 ................................................................. 15 Querying the System Image Version ................................................................................................ ................................................................. 54 Querying the System Image Version ............................................................................................... 540 码力 | 111 页 | 2.94 MB | 1 年前3
Debian 维护者指南. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 5.18.4 Python distutils . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 5.19 快捷选项(-a,-i) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 6.1.1 Python 模块 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 6.2 Snapshot Makefile(shell,命令行界面) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 8.4 setup.py(Python3,命令行界面) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 8.5 Makefile(shell,图形界面)0 码力 | 142 页 | 1.11 MB | 1 年前3
Debian 新维护者手册Perl 是现今类 Unix 系统中使用最普遍的解释型脚本语言,它常被称作 Unix 的瑞士军刀。(参看 perl(1)) • python - Python 是 Debian 系统中另一个最常用的解释型脚本语言,它拥有着可圈可点的强大功能和十分清晰的语 法。(参看 python(1)) • quilt - 此软件包帮助你管理一系列的补丁。它们被以逻辑栈的方式组织在一起。你可以 apply (=push)、un-apply 获取一份上游软件的拷贝,它通常为压缩过的 tar 格式。 – package-version.tar.gz • 在上游源码的 debian 目录下添加 Debian 打包的专用文件(构建 Debian 软件包它们会被读取),同时以 3.0 (quilt) 格式创建一个非本地源码包。 – package_version.orig.tar.gz – package_version-revision.debian.tar.gz1 package_version-revision.dsc • 用 Debian 源码包构建 Debian 二进制包;这些二进制包的格式通常是.deb (或者 .udeb,Debian Installer 专用) – package_version-revision_arch.deb 请注意一个细节,在 Debian 软件包的文件名中,分隔 package 和 version 的字符从 tarball0 码力 | 63 页 | 493.28 KB | 1 年前3
Debian 新維護人員手冊Perl 是現今類 Unix 系統中使用最普遍的解釋型腳本語言,它常被稱作 Unix 的瑞士軍刀。(參看 perl(1)) • python - Python 是 Debian 系統中另一個最常用的解釋型腳本語言,它擁有着可圈可點的強大功能和十分清晰的語 法。(參看 python(1)) • quilt - 此軟件包幫助你管理一系列的補丁。它們被以邏輯棧的方式組織在一起。你可以 apply (=push)、un-apply 獲取上游軟件的拷貝,通常爲壓縮過的 tar 格式。 – package-version.tar.gz • 在上遊程序的 debian 目錄下添加 Debian 特定的打包修改,並以 3.0 (quilt) 格式創建一個非本地源碼包。(也 就是指用於構建 Debian 軟件包的輸入文件集合) – package_version.orig.tar.gz – package_version-revision.debian.tar gz1 – package_version-revision.dsc • 從 Debian 源碼包構建 Debian 二進制包;二進制包的格式通常是.deb (或者 .udeb,Debian Installer 專用) – package_version-revision_arch.deb 請注意,在 Debian 軟件包文件名中,分隔 package 和 version 的字符從 tarball0 码力 | 63 页 | 512.12 KB | 1 年前3
大学霸 Kali Linux 安全渗透教程已经是最新的版本了。 下列软件包是自动安装的并且现在不需要了: libmozjs22d libnfc3 libruby libwireshark2 libwiretap2 libwsutil2 python-apsw ruby-crack ruby-diff-lcs ruby-rspec ruby-rspec-core ruby-rspec- expectations ruby-rspec-mocks libwebkit-dev{u} msgpack-python{u} p7zip{u} python-adns{u} python-bs4{u} python-easygui{u} python-ipy{u} python-levenshtein{u} python-mechanize{u} python-metaconfig{u} python-paramiko{u} python-pycryptopp{u} python-pycryptopp{u} python-pysnmp4{u} python-pysnmp4-apps{u} python-pysnmp4-mibs{u} sqlmap{u} unrar-free{u} 0 个软件包被升级,新安装 3 个,22 个将被删除, 同时 206 个将不升级。 需要获取 4,848 kB 的存档。解包后将释放 55.4 MB。 您要继续吗?[Y/n] y 以上输出信息显示了当前要安装的软件包数、将被删除的软件包和升级的软件包0 码力 | 444 页 | 25.79 MB | 1 年前3
Cilium v1.5 DocumentationGuide Running a pre-flight DaemonSet Upgrading Micro Versions Upgrading Minor Versions Rolling Back Version Specific Notes Advanced Configura�on Network Policy Policy Enforcement Modes Rule Basics Layer 3 VirtualBox that run on Linux, macOS, and Windows. Install kubectl & minikube Install kubectl version >= v1.10.0 as described in the Kubernetes Docs [h�ps://kubernetes.io/docs/tasks/tools/install-kubectl/] minikube version minikube version: v0.33.1 Create a minikube cluster: minikube start --network-plugin=cni --memory=4096 Note that in case of installing Cilium for a specific Kubernetes version, the0 码力 | 740 页 | 12.52 MB | 1 年前3
Cilium v1.6 DocumentationSummary Linux Distribution Compatibility Matrix Linux Kernel Advanced Features and Required Kernel Version Key-Value store clang+LLVM iproute2 Firewall Rules Privileges Upgrade Guide Running pre-flight pre-flight check (Required) Upgrading Micro Versions Upgrading Minor Versions Step 3: Rolling Back Version Specific Notes Advanced Configuration Network Policy Policy Enforcement Modes Rule Basics Layer 3 Examples VirtualBox that run on Linux, macOS, and Windows. Install kubectl & minikube 1. Install kubectl version >= v1.10.0 as described in the Kubernetes Docs [https://kubernetes.io/docs/tasks/tools/install-kubectl/]0 码力 | 734 页 | 11.45 MB | 1 年前3
共 89 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













