Skip to content

Instantly share code, notes, and snippets.

@gaurav21
gaurav21 / peii-compass
Last active December 9, 2022 06:38
peii-compass
<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}"/>
@gaurav21
gaurav21 / gist:971364a8e4c2e64b048a4d361823d1eb
Last active May 27, 2022 07:51
Solutions Architect - gaurav sharma
# 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
@gaurav21
gaurav21 / 1) Install
Created November 30, 2015 11:01 — forked from nghuuphuoc/1) Install
Install Redis on Centos 6
// --- 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