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

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

  4. ssh - How to disable weak HMAC Algorithms? Not found in ssh_config …

    Feb 3, 2023 · After modifying the config file, I didn't see any change in the list shown when I ran ssh -Q mac. I found out that it's because ssh -Q mac lists all MAC algorithms supported by my version of …

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

  6. hub 6-0:1.0: config failed, hub doesn't have any ports!

    May 26, 2023 · The message: hub 6-0:1.0: config failed, hub doesn't have any ports! (error-19) appeared when at boot time I had a USB stick which was 2.0 plugged into a 3.0 port ...

  7. Variable username in SSH config - Unix & Linux Stack Exchange

    Mar 21, 2023 · The ssh Include option is very useful in combination with the Match Exec feature. If you have a script host_config which generates "ssh_config" commands into a file such as ~/.ssh/session …

  8. ssh - What do options `ServerAliveInterval` and `ClientAliveInterval ...

    Jul 20, 2016 · What do options `ServerAliveInterval` and `ClientAliveInterval` in sshd_config do exactly? Ask Question Asked 15 years, 4 months ago Modified 1 month ago

  9. What does the openssl "Error: no objects specified in config file" mean?

    Jul 30, 2024 · The reasons that I can come up with are you misspelled something like the distinguished_name field, openssl will not complain about "unknown parameters" so if you misspell …

  10. How to specify gateway address for static IP in OpenWRT /etc/config ...

    Jun 11, 2022 · I'm not too intimate with openwrt configuration, but "gateway" is a property of routing, not of interfaces. I know this usually gets combined into one task "set up a network connection", and …