跳转到内容

ZczBlog

  • 首页
  • 前端
    • HTML
    • CSS
    • JavaScript
    • jQuery
  • Linux系统
    • Linux
    • Ubuntu/debian
  • 数据库
    • MySQL
    • NoSQL
  • PHP
  • 其他

Linux系统类别订阅

Linux 查看网段内所有IP

方法一: 如果没有下载nmap , 需要先下载nmap 软件 [crayon-684d9c8a149… 继续阅读 Linux 查看网段内所有IP

  • 发表于: 2022年9月21日 2022年9月21日
  • 作者: 张 存志
  • 分类: Linux系统

Linux常见的压缩命令

一、tar命令 tar命令用来打包一个目录,它支持三种格式:”.tar”、&… 继续阅读 Linux常见的压缩命令

  • 发表于: 2022年9月21日 2022年9月21日
  • 作者: 张 存志
  • 分类: Linux系统

rm: cannot remove ‘*/public/.user.ini’: Operation not permitted

百度翻译:rm:无法删除.user.ini‘:不允许操作 这时候需要使用到Linux的chattr命… 继续阅读 rm: cannot remove ‘*/public/.user.ini’: Operation not permitted

  • 发表于: 2022年9月9日 2025年4月1日
  • 作者: 张 存志
  • 分类: Linux系统

debain mariadb修改数据文件的根目录

1、首先我们需要关闭MySQL,命令如下: service mysqld stop 2、然后是转移数… 继续阅读 debain mariadb修改数据文件的根目录

  • 发表于: 2022年8月30日 2022年8月30日
  • 作者: 张 存志
  • 分类: Linux系统, MySQL, 数据库

debain查看samba信息

查看samba用户

1
pdbedit -L

添加samba… 继续阅读 debain查看samba信息

  • 发表于: 2022年7月6日 2022年12月12日
  • 作者: 张 存志
  • 分类: Linux系统, Ubuntu/debian

debain查看系统内核版本

1
2
3
screenfetch
或者
uname -a

 

  • 发表于: 2022年7月5日 2022年7月6日
  • 作者: 张 存志
  • 分类: Linux系统, Ubuntu/debian

密码保护:debian升级openssh

无法提供摘要。这是一篇受保护的文章。

  • 发表于: 2022年6月13日 2022年6月13日
  • 作者: 张 存志
  • 分类: Linux系统, Ubuntu/debian

查看openssl版本信息

1
openssl version

或者 [crayon-684d9c… 继续阅读 查看openssl版本信息

  • 发表于: 2022年6月13日 2022年6月13日
  • 作者: 张 存志
  • 分类: Linux系统, Ubuntu/debian

debain查看系统版本

1
cat /etc/issue

查看系统的大版本 [crayon-… 继续阅读 debain查看系统版本

  • 发表于: 2022年6月13日 2022年7月6日
  • 作者: 张 存志
  • 分类: Linux系统, Ubuntu/debian

debian升级openssl

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 下载需要更新的openssl版本
wget https://www.openssl.org/source/openssl-1.1.1o.tar.gz
tar -zxvf openssl-1.1.1i.tar.gz
cd openssl-1.1.1i
./config --prefix=/usr/local/openssl
./config -t
make && make install
mv /usr/bin/openssl /usr/bin/openssl.old
mv /usr/include/openssl/ /usr/include/openssl.old
mv /usr/lib64/openssl /usr/lib64/openssl.old
mv /usr/lib64/libssl.so /usr/lib64/libssl.so.old
mv /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1.old
cp /usr/local/openssl/lib/libcrypto.so.1.1 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
ln -s /usr/local/openssl/bin/openssl /usr/bin/openssl
ln -s /usr/local/openssl/include/openssl /usr/include/openssl
ln -s /usr/local/openssl/lib/libssl.so /usr/lib64/libssl.so
echo "/usr/local/openssl/lib" >> /etc/ld.so.conf
ldconfig -v
openssl version -a

 

  • 发表于: 2022年6月13日 2022年6月13日
  • 作者: 张 存志
  • 分类: Linux系统, Ubuntu/debian

分页

上一页 页码: 1 页码: 2 页码: 3 页码: 4 页码: 5 页码: 6 页码: 7 页码: 8 页码: 9 下一页

© 2025  ZczBlog.                        豫ICP备18029062号