码迷,mamicode.com
首页 >  
搜索关键字:directory to /root    ( 56898个结果
用reg文件把便携版sublime text 3添加到右键菜单
假设sublime文件夹在C:\\Users\\T430i\\Downloads\\Sublime Text Build 3059 x64\\则:Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\*\shell\Sublime Text 3...
分类:其他好文   时间:2014-05-20 02:42:36    阅读次数:289
LDAP-常用命令
1.recreating default ads instance ./[root@dhcppc2 ~]# dsadm delete /usr/local/dsee7/var/dcc/ads #delete default instance[root@dhcppc2 ~]# dsccsetup...
分类:其他好文   时间:2014-05-20 01:50:56    阅读次数:421
VLV INDEX
Normally, when the Directory Server conducts a search, the server looks through the entire entry for a match, throughout the entire directory. For lar...
分类:其他好文   时间:2014-05-20 01:23:35    阅读次数:277
LDAP索引及缓存优化
一、设置索引索引将查找信息和 Directory Server 条目关联起来。Directory Server支持以下几种索引:1出现索引(pres)- 列出了具有特定属性的条目,与属性的值无关。2等式索引(eq)- 使您能够高效地搜索包含特定属性值的条目。3近似索引(approx)- 通过使用 ~...
分类:其他好文   时间:2014-05-20 00:34:27    阅读次数:540
Linux 格式化分区 报错Could not stat --- No such file or directory 和 partprobe 命令
分区的过程正常:[root@db1 /]#fdisk -lDisk /dev/sda: 21.4 GB, 21474836480 bytes255 heads, 63 sectors/track, 2610 cylindersUnits = cylinders of 16065 * 512 = 82...
分类:系统相关   时间:2014-05-19 23:51:01    阅读次数:644
LDAP缓存命令
启动cacao及实例:[root@rusky bin]# cd /home/ldap/iamldap/dsee6/cacao_2/cacao/bin[root@rusky bin]# ./cacaoadm start[root@rusky bin]# cd /home/ldap/iamldap/ds...
分类:其他好文   时间:2014-05-19 23:41:33    阅读次数:411
linux禁ping和允许ping的方法
一、系统禁止ping [root@linuxzgf ~]# echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all 二、系统允许ping [root@linuxzgf ~]# echo 0 >/proc/sys/net/ipv4/icmp_echo_ig...
分类:系统相关   时间:2014-05-19 20:33:55    阅读次数:338
CentOS下lamp的实现之rpm包构建discuz论坛
一、安装需要用的软件[root@station111~]#yuminstallphpphp-gdphp-xmlphp-mysqlmysqlmysql-serverhttpd–y启动mysql和httpd并设置为2、3、4、5级别自动启动[root@station111~]#servicemysqldstart[root@station111~]#chkconfigmysqldon[root@station111~]#servicehttpdstart[r..
分类:其他好文   时间:2014-05-16 02:37:22    阅读次数:396
mac jdbc连接mysql
1.下载jdbc驱动: http://dev.mysql.com/downloads/connector/j/ 2.加入jdbc的jar包至项目的libs目录并build path 2.修改环境变量:export PATH=/usr/local/mysql/bin/:${PATH} 3.默认root@localhost没有密码 4.修改密码: 命令行:mysqladmin -u roo...
分类:数据库   时间:2014-05-16 01:37:15    阅读次数:329
linux下非root用户如何修改root权限的文件
在linux下会出现把一些配置文件参数配错、root密码忘记等导致系统无法启动或进入root的窘迫境地,本文以redhat  enterprise linux server 6.4为例介绍root身份修改root权限配置文件的参数后,root无法登录,然后通过linux的rescue模式改回配置文件,巧妙以非root身份修改了root权限的文件的解决方案。          首先,插入linux...
分类:系统相关   时间:2014-05-16 01:23:00    阅读次数:549
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!