About 2,220,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. 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?

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

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

  5. How to disable weak ciphers in SSH? - Unix & Linux Stack Exchange

    Security team of my organization told us to disable the following weak ciphers due to they issue weak keys: arcfour arcfour128 arcfour256 But I tried looking for these ciphers in ssh_config and

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

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

  8. Is setting CONFIG_STRICT_DEVMEM=y safe? - Unix & Linux Stack …

    Oct 2, 2023 · But as root I could simply alter the Linux kernel image and reboot (to disable the restriction). If the kernel image file is somehow protected I could still write to /dev/sda or whatever the …

  9. How can I configure my OpenVPN client config file to route traffic only ...

    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 1 …

  10. How do you get the kernel config to compile a new kernel?

    Oct 20, 2016 · I have patched several kernels in the past with GRsec but have always been able to find the config under /boot. This is a OVH box but I can't find any config located anywhere. Is there a way …