DIRECTORY STRUCTURE
目录结构
-------------------
assets/ contains assets definition
包含资源定义
commands/ contains console commands (controllers)
包含命令行命令,控制器
...
分类:
其他好文 时间:
2014-11-07 17:05:23
阅读次数:
436
Memory UsageOn linux, there are commands for almost everything, because the gui might not be always available. When working on servers only shell acce...
分类:
系统相关 时间:
2014-11-05 12:14:42
阅读次数:
265
命令参考文档:redis commands
—
你也许已经知道Redis并不是简单的key-value存储,实际上他是一个数据结构服务器,支持不同类型的值。也就是说,你不必仅仅把字符串当作键所指向的值。下列这些数据类型都可作为值类型。
二进制安全的 字符串 string二进制安全的 字符串列表 list of
string二进制安全的 字符串集合 set of
strin...
分类:
其他好文 时间:
2014-11-03 16:23:38
阅读次数:
173
fastboot 是android 默认的一种debug 方法,它的好处是在进入linux kernel 之前
即可操作。
默认fastboot 支持的命令:
usage: fastboot [ ]
commands:
update reflash device from
update.zip
flashall flash boot
+ recovery + system
flash ...
分类:
移动开发 时间:
2014-11-03 11:35:48
阅读次数:
621
which命令
首先查看man which的说明
which - shows the full path of (shell) commands.
在$PATH目录下查找命令的绝对路径,PATH配置不同,查找的结果也不同
查看系统的PATH
[root@localhost testForCsdn]# echo $PATH
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:...
分类:
系统相关 时间:
2014-11-01 13:31:31
阅读次数:
297
Puppet's CommandsPuppet’s command line interface consists of a singlepuppetcommand with many subcommands.Puppet’s companion utilities,FacterandHiera, ...
分类:
其他好文 时间:
2014-10-31 15:25:52
阅读次数:
128
1.功能作用查看软件包信息2.位置 1 /usr/bin3.格式用法dpkg-query [ ...] 4.主要参数 1 Commands: 2 -s|--status ... 显示软件包详细信息. 3 -p|--print-avail ... 显示package-n...
分类:
其他好文 时间:
2014-10-29 18:51:52
阅读次数:
195
pwd print working directoryhostname my computer’s network namemkdir make directorycd change directoryls list directoryrmdir remove direct...
分类:
其他好文 时间:
2014-10-29 10:21:24
阅读次数:
227
deb http://mozilla.debian.net/ wheezy-backports iceweasel-releaseYou can install it with the following commands:$ apt-get update$ apt-get install -t w...
分类:
Web程序 时间:
2014-10-28 17:09:49
阅读次数:
156
1. 基本命令http://mally.stanford.edu/~sr/computing/basic-unix.htmlhttp://pangea.stanford.edu/computing/unix/shell/commands.phphttp://infohost.nmt.edu/tcc/...
分类:
编程语言 时间:
2014-10-27 12:15:51
阅读次数:
213