Skip to content

Instantly share code, notes, and snippets.

View rakibulinux's full-sized avatar
🥰
Work Lover

MD RAKIBUL ISLAM RAKIB rakibulinux

🥰
Work Lover
View GitHub Profile
@rakibulinux
rakibulinux / Hackrf.sh
Created May 27, 2021 09:14 — forked from UbuntuEvangelist/Hackrf.sh
HackRF One From Great Scott Gadgets Ubuntu Install
# NB: This Gist was made to understand how GSM network work. Not for bad hacking !
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo add-apt-repository ppa:wireshark-dev/stable
sudo apt update
sudo apt install wireshark
@rakibulinux
rakibulinux / docker-compose.yaml
Created January 25, 2021 17:46 — forked from alinetskyi/docker-compose.yaml
Ethereum node deployment file
version: '3.6'
services:
geth:
image: ethereum/client-go:stable
restart: always
command: |
--rpc
--rpcaddr=0.0.0.0
--rpcport=8545

#Ubuntu for Development and SRE Work

###Upstart Fix Ubuntu has recently made the switch to SystemD. Not a bad thing, but many scripts (like the SSH one coming up next) still use Upstart. Lukcily we have a quick fix to tide us ove in the interim.

sudo apt-get install -y systemd-sysv

###Remove CDROM from Soures sudo sed -i '/cdrom/d' /etc/apt/sources.list

@rakibulinux
rakibulinux / xenioscoin.sh
Last active May 27, 2020 17:55 — forked from UbuntuEvangelist/xenioscoin.sh
Xenioscoin Dependencies Ubuntu 18.04.4 LTS
#!/bin/bash
# List of packages to install before building xenioscoin
packagelist=(
Babel==2.6.0
chardet==3.0.4
decorator==4.3.0
docutils==0.14
ebaysdk==2.1.5