cat /proc/sys/net/bridge/bridge-nf-call-iptablessysctl vm.swappiness=0
swapoff -a| ! "Enabled modi" Set from: Default | |
| ! rofi.modi: window,run,ssh | |
| ! "Window opacity" Set from: Default | |
| ! rofi.opacity: 100 | |
| ! "Window width" Set from: File | |
| rofi.width: 20 | |
| ! "Number of lines" Set from: Default | |
| ! rofi.lines: 15 | |
| ! "Number of columns" Set from: Default | |
| ! rofi.columns: 1 |
| { | |
| "background" : "#282828", | |
| "black" : "#282828", | |
| "blue" : "#458588", | |
| "brightBlack" : "#928374", | |
| "brightBlue" : "#83A598", | |
| "brightCyan" : "#8EC07C", | |
| "brightGreen" : "#B8BB26", | |
| "brightPurple" : "#D3869B", | |
| "brightRed" : "#FB4934", |
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| labels: | |
| app: traefik | |
| name: traefik | |
| namespace: default | |
| spec: | |
| replicas: 1 | |
| selector: |
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "net" | |
| "os" | |
| "dagger.io/dagger" | |
| k8smeta "k8s.io/apimachinery/pkg/apis/meta/v1" |