摘要: 7月1日OpenSSH官方发布安全更新,忙着处理的同时记录一下升级过程。 系统环境 root@NServer:~# cat /proc/version Linux version 3.4.113-sun8i (root@test) (gcc version 5.5.0 (Linaro GCC 5.5 阅读全文
posted @ 2024-07-21 19:52 xjournal 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 一、本地系统环境 [root@localhost ~]# cat /etc/os-release NAME="Kylin Linux Advanced Server" VERSION="V10 (Sword)" ID="kylin" VERSION_ID="V10" PRETTY_NAME="Kyl 阅读全文
posted @ 2024-07-04 09:34 xjournal 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 需要的安装包: mysql-community-common-5.7.44-1.el7.x86_64.rpm mysql-community-libs-5.7.44-1.el7.x86_64.rpm mysql-community-client-5.7.44-1.el7.x86_64.rpm mys 阅读全文
posted @ 2024-06-03 16:29 xjournal 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 前段时间装了一台机器,系统是centos7.9,主板自带两个网口,不够用,又插了一块Inter芯片的4口pcie网卡, 重启系统后,使用ip a 查看ip信息,网卡直接识别到了,但/etc/sysconfig/network-scripts/目录里没有网卡配置文件, 需要手动创建这些文件: #进入目 阅读全文
posted @ 2024-05-11 11:47 xjournal 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 前言 kylinV10SP3的openssl版本较高OpenSSH_9.5p1, OpenSSL 1.1.1f 31 Mar 2020,程序编译环境必须是OpenSSL 1.0.2,故需要降级,记录一下。 下载安装包 下载openssl1.0.2u 安装 #解压 tar zxvf openssl-1 阅读全文
posted @ 2024-04-16 15:06 xjournal 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 安装Python-3.6.9 下载python:https://www.python.org/ftp/python/3.6.9/Python-3.6.9.tgz tar -zxvf Python-3.6.9.tgz cd Python-3.6.9 ./configure --prefix=/opt/ 阅读全文
posted @ 2024-04-13 16:21 xjournal 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 环境: root@localhost:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.7 LTS Release: 16.04 Codename: xen 阅读全文
posted @ 2024-04-11 11:18 xjournal 阅读(139) 评论(0) 推荐(0) 编辑
摘要: ThinkPad E560最近风扇嗡嗡响,距离上次清理过去很长时间了,这次准备自己动手清理,上次去店里清理花了100多好像,能省一点是一点,开整 在网上买了润滑脂和7921导热硅脂一共加一起来30块钱。润滑脂最后没用上,因为风扇不可拆卸,也没有加润滑脂的口。 先拆后盖,螺丝记得放好,我拆开后发现有些 阅读全文
posted @ 2024-02-26 11:09 xjournal 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 现象 前段时间用C#写了一个小工具,主要功能是随机读取图片并合成一张长图。最近在使用的时候发现个问题,原图片宽度是1080,合成后的图片宽度也是1080,但是合成后的图片没有显示全,就像下面这样 原图1和原图2:为了方便看到大小我加了红色边框 原图的属性信息,宽度都是1080 合成后的图片: 合成图 阅读全文
posted @ 2024-01-31 11:53 xjournal 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 当前环境: 升级openssh需要三个包zlib-1.2.13.tar.gz、openssl-1.1.1t.tar.gz、openssh-9.5p1.tar.gz 下载地址: zlib-1.2.13.tar.gz http://zlib.net/fossils/zlib-1.2.13.tar.gz 阅读全文
posted @ 2023-12-28 15:33 xjournal 阅读(1762) 评论(0) 推荐(0) 编辑