码迷,mamicode.com
首页 >  
搜索关键字:defaults    ( 1730个结果
Xcode更新后插件失效解决办法
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID获取新版xcode的uuidXcode6.3.2显示E969541F-E6F9-4D25-8158-72DC3545A6C6find ~/Lib...
分类:其他好文   时间:2015-05-27 11:50:00    阅读次数:116
openerp中后台代码详解
本文档只针对7.0版本_name (required) :业务对象名称,通过点对象所在的模块._columns (required):字典 用于定义模块所需的字段 {字段名:字段属性}_defaults:字典 {字段名称:字段属性值}_auto:设置为True orm会在数据库中建立相应的表,如果为...
分类:其他好文   时间:2015-05-26 23:14:14    阅读次数:314
linux授权某个用户对某个目录有读写的权限
针对特定的某一个用户设置文件或目录权限,用setfacl。首先打开文件系统的acl功能,在挂载参数添加cal,再保存退出,比如/home分区:1 vim /etc/fstab2 /dev/sda2 /home ext3 defaults,...
分类:系统相关   时间:2015-05-26 10:31:43    阅读次数:899
苹果Mac操作系统下显示隐藏文件
1、显示隐藏文件defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder2、重新隐藏defaults write com.apple.finder AppleShowAllFiles -boole...
分类:移动开发   时间:2015-05-22 18:54:51    阅读次数:128
Openwrt 的sysupgrade脚本
Openwrt中的sysupgrade脚本提供了固件升级的快捷方式,该脚本位于: /sbin/sysupgrade 脚本内容: #!/bin/sh . /lib/functions.sh . /lib/functions/system.sh# initialize defaults RAMFS_COPY_BIN="" # extra programs for temporary ra...
分类:其他好文   时间:2015-05-22 13:36:34    阅读次数:584
sudo: no tty present and no askpass program specified(转)
sudo: no tty present and no askpass program specified2012-11-30 09:305040人阅读评论(1)收藏举报修改sudo配置文件,直接键如visudo命令编辑配置文件:1. 注释Defaults requirettyDefaults re...
分类:其他好文   时间:2015-05-22 13:24:01    阅读次数:1235
使用autossh实现开机创建ssh tunnel的方法以及shell脚本.
有时候回需要到sshtunnel,手动使用ssh创建这些并没有太大的问题,可是如果尝试开机启动,写个shell脚本并在rc.local里面运行这个脚本并不成功,原因也不得而知。后来发现了autossh这东东,不单单能够静默模式创建sshtunnel还能设置自动检测,并自动尝试链接的选项。本文附件提..
分类:系统相关   时间:2015-05-22 02:09:08    阅读次数:174
使用autossh实现开机创建ssh tunnel的方法以及shell脚本.
有时候回需要到sshtunnel,手动使用ssh创建这些并没有太大的问题,可是如果尝试开机启动,写个shell脚本并在rc.local里面运行这个脚本并不成功,原因也不得而知。后来发现了autossh这东东,不单单能够静默模式创建sshtunnel还能设置自动检测,并自动尝试链接的选项。本文附件提..
分类:系统相关   时间:2015-05-22 02:08:19    阅读次数:914
不停机xtrabackup创建slave节点
master:10.1.1.17:3306 slave:10.1.1.18:3307 slave节点完成基础环境的配置:创建好mysql用户,装好相同版本的mysql软件,xtrabackup软件包,创建好目录,配置好脚本 1、创建完整备份:master [mysql@master1 backup]$ innobackupex --defaults-file=/...
分类:其他好文   时间:2015-05-21 15:35:49    阅读次数:113
FATAL ERROR: Could not find ./bin/my_print_defaults 解决方法
FATAL ERROR: Could not find ./bin/my_print_defaultsIf you compiled from source, you need to run 'make install' tocopy the software into the correct lo...
分类:其他好文   时间:2015-05-21 12:21:41    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!