You want your token to have fixed max supply (NFT is just token with 1 max supply).
#Installing Python2.7 If you download a different version it should work similarly.
cd ~
wget https://www.python.org/ftp/python/2.7.13/Python-2.7.13.tgz
tar -xzvf Python-2.7.13.tgz
cd Python-2.7.13
./configure
make altinstall prefix=~/.local/
#!/usr/bin/env bash | |
# repository | |
cd /tmp | |
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
rpm -Uvh epel-release-6-8.noarch.rpm | |
# system update | |
yum -y update | |
yum -y groupinstall "Development Tools" | |
yum -y install libxslt-devel libyaml-devel libxml2-devel gdbm-devel libffi-devel zlib-devel openssl-devel libyaml-devel readline-devel curl-devel openssl-devel pcre-devel git memcached-devel valgrind-devel mysql-devel ImageMagick-devel ImageMagick |
#!/bin/bash | |
#################################### | |
### Just a curl result into json ### | |
#################################### | |
### How to: $./curl_result2json.sh yoursite2check ### | |
log=curl_result_`date +"%F"`.json | |
site=$1 |
############################################################################### | |
# The MIT License | |
# | |
# Copyright 2012-2014 Jakub Jirutka <[email protected]>. | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is |
racktables-propel is created to automate the task of adding the server(physical | virtual) information to the Racktables, information like system serial number, CPU count, memory, operating system installed and version, kernel release, system model, uuid etc. this will eliminate the manual input of the server information on Racktables and also avoid to missed and forget the task of including the server(and its info) on the Racktables(which is always happened) especially when there's a machine that's freshly build.
racktables-propel is a script created using Ruby and the following library(gems)
facter - to extract the system information yaml - to convert the extracted information on yaml and parse the converted yaml info