Skip to content

Instantly share code, notes, and snippets.

View 4ban's full-sized avatar
:octocat:
Just coding

Dima 4ban

:octocat:
Just coding
View GitHub Profile
@4ban
4ban / install-wifi.sh
Created May 2, 2024 22:50
install-wifi script for installing wifi dongle driver (Raspberry Pi)
#!/bin/bash
#set -e
# origin-source: http://www.fars-robotics.net/install-wifi
# install-wifi - v9.4 - by MrEngman.
# After downloading this script:
# $ sudo mv ./install-wifi /usr/bin/install-wifi
# $ sudo chmod +x /usr/bin/install-wifi
# $ sudo install-wifi -h
#
@4ban
4ban / 1-setup.md
Created December 18, 2019 02:29 — forked from troyfontaine/1-setup.md
Signing your Git Commits using GPG on MacOS Sierra/High Sierra

Methods of Signing with GPG

There are now two ways to approach this:

  1. Using gpg and generating keys
  2. Using Kryptonite by krypt.co

This Gist explains how to do this using gpg in a step-by-step fashion. Kryptonite is actually wickedly easy to use-but you will still need to follow the instructions

For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing with either GPG or Krypt.co.