码迷,mamicode.com
首页 >  
搜索关键字:maximum depth of bin    ( 47942个结果
SUN-LDAP6.3_RHEL 5.0-卸载LDAP
卸载LDAP1、注销服务器到目录/ldap/iamldap/dscc6/bin下# ./dsccreg remove-server -h 主机名 /ldap/iamldap/var/dscc6/dcc/iamEnter DSCC administrator’s password:/ldap/iaml...
分类:其他好文   时间:2014-05-07 17:22:58    阅读次数:363
linux文件与目录管理
一、文件目录:/bin 系统放置执行文件的目录,主要有: mv,mkdir,cp,bash/boot 这个目录主要在放置开机会使用到的文件,包括Linux内核文件以及开机菜单与开机所需配置文件等/dev 在Linux系统上,任何设备与接口都是以文件的形式存在于这个目录当中/etc 系统主要的配置文件...
分类:系统相关   时间:2014-05-07 17:09:49    阅读次数:466
Fatal error: Maximum execution time of 30 seconds exceeded in
Fatal error: Maximum execution time of 30 seconds exceeded inC:\Program Files\Apache Software Foundation\Apache2.2\htdocs\code\curl\work\work3.phpon l...
分类:其他好文   时间:2014-05-07 16:53:31    阅读次数:338
LeetCode:Maximum Subarray
题目链接 Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [?2,1,?3,4,...
分类:其他好文   时间:2014-05-07 16:42:42    阅读次数:287
linux下如何让控制台程序后台运行
方法1:./test &方法2:(./test &)方法3:nohup 和bg方法4:screen -mS test /root/test 退出程序需要手动进入screen创建的test虚拟终端去退出方法5:修改并保存一下代码为脚本,运行 #!/bin/bash NAME=$(basename "....
分类:系统相关   时间:2014-05-07 15:03:04    阅读次数:421
python tkinter学习
Downloading the module:sudo apt-get install python-tksimple example:#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode Tkinter tutorialThis script sho...
分类:编程语言   时间:2014-05-07 14:46:05    阅读次数:454
ubuntu在xampp下安装memcache扩展
sudo wget http://pecl.php.net/get/memcache-2.2.1.tgzsudo tar vxzf memcache-2.2.1.tgzcd memcache-2.2.1/sudo /opt/lampp/bin/phpize./configure --with-php...
分类:其他好文   时间:2014-05-07 14:14:43    阅读次数:275
Linux中的文件特殊权限
linux中除了常见的读(r)、写(w)、执行(x)权限以外,还有3个特殊的权限,分别是setuid、setgid和stick bit1、setuid、setgid先看个实例,查看你的/usr/bin/passwd 与/etc/passwd文件的权限[root@MyLinux ~]# ls -l /...
分类:系统相关   时间:2014-05-07 12:53:07    阅读次数:365
ORACLE 11G 单实例 磁盘文件系统 DG 归档日志删除脚本 基于RED HAT LINUX 5.3 X86 64BIT
最近做个DG的归档日志删除,[oracle@.local logs]crontab -l * 8 * * * sh /home/oracle/dbscripts/del_arc.sh 该脚本分别调用 生成 删除 校验 三个脚本cat del_arc.sh #! /bin/bash source /home/oracle/.bash_profile sh /home/oracle/dbscrip...
分类:数据库   时间:2014-05-07 11:29:48    阅读次数:519
redis启动
/usr/local/bin/redis-server /etc/redis.conf
分类:其他好文   时间:2014-05-06 23:46:07    阅读次数:306
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!