openssl_nginx_ssl 在 Windows 上导入证书(受信任的根证书颁发机构)将生成的 server.crt 拷贝到 Windows 电脑,然后按以下步骤操作: 双击 server.crt 文件,打开证书对话框 点击 “安装证书”,启动证书导入向导 选择 “本地计算机”(需要管理员权限),点击下一步 选择 “将所有的证书放入下列存储”,点击 浏览 在弹出的窗口中选择 “受信任的根证书颁发机构”,确定 点击下 2026-09-09 #Linux
PostgreSQL for ubuntu build 给Ubuntu系统创建postgresql用户12# 如果用户已存在,会提示,可以忽略sudo adduser --system --group --home /var/lib/postgresql postgres 安装依赖包1234sudo apt updatesudo apt install -y build-essential pkg-config libicu-dev bison fl 2026-09-08 databases install #Linux
Oracle linux install oracle 19c databases Oracle linux install oracle 19c databasesOracle Database 19c Installation On Oracle Linux 8 (OL8)vim /etc/hosts 192.168.56.107 ol8-19.localdomain ol8-19 Oracle 安装前置条件执行自动设置或手动设置以完成基本前提。所有安 2026-06-01 #Linux
linux upgrade openssh 从openssh官网下载最新的源码https://www.openssh.org/portable.html 编译安装123456tar -xf openssh-10.2p1.tar.gzcd openssh-10.2p1./configure --prefix=/opt/opensshmakesudo make installsudo useradd sshd -s /sbin/nologin 2026-03-13 #Linux
linux systemctl mount samba 请确保你的系统已经安装了cifs-utils包,因为systemd需要它来挂载CIFS/SMB共享 1234# Debian/Ubuntusudo apt install cifs-utils# CentOS/RHELsudo yum install cifs-utils 使用 systemd mount 单元 创建挂载点目录1sudo mkdir -p /mnt/sms 创建 2026-01-13 #Linux
linux Install Proftpd linux Install Proftpdgithub uri 1git clone https://github.com/proftpd/proftpd.git 从GitHub下载最新发布的代码 build1234567./configure --prefix=/opt/proftpd --enable-openssl --enable-nls --enable-ctrls --enable- 2026-01-09 #Linux
Ubuntu update-alternatives Ubuntu中update-alternatives命令使用教程update-alternatives是Ubuntu中管理软件多版本切换的强大工具,特别适用于需要同时维护多个版本的环境(如Java、Python、GCC等)。 一、命令概述主要功能 管理系统命令的多个备选版本 通过符号链接实现版本切换 提供交互式选择界面 适用于需要同时安装多个版本的环境 基本语法 1sudo update-al 2025-08-07 #Linux
Linux Upgrade OpenSSH download source12345wget https://mirrors.aliyun.com/pub/OpenBSD/OpenSSH/portable/openssh-10.0p2.tar.gzwget https://github.com/openssl/openssl/releases/download/openssl-3.5.0/openssl-3.5.0.tar.gztar -x 2025-06-24 #Linux
ifmetric 调整网络优先级 metric 简介Linux 网络中通常用metric控制网络优先级,metric越小网络优先级越高,通常情况下系统默认双网卡metric都是0,这样我们就要人工干预,将某一个网卡的优先级metric值提高,来确保metric为0这个网卡的优先级 Install ifmetric1sudo apt install ifmetric 使用ifmetric调整网络优先级1sudo ifmetric 2024-06-06 Linux commond #Linux