This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<targets> | |
<target xsi:type="File" name="base" fileName="${logDirectory}/peii-compass-${shortdate}.log" archiveNumbering="Sequence" archiveAboveSize="1048576" archiveFileName="${logDirectory}/{#######}.log"> | |
<!-- Add includeMdlc="true" to emit MDC properties --> | |
<layout xsi:type="JsonLayout" includeMdlc="true"> | |
<attribute name="date" layout="${longdate}" /> | |
<attribute name="event-properties" layout="${item=EventId_Id}" /> | |
<attribute name="level" layout="${level:upperCase=true}"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. On BitGo’s TEST environment, using the credentials and information above (BitGo’s account), perform the following operations and send us the results: | |
# a) Check the wallet’s balance, and send us the value | |
# b) Create a new address on that wallet, and send us the new address | |
# c) Send us the label of the wallet. | |
##1.a : 73921693 | |
##1.b : 2N14jHWc6dJCxPzpF5BUSC8yMD9PATmrkkS | |
##1.c : Solutions Engineering Candidate Technical Challenge Wallet - TBTC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// --- Compiling --- | |
$ wget http://download.redis.io/releases/redis-2.8.3.tar.gz | |
$ tar xzvf redis-2.8.3.tar.gz | |
$ cd redis-2.8.3 | |
$ make | |
$ make install | |
// --- or using yum --- | |
$ rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
$ rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm |