Skip to content

Instantly share code, notes, and snippets.

View jamer007's full-sized avatar

Jeremy Viel jamer007

View GitHub Profile
@semihkeskindev
semihkeskindev / disable_auto_gain.md
Last active February 1, 2025 14:20
Pulseaudio disable auto gain boost in Ubuntu/Kubuntu
  • Edit as root: sudo editor /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
  • Edit as root: sudo editor /usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf
  • Under "[Element Internal Mic Boost]" set "volume" to "zero".
  • Under "[Element Int Mic Boost]" set "volume" to "zero".
  • Under "[Element Mic Boost]" set "volume" to "zero".

If It's still same, then you can next other steps.

  • edit the file below:
@ragul28
ragul28 / daemonset-scaledown.md
Created January 11, 2020 09:20
k8s Trick to Scale down daemonset to zero
  • Scaling k8s daemonset down to zero
kubectl -n kube-system patch daemonset myDaemonset -p '{"spec": {"template": {"spec": {"nodeSelector": {"non-existing": "true"}}}}}'
  • Scaling up k8s daemonset
kubectl -n kube-system patch daemonset myDaemonset --type json -p='[{"op": "remove", "path": "/spec/template/spec/nodeSelector/non-existing"}]'
@francoism90
francoism90 / README.md
Last active October 6, 2025 20:54
Change country to unlock channels, increase TX-power. (Use at your own risk)

Disclaimer

Following instructions are provided without any warranty, and may even get you in trouble legally. The instructions are provided for testing, learning, preventing e-waste, and should be use with care. We (including contributers + commentators) are not responsible for any damage to your device(s) or any legal issues.

Getting Started

Instructions have been moved to https://github.com/francoism90/asus-router. :)