Skip to content

Instantly share code, notes, and snippets.

View camenlx's full-sized avatar

Ca.Men. camenlx

  • B.B.
  • Lisboa, Portugal
View GitHub Profile
@camenlx
camenlx / test3Box.io
Created June 18, 2020 23:11
test3Box.io
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreid5sxcvxbikmmoox2cpj23hdw2afto4dpcme2li754ucx4vcyzmx4 ✅
Create your profile today to start building social connection and trust online at https://3Box.io/

Keybase proof

I hereby claim:

  • I am camenlx on github.
  • I am cmelx (https://keybase.io/cmelx) on keybase.
  • I have a public key ASCEdqbfTYpaEt0aWwmX_RkOBoJY01pKfpPgvFr-fHf4-go

To claim this, I am signing this object:

@camenlx
camenlx / test_zeroonemini_at_01vps.sh
Last active December 10, 2018 09:46
test_zeroonemini_at_01vps
#!/bin/bash
set -x
echo change first to user: su - zocuser
cd zeroone
./zeroone-cli stop
sleep 60
mv zerooned zerooned_backup
mv zeroone-cli zeroone-cli_backup
wget https://github.com/zocteam/zeroone-binaries/raw/master/zeroonemini-0.12.3.4-x86_64-linux-gnu.zip
unzip zeroonemini-0.12.3.4-x86_64-linux-gnu.zip
@camenlx
camenlx / update_dextro_v2.0.2.3_at_01vps.sh
Last active December 12, 2018 23:30
update_dextro_v2.0.2.3_at_01vps
#!/bin/bash
set -x
echo change first to user: su - dxouser
cd dextro
./dextro-cli stop
sleep 60
rm dextrod
rm dextro-cli
wget https://github.com/dextrocoin/dextro/releases/download/2.0.2.3/dextro_v2.0.2.3_ubuntu_16.tar.gz
tar xvf dextro_v2.0.2.3_ubuntu_16.tar.gz