1.Splunk接收器开启在Splunk服务器安装目录,执行./splunkenablelisten9997–auth<username>:<password>Username默认为splunkweb登陆用户名Password默认为splunkweb登陆密码./splunkenablelisten9997–authadmin:changme2.Splunk转发器安装(Linux下安装,Windows的..
分类:
其他好文 时间:
2014-09-03 15:08:37
阅读次数:
276
进入mysqlserver
如下:
Enter password: ******
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 810
Server version: 5.6.10 MySQL Community Server (GPL)
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights rese...
分类:
数据库 时间:
2014-09-03 15:03:46
阅读次数:
243
host1:~#echomidware1|passwd--stdinmidwareChangingpasswordformidware.passwd:Haveexhaustedmaximumnumberofretriesforservice修改/etc/pam.d/common-passwordpasswordrequiredpam_pwhistory.soremember=5retry=3修改remember参数为1,修改完密码之后再将参数恢复。
分类:
其他好文 时间:
2014-09-03 13:18:17
阅读次数:
1296
要求:1、接受用户输入;2、判断用户是否是alex,如果不是重新接受输入;3、判断用户alex的密码是否是11111,若不是重新输入;代码如下:input=raw_input("yourname:")
whileTrue:
ifinput==‘alex‘:
print"welcomealex"
password=raw_input("yourpassword:")
p=‘111111‘
while..
分类:
编程语言 时间:
2014-09-03 02:45:16
阅读次数:
223
#yuminstallmariadb-server#(yuminstallmariadb)上步直接安装mariadb,#systemctlstartmariadb#mysql没有密码直接进入安全启动用:mysqld_safeselectuser,password,hostfromuser;这里可以用updateusersethost=‘%‘whereuser=‘root‘;替代:updateusersethost=‘%‘whereuser=‘root‘..
分类:
数据库 时间:
2014-09-03 02:39:16
阅读次数:
314
1、HttpClient 使用方式public static String loginByClientGet(String username,String password) { try { //打开浏览器 Ht...
分类:
移动开发 时间:
2014-09-02 22:39:25
阅读次数:
292
创建一个表:create table t1 (id int primary key,username varchar(20),password varchar(20)); 创建单个索引的语法:create index 索引名 on 表名(字段名) 索引名一般是:表名_字段名 给id创建索引:crea...
分类:
其他好文 时间:
2014-09-02 19:48:45
阅读次数:
213
[root@mysql ~]# mysql -uroot -h192.168.56.105 -p
Enter password:
ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.56.105' (113)
问题的分析
出现上述问题,可能有以下几种可能
1. my.cnf 配置文件中 skip-netwo...
分类:
数据库 时间:
2014-09-02 17:55:25
阅读次数:
2113
作者: 木頭 来源: PHPChina 开源社区门户1、vsftpd配置参数详细整理#接受匿名用户anonymous_enable=YES#匿名用户login时不询问口令no_anon_password=YES#匿名用户主目录anon_root=(none)#接受本地用户local_enable=....
分类:
其他好文 时间:
2014-09-02 17:16:05
阅读次数:
334
head 头部 body 身体 title 标题 table表格 list 列表 item条款 row 行 column列 form 表单 input输入 text 文本 password 密码 ...
分类:
Web程序 时间:
2014-09-02 15:43:54
阅读次数:
525