Skip to content

Instantly share code, notes, and snippets.

View b-berry's full-sized avatar

b-berry b-berry

  • Octave Bioscience
  • Menlo Park, CA
View GitHub Profile
This document does several things:
- Uses the instructions from Kali Linux ARM Raspberry Pi Full Disk Encryption, located here
https://www.kali.org/docs/arm/raspberry-pi-full-encryption/, to create instructions for full disk encryption of a
Rapsberry Pi OS
- Details some minimal initial security setup for a Raspberry Pi
- Details setting up some software development tools on a fresh Raspberry Pi OS installation
-- Details installing and configuring AwesomeWM
# # # # # # # # # # # # #
# Full Disk Encryption #

Keybase proof

I hereby claim:

  • I am b-berry on github.
  • I am bberry (https://keybase.io/bberry) on keybase.
  • I have a public key ASDlpDjuc7wSS82DG5_BsUaOquypbuZyJzzKQEI8vHa0zgo

To claim this, I am signing this object:

@b-berry
b-berry / README.md
Created November 17, 2017 01:38 — forked from rochoa/README.md
CARTO Node.js code test

CARTO Node.js code test

Introduction

At CARTO, among other things, we render maps, just check this example of Map with countries and USA states.

In order to limit the scope of the challenge, we are gonna use Mapnik and Node.js. Within this repository, we are providing all the pieces you need to reproduce that map. Well, all pieces except the map tile server.

An example of how to create an image with Mapnik:

@b-berry
b-berry / python_code_test_carto.md
Created November 17, 2017 01:37 — forked from jorgesancha/python_code_test_carto.md
Python code test - CARTO
@b-berry
b-berry / lg-convert-ros.rb
Last active July 25, 2017 17:41
lg-convert-ros
#!/usr/bin/env ruby
require 'fileutils'
require 'logger'
require 'nokogiri'
require 'open-uri'
require 'ostruct'
require 'optparse'
require 'securerandom'
require 'zip'