Skip to content

Instantly share code, notes, and snippets.

View TypeNaN's full-sized avatar
:octocat:
Full stack dev. Seeking new, challenging projects, collaborative success.

TypeNaN TypeNaN

:octocat:
Full stack dev. Seeking new, challenging projects, collaborative success.
View GitHub Profile

Hashcat brain on Raspberry Pi 3B / 3B+ and 4B

This gist will explain how to install and setup Hashcat brain on a Raspberry Pi based cluster.

I've initially tried to use VC4CL instead of POCL but I could not compile it on Ubuntu Server 18.04.5.

Even if I've also compiled CMake as requested, the compilation failed anyway...

Install build dependencies

@TypeNaN
TypeNaN / install_amdgpu__vce_mesa_opencl.sh
Created December 10, 2021 20:59 — forked from kadrim/install_amdgpu__vce_mesa_opencl.sh
Install amdgpu-pro packages on Debian (openCL, mesa, VCE) only.
#!/bin/bash
# -------------------------------------------------------------------------------------------------------------------------#
# 1st: Download the amdgpu-drivers from here: https://www.amd.com/de/support/kb/release-notes/rn-amdgpu-unified-navi-linux #
# -------------------------------------------------------------------------------------------------------------------------#
#=============================#
### CONFIG ###
# ADJUST VERSIONS ACCORDINGLY!
PACKAGE="amdgpu-pro"
@TypeNaN
TypeNaN / i3 setup.md
Created June 18, 2022 14:08 — forked from grammy-jiang/i3 setup.md
i3 setup and configuration on Raspberry Pi 3