Exit codes and kill-job signals 退出代号和杀死作业的信号 The exit code from a batch job is a standard Unix termination status, the same sort of numbe...
Continue reading这是一个vim命令操的基础教程,如下的命令是比较常用的命令,几乎都需要记住。所以想高效的写代码也是需要付出一定的代价的。 用vim打开文件 vi filename 打开或新建文件,并将光标置于第一行首 vi +n filename 打开文件,并将光标置于第n行首 ...
Continue reading1.系统服务 检查开机启动状态 chkconfig --list httpd 0-6为对应启动级别是否启动 设置开机启动 chkconfig httpd on 设置开机不启动 chkconfig httpd off 2.非系统服务 编辑/etc/rc.d...
Continue reading1.下载Linux对应的RPM包 http://dev.mysql.com/downloads/mysql/5.6.html wget http://cdn.mysql.com//Downloads/MySQL-5.6/MySQL-5.6.33-1.el6.x86_64.r...
Continue reading原因 反向DNS解析默认值设置为yes,将其改为no之后就好了 解决方法 1.编辑sshd_config文件:vi /etc/ssh/sshd_config 2.把UseDNS前面的#号去掉,把yes 改变为no,UseDNS no 3.重启下ssh:service ssh...
Continue reading首先下载JKD,以JDK1.8为例 把下载下来的压缩包放到指定位置,比如用户的家目录 #进行解压 tar -zxvf jdk-8u101-linux-x64.tar.gz #配置环境变量 #当前用户环境变量配置文件在~/.bashrc #系统环境变量配置文件在/etc/pr...
Continue reading