码迷,mamicode.com
首页 >  
搜索关键字:keepalived debian    ( 5354个结果
keepalived+lvs
配置lvs-dr环境 master配置文件 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_conne ...
分类:其他好文   时间:2021-04-27 14:56:45    阅读次数:0
keepalived-master-slave
Master配置 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_connect_timeout 30 ...
分类:其他好文   时间:2021-04-27 14:42:00    阅读次数:0
debian 升级内核
今天决定把Debian 10.1自带的4.19内核升级到5.2.14。 需要的工具automake、make、g++(包含gcc)、bison、flex、libelf-dev、libssl-dev、bc。 懒人命令: sudo apt install -y automake make g++ bis ...
分类:其他好文   时间:2021-04-23 11:58:49    阅读次数:0
Ubuntu 软件管理
Debian软件包通常为预编译的二进制格式的扩展名".deb",类似rpm文件,因此安装快速,无需编译软 件。包文件包括特定功能或软件所必需的文件、元数据和指令 dpkg:package manager for Debian,类似于rpm, dpkg是基于Debian的系统的包管理器。可 以安装,删 ...
分类:系统相关   时间:2021-04-13 12:54:26    阅读次数:0
宝塔Debian:NUXT+PM2配置
1、上传项目文件夹至服务器,设置文件夹权限: 2、进入upload文件夹,打开“终端” 登录终端后,初始化依赖: npm i 3、修改nuxt.config.js配置:终端输入 sudo vi ./nuxt.config.js 修改target为static,:wq保存退出 4、生成静态:终端输入 ...
分类:其他好文   时间:2021-04-10 12:51:27    阅读次数:0
Ubuntu18.04安装qgis失败
1.按照官网的流程输入命令https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu 出现 1 (base) server123@ubuntu:~$ sudo apt-get install qgis 2 Reading pac ...
分类:系统相关   时间:2021-04-09 13:42:27    阅读次数:0
使用KeepAlived来实现高可用的DR模型
作者:Grey 原文地址:[https://www.cnblogs.com/greyzeng/p/14623965.html) 环境 VMware 16 CentOS8 相关软件 keepalived ipvsadm httpd 准备工作 准备四个节点,如上图,Node01 ~ Node04, 本文 ...
分类:其他好文   时间:2021-04-08 12:55:11    阅读次数:0
在 Ubuntu/Debian 下安装 PHP7.3 教程
Ubuntu 安装软件源拓展工具: apt -y install software-properties-common apt-transport-https lsb-release ca-certificates 添加 Ond?ej Surý 的 PHP PPA 源,需要按一次回车: add-ap ...
分类:Web程序   时间:2021-04-06 14:11:12    阅读次数:0
Keepalived-企业微信通知
Keepalived-企业微信通知 https://blog.csdn.net/weixin_43357497/article/details/108620052 1. 登录企业微信获取相关信息 1.1 创建第三方应用 https://work.weixin.qq.com/ image 1.2 企业 ...
分类:微信   时间:2021-03-29 12:05:25    阅读次数:0
Linux 编译vlc
Setup Check our AndroidCompile wiki page, especially for build dependencies. Here are the essential points: On Debian/Ubuntu, install the required dep ...
分类:系统相关   时间:2021-03-26 15:25:05    阅读次数:0
5354条   上一页 1 2 3 4 5 ... 536 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!