Skip to content

Instantly share code, notes, and snippets.

View danvsilva's full-sized avatar

Dan V Silva danvsilva

View GitHub Profile
@danvsilva
danvsilva / README.md
Created December 10, 2023 00:35 — forked from aidos-dev/README.md
How to connect Apple AirPods to Linux (Ubuntu/Mint)

How to connect Apple AirPods to Linux (Ubuntu/Mint)

Step 1.

Open your terminal.

In the root directory run the command:

sudo nano /etc/bluetooth/main.conf

Keybase proof

I hereby claim:

  • I am danvsilva on github.
  • I am b3zzm0 (https://keybase.io/b3zzm0) on keybase.
  • I have a public key ASD0MExw42WASbH8gc3CtCNjHH6QrpdBcJqNTRkTE2SroAo

To claim this, I am signing this object:

@danvsilva
danvsilva / pod.yaml
Created September 10, 2022 16:58 — forked from matthewpalmer/pod.yaml
Example for using NFS volume in pod
# Create a pod that reads and writes to the
# NFS server via an NFS volume.
kind: Pod
apiVersion: v1
metadata:
name: pod-using-nfs
spec:
# Add the server as an NFS volume for the pod
volumes: