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
@TypeNaN
TypeNaN / config.txt
Created November 15, 2025 20:30 — forked from GrayJack/config.txt
Very complete and documented config.txt file for raspberry pi
# See /boot/overlays/README for all available options
##############################################################################
## Raspberry Pi Configuration Settings
##
## Revision 18, 2018/03/05
##
## Details taken from the eLinux wiki
## For up-to-date information please refer to wiki page.
##
## Wiki Location : http://elinux.org/RPiconfig
@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
@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"

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