About 66,600 results
Open links in new tab
  1. How to open Visual Studio Code's 'settings.json' file

    I did it many times, and each time I forgot where it was. Menu File → Preferences → Settings. I get this: I want to open file settings.json (editable JSON file) instead. How can I do that?

  2. Unable to load config info from /usr/local/ssl/openssl.cnf on …

    Unable to load config info from C:\OpenSSL-Win32\bin\openssl.cfg The reason was removed OpenSSL-Win32 directory without using deinstallator, so not all components was properly …

  3. How can I edit the .git / config file from the git terminal?

    Mar 4, 2021 · I am trying to modify the config file from the git terminal, for this, inside the repository, I have launched the command git global --edit. An editor opens within the same …

  4. How to read a config file using python - Stack Overflow

    You may want to remove quotes from your config file variables content since using configParser.get ('your-config', 'path1') will add another stack of (single) quotes (tested on …

  5. c# - Loading custom configuration files - Stack Overflow

    Feb 3, 2009 · 133 I know I can open config files that are related to an assembly with the static ConfigurationManager.OpenExe(exePath) method but I just want to open a config that is not …

  6. Redis, redis fatal error can't open config file - Stack Overflow

    Apr 11, 2017 · For windows: redis-server "CONFIG_FILE_PATH" Please make sure that config and log file have file read and write permission. You can also specify the config path for Linux …

  7. How would you save a simple settings/configuration file in Python?

    Oct 27, 2024 · Configuration files in Python There are several ways to do this depending on the file format required. ConfigParser [.ini format] I would use the standard configparser approach …

  8. OpenSSL and error in reading openssl.conf file - Stack Overflow

    Sep 9, 2011 · 4 If openssl installation was successfull, search for "OPENSSL" in c drive to locate the config file and set the path. set OPENSSL_CONF=<location where cnf is …

  9. Where is the remote SSH config file for vscode?

    Aug 17, 2023 · The gear-button will bring up a list of relevant configuration files - from here you can navigate to the necessary file You can also open that list through the command palette - …

  10. how to change location of OpenSSL config file [duplicate]

    Jun 11, 2014 · DESCRIPTION: OPENSSL_config() configures OpenSSL using the standard openssl.cnf configuration file name using config_name. NOTES: The environment variable …