科学网

 找回密码
  注册
Linux Centos7系统下安装gnuplot
余建胜 2024-6-13 14:53
Centos7自带的 CentOS-Base.repo 文件没有对应的源,阿里源也没有, 导致无法通过命令 sudo yum install g nuplot 直接安装, 需要下载源文件手动编译(参考: https://blog.csdn.net/qq_36623595/article/details/110098819 ) 本文通过更换163的yum源,实现命令自动下载。 在163镜像网站下载系统对应的yum源 ...
个人分类: Centos7|864 次阅读|没有评论
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|1889 次阅读|没有评论
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|2096 次阅读|没有评论
CentOS 7 挂载 exFAT 格式U盘/移动固态硬盘
余建胜 2022-6-30 17:50
exFAT( 扩展文件分配表)是一种专有的文件系统,针对闪存设备进行优化。旨在取代旧的 FAT32 文件系统。 最新版本的 Windows 和 macOS 操作系统支持 exFAT 文件系统。与大多数其他主要 Linux 发行版一样, CentOS 7默认情况下不支持专有的 exFAT 文件系统。需要安装FUSE exFAT 模块和工具,为类 Unix 系 ...
个人分类: Centos7|5473 次阅读|没有评论
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|6301 次阅读|没有评论
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|2607 次阅读|没有评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-9-21 11:06

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部