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
Ubuntu Maven
下载
下载
Ensure you has install jdk before!
download
wget http://apache.fayea.com/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
unzip
$ tar -zxf apache-maven-3.3.9-bin....
2018-08-14 05:46:27 |
Ubuntu
Ubuntu LTS
下载
部署 LTS-admin
下载
Download
$ git clone https://github.com/ltsopensource/light-task-scheduler
Prepare
JDK
Maven
Zookeeper
MySQL
Build
$ pwd
/ho...
2018-08-14 05:46:27 |
Ubuntu
Ubuntu Jenkins
下载
下载
Download
download jenkies
Copy it into tomcat
cp jenkins.war ~/tool/tomcat/tomcat9/webapps/
Rename it as ROOT.war
mv jenkins.war ROOT.war
Start tomcat
./startup...
2018-08-14 05:46:27 |
Ubuntu
Ubuntu JDK
下载
download from the html
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
copy it into target place
houbinbindeMacBook-Pro:~ houbinbin$ cd ~/Downloa...
2018-08-14 05:46:27 |
Ubuntu
Ubuntu Git
下载
下载
$ apt-get install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
git is already the newest version.
0 upgraded, 0 newly installed, 0 to ...
2018-08-14 05:46:27 |
Ubuntu
Ubuntu Dubbo admin
download
失败的尝试
创建dubbo专属的tomcat
download
$ scp dubbo-admin-2.5.4-SNAPSHOT.war hbb@192.168.2.108:/home/hbb/tool/dubbo-admin/
失败的尝试
主要失败点: 和已有的 jenkins 有冲突。如果没有其他wa...
2018-08-14 05:46:27 |
Ubuntu