About 2,170,000 results
Open links in new tab
  1. What ~/.config refers to and how to put files there?

    So ~/.config is a hidden folder within your home directory. Open up your file browser to your home folder, then find the option to show hidden files and folders. If you don't see .config, you'll have to …

  2. debian - How to config SSH authentication with all 3 components ...

    Apr 19, 2024 · Followed by some config of faillock that you can check in here. Use pam_unix.so to check the password of the user. [success=1] will skip the next line if the password is correct. …

  3. Match multiple users in 'sshd_config' - Unix & Linux Stack Exchange

    From the sshd_config manual: The match patterns may consist of single entries or comma-separated lists and may use the wildcard and negation operators described in the PATTERNS section of …

  4. Understanding home configuration file locations: ~/, ~/.config/ and ...

    b) What exactly does "local" mean in this context, vs config, vs home? c) In the home directory, are there also other important common configuration directories used by multiple applications?

  5. Where is documentation for `/boot/config-<kernel_version>`?

    Feb 5, 2025 · The kernel configuration for Linux is driven by Kconfig files (roughly one per directory) which enable/disable features or number of instances. The /boot/config-XXX files are just a dump of …

  6. configuration - How do I find the config files for any application ...

    May 4, 2021 · -1 Each application developer has to choose for herself where configuration files for that application are stored. Is it a per-user config? Is it a system-wide config? One can find the …

  7. Where is the kernel configuration stored? - Unix & Linux Stack Exchange

    Sep 2, 2024 · Whenever you run make menuconfig, make xconfig, make XXX_defconfig, make oldconfig, make localmodconfig or any of the other make XXXconfig targets in the Linux kernel …

  8. Changing default values in /etc/ssh/sshd_config using cloud init config

    Nov 28, 2020 · ClientAliveCountMax 50 However all other parameters normally present in the /etc/ssh/sshd_config file are lost. Is there an equivalent of this sshd config file residing elsewhere by …

  9. Synapse/matrix server container config permission/file denied

    May 30, 2021 · The solution might prove useful for other config related issues. Solved it, exact solution could be applied in a better way probably Scenario: Generate a config for synapse server that will be …

  10. Tmux doesn't read `~/.config/tmux/tmux.conf` by default, so where?

    Dec 31, 2021 · 1 According to the tmux man page the default location for the config files in Ubuntu is /etc/tmux.conf and ~/.tmux.conf By default, tmux loads the system configuration file from …