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 …

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

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

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

  5. Greenbone/GVM (Kali Linux) scan config error message

    Jun 13, 2021 · I use VirtualBox Kali Linux 2020.4. I recently installed Greenbone Vulnerability Assistant. Whenever I click on Scans > Tasks > New Task, the Scan Config drop down …

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

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

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

  9. How to know if the network is configured through /etc/network ...

    Oct 23, 2024 · For example since NetworkManager is great at Wi-Fi and systemd-networkd is good at static stuff like DHCP Ethernet config (pretty much all the same), they can run at the …

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