About 2,450,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/ …

    What is the logic as to where home configuration files live? a) What is the difference between hidden files in these three places? b) What exactly does "local" mean in this context, vs config, …

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

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

  5. Use config file for my shell script - Unix & Linux Stack Exchange

    Dec 24, 2014 · Here is a clean and portable version which is compatible with Bash 3 and up, on both Mac and Linux. It specifies all defaults in a separate file, to avoid the need for a huge, …

  6. Where is the kernel configuration stored? - Unix & Linux Stack …

    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 …

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

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

    I'm trying to apply the same sshd settings to multiple users. According to the manual, it seems Match User acts like an AND: Introduces a conditional block. If all of the criteria on the Match l...

  9. C盘APPData目录如何清理,目前占用了几十G? - 知乎

    C盘APPData目录清理方法,解决占用几十G空间问题,防止C盘飘红。

  10. Where is CONFIG_HZ defined? - Unix & Linux Stack Exchange

    Apr 11, 2019 · Like other CONFIG_ values, CONFIG_HZ is a configuration setting; you’ll find it in kernel/Kconfig.hz, along with various arch-specific overrides in other Kconfig files.