这里只演示使用keytab,也就是客户端与服务端进行keberos进行安全验证连接(注意时间服务器要同步!如果不同步,Kerberos无法通过验证) server端:192.168.1.109 1.yum install -y nfs-utils 2.systemctl enable nfs-ser ...
分类:
其他好文 时间:
2016-05-22 08:31:06
阅读次数:
193
查看全部服务命令:systemctllist-unit-files--typeservice查看服务systemctlstatusname.service启动服务systemctlstartname.service停止服务systemctlstopname.service重启服务systemctlrestartname.service增加开机启动systemctlenablename.service删除开机启动systemctldisa..
分类:
其他好文 时间:
2016-05-21 00:11:24
阅读次数:
1890
1、vs中,程序包管理器控制台 2、执行,Enable-Migrations 报错: 3、执行,Enable-Migrations -Force 报错: 原因: 4、删除GAC目录下对应的程序集(或者剪切到其他的文件夹里),再次执行,Enable-Migrations -Force,发现可以了。:) ...
分类:
数据库 时间:
2016-05-20 19:16:47
阅读次数:
758
在配置ftp虚拟用户的过程中,还有一种配置方式。yum-yinstall安装vsftpdcp/etc/vsftpd/vsftpd.conf/etc/vsftpd/vsftpd.conf.bak编辑vsftpd.conf开启下列选项:anonymous_enable=NOlocal_enable=YESwrite_enable=YESlocal_umask=022anon_mkdir_write_enable=NOdirmessage_enable..
分类:
其他好文 时间:
2016-05-20 06:20:21
阅读次数:
158
./configure '--prefix=/alidata/server/php' '--enable-opcache' '--with-config-file-path=/alidata/server/php/etc' '--with-mysql=mysqlnd' '--with-mysqli= ...
分类:
Web程序 时间:
2016-05-19 10:31:08
阅读次数:
317
内置命令 想知道某个命令是否是由bash内置的命令的话,我们可以使用type。 别名 有很多的shell内置的命令,如果我们想关闭某个命令的话,那么就可以使用 enable :用来开启或者关闭某个内置命令的功能 set命令 用set命令可以设置各种shell选项或者列出shell变量.单个选项设置常... ...
分类:
其他好文 时间:
2016-05-18 21:51:16
阅读次数:
204
经常遇到这种问题 现总结一下原因
打开手机的开发人员选项,允许USB调试AS--->tools--->android-->Enable ADB Interation选项 勾上。AS打开安装一下Google USB DriverAS没有安装对应的手机SDK版本还有一种原因是PC电脑没有对应的手机驱动,下载360驱动大师,检测是否有手机驱动,如果没有就安装一下可能是你的主机USB插口接触不良...
分类:
其他好文 时间:
2016-05-18 19:59:30
阅读次数:
186
Floating Form Designer You can now detach the form designer in both, VCL and FireMonkey. You can enable or disable the embedded designer in the Form D ...
1.yum
2.cat/etc/vsftpd/vsftpd.conf
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
listen=YES
chroot_local_user=YES
chroot_list_enable=YES
chroot..
分类:
其他好文 时间:
2016-05-18 10:57:46
阅读次数:
142