随笔分类 -  Linux

摘要:在服务器上安装mkfontscale工具时,下载成功但是再安装过程中一直提示: retrieving repo key for OS unencrypted from http://repo.openeuler.org/openEuler-22.03-LTS-SP3/OS/x86_64/RPM-GP 阅读全文
posted @ 2025-09-16 18:23 yshy 阅读(10) 评论(0) 推荐(0)
摘要:rpm -qa | grep vsftpd 安装 yum install vsftpd -y FTP服务启动 systemctl start vsftpd.service systemctl restart vsftpd.service netstat -anp | grep 21 FTP开机启动 阅读全文
posted @ 2025-05-21 10:31 yshy 阅读(22) 评论(0) 推荐(0)
摘要:1.软件信息 fastdfs-6.11.0.zip fastdfs-nginx-module-1.24.zip libfastcommon-1.0.71.zip libserverframe-1.2.1.zip nginx-1.24.0.tar.gz 源码地址:https://github.com/ 阅读全文
posted @ 2024-01-01 14:35 yshy 阅读(444) 评论(1) 推荐(0)
摘要:执行sh脚本时提示:-bash: ./start.sh: /bin/bash^M: 坏的解释器: 没有那个文件或目录 由于start.sh文件在windows上面编辑过,在Windows下每一行结尾是\n\r,而Linux下则是\n,所以才会有 多出来的\r导致上面错误。 通过sed -i 's/\ 阅读全文
posted @ 2021-09-29 17:08 yshy 阅读(1031) 评论(0) 推荐(0)