Skip to content

Instantly share code, notes, and snippets.

View bitbd83's full-sized avatar
💭
{ varStealing = null; where var coDe = openSource }gth>openWare

BitBD bitbd83

💭
{ varStealing = null; where var coDe = openSource }gth>openWare
View GitHub Profile
# Install rvm system-wide
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
# Update the packages
apt-get update
apt-get upgrade
apt-get install build-essential
# get the packages required by ruby
rvm pkg install zlib
@bitbd83
bitbd83 / facebook-contact-info-summary.rb
Created March 23, 2018 07:29 — forked from dylanmckay/facebook-contact-info-summary.rb
A Ruby script for collecting phone record statistics from a Facebook user data dump
#! /usr/bin/env ruby
# This script can be used to parse and dump the information from
# the 'html/contact_info.htm' file in a Facebook user data ZIP download.
#
# It dumps all cell phone call + SMS message + MMS records, plus a summary of each.
#
# Place this script inside the extracted Facebook data download folder
# alongside the 'html' folder.
#

Keybase proof

I hereby claim:

  • I am bitbd83 on github.
  • I am bitbd (https://keybase.io/bitbd) on keybase.
  • I have a public key ASBjtl6XXkcieYPxr2Z-NSjyYgsA2ljpAvcfklXGpDqLHAo

To claim this, I am signing this object:

@bitbd83
bitbd83 / TCP Socket Errors
Created November 14, 2019 20:23
Full list of TCP Socket ERROR code meanings.
0 = Success
1 = Operation not permitted
2 = No such file or directory
3 = No such process
4 = Interrupted system call
5 = Input/output error
6 = No such device or address
7 = Argument list too long
8 = Exec format error
#!/bin/bash
apt-get update
sudo apt-get install aptitude -y
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils git cmake -y
sudo add-apt-repository ppa:bitcoin/bitcoin -y
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y
sudo apt-get install libdb5.3++-dev -y
sudo apt-get install libminiupnpc-dev -y
@bitbd83
bitbd83 / FLT.sol
Last active November 21, 2019 19:13
Flit Token Contract
/**
* Flit Token is created 21th November 2019 Developer @BitBD >NEXBIT.IO
* Contract Address: 0xB351dA6ffEbd5DddD1dA037929FCf334d6B4A8D5
*/
pragma solidity ^0.4.11;

addnode=45.76.127.78 addnode=95.179.187.208 addnode=202.182.117.3 addnode=108.61.166.100 addnode=45.32.38.69 addnode=167.179.87.3

addnode=45.32.59.123 addnode=202.182.121.200

#!/bin/bash
sudo iptables -A INPUT -i lo -j ACCEPT
sleep 2
sudo iptables -A OUTPUT -o lo -j ACCEPT
sleep 2
sudo iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
sleep 2
sudo iptables -A OUTPUT -m conntrack --ctstate ESTABLISHED -j ACCEPT
sleep 2
#Server Config
#RPC Details
rpcuser=<yourid>
rpcpassword=<your pass>
rpcallowip=127.0.0.1 <you can define any IP>
listen=1
daemon=1
server=1
testnet=0
#!/bin/bash
apt-get update
sudo apt-get install aptitude -y
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils git cmake -y
sudo add-apt-repository ppa:bitcoin/bitcoin -y
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y
sudo apt-get install libdb5.3++-dev -y
sudo apt-get install libminiupnpc-dev -y