Skip to content

Instantly share code, notes, and snippets.

View d3cod3's full-sized avatar

Emanuele Mazza d3cod3

View GitHub Profile
@d3cod3
d3cod3 / README.md
Last active January 15, 2021 19:43
MULE - MUrs de Libre Expresión

MULE - MUrs de Libre Expresión

1 - Using the last official Raspbian Buster Lite from https://www.raspberrypi.org/downloads/raspbian/

Direct link: https://downloads.raspberrypi.org/raspbian_lite_latest

2 - Scrambling microSD card (patience here)

This is a good method to make the drive almost impossible to forensic extract previous data, apply this step if you're going to use a previously used microSD card (from a camera, from another raspberry Pi project, etc) so your previous data will be reasonably safe. If you just buyed a new microSD card, this step is not really necessary.

@d3cod3
d3cod3 / install_mosaic_linuxmint.sh
Last active September 26, 2020 09:01
Linux Mint automatic install for Mosaic (https://github.com/d3cod3/Mosaic)
#!/bin/bash
###############################################################################
# ----------------------------------------------------------
# Mosaic | OF Visual Patching Developer Platform
#
# Copyright (c) 2019 Emanuele Mazza aka n3m3da
#
# Mosaic is distributed under the MIT License. This gives everyone the
# freedoms to use Mosaic in any context: commercial or non-commercial,
@d3cod3
d3cod3 / install_mosaic_ubuntu.sh
Last active September 14, 2020 10:08
Ubuntu automatic install for Mosaic (https://github.com/d3cod3/Mosaic)
#!/bin/bash
###############################################################################
# ----------------------------------------------------------
# Mosaic | OF Visual Patching Developer Platform
#
# Copyright (c) 2019 Emanuele Mazza aka n3m3da
#
# Mosaic is distributed under the MIT License. This gives everyone the
# freedoms to use Mosaic in any context: commercial or non-commercial,
@d3cod3
d3cod3 / install_mosaic_debian.sh
Last active September 14, 2020 10:07
Debian automatic Mosaic install script (https://github.com/d3cod3/Mosaic)
#!/bin/bash
###############################################################################
# ----------------------------------------------------------
# Mosaic | OF Visual Patching Developer Platform
#
# Copyright (c) 2019 Emanuele Mazza aka n3m3da
#
# Mosaic is distributed under the MIT License. This gives everyone the
# freedoms to use Mosaic in any context: commercial or non-commercial,
@d3cod3
d3cod3 / install_mosaic_ubuntustudio.sh
Last active September 14, 2020 10:05
Ubuntu Studio automatic install for Mosaic (https://github.com/d3cod3/Mosaic)
#!/bin/bash
###############################################################################
# ----------------------------------------------------------
# Mosaic | OF Visual Patching Developer Platform
#
# Copyright (c) 2019 Emanuele Mazza aka n3m3da
#
# Mosaic is distributed under the MIT License. This gives everyone the
# freedoms to use Mosaic in any context: commercial or non-commercial,
@d3cod3
d3cod3 / install_mosaic_fedora.sh
Last active September 14, 2020 10:04
Fedora automatic Mosaic install script (https://github.com/d3cod3/Mosaic)
#!/bin/bash
###############################################################################
# ----------------------------------------------------------
# Mosaic | OF Visual Patching Developer Platform
#
# Copyright (c) 2019 Emanuele Mazza aka n3m3da
#
# Mosaic is distributed under the MIT License. This gives everyone the
# freedoms to use Mosaic in any context: commercial or non-commercial,
@d3cod3
d3cod3 / install_mosaic_archlinux.sh
Last active September 14, 2020 10:03
Arch Linux automatic Mosaic installer
#!/bin/bash
###############################################################################
# ----------------------------------------------------------
# Mosaic | OF Visual Patching Developer Platform
#
# Copyright (c) 2020 Emanuele Mazza aka n3m3da
#
# Mosaic is distributed under the MIT License. This gives everyone the
# freedoms to use Mosaic in any context: commercial or non-commercial,