sdalog --helpUsage:sdalog -h/--help--time=timevalue[-f/--file]If you don't input 'time' option,it indicates you need all records of any time.Similarly, if you don't input 'type' option, it indicate...
标签: linux , 安全 , apache , 安全狗
时间: 2015-12-19
分类: linux
阅读:(713)
定义变量时,变量名不加美元符号($,PHP语言中变量需要),如:your_name="runoob.com"
注意,变量名和等号之间不能有空格,这可能和你熟悉的所有编程语言都不一样。同时,变量名的命名须遵循如下规则:首个字符必须为字母(a-z,A-Z)。中间不能有空格,可以使用下划线(_)。不能使用标点符号。不能使用bash里的关键字(可用help命令查看保留关键字)。除...
标签: linux , shell , 变量
时间: 2015-12-18
分类: 前端
阅读:(843)
代码如下<?php if (!empty($this->options->sidebarBlock) && in_array('ShowOther', $this->options->sidebarBlock)): ?>
<section class="widget">
...
标签: php , 前端 , typecho
时间: 2015-12-18
分类: 前端
阅读:(843)
代码如下<?php $this->widget('Widget_Metas_Tag_Cloud', 'sort=mid&ignoreZeroCount=1&desc=0&limit=100')->to($tags); ?>
<?php if($tags->have()): ?>
<h3 class=&qu...
标签: php , 前端 , typecho
时间: 2015-12-18
分类: linux笔记
阅读:(763)
1.等号不能有空格例如a=1; b=2
变量名可以包含字母 数字 下划线;可以字母或者下划线开头,不能数字开头;建议不用大写字母开头,建议不用系统关键字做变量名包含特殊字符用单引号包含字符串用双引号
标签: linux , shell , 变量
时间: 2015-12-17
分类: linux笔记
阅读:(838)
这个插件是用来设置yum在调用软件源时的顺序的。因为官方提供的软件源,都是比较稳定和被推荐使用的。因此,官方源的顺序要高于第三方源的顺序。1.安装 yum-prioritiesyum install yum-priorities
2.priorities的配置文件是/etc/yum/pluginconf.d/priorities.conf,确认其是否存在。其内容为:[main]
enable...
标签: linux , yum
时间: 2015-12-17
分类: linux笔记
阅读:(743)
yum-downloadonly是yum的一个插件,可以将rpm包只下载而不安装1.安装插件yum install -y yum-downloadonly
2.下载命令例如下载sqlite-devel.i686yum install -y sqlite-devel.i686 --downloadonly --downloaddir=/home/
--downloaddir=参数可以指定下载到...
标签: linux , yum
时间: 2015-12-17
分类: linux笔记
阅读:(691)
1.将光盘插入2.挂载光盘[root@wangl ~]# mount /dev/cdrom /mnt/
mount: block device /dev/sr0 is write-protected, mounting read-only
3.备份原有的CentOS-Base.repo[root@wangl ~]# cd /etc/yum.repos.d/
[root@wangl yum.r...
标签: linux , yum
时间: 2015-12-17
分类: linux笔记
阅读:(855)
List of Commands:check Check for problems in the rpmdb
check-update 检查是否有软件包更新
clean 删除缓存的数据
deplist 列出软件包的依赖关系
distribution-synchronization Synchronize installed package...
标签: linux , 安装卸载 , yum
时间: 2015-12-16
分类: linux笔记
阅读:(779)
Usage: xz [OPTION]... [FILE]...Compress or decompress FILEs in the .xz format.Mandatory arguments to long options are mandatory for short options too. -z, --compress force...
标签: linux , 压缩解压 , xz
« 前一页 1 ... 3 4 5 6 7 8 9 ... 28 后一页 »