This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nowatchdog nvme_load=YES net.ifnames=0 biosdevname=0 udev.log_priority=debug loglevel=debug psi=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vm.dirty_ratio=3 | |
kernel.sysrq=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kernel.dmesg_restrict = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/hint/bash | |
# | |
# /etc/makepkg.conf | |
# | |
######################################################################### | |
# SOURCE ACQUISITION | |
######################################################################### | |
# | |
#-- The download utilities that makepkg should use to acquire sources |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# $PARU_CONF | |
# /etc/paru.conf | |
# ~/.config/paru/paru.conf | |
# | |
# See the paru.conf(5) manpage for options | |
# | |
# GENERAL OPTIONS | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# /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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alsa-utils | |
amd-ucode | |
archlinux-wallpaper | |
audacious | |
autoconf | |
automake | |
b43-fwcutter | |
baobab | |
base | |
base-devel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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, |
NewerOlder