标签 Debian 下的文章

1 # 删除软件及其配置文件 2 apt-get --purge remove 3 # 删除没用的依赖包 4 apt-get autoremove 5 # 此时dpkg的列表中有“rc”状态的软件包,可以执行如下命令做最后清理:

Tags: Debian

Read more

第 1 步 - 在 Debian 12 上下载 Nagios 最新版本 ----------------------------------- sudo apt update apt install wget curl build-essential unzip openssl libssl-dev apache2 php libapache2-mod-php php-gd libgd-dev NAGIOS_VER=$(curl -s https://api.github.com/repos/NagiosEnterprises/nagioscore/releases/latest|grep tag_name | cut -d '"' -f 4)

Tags: Debian Nagios Nagios Core

Read more

deb https://mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contrib deb-src https://mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contrib deb https://mirrors.aliyun.com/debian-security/ bookworm-security main deb-src https://mirrors.aliyun.com/debian-security/ bookworm-security main deb https://mirrors.aliyun.com/debian/ bookworm-updates main non-free non-free-firmware contrib deb-src https://mirrors.aliyun.com/debian/ bookworm-updates main non-free non-free-firmware contrib

Tags: Debian 国内镜像源 bookworm

Read more

如果您的 Debian 版本中包含的版本不是您想要的版本, 您可以使用 PostgreSQL Apt 存储库。此存储库将集成 与您的正常系统和补丁管理,并提供自动 在 PostgreSQL 的整个支持生命周期内更新所有受支持的 PostgreSQL 版本。

Tags: APT Debian PostgreSQL

Read more

Debian安装多个版本PHP,apt-get -y install apt-transport-https lsb-release ca-certificates curl wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" >

Tags: PHP Debian

Read more

V