Skip to content

Instantly share code, notes, and snippets.

View albertfilice's full-sized avatar

Albert Filice albertfilice

View GitHub Profile
@albertfilice
albertfilice / Attempt 1 - Bookworm
Last active March 13, 2024 02:41
Beepy OrangePi Zero 2 W Attempt
1. Get image (Debian Bookworm):
- http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-Zero-2W.html
- Orangepizero2w_1.0.0_debian_bookworm_desktop_xfce_linux6.1.31.img
2. Use Etcher to burn the image on SD card
3. Edit the /boot/orangepi_first_run.txt.template file and rename it
4. Insert SD card into board/beepy and boot up
5. SSH into the system and run `sudo apt update && sudo apt upgrade`
6. Clone repo:
$ git clone https://github.com/LuRenJiasWorld/Beepy-OrangePi-Zero2W-Tweaks.git
7. Install Linux headers:
Help from here: http://gitm8.com/running-awus036nhr-in-virtualbox-kali/
and here: http://www.fixedbyvonnie.com/2015/04/welcome-to-kali-linux-part-2-of-3/#.VkPK8q6rTdQ
Adapter: http://www.amazon.com/gp/product/B0035APGP6
1. Download the VirtualBox image for Kali 2.0
2. Import it into VirtualBox
3. Set up the machine as normal
4. In the network tab disable the network interfaces
5. Change to the Ports tab
6. Change to the USB portion of the Ports tab
@albertfilice
albertfilice / 4inWaveShareRpi2
Created October 5, 2015 23:15
How I set up the 4inch WaveShare screen on the Raspberry Pi 2 so hopefully I can do it again.
RASPBIAN WHEEZY
Clean install
Edit /usr/share/X11/xorg.conf.d/99-fbturbo.conf
$ sudo nano /usr/share/X11/xorg.conf.d/99-fbturbo.conf
>> Option “fbdev” “/dev/fb0″ and change the fb0 to fb1:
Enable SPI
sudo raspi-config
@albertfilice
albertfilice / What I did (VT220 Setup)
Last active September 13, 2020 21:23
VT220 Setup
#####
IF YOU'RE COMING HERE BECAUSE OF PROBLEMS MAKE SURE YOU HAVE THE PROPPER ADAPTER
I tried several adapters and the one from Tripplite works the best. Some don't work at all, others create a lot of gibberish on the VT220.
Link: http://www.amazon.com/gp/product/B0000VYJRY/ref=oh_aui_detailpage_o02_s00?ie=UTF8&psc=1
#####
1. Installed drivers for USB -> Serial adapter
2. Run ls /dev/tty.*
I see my adapter as: '/dev/tty.usbserial'