Skip to content

Instantly share code, notes, and snippets.

@133794m3r
133794m3r / kite_install.sh
Last active February 3, 2024 06:36
Kite installer fixed to make dpkg the top one to test.
#!/usr/bin/env bash
set -e
URL="https://linux.kite.com/linux/current/kite-installer"
# Exit codes:
# 1 - unknown/generic error
# 10 - OS unsupported
# 12 - no AVX support
# 15 - missing dependencies
@diyism
diyism / Use your android phone as a karaoke microphone in Linux.md
Last active May 7, 2025 07:08
Use your android phone as a karaoke microphone in Linux

micclient+WoMic is close source, while Mumble is open source, so on armbian tv, I can only use Mumble+Murmurd+Plumble.

====================1. "mumble+murmurd"(on arm64 armbian linux tv)+plumble(on android/ios)====================

refer: https://github.com/diyism/mic_over_mumble
sudo apt install mumble mumble-server
sudo systemctl stop mumble-server.service
sudo /lib/systemd/systemd-sysv-install disable mumble-server
@jcberthon
jcberthon / networkmanager-wifi-powersave.md
Last active May 7, 2025 12:45
NetworkManager Wi-Fi powersaving configuration

NetworkManager WiFi Power Saving

NetworkManager supports WiFi powersaving but the function is rather undocumented.

From the source code: wifi.powersave can have the following value:

  • NM_SETTING_WIRELESS_POWERSAVE_DEFAULT (0): use the default value
  • NM_SETTING_WIRELESS_POWERSAVE_IGNORE (1): don't touch existing setting
  • NM_SETTING_WIRELESS_POWERSAVE_DISABLE (2): disable powersave