About 587,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 …

  2. Understanding home configuration file locations: ~/, ~/.config/ …

    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?

  3. 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. …

  4. 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 …

  5. Changing default values in /etc/ssh/sshd_config using cloud init …

    Nov 28, 2020 · My Ubuntu18 VMs come up with the following default config in /etc/ssh/sshd_config upon deployment, which makes my ssh sessions into them terminate …

  6. Storing username and password in Git - Unix & Linux Stack …

    Jul 18, 2017 · @R.Gurung Use git config credential.helper 'store in that case, but be aware that this stores your git credentials on disk in plain-text, without any encryption whatsoever. (~/.git …

  7. How can I configure my OpenVPN client config file to route traffic …

    Dec 24, 2020 · Here's the config file I'm working with (default file provided by OffSec): persist-tun persist-key tls-client client resolv-retry 5 auth-user-pass connect-retry-max 1 explicit-exit-notify …

  8. LDAP Installation Error "slapadd: could not add entry …

    Aug 14, 2022 · Your question is confusing: The title says "could not add entry dn="cn=config"", but then you talk about a permission problem of your database directory, without giving more …

  9. 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 …

  10. 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 …