创建用户之后,使用ssh协议登陆提示失败。useradd -d /home/hdp -m hdp -g dba -s /bin/bash通过命令ssh -v hdp@127.0.0.1 登陆,查看debug日志,没有发现问题。查看linux系统日志:vi /var/log/message看到提示如下...
分类:
其他好文 时间:
2014-08-06 22:35:42
阅读次数:
207
注意,其中的/dev/ttyACM0 是串口设备,后面描述。
/etc/ppp/chat-wcdma
#!/bin/sh
#
# This is part 2 of the ppp-on script. It will perform the connection
# protocol for the desired connection.
#
exec /usr/sbin/chat...
分类:
其他好文 时间:
2014-08-06 19:24:02
阅读次数:
362
USE [clab]GO/****** Object: StoredProcedure [dbo].[sp_bd_getResultByEcd] Script Date: 08/06/2014 16:47:55 ******/SET ANSI_NULLS ONGOSET QUOTED_IDE...
分类:
数据库 时间:
2014-08-06 18:39:31
阅读次数:
324
Master:192.168.209.19Slave:192.168.209.20mysql版本:mysql5.6.131. 以root身份创建普通用户,如mysql,并创建mysql安装目录: # useradd mysql # passwd mysql # mkdir /mysql # chow...
分类:
数据库 时间:
2014-08-06 14:16:51
阅读次数:
274
今天学习jQuery,做练习计算html标签textarea字符长度,先添加一个视图操作(Action):创建一个视图,并按下面顺序标记1,2,3进行写html或javascript脚本:其中标记3的详细script:演示看看:其实,我们计算字符数字,一般不会这样去应用,而是因为限制字符长度,才添加...
分类:
Web程序 时间:
2014-08-06 14:11:41
阅读次数:
290
之前先在initializers 文件夹下建立了一个task.rb ,rails服务启动的时候执行,本地没问题,可是服务器上启动了3个进程,会执行3遍,解决方法是 把task.rb 放到 script/文件夹下,然后在项目根目录执行 ruby script/task.rb production &。...
分类:
其他好文 时间:
2014-08-06 01:21:30
阅读次数:
230
1. 安装使用chkconfig --list来查看是否装有vsftpd服务;使用yum命令直接安装:yum -y install vsftpd然后为它创建日志文件:touch /var/log/vsftpd.log2.建立ftp用户及主目录: # mkdir /var/ftp # useradd ...
分类:
其他好文 时间:
2014-08-05 22:26:00
阅读次数:
272
转:http://blog.csdn.net/gzh0222/article/details/7711281使用java vuser实现,发送gzip压缩json格式。/* * LoadRunner Java script. (Build: _build_number_) * * Script D....
分类:
Web程序 时间:
2014-08-05 22:12:30
阅读次数:
311
Applies to:Oracle Database - Enterprise Edition - Version 10.2.0.2 to 12.1.0.1 [Release 10.2 to 12.1] Linux x86 HP-UX PA-RISC (64-bit) IBM AIX on POWE...
分类:
数据库 时间:
2014-08-05 13:58:29
阅读次数:
455
Prepare Hadoop Streaming Hadoop streaming allows you to create and run Map/Reduce jobs with any executable or script as the mapper and/or the reducer....
分类:
其他好文 时间:
2014-08-05 13:47:29
阅读次数:
426