Install the Latest VirtualBox on Ubuntu 18.04 LTS
!robot | 01/01/2018 | Applications, Labs, Linux Ubuntu | 6 Comments
Since Ubuntu 18.04 LTS was released, I have been testing it in my lab environmen...
...继续阅读
(22)
$ sudo vi /etc/gitlab/gitlab.rb # Change the external_url to the address your users will type in their browser#Sending application email via SMTPgitlab_rails['smtp_enable'] ...
...继续阅读
(16)
使用源码是因为有大量的例子都在源码中,而且官方guide也是会用到源码,因此拿到源码多多益善。注意要用1.0-release的代码1.在使用go get的时候会创建gopath路径# go get github.com/hyperledger/fabricroot@VM-0-13-ubuntu:/opt/gopath/src/github.com/hyperledger/fabric# lsbcc...
...继续阅读
(10)
Using the In-Memory Analyst Zeppelin InterpreterThe in-memory analyst provides an interpreter implementation for Apache Zeppelin. This tutorial topic explains how to install the in-memory analyst inte
...继续阅读
(15)
1.在conf中,将zeppelin-site.xml.template拷贝成zeppelin-site.xml zeppelin.anonymous.allowed false Anonymous user allowed by default2.将shiro.ini.template拷贝为shiro.ini修改里面的用户名和密码
...继续阅读
(15)
require('iconv')Error: Cannot find module 'iconv' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at
...继续阅读
(14)
#启动mysql
sudo service mysqld start
#查看mysql启动状态
sudo service mysqld status
#获取初始化密码
#由于mysql5.7加强了安全性的设置,root密码默认不再为空,而是通过生成随机密码。
#刚安装时死活找不到密码,网上查了很多资料也都不靠谱。折腾了好久之后在官网找到了相应的说明
sudo grep 'temporary pas
...继续阅读
(15)
bdd 启动 data processing进程报错 Can't locate LWP.pm in @INCCan't locate LWP.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .).BEGIN failed--compilation aborted.安装CPAN的方法 yum -y install perl-CPAN解决方法:History of LWPIntroduction to Web AutomationWords of Caution1.3. Installing LWPLWP and the associated modules areavailablein various distributions free from the Comprehensive Perl ArchiveNetwork (CPAN). The main distributionsare listed at the start ofAppendix A, "LWP Modules", although t
...继续阅读
(28)
Install Oracle 11G Release 2 (11.2) on Oracle Linux 7 (OEL7)Posted onMay 3, 2014This article presents how to install Oracle 11G on Oracle Enterprise Linux 7 (OEL7).Read following article how to install Oracle Enterprise Linux 7:Install Oracle Linux 7 (OEL7)(for comfort set 2G memory for your virtual machine before proceeding with Oracle software installation).Installation software is available on OTN version 11.2.0.1 or metalink 11.2.0.4. In this installation I’m presenting installation for 11.2.0.4 but for previous version 11.2.0.X it shouldn’t be different.Oracle software which I verifiedrel
...继续阅读
(30)