Skip to content

Instantly share code, notes, and snippets.

@k0d4
k0d4 / AdbCommands
Created December 4, 2023 22:17 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
nowatchdog nvme_load=YES net.ifnames=0 biosdevname=0 udev.log_priority=debug loglevel=debug psi=1
@k0d4
k0d4 / gist:52f73b46dce0c94bc4deca4d216f49ef
Created April 28, 2023 17:03
vm.dirty=2 and enable sysrq
vm.dirty_ratio=3
kernel.sysrq=1
kernel.dmesg_restrict = 0
@k0d4
k0d4 / gist:9cbfa28c7a549cd90519c4f551f9cb7c
Created April 28, 2023 16:01
makepkg Configuration File
#!/hint/bash
#
# /etc/makepkg.conf
#
#########################################################################
# SOURCE ACQUISITION
#########################################################################
#
#-- The download utilities that makepkg should use to acquire sources
@k0d4
k0d4 / gist:e4f7722c90d3471759489fdacf9f5a35
Created April 28, 2023 16:00
Paru Configuration File
#
# $PARU_CONF
# /etc/paru.conf
# ~/.config/paru/paru.conf
#
# See the paru.conf(5) manpage for options
#
# GENERAL OPTIONS
#
@k0d4
k0d4 / gist:e225fcf0feb004bbff658288cea8fd84
Last active April 28, 2023 15:59
Pacman Configuration File
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
@k0d4
k0d4 / koda-arch.pacmanity
Last active April 25, 2023 20:35
koda-arch: List of installed packages
alsa-utils
amd-ucode
archlinux-wallpaper
audacious
autoconf
automake
b43-fwcutter
baobab
base
base-devel
@k0d4
k0d4 / k0d4-manjaro-en.pacmanity
Created April 19, 2023 04:17
k0d4-manjaro-en: List of installed packages
a52dec
aalib
abseil-cpp
accountsservice
acl
acpi
acpid
adobe-source-code-pro-fonts
adobe-source-han-sans-cn-fonts
adobe-source-han-sans-jp-fonts
@k0d4
k0d4 / 50-alsa-config.lua
Created April 18, 2023 06:46
Wireplumber config for 96kHz output
-- install this file in /etc/wireplumber/main.lua.d
alsa_monitor.enabled = true
alsa_monitor.properties = {
-- Create a JACK device. This is not enabled by default because
-- it requires that the PipeWire JACK replacement libraries are
-- not used by the session manager, in order to be able to
-- connect to the real JACK server.
--["alsa.jack-device"] = false,