CentOS7下想要挂载NTFS的文件系统该怎么办呢?我们需要一个NTFS-3G工具,并编译它之后在mount就可以了,就这么简单。首先要进入官网下载NTFS-3G工具http://www.tuxera.com/community/ntfs-3g-download/1.下载之后进行解压wgethttp://tuxera.com/opensource/ntfs-3g_ntfsprogs-20..
分类:
Web程序 时间:
2014-11-01 06:29:08
阅读次数:
425
centos7 最小化安装 无 ifconfig,netstat 的安装centos7 最小化安装之后,默认是没有 ifconfig,netstat命令的;我们可以直接使用 yum -y install net-tools 即可;1. 先来看下 net-tools的信息yum info net-to...
分类:
Web程序 时间:
2014-10-31 11:52:41
阅读次数:
1162
防火墙:With RHEL 7 / CentOS 7,firewalldwas introduced to manage iptables. IMHO, firewalld is more suited for workstations than for server environments. s...
分类:
其他好文 时间:
2014-10-31 09:59:29
阅读次数:
255
Install BIND to configure DNS server which resolves domain name or IP address. BIND uses 53/TCP,UDP. [1] Install BIND. [root@dlp ~]#? yum?-y install bind bind-utils [2] Configure BIND This exampl...
分类:
其他好文 时间:
2014-10-30 17:24:40
阅读次数:
597
Centos 7安装Nvidia显卡驱动没有Fedora这种偏图形界面使用的Linux发行版容易。而且在网上搜到的方法都比较复杂,需要进行一定的修改设置。这里提供一种比较简单的方法,适合一些小白或者不想太折腾的使用者。 首先需要添加一个第三方的源ELRepo。这个源支持RED HAT系的Lin...
分类:
其他好文 时间:
2014-10-30 01:34:57
阅读次数:
263
一、关闭sellinux查看SELinux状态:1、/usr/sbin/sestatus-v##如果SELinuxstatus参数为enabled即为开启状态SELinuxstatus:enabled关闭SELinux:1、临时关闭(不用重启机器):setenforce0##设置SELinux成为permissive模式##setenforce1设置SELinux成为enforcing模式2、修改配置..
分类:
其他好文 时间:
2014-10-29 11:00:26
阅读次数:
165
为了方便系统管理或者服务器运维自动化,我们通常要在服务器间做ssh无密码信任连接。环境:目标主机 centos7 192.168.150.110操作主机 centos7-cn 192.168.150.76 第三主机 centos7-en 192.168.150.81一、我们经常是这么做的网上的教程大...
分类:
其他好文 时间:
2014-10-29 10:40:00
阅读次数:
286
今天在centos7下挂载windows共享文件夹遇到报错mounterror(115):OperationnowinprogressRefertothemount.cifs(8)manualpage(e.g.manmount.cifs)折腾了半天才去看了一眼日志messages内Oct2803:17:59localhostkernel:CIFSVFS:Errorconnectingtosocket.Abortingoperation.Oct2803:..
分类:
Windows程序 时间:
2014-10-28 18:10:48
阅读次数:
3299
安装:
CentOS 7的yum源中貌似没有正常安装mysql时的mysql-sever文件,需要去官网上下载(通过安装yum源地址,再通过yum安装mysql)
注:安装前,需要卸载所有的mariadb软件(完成兼容mysql的另一个数据库,mysql原创者所写),通过命令yum remove mariadb*
获取yum地址:
安装yum地址:...
分类:
数据库 时间:
2014-10-28 13:54:16
阅读次数:
183
用cactiez监控DNS(BIND9)---附模板1.配置bind的状态输出文件statistics-file"/var/run/named.stats";状态输出文件2.下载附件中的模板,解包将cacti_host_template_bind9_7.xml导入到cactiez3.安装snmp服务,可通过YUM直接安装yum-yinstallnet-snmp-*4.配置snmp文件,并在snmp..
分类:
其他好文 时间:
2014-10-27 19:49:35
阅读次数:
428