Skip to content

Instantly share code, notes, and snippets.

@wpa-2
wpa-2 / Install_Wifi_Hacking_Tools_RSP.sh
Created October 27, 2022 17:24 — forked from DGZN/Install_Wifi_Hacking_Tools_RSP.sh
Bash WiFi Hacking Tools on Raspberry Pi
echo "INSTALLING UTILITIES"
sudo apt-get update
cd ~/
wget http://http.us.debian.org/debian/pool/main/libx/libxcrypt/libxcrypt1_2.4-3.1_armhf.deb
wget http://http.us.debian.org/debian/pool/main/libx/libxcrypt/libxcrypt-dev_2.4-3.1_armhf.deb
dpkg -I libxcrypt1_2.4-3.1_armhf.deb libxcrypt-dev_2.4-3.1_armhf.deb
sudo apt-get install -y build-essential libpcap-dev libssl-dev git curl zlib1g-dev subversion openssl libreadline6-dev git-core zlib1g libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf automake libtool bison xterm
@wpa-2
wpa-2 / install_ruby_rpi.sh
Created May 26, 2022 19:46 — forked from blacktm/install_ruby_rpi.sh
A Bash script to install Ruby on the Raspberry Pi
#!/bin/bash
# --------------------------------------------------------------------------------------------
# Installs Ruby using rbenv/ruby-build on the Raspberry Pi (Raspbian)
#
# Run from the web:
# bash <(curl -s https://gist.githubusercontent.com/blacktm/8302741/raw/install_ruby_rpi.sh)
# --------------------------------------------------------------------------------------------
# Set the Ruby version you want to install