Skip to content

Instantly share code, notes, and snippets.

@cybern0id
cybern0id / YamahaFM.md
Created August 1, 2023 22:16 — forked from bryc/YamahaFM.md
Collecting info on Yamaha FM soundchips
@cybern0id
cybern0id / make_deb.sh
Created July 27, 2020 00:07 — forked from satmandu/make_current_arm64_rpi_kernel_debs.sh
Make arm64 deb packages for the offical Raspberry Pi Foundation arm64 kernels
#!/bin/bash -ex
# Builds arm64 debian packages from the rpi firmware repository kernels.
# This runs on an arm64 host with arm64 compilation tools...
# or with some sort of cross-compilation setup.
# Debs are put in $workdir/build
#
# This will NOT work in Raspbian unless you have an arm64 compilation
# environment setup. Has not been tested yet on
# Raspberry Pi OS (64 bit) beta test version
#
@cybern0id
cybern0id / gsm-setup.md
Created December 19, 2016 20:31 — forked from heyalexej/gsm-setup.md
SIM Card Management Through GSM Modem On Linux

SIM Card Management Over GSM Modem

A small guide on how to send and receive USSD codes on Linux

I am using the built in GSM (UMTS) modem of my Thinkpad X1 extensively because I am often in places with flaky internet connections. I connect through the standard Network Manager on Ubuntu and everything works fine. There was one major annoyance though. Every time I wanted to top up the SIM balance or book a new package, I needed a phone to send and receive USSD codes. So I took some time to figure out how to do it from the shell. I wrote this down as a help for others and a reminder for myself. Without further ado...

First intsall gammu and picocom.

~  sudo apt-get install -y gammu picocom