摘要: curl -H "Content-Type: application/json" -XPUT http://172.16.206.114:9200/index-demo/user/1 -d'{"name" : "jack","age": 28}' curl -H "Content-Type: app 阅读全文
posted @ 2020-09-09 14:34 MoStart 阅读(239) 评论(0) 推荐(0) 编辑
摘要: wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 1.2解压 bzip2 -d phantomjs-2.1.1-linux-x86_64.tar.bz2 tar xvf 阅读全文
posted @ 2020-09-05 23:31 MoStart 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1.wget https://nodejs.org/dist/v12.18.3/node-v12.18.3-linux-x64.tar.xz 2.tar xvf node-v12.18.3-linux-x64.tar.xz -C /usr/local/ 3. mv /usr/local/node-v 阅读全文
posted @ 2020-09-05 22:57 MoStart 阅读(634) 评论(0) 推荐(0) 编辑
摘要: 一:拓扑图 二:LSW交换机配置 acl number 3000 rule 1 permit ip source 172.16.2.1 0 # traffic classifier c1 operator and if-match acl 3000 # traffic behavior b1 red 阅读全文
posted @ 2020-09-04 21:57 MoStart 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1.安装JDK 2.yum -y install epel-release3.yum -y install nodejs npm git4.git clone git://github.com/mobz/elasticsearch-head.git5.cd elasticsearch-head/5. 阅读全文
posted @ 2020-09-03 21:16 MoStart 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1.安装nginx groupadd nginx useradd -g nginx nginx -M -s /sbin/nologin yum -y install gcc gcc-c++ pcre-devel zlib-devel tar zxvf nginx-1.11.5.tar.gz cd n 阅读全文
posted @ 2020-04-27 09:20 MoStart 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 删除旧php包 yum remove php.x86_64 php-cli.x86_64 php-common.x86_64 php-gd.x86_64 php-ldap.x86_64 php-mbstring.x86_64 php-mcrypt.x86_64 php-mysql.x86_64 ph 阅读全文
posted @ 2020-04-26 14:12 MoStart 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 使用ROOT用户操作以下: 一、在$oracle_home/jdk/jre/lib/fonts 目录下新建文件夹fallback #mkdir fallback 二、从WINDOW系统的windows/fonts下拷贝simsun.ttc字体文件到新建的fallback目录下 三、将simsun.t 阅读全文
posted @ 2019-06-12 11:05 MoStart 阅读(204) 评论(0) 推荐(0) 编辑
摘要: centos7 安装oracle 11g数据库 一.准备软件 1.linux centos 7 2.linux.x64_11gR2_database_1of2 3.linux.x64_11gR2_database_2of2 4.jdk-8u171-linux-x64.tar.gz 二,安装java 阅读全文
posted @ 2019-06-10 15:40 MoStart 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 打开XSHELL 登陆ORACLE用户 1.sqlplus scott/scott 提示登陆失败 2.sqplus / as sysdba 启动数据库提示 3.查找日志 操作日志:$ORACLE_HOME/startup.log 启动日志:$ORACLE_BASE/diag/rdbms/ora11g 阅读全文
posted @ 2019-04-14 14:54 MoStart 阅读(685) 评论(0) 推荐(0) 编辑