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
@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: