
centos系统
文章平均质量分 60
黄畅
这个作者很懒,什么都没留下…
展开
-
CentOS7/CentOS6中挂载exfat格式磁盘
转载自https://blog.youkuaiyun.com/shile/article/details/52202030综述 需要安装epel库,Nux Dextop库,再安装fuse-exfat和exfat-utils包,即可识别exfat格式。 介绍Nux Dextop是类似CentOS、RHEL、ScientificLinux的第三方RPM仓库(比如:Ardour,Shut...转载 2018-09-11 16:12:27 · 5413 阅读 · 0 评论 -
Centos qtcreator及Qt4环境变量设置
Centos 下 QtCreator 的安装使用参考:http://www.eefocus.com/spencer/blog/13-11/299991_c1479.htmlQt 以其开源,免费,完全面向对象(很容易扩展),允许真正的组件编程以及可移植跨平台等诸多优势得到越来越多的开发人员的青睐。Qt Creator 是 Nokia 官方推出的专门针对 Qt 开发的 IDE。本文详细介绍了 ...原创 2018-09-11 19:59:04 · 1849 阅读 · 0 评论 -
Centos VncService 安装使用
VNC官网安装VNCService官网下载Linux版VncServicehttps://www.realvnc.com/en/connect/download/vnc/下载包:VNC-Server-6.5.0-Linux-x64.rpmsudo yum install VNC-Server-6.5.0-Linux-x64.rpm安装完成后即可以启动VncServer,第一次启...原创 2019-08-23 21:56:52 · 436 阅读 · 0 评论 -
在 Eclipse 中使用cern ROOT
原创/转载请注明出处。1. 确保正确安装了ROOT2.打开一个终端 输入 root-config --cflags 显示类似以下内容 -pthread -std=c++11 -m64 -I/home/csns/work/root/root-build/include然后输入 root-config --glibs 显示类似以下内容 -L/home/csns/work/root/...原创 2018-12-27 20:01:18 · 685 阅读 · 0 评论 -
centos添加win7系统引导及挂载ntfs格式磁盘(参照网上教程)
参照博客https://blog.youkuaiyun.com/u012418573/article/details/79607247https://www.cnblogs.com/focus-g/p/11355350.html一、添加引导win7:$ sudo vim /etc/grub.d/40_custom得到打开文件后,执行a进行编辑,#!/bin/shexec tail -...原创 2018-09-10 22:04:02 · 433 阅读 · 0 评论 -
centos 安装python3 并解决pip3,yum等问题
系统环境: CentOS 7.2参考:https://blog.youkuaiyun.com/u010510962/article/details/80690084安装Python依赖包:yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc m...原创 2018-09-12 19:54:17 · 3006 阅读 · 0 评论 -
vmwares虚拟机安装centos7
参考网址:https://www.jianshu.com/p/e4b4952e4d1ehttps://blog.youkuaiyun.com/q2158798/article/details/80550626https://blog.youkuaiyun.com/q2158798/article/details/80550626https://blog.youkuaiyun.com/yiyihuazi/article/d...转载 2019-09-26 22:44:10 · 327 阅读 · 0 评论