个人简介

Echo Blog


江湖无名 安心练剑
  • Julia
    Julia Julia is a fresh approach to technical computing. 特性 Fast Julia 从一开始就是为高性能而设计的。Julia程序通过LLVM编译为多个平台的高效本机代码。 Dynamic Julia 是动态类型的,感觉像脚本语言,并且对交互式使用有很好的支持。 Optionally Typed J...
    2018-08-17 00:40:44 | Lang
  • Ubuntu Zookeeper
    Download wget http://apache.fayea.com/zookeeper/zookeeper-3.4.9/zookeeper-3.4.9.tar.gz Create server1 mkdir server1 Unzip $ tar -zxf zookeeper-3.4.9.tar.gz -C /home/hbb/tool/zoo...
    2018-08-14 05:46:27 | Ubuntu
  • Ubuntu Tomcat
    download wget http://apache.fayea.com/tomcat/tomcat-9/v9.0.0.M15/bin/apache-tomcat-9.0.0.M15.tar.gz unzip $ tar -zxf apache-tomcat-9.0.0.M15.tar.gz $ ls apache-tomcat-9.0.0.M15 apache...
    2018-08-14 05:46:27 | Ubuntu
  • Ubuntu Sonar
    Download wget https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.2.zip unzip unzip sonarqube-6.2.zip config mysql create user sonar in mysql CREATE USER sonar I...
    2018-08-14 05:46:27 | Ubuntu
  • Ubuntu Redis
    Download $ wget http://download.redis.io/releases/redis-3.2.0.tar.gz $ tar xzf redis-3.2.0.tar.gz $ cd redis-3.2.0 $ make $ make test $ sudo make install Config redis vi /home/hbb/tool...
    2018-08-14 05:46:27 | Ubuntu
  • Ubuntu Phabricator
    部署 Config apache Config mysql More… 部署 大部分操作都需要root权限,建议切换至超级管理员操作。 cd /var/www/ 运行此 shell 脚本 #!/bin/bash confirm() { echo "Press RETURN to continue, or ^C to...
    2018-08-14 05:46:27 | Ubuntu
  • Ubuntu Nexus
    Download download A bundle with Jetty, only need JRE. I choose this way nexus-2.13.0-01-bundle.tar.gz; Unzip $ tar -zxf nexus-2.13.0-01-bundle.tar.gz $ ls nexus-2.13.0-01 nexus-2.13.0...
    2018-08-14 05:46:27 | Ubuntu
  • Ubuntu MySQL backup
    mysql开启日志功能 备份还原 mysql开启日志功能 查看是否开启 mysql> show variables like 'log_bin'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | log_bin | OFF | +--...
    2018-08-14 05:46:27 | Ubuntu