Skip to content

Instantly share code, notes, and snippets.

View sorend's full-sized avatar

Søren A D sorend

  • Sri Venkateswara University
  • Tirupati, INDIA
View GitHub Profile
@sorend
sorend / README.md
Last active March 7, 2025 03:26
Tailscale exit-node through gluetun (here AirVPN) on Kubernetes

Using tailscale with gluetun (and here AirVPN)

Network overview: Your device <-- internet --> VPN-provider <-- tailnet --> Kubernetes-Pod <-- vpn --> Internet

  1. Go into the AIRVPN client area and create a new device and a generate a configuration for the device.
  2. Go into the tailscale dashboard add a Linux server and note down the auth key
  3. Fill out the details in the secrets
  4. Apply the resources
@sorend
sorend / Update firwmware WD Black SN770 firmware on Arch Linux.md
Last active March 27, 2025 17:12
Update firmware WD Black SN770 firmware on Arch Linux

Update firmware WD Black SN770 firmware on Arch Linux

Been having problems with my new SN770 drive, and decided to check if I can firmware update it on Linux. WD only provides a Windows tool, Western Digital Dashboard to download and install firmwares, but, it's possible to find the firmware and install it using Linux tooling as well.

1. Check that nvme-cli is installed:

❱ sudo pacman -S nvme-cli
@sorend
sorend / README.md
Last active February 27, 2021 16:32
Enpass JSON to Firefox CSV password import converter

Enpass JSON to Firefox CSV password importer

This script allows you to convert the Enpass JSON export format into a format that Firefox can read.

Usage

  1. Get enpass.json by using File > Export in Enpass
  2. Run script
  3. Import converted csv in Firefox.
<match kubernetes.**>
@type rewrite_tag_filter
@id id_rewrite_tag_filter.multiline
<rule>
key fluentd_multiline
pattern /^false$/
tag plain.${tag}
</rule>
<rule>
key fluentd_multiline
<filter kubernetes.**>
@type grep
@id id_grep.fluentd_include
<regexp>
key fluentd_include
pattern /^true$/
</regexp>
</filter>
<filter kubernetes.**>
@type record_transformer
@id id_kubernetes_metadata.fluentd.annotations
enable_ruby
<record>
fluentd_include ${record.dig("kubernetes", "annotations", "fluentd/include") ? record.dig("kubernetes", "annotations", "fluentd/include") : record.dig("kubernetes", "namespace_annotations", "fluentd/include") ? (record["kubernetes"]["namespace_annotations"]["fluentd/include"]) : ("false")}
fluentd_multiline ${record.dig("kubernetes", "annotations", "fluentd/multiline") ? record.dig("kubernetes", "annotations", "fluentd/multiline") : record.dig("kubernetes", "namespace_annotations", "fluentd/multiline") ? (record["kubernetes"]["namespace_annotations"]["fluentd/multiline"]) : ("false")}
</record>
</filter>
<filter kubernetes.**>
@type kubernetes_metadata
@id id_kubernetes_metadata
annotation_match [ "^fluentd" ]
de_dot false
</filter>
<source>
@id kubernetes.log
@type tail
@label @containers
tag kubernetes.*
path /var/log/containers/*.log
exclude_path [
"/var/log/containers/fluentd-k8s-*.log",
"/var/log/containers/*_kube-system_*.log",
"/var/log/containers/*_flux-system_*.log",
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"metadata": {
"name": "Calculating pi"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{