Skip to content

Instantly share code, notes, and snippets.

View rvolosatovs's full-sized avatar

Roman Volosatovs rvolosatovs

View GitHub Profile
@rvolosatovs
rvolosatovs / dumb-ap-wired-link.sh
Created November 21, 2019 23:29 — forked from braian87b/dumb-ap-wired-link.sh
How to setup a Dumb AP, Wired backbone for OpenWRT / LEDE
@rvolosatovs
rvolosatovs / install.sh
Last active November 5, 2017 13:37 — forked from wdullaer/install.sh
Install Latest Docker and Docker-compose on Ubuntu
#!/usr/bin/env bash
# Ask for the user password
# Script only works if sudo caches the password for a few minutes
sudo true
# Install kernel extra's to enable docker aufs support
# sudo apt-get -y install linux-image-extra-$(uname -r)
# Add Docker PPA and install latest version
@rvolosatovs
rvolosatovs / .gitignore
Created October 12, 2017 07:55 — forked from datakurre/.gitignore
Minimal Nix Docker
*.tar.gz
.sentinel.*