-
Centos network.service failed
-
2023-8-3 17:24
-
问题描述: 重启网络服务时,报错显示:“Job for network.service failed because the control process exited with error code. See systemctl status network.service and journalctl -xe for details. ” 根据提示查看报错原因: 解决方法: 没有出现参考1说的 /etc/sysconfig/network-script ...
-
个人分类: Centos7|485 次阅读|没有评论
-
vim中文乱码问题-Centos7
-
2022-10-10 15:47
-
打开vim配置文件: sudo vim /etc/vimrc set fileencodings=ucs-bom,utf-8,latin1,gb2312,gb18030 set termencoding=utf-8 set enconding=prc 保存退出,sourcevim /etc/vimrc 即可显示中文
-
个人分类: Centos7|1385 次阅读|没有评论
-
CentOS 7 挂载 exFAT 格式U盘/移动固态硬盘
-
2022-6-30 17:50
-
exFAT( 扩展文件分配表)是一种专有的文件系统,针对闪存设备进行优化。旨在取代旧的 FAT32 文件系统。 最新版本的 Windows 和 macOS 操作系统支持 exFAT 文件系统。与大多数其他主要 Linux 发行版一样, CentOS 7默认情况下不支持专有的 exFAT 文件系统。需要安装FUSE exFAT 模块和工具,为类 Unix 系 ...
-
个人分类: Centos7|4130 次阅读|没有评论
-
Centos7 向日葵使用
-
2022-1-27 10:55
-
安装参考: https://service.oray.com/question/8364.html https://blog.csdn.net/lxyoucan/article/details/113308437 https://zhuanlan.zhihu.com/p/358820354 Linux的远程控制操作: 1. 下载安装包*.rpm (sunloginclient-11.0.0.36662.x86_64.rpm) ...
-
个人分类: Centos7|4487 次阅读|没有评论
-
centos7安装ffmpeg
-
2020-6-22 15:09
-
下载源码: wget -c http://www.ffmpeg.org/releases/ffmpeg-4.2.3.tar.bz2 tar解压文件,进入目录 ./configure make sudo make install 需要预先安装yasm(同上): &nb ...
-
个人分类: Centos7|2105 次阅读|没有评论
-
centos7 下手动安装aira2
-
2020-6-15 17:40
-
aira2源码下载: https://codeload.github.com/aria2/aria2/zip/master 安装概略说明: https://github.com/aria2/aria2 参考安装包文件:README.rst 主要步骤如下: 下载源码 依赖库安装 autoreconf-i ./configure make cdsrc/sudocp&nb ...
-
个人分类: Centos7|3162 次阅读|没有评论
-
Centos7 GMT-5.4.4安装
-
2018-12-11 09:07
-
需要下载的包: gmt-5.4.4-src.tar.bz2 源码 gshhg-gmt-2.3.7.tar.gz 全球海岸线数据 dcw-gmt-1.1.4 全球数字图表DCW 基础依赖包 sudo yum i ...
-
个人分类: GMTSAR|4142 次阅读|没有评论
本页有 3 篇博文因作者的隐私设置或未通过审核而隐藏