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 …

  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. 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. 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, 3 months ago Modified 10 days ago

  5. pkg config - how to make PKG_CONFIG_PATH variable to refer an …

    how to make PKG_CONFIG_PATH variable to refer an installed library? Ask Question Asked 14 years, 10 months ago Modified 11 years, 6 months ago

  6. git not using global config file or public key

    Aug 24, 2016 · git config --global user.name "[my username]" I have also created and saved a public key to my ~/.ssh directory, and added this to the ssh agent with the following command:

  7. No rule to make target `include/config/auto.conf', needed by

    I am working on petalinux, a linux port for Xilinx FPGAs called Zynq. The tool that I am using is petalinux-config. This opens a GUI where I can select various options, such as compress …

  8. shell script - Change a value in a config file, or add the setting if ...

    When modifying config files from the command line, I often want to find the setting in the config file and modify that line if that setting exists. If that setting doesn't exist, I want to add it to the …

  9. What directory should you put sample config files in?

    Jun 22, 2021 · I've seen other applications ask the user to copy a sample config file to their home directory, and I'm wondering if there's a best practice, system location for these sample config …

  10. What is the difference between dotfile and dot config?

    Apr 22, 2020 · The .config directory structure is based on XDG Base Directory Specification. It was initially taken up by Desktop Environments like GNOME and KDE, as they both originally …